2018-08-10 18:35:33,647 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-208 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-10 18:35:33,652 - 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.31,192.30.9.7 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.31:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=AqiubScesyyGthmkQabEx5iVe 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=bd3ffce622a240f8bc7cc73cb3eb81b6 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=06SWZ0kyvXG2vEo5aELejkfP9 export OS_REGION_NAME=regionOne 2018-08-10 18:35:33,652 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-10 18:35:33,653 - 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-10 18:35:33,690 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:35:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:35:33,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:35:33,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:35:33,985 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-10 18:35:33,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-10 18:35:33,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:35:33,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff2e8f35-1983-44cb-881d-ec1ea969946a 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:35:33,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-ff2e8f35-1983-44cb-881d-ec1ea969946a 2018-08-10 18:35:33,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:35:34,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:35:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["vP1uPco7R_iMN7GVonYa0Q"], "issued_at": "2018-08-10T18:35:34.000000Z"}} 2018-08-10 18:35:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:34,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35: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-b19b3a79-4747-48af-bb1d-1cebe34b7904 x-compute-request-id: req-b19b3a79-4747-48af-bb1d-1cebe34b7904 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-10 18:35:34,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-aggregates used request id req-b19b3a79-4747-48af-bb1d-1cebe34b7904 2018-08-10 18:35:34,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 0.87802696228s 2018-08-10 18:35:34,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-aggregates used request id req-b19b3a79-4747-48af-bb1d-1cebe34b7904 2018-08-10 18:35:34,864 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-10 18:35:34,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:35:34,872 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:35:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6c71540-b434-431a-ac85-e9c8e6d853ba 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:35:34,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-f6c71540-b434-431a-ac85-e9c8e6d853ba 2018-08-10 18:35:34,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:35:34,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:35,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789d100a-efa6-4a4b-8a15-db896936c6d0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:35:35,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-789d100a-efa6-4a4b-8a15-db896936c6d0 2018-08-10 18:35:35,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.212583065033s 2018-08-10 18:35:35,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-789d100a-efa6-4a4b-8a15-db896936c6d0 2018-08-10 18:35:35,088 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'178282afa6554083a759d7dcbb42face', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-10 18:35:35,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-10 18:35:35,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:35,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d2a8635-2b58-4e7d-a607-a23405c09ad9 Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5"}, "url": "http://172.30.9.31:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4"}, "url": "http://172.30.9.31:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "09d78a8b03c745208c6b4d248e924613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "0b043b597304451c9a26a358a2ad3653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "37054d8f3c534abab774cca19cb18454"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "39c75605b15148198d15e0bec7eae13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664"}, "url": "http://172.30.9.31:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96"}, "url": "http://172.30.9.31:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d"}, "url": "http://172.30.9.31:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "5b3757321c7d4c56af84d26cc927cc46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "810e61e0819844b1ab5d4e67911d38b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "826e871703074137bf7564f526c9410f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "86955c07d0d74cdc897f604654fce087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f"}, "url": "http://172.30.9.31:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "92c851e811e042baa4a2f5292d631e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d"}, "url": "http://172.30.9.31:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "97ed0361957642b884dee4c4ded23020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4"}, "url": "http://172.30.9.31:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b96adcd9537c40c4821c71118341ba65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0"}, "url": "http://172.30.9.31:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "c1f67dd4bab548c89564606ac20e87c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01"}, "url": "http://172.30.9.31:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "c677d005ec0d48529d8677ab43da8e01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef"}, "url": "http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "c6b83e3331234983b119a2330dc49fef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "da5a888bcd5842268f7b335f16387e86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392"}, "url": "http://172.30.9.31:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "df74eacc9789494bb174567db053b392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "e631f024b00943fa81813a3f35691b7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "eb4a5427c7044b43b532388dd62a63aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f12c4d283da74b1c870b4690563b5135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb"}, "url": "http://172.30.9.31:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "f586fda38d2b44e3989355d8a10e41cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f"}, "url": "http://172.30.9.31:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "links": {"self": "http://172.30.9.31:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-10 18:35:35,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-2d2a8635-2b58-4e7d-a607-a23405c09ad9 2018-08-10 18:35:35,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.269811153412s 2018-08-10 18:35:35,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-2d2a8635-2b58-4e7d-a607-a23405c09ad9 2018-08-10 18:35:35,368 - 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.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5'}, u'url': u'http://172.30.9.31:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ab218b58848a49298baf5fa5813de915', u'id': u'03a0db4e74be4752b33e290fccc40da5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd48b2b083b6843bb9c99051107fa4626', u'id': u'04da0dfb4e014e0d8a1f9e5568df02c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4'}, u'url': u'http://172.30.9.31:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7c13131fb2ab4b0d875979e1963f6931', u'id': u'055d8040bbf54666800b3166d7aac7e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'377ea5e11f4f453dbe549769d5ec5568', u'id': u'09d78a8b03c745208c6b4d248e924613'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653'}, u'url': u'http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'020cea633cbf484c96b965fddb626bd6', u'id': u'0b043b597304451c9a26a358a2ad3653'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b'}, u'url': u'http://192.30.9.7:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd6ffd2f50a9a44da98da93b598243c8c', u'id': u'2a517ec97a4743a4b3f995a6a79e769b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ab218b58848a49298baf5fa5813de915', u'id': u'37054d8f3c534abab774cca19cb18454'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'379bbec3f8454e03bccf11984cc051a9', u'id': u'3864ec671f804ee9b3652a7d2efd4cf0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'379bbec3f8454e03bccf11984cc051a9', u'id': u'39c75605b15148198d15e0bec7eae13a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664'}, u'url': u'http://172.30.9.31:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd6ffd2f50a9a44da98da93b598243c8c', u'id': u'3bcd7a5fd3584e72a30b824120fbd664'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bd6bbc0a37fa491f8acd55005d871da4', u'id': u'45dad8d6ffe34ee9b0ed6810e01507d1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7c13131fb2ab4b0d875979e1963f6931', u'id': u'4942f1c94cc743ca8efdfa75725e7c88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96'}, u'url': u'http://172.30.9.31:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bd6bbc0a37fa491f8acd55005d871da4', u'id': u'548573ef770744ed8a5a43cd5d6a9b96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d'}, u'url': u'http://172.30.9.31:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'377ea5e11f4f453dbe549769d5ec5568', u'id': u'56c8ec901b134bbbbee94eb07c62626d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bd6bbc0a37fa491f8acd55005d871da4', u'id': u'5b3757321c7d4c56af84d26cc927cc46'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ab218b58848a49298baf5fa5813de915', u'id': u'67ae799f851f4b8ba7944a94f60a3b7a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'23c98df744de4639bf763f9998ca1f5c', u'id': u'6e6e5db7536b4df096c26f540fe5c7c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'23c98df744de4639bf763f9998ca1f5c', u'id': u'756ab81ae2354e76b850263c7ad1928b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd48b2b083b6843bb9c99051107fa4626', u'id': u'7fa794ff9a984f82a1e61a213e760c6a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5'}, u'url': u'http://192.30.9.7:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd6ffd2f50a9a44da98da93b598243c8c', u'id': u'810e61e0819844b1ab5d4e67911d38b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5882d33b62544118845eacd2e65e6eff', u'id': u'826e871703074137bf7564f526c9410f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8ab374cc157a4922b6ecf31c9f88ba7a', u'id': u'86955c07d0d74cdc897f604654fce087'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f'}, u'url': u'http://172.30.9.31:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6e3e81c57b9f4629afcecb9c280507d9', u'id': u'86ecb4bd2a87409b86dc69de26cf319f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5882d33b62544118845eacd2e65e6eff', u'id': u'92c851e811e042baa4a2f5292d631e91'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d'}, u'url': u'http://172.30.9.31:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'23c98df744de4639bf763f9998ca1f5c', u'id': u'949dbe751fe44a0ab3ed91ad90f5c38d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7c13131fb2ab4b0d875979e1963f6931', u'id': u'97ed0361957642b884dee4c4ded23020'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'381da078b5e64e279c7ce27a3688b12e', u'id': u'9f60c0ddbd084643ac2ff5a189e67c51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4'}, u'url': u'http://172.30.9.31:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'381da078b5e64e279c7ce27a3688b12e', u'id': u'9f637fabd6f240cfb27c81018b1869f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6e3e81c57b9f4629afcecb9c280507d9', u'id': u'b26fd92ce52c4ddf996e3cac71b38aba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6e3e81c57b9f4629afcecb9c280507d9', u'id': u'b96adcd9537c40c4821c71118341ba65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'377ea5e11f4f453dbe549769d5ec5568', u'id': u'ba0ae1f9398a4ba1907ddefde8fda4f6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0'}, u'url': u'http://172.30.9.31:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd48b2b083b6843bb9c99051107fa4626', u'id': u'c1f67dd4bab548c89564606ac20e87c0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01'}, u'url': u'http://172.30.9.31:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5882d33b62544118845eacd2e65e6eff', u'id': u'c677d005ec0d48529d8677ab43da8e01'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef'}, u'url': u'http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'020cea633cbf484c96b965fddb626bd6', u'id': u'c6b83e3331234983b119a2330dc49fef'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8ab374cc157a4922b6ecf31c9f88ba7a', u'id': u'da5a888bcd5842268f7b335f16387e86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392'}, u'url': u'http://172.30.9.31:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8ab374cc157a4922b6ecf31c9f88ba7a', u'id': u'df74eacc9789494bb174567db053b392'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'381da078b5e64e279c7ce27a3688b12e', u'id': u'e631f024b00943fa81813a3f35691b7d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa'}, u'url': u'http://12.0.0.38:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'020cea633cbf484c96b965fddb626bd6', u'id': u'eb4a5427c7044b43b532388dd62a63aa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9c4a0fcfeee44ef39073280073e93ab0', u'id': u'f12c4d283da74b1c870b4690563b5135'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb'}, u'url': u'http://172.30.9.31:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'379bbec3f8454e03bccf11984cc051a9', u'id': u'f586fda38d2b44e3989355d8a10e41cb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9c4a0fcfeee44ef39073280073e93ab0', u'id': u'f705d5aaac524bacbf823b0f2f4c2d9f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f'}, u'url': u'http://172.30.9.31:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9c4a0fcfeee44ef39073280073e93ab0', u'id': u'fd2f2314fe3f4b42ad70269b5f2a594f'})] 2018-08-10 18:35:35,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-10 18:35:35,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:35,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35: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-16133b7a-1dc1-4978-b3b8-7ef24b79c87e x-compute-request-id: req-16133b7a-1dc1-4978-b3b8-7ef24b79c87e 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-10 18:35:35,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/extensions used request id req-16133b7a-1dc1-4978-b3b8-7ef24b79c87e 2018-08-10 18:35:35,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.116307973862s 2018-08-10 18:35:35,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/extensions used request id req-16133b7a-1dc1-4978-b3b8-7ef24b79c87e 2018-08-10 18:35:35,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-10 18:35:35,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:36,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35: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-93d8059e-e555-4094-9e0d-1e1b4b5c9f53 x-compute-request-id: req-93d8059e-e555-4094-9e0d-1e1b4b5c9f53 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-10 18:35:36,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-floating-ip-pools used request id req-93d8059e-e555-4094-9e0d-1e1b4b5c9f53 2018-08-10 18:35:36,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.21829581261s 2018-08-10 18:35:36,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-floating-ip-pools used request id req-93d8059e-e555-4094-9e0d-1e1b4b5c9f53 2018-08-10 18:35:36,721 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-10 18:35:36,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:35:36,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:37,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dc3e5d0a-f280-4926-8973-836065d83bbb Date: Fri, 10 Aug 2018 18:35:37 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:35:37,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-dc3e5d0a-f280-4926-8973-836065d83bbb 2018-08-10 18:35:37,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.10681796074s 2018-08-10 18:35:37,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-dc3e5d0a-f280-4926-8973-836065d83bbb 2018-08-10 18:35:37,833 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-10 18:35:37,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-10 18:35:37,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:38,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4c98224-6280-4208-bac0-2d1fd903f02f x-compute-request-id: req-f4c98224-6280-4208-bac0-2d1fd903f02f Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2340, "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 347}, "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.5", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-10 18:35:38,020 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-f4c98224-6280-4208-bac0-2d1fd903f02f 2018-08-10 18:35:38,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.185708999634s 2018-08-10 18:35:38,020 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-f4c98224-6280-4208-bac0-2d1fd903f02f 2018-08-10 18:35:38,021 - 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-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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 344}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2340, 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.5', 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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 347}, 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-10 18:35:38,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-10 18:35:38,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:38,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1bf6bde4-4bcb-4768-81bc-5df16e005e4a x-compute-request-id: req-1bf6bde4-4bcb-4768-81bc-5df16e005e4a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-10 18:35:38,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-1bf6bde4-4bcb-4768-81bc-5df16e005e4a 2018-08-10 18:35:38,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.134464979172s 2018-08-10 18:35:38,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-1bf6bde4-4bcb-4768-81bc-5df16e005e4a 2018-08-10 18:35:38,156 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-10 18:35:38,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:35:38,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:39,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2567f3d9-daf7-4443-8768-16638bbeffe0 Date: Fri, 10 Aug 2018 18:35:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:35:39,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2567f3d9-daf7-4443-8768-16638bbeffe0 2018-08-10 18:35:39,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.20165300369s 2018-08-10 18:35:39,359 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2567f3d9-daf7-4443-8768-16638bbeffe0 2018-08-10 18:35:39,359 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-10T18:32:15Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 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'3c8b33adff4046d19594c388d2eae0f8', u'created_at': u'2018-08-10T18:32:08Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3c8b33adff4046d19594c388d2eae0f8'})] 2018-08-10 18:35:39,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:35:39,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:39,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8fcde31d-1cfe-4210-a66f-99db04cb84b9 Date: Fri, 10 Aug 2018 18:35:39 GMT RESP BODY: {"ports":[]} 2018-08-10 18:35:39,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json used request id req-8fcde31d-1cfe-4210-a66f-99db04cb84b9 2018-08-10 18:35:39,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0282509326935s 2018-08-10 18:35:39,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json used request id req-8fcde31d-1cfe-4210-a66f-99db04cb84b9 2018-08-10 18:35:39,389 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-10 18:35:39,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:35:39,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:39,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be4238c0-33dd-4232-8c17-2579d9b64f76 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "061022dde94d41abaaa112c0db0d822a"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/061022dde94d41abaaa112c0db0d822a/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/29f06ac5e99c4b64872c2c1a6c9ae3ae/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "35901f6ba63644edba0c37bf64628aae"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/35901f6ba63644edba0c37bf64628aae/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "4b15f067e3cc40f5b59536249f567fda"}, "user": {"id": "4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/4eb8fdb8d7614f4a8fd7410f4c6d350d/roles/4b15f067e3cc40f5b59536249f567fda"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/4eb8fdb8d7614f4a8fd7410f4c6d350d/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "50c97ea4807c417394d06c9f68c98e81"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/50c97ea4807c417394d06c9f68c98e81/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "558c3162bf6342ec866a867427e0ec94"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/558c3162bf6342ec866a867427e0ec94/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "673bc285b5e94045b28de543ddd6504c"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6/users/673bc285b5e94045b28de543ddd6504c/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "71f4f870a4fb40ee808a41b8eb6ae464"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/71f4f870a4fb40ee808a41b8eb6ae464/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "8d75a0dd875046eaaeebf80ce59de1ab"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/8d75a0dd875046eaaeebf80ce59de1ab/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "a4b5356ed48f4e8b8fc1c345fe339d6a"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/a4b5356ed48f4e8b8fc1c345fe339d6a/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "b6071cfb716c47c29cdade5c37e81484"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/b6071cfb716c47c29cdade5c37e81484/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "dc7fec3d495e43a79f938a577a0e4033"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/dc7fec3d495e43a79f938a577a0e4033/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"project": {"id": "3c8b33adff4046d19594c388d2eae0f8"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "fd534cd0d0384b1c8334029b045e061f"}, "links": {"assignment": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8/users/fd534cd0d0384b1c8334029b045e061f/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"domain": {"id": "178282afa6554083a759d7dcbb42face"}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "cb84182a2c0d4853bd56dab6d6396cbd"}, "links": {"assignment": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face/users/cb84182a2c0d4853bd56dab6d6396cbd/roles/5027167615e045a6b597ac40cb744000"}}, {"scope": {"system": {"all": true}}, "role": {"id": "5027167615e045a6b597ac40cb744000"}, "user": {"id": "673bc285b5e94045b28de543ddd6504c"}, "links": {"assignment": "http://172.30.9.31:5000/v3/system/users/673bc285b5e94045b28de543ddd6504c/roles/5027167615e045a6b597ac40cb744000"}}], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-10 18:35:39,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments used request id req-be4238c0-33dd-4232-8c17-2579d9b64f76 2018-08-10 18:35:39,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.199777126312s 2018-08-10 18:35:39,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments used request id req-be4238c0-33dd-4232-8c17-2579d9b64f76 2018-08-10 18:35:39,595 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'061022dde94d41abaaa112c0db0d822a'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'29f06ac5e99c4b64872c2c1a6c9ae3ae'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'35901f6ba63644edba0c37bf64628aae'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'4b15f067e3cc40f5b59536249f567fda', 'user': u'4eb8fdb8d7614f4a8fd7410f4c6d350d'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'4eb8fdb8d7614f4a8fd7410f4c6d350d'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'50c97ea4807c417394d06c9f68c98e81'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'558c3162bf6342ec866a867427e0ec94'}), Munch({'project': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'673bc285b5e94045b28de543ddd6504c'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'71f4f870a4fb40ee808a41b8eb6ae464'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'8d75a0dd875046eaaeebf80ce59de1ab'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'a4b5356ed48f4e8b8fc1c345fe339d6a'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'b6071cfb716c47c29cdade5c37e81484'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'dc7fec3d495e43a79f938a577a0e4033'}), Munch({'project': u'3c8b33adff4046d19594c388d2eae0f8', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'fd534cd0d0384b1c8334029b045e061f'}), Munch({'domain': u'178282afa6554083a759d7dcbb42face', 'id': u'5027167615e045a6b597ac40cb744000', 'user': u'cb84182a2c0d4853bd56dab6d6396cbd'}), Munch({'id': u'5027167615e045a6b597ac40cb744000', 'user': u'673bc285b5e94045b28de543ddd6504c'})] 2018-08-10 18:35:39,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:35:39,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:39,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70e9e456-0c19-4767-8bfb-2a79520db7bb Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:35:39,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-70e9e456-0c19-4767-8bfb-2a79520db7bb 2018-08-10 18:35:39,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.353749990463s 2018-08-10 18:35:39,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-70e9e456-0c19-4767-8bfb-2a79520db7bb 2018-08-10 18:35:39,954 - 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'reader', 'id': u'1966793a662245359ab02202d3a5f8cf'}), 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'4b15f067e3cc40f5b59536249f567fda'}), 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'5027167615e045a6b597ac40cb744000'}), 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'5c54d326fd7246988478983f1532e196'}), 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'740829ed47d44511bcb22d86735f9050'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'b8172d71d3f6412896e8ee601dc75010'})] 2018-08-10 18:35:39,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:35:39,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:41,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-80dc5773-396f-4ac2-a198-32c955d70688 Date: Fri, 10 Aug 2018 18:35:41 GMT RESP BODY: {"routers": []} 2018-08-10 18:35:41,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-80dc5773-396f-4ac2-a198-32c955d70688 2018-08-10 18:35:41,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.09524083138s 2018-08-10 18:35:41,051 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-80dc5773-396f-4ac2-a198-32c955d70688 2018-08-10 18:35:41,051 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-10 18:35:41,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:35:41,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:41,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35: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-b0c19a4e-8fe2-46bc-9d5a-384f321961a0 x-compute-request-id: req-b0c19a4e-8fe2-46bc-9d5a-384f321961a0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 18:35:41,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b0c19a4e-8fe2-46bc-9d5a-384f321961a0 2018-08-10 18:35:41,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212255954742s 2018-08-10 18:35:41,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b0c19a4e-8fe2-46bc-9d5a-384f321961a0 2018-08-10 18:35:41,264 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-10 18:35:41,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 18:35:41,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 18:35:41,277 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:35:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42362fad-d924-49bf-9646-604b6647fd2d 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 18:35:41,278 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-42362fad-d924-49bf-9646-604b6647fd2d 2018-08-10 18:35:41,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:41,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52bb4520-3779-4ddc-8585-d2f16af902b5 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 18:35:41,601 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-52bb4520-3779-4ddc-8585-d2f16af902b5 2018-08-10 18:35:41,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.333055973053s 2018-08-10 18:35:41,601 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-52bb4520-3779-4ddc-8585-d2f16af902b5 2018-08-10 18:35:41,606 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'020cea633cbf484c96b965fddb626bd6', 'name': u'swift'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'23c98df744de4639bf763f9998ca1f5c', 'name': u'aodh'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'377ea5e11f4f453dbe549769d5ec5568', 'name': u'cinder'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'379bbec3f8454e03bccf11984cc051a9', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'381da078b5e64e279c7ce27a3688b12e', 'name': u'glance'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'5882d33b62544118845eacd2e65e6eff', 'name': u'panko'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'6e3e81c57b9f4629afcecb9c280507d9', 'name': u'nova'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'7c13131fb2ab4b0d875979e1963f6931', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'8ab374cc157a4922b6ecf31c9f88ba7a', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'9c4a0fcfeee44ef39073280073e93ab0', 'name': u'heat'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'ab218b58848a49298baf5fa5813de915', 'name': u'gnocchi'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'bd6bbc0a37fa491f8acd55005d871da4', 'name': u'neutron'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'd48b2b083b6843bb9c99051107fa4626', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'd6ffd2f50a9a44da98da93b598243c8c', 'name': u'keystone'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'dc44d2758b3241f7b86aa6af574b740f', 'name': u'ceilometer'})] 2018-08-10 18:35:41,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:35:41,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3328e3a8849527576af22110e77e8fcb941405e1" 2018-08-10 18:35:41,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-b721a8e7-5792-41ec-9995-1a9c26f0da41 Date: Fri, 10 Aug 2018 18:35:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 18:35:41,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b721a8e7-5792-41ec-9995-1a9c26f0da41 2018-08-10 18:35:41,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.311429023743s 2018-08-10 18:35:41,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b721a8e7-5792-41ec-9995-1a9c26f0da41 2018-08-10 18:35:41,919 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:32:15Z', 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'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'tenant_id': u'3c8b33adff4046d19594c388d2eae0f8', u'created_at': u'2018-08-10T18:32:15Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'3c8b33adff4046d19594c388d2eae0f8'})] 2018-08-10 18:35:42,038 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:35:42,038 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-10 18:35:42,098 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-10 18:35:42,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:35:42,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:35:42,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:35:42,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:35:42,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:35:42,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:35:42,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:35:42,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:35:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a903f7-df75-4e87-a04c-4580d1086bd9 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:35:42,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-32a903f7-df75-4e87-a04c-4580d1086bd9 2018-08-10 18:35:42,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:35:42,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:35:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["hu-NRdn9Q5OyZ5BMgWXBwQ"], "issued_at": "2018-08-10T18:35:42.000000Z"}} 2018-08-10 18:35:42,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:35:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:35:43,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f8d289f5-ef7f-45ff-9d5b-b0af4fbb31f9 Date: Fri, 10 Aug 2018 18:35:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:35:43,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8d289f5-ef7f-45ff-9d5b-b0af4fbb31f9 2018-08-10 18:35:43,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08457303047s 2018-08-10 18:35:43,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f8d289f5-ef7f-45ff-9d5b-b0af4fbb31f9 2018-08-10 18:35:43,701 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-10 18:35:43,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:35:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" -d '{"network": {"name": "tenantnetwork1-net_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e", "admin_state_up": true}}' 2018-08-10 18:35:44,473 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d9f0b716-b569-4823-9d39-b570dae069fe Date: Fri, 10 Aug 2018 18:35:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4b4f0955-ca27-4f57-b9d7-16e7237b44c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:35:44Z","is_default":false,"provider:segmentation_id":94,"name":"tenantnetwork1-net_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:35:44Z","mtu":1450}} 2018-08-10 18:35:44,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d9f0b716-b569-4823-9d39-b570dae069fe 2018-08-10 18:35:44,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.771405935287s 2018-08-10 18:35:44,474 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d9f0b716-b569-4823-9d39-b570dae069fe 2018-08-10 18:35:44,474 - 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-10T18:35:44Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4b4f0955-ca27-4f57-b9d7-16e7237b44c4', u'provider:segmentation_id': 94, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:35:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:35:44,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:35:44,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:35:45,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-92f0ced8-da01-4ab9-9f98-ca841b02a4de Date: Fri, 10 Aug 2018 18:35:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4b4f0955-ca27-4f57-b9d7-16e7237b44c4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:35:44Z","provider:segmentation_id":94,"name":"tenantnetwork1-net_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:35:44Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:35:45,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-92f0ced8-da01-4ab9-9f98-ca841b02a4de 2018-08-10 18:35:45,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16502094269s 2018-08-10 18:35:45,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-92f0ced8-da01-4ab9-9f98-ca841b02a4de 2018-08-10 18:35:45,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:35:45,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" -d '{"subnet": {"name": "tenantnetwork1-subnet_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e", "enable_dhcp": true, "network_id": "4b4f0955-ca27-4f57-b9d7-16e7237b44c4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:35:47,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4107415c-38a4-4903-9449-6d03f7367f79 Date: Fri, 10 Aug 2018 18:35:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b4f0955-ca27-4f57-b9d7-16e7237b44c4","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:35:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:35:46Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"17af7503-3ab0-4dcf-bb1a-742c11889316","subnetpool_id":null,"name":"tenantnetwork1-subnet_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e"}} 2018-08-10 18:35:47,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-4107415c-38a4-4903-9449-6d03f7367f79 2018-08-10 18:35:47,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.55682897568s 2018-08-10 18:35:47,199 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-4107415c-38a4-4903-9449-6d03f7367f79 2018-08-10 18:35:47,199 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:35:46Z', 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'17af7503-3ab0-4dcf-bb1a-742c11889316', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e', u'enable_dhcp': True, u'network_id': u'4b4f0955-ca27-4f57-b9d7-16e7237b44c4', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:35:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:35:47,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:35:47,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "tenantnetwork1-router_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e", "admin_state_up": true}}' 2018-08-10 18:35:48,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-3a8894bc-1f3f-4a04-84e0-dbdcc63931da Date: Fri, 10 Aug 2018 18:35:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:35:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:35:48Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "7ff201ac-53b0-4436-b85e-0eb1198bf013", "name": "tenantnetwork1-router_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e"}} 2018-08-10 18:35:48,764 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3a8894bc-1f3f-4a04-84e0-dbdcc63931da 2018-08-10 18:35:48,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56345701218s 2018-08-10 18:35:48,764 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3a8894bc-1f3f-4a04-84e0-dbdcc63931da 2018-08-10 18:35:48,765 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:35:47Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T18:35:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'7ff201ac-53b0-4436-b85e-0eb1198bf013', u'name': u'tenantnetwork1-router_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e'}) 2018-08-10 18:35:48,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:35:48,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013/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}8a3fdcad253f40d05b42b62acb53868a74de031f" -d '{"subnet_id": "17af7503-3ab0-4dcf-bb1a-742c11889316"}' 2018-08-10 18:35:52,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fcf5706-3659-4cf5-bd53-0236fd4f5383 Date: Fri, 10 Aug 2018 18:35:52 GMT RESP BODY: {"network_id": "4b4f0955-ca27-4f57-b9d7-16e7237b44c4", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "17af7503-3ab0-4dcf-bb1a-742c11889316", "subnet_ids": ["17af7503-3ab0-4dcf-bb1a-742c11889316"], "port_id": "fceb5d81-5854-4f19-928c-fbda98c7160a", "id": "7ff201ac-53b0-4436-b85e-0eb1198bf013"} 2018-08-10 18:35:52,009 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013/add_router_interface.json used request id req-3fcf5706-3659-4cf5-bd53-0236fd4f5383 2018-08-10 18:35:52,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.24377179146s 2018-08-10 18:35:52,009 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013/add_router_interface.json used request id req-3fcf5706-3659-4cf5-bd53-0236fd4f5383 returning object 7ff201ac-53b0-4436-b85e-0eb1198bf013 2018-08-10 18:35:52,142 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:35:52,143 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-10 18:35:52,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:35:52,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013/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}8a3fdcad253f40d05b42b62acb53868a74de031f" -d '{"subnet_id": "17af7503-3ab0-4dcf-bb1a-742c11889316"}' 2018-08-10 18:35:55,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fad3432c-3119-4f2d-a9a8-558d6865de93 Date: Fri, 10 Aug 2018 18:35:55 GMT RESP BODY: {"network_id": "4b4f0955-ca27-4f57-b9d7-16e7237b44c4", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "17af7503-3ab0-4dcf-bb1a-742c11889316", "subnet_ids": ["17af7503-3ab0-4dcf-bb1a-742c11889316"], "port_id": "fceb5d81-5854-4f19-928c-fbda98c7160a", "id": "7ff201ac-53b0-4436-b85e-0eb1198bf013"} 2018-08-10 18:35:55,315 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013/remove_router_interface.json used request id req-fad3432c-3119-4f2d-a9a8-558d6865de93 2018-08-10 18:35:55,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 3.16720795631s 2018-08-10 18:35:55,315 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013/remove_router_interface.json used request id req-fad3432c-3119-4f2d-a9a8-558d6865de93 returning object 7ff201ac-53b0-4436-b85e-0eb1198bf013 2018-08-10 18:35:55,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:35:55,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:35:55,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-2f27c0fe-7751-45c7-9e5e-27326b95b579 Date: Fri, 10 Aug 2018 18:35:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:35:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:35:54Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "7ff201ac-53b0-4436-b85e-0eb1198bf013", "name": "tenantnetwork1-router_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e"}]} 2018-08-10 18:35:55,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-2f27c0fe-7751-45c7-9e5e-27326b95b579 2018-08-10 18:35:55,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.381227970123s 2018-08-10 18:35:55,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-2f27c0fe-7751-45c7-9e5e-27326b95b579 2018-08-10 18:35:55,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:35:55,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:35:58,470 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39955aaf-16b0-4f16-8a19-baf4f730ac06 Content-Length: 0 Date: Fri, 10 Aug 2018 18:35:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:35:58,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013.json used request id req-39955aaf-16b0-4f16-8a19-baf4f730ac06 2018-08-10 18:35:58,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.77119898796s 2018-08-10 18:35:58,470 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/7ff201ac-53b0-4436-b85e-0eb1198bf013.json used request id req-39955aaf-16b0-4f16-8a19-baf4f730ac06 2018-08-10 18:35:58,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:35:58,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:35:58,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-2bb5c4f8-e53e-42cd-8be7-5004a3bbae58 Date: Fri, 10 Aug 2018 18:35:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b4f0955-ca27-4f57-b9d7-16e7237b44c4","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:35:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:35:46Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"17af7503-3ab0-4dcf-bb1a-742c11889316","subnetpool_id":null,"name":"tenantnetwork1-subnet_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 18:35:58,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-2bb5c4f8-e53e-42cd-8be7-5004a3bbae58 2018-08-10 18:35:58,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0415890216827s 2018-08-10 18:35:58,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-2bb5c4f8-e53e-42cd-8be7-5004a3bbae58 2018-08-10 18:35:58,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:35:58,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/17af7503-3ab0-4dcf-bb1a-742c11889316.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:36:01,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f46c87a0-97b6-4e56-9030-7b31923283a0 Date: Fri, 10 Aug 2018 18:36:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:01,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/17af7503-3ab0-4dcf-bb1a-742c11889316.json used request id req-f46c87a0-97b6-4e56-9030-7b31923283a0 2018-08-10 18:36:01,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.10882496834s 2018-08-10 18:36:01,624 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/17af7503-3ab0-4dcf-bb1a-742c11889316.json used request id req-f46c87a0-97b6-4e56-9030-7b31923283a0 2018-08-10 18:36:01,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:01,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:36:01,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-c70e7812-f2fa-4a43-8676-8c4efde0dab5 Date: Fri, 10 Aug 2018 18:36:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4b4f0955-ca27-4f57-b9d7-16e7237b44c4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:36:01Z","provider:segmentation_id":94,"name":"tenantnetwork1-net_9a6e17c5-c6cb-4948-bcf0-cf2c3f198a6e","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:35:44Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:36:01,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-c70e7812-f2fa-4a43-8676-8c4efde0dab5 2018-08-10 18:36:01,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0939788818359s 2018-08-10 18:36:01,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-c70e7812-f2fa-4a43-8676-8c4efde0dab5 2018-08-10 18:36:01,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:36:01,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/4b4f0955-ca27-4f57-b9d7-16e7237b44c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8a3fdcad253f40d05b42b62acb53868a74de031f" 2018-08-10 18:36:03,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-be0eb5a3-32e4-43a8-993a-80d6a8efddec Date: Fri, 10 Aug 2018 18:36:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:03,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/4b4f0955-ca27-4f57-b9d7-16e7237b44c4.json used request id req-be0eb5a3-32e4-43a8-993a-80d6a8efddec 2018-08-10 18:36:03,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74397492409s 2018-08-10 18:36:03,464 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/4b4f0955-ca27-4f57-b9d7-16e7237b44c4.json used request id req-be0eb5a3-32e4-43a8-993a-80d6a8efddec 2018-08-10 18:36:03,518 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-10 18:36:03,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:36:03,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:36:03,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:36:03,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:36:03,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:36:03,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:36:03,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:36:03,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:36:03,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:36:03,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:36:03,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:03,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b498f36-0f8d-45ae-ac4a-0f75e5e1ee40 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:36:03,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-8b498f36-0f8d-45ae-ac4a-0f75e5e1ee40 2018-08-10 18:36:03,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:36:03,967 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:36:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["-qeatpwYR7CflAySZhUnMg"], "issued_at": "2018-08-10T18:36:03.000000Z"}} 2018-08-10 18:36:03,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:03,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:04,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c8af16d2-9885-4e00-bde5-90f615b8e59f Date: Fri, 10 Aug 2018 18:36:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:36:04,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c8af16d2-9885-4e00-bde5-90f615b8e59f 2018-08-10 18:36:04,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.593842029572s 2018-08-10 18:36:04,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c8af16d2-9885-4e00-bde5-90f615b8e59f 2018-08-10 18:36:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:04,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:36:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac2ad153-3e38-4455-8872-3a36001f855c 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:36:04,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-ac2ad153-3e38-4455-8872-3a36001f855c 2018-08-10 18:36:04,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:36:04,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:04,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-568802f9-50c5-46c5-95c1-ad202e9d1775 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:36:04,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-568802f9-50c5-46c5-95c1-ad202e9d1775 2018-08-10 18:36:04,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.341411828995s 2018-08-10 18:36:04,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-568802f9-50c5-46c5-95c1-ad202e9d1775 2018-08-10 18:36:04,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 18:36:04,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}}' 2018-08-10 18:36:05,260 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:36:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee3e2839-5fc5-4f9b-955f-baad5c23012a 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.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb"}, "tags": [], "enabled": true, "id": "2aa3647d4cd24521a6197d56fd5414fb", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}} 2018-08-10 18:36:05,260 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-ee3e2839-5fc5-4f9b-955f-baad5c23012a 2018-08-10 18:36:05,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.336151838303s 2018-08-10 18:36:05,260 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-ee3e2839-5fc5-4f9b-955f-baad5c23012a 2018-08-10 18:36:05,261 - 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'2aa3647d4cd24521a6197d56fd5414fb', '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_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8'}) 2018-08-10 18:36:05,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 18:36:05,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f67f8e7c-cae3-4ece-8ad6-7fc8422a684d", "email": null, "name": "tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}}' 2018-08-10 18:36:05,835 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:36:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ab1d7cc-af38-4307-ac99-01187c0918bb Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "links": {"self": "http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "83989721687946da99131f57ea328af5", "domain_id": "default", "password_expires_at": null}} 2018-08-10 18:36:05,835 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-5ab1d7cc-af38-4307-ac99-01187c0918bb 2018-08-10 18:36:05,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.567877054214s 2018-08-10 18:36:05,836 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-5ab1d7cc-af38-4307-ac99-01187c0918bb 2018-08-10 18:36:05,836 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'83989721687946da99131f57ea328af5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8'}) 2018-08-10 18:36:05,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:36:05,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:06,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbeff18-7216-4686-b665-cd0f8653285b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:36:06,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bdbeff18-7216-4686-b665-cd0f8653285b 2018-08-10 18:36:06,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201595067978s 2018-08-10 18:36:06,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bdbeff18-7216-4686-b665-cd0f8653285b 2018-08-10 18:36:06,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:36:06,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:06,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-911fa9af-b4cb-43db-9e59-e01023fb55e7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:36:06,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-911fa9af-b4cb-43db-9e59-e01023fb55e7 2018-08-10 18:36:06,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.289674043655s 2018-08-10 18:36:06,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-911fa9af-b4cb-43db-9e59-e01023fb55e7 2018-08-10 18:36:06,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:36:06,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:06,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce7f620b-2a2c-480d-8230-729a20474e2a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:36:06,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-ce7f620b-2a2c-480d-8230-729a20474e2a 2018-08-10 18:36:06,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.260847091675s 2018-08-10 18:36:06,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-ce7f620b-2a2c-480d-8230-729a20474e2a 2018-08-10 18:36:06,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:36:06,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:06,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdcc7ce-2024-4158-aa67-e4f19dbf8ba5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 18:36:06,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-1cdcc7ce-2024-4158-aa67-e4f19dbf8ba5 2018-08-10 18:36:06,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187752008438s 2018-08-10 18:36:06,797 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-1cdcc7ce-2024-4158-aa67-e4f19dbf8ba5 2018-08-10 18:36:06,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:36:06,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:07,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5d8e5d-5895-47ce-9fbf-71644bafa046 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "links": {"self": "http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "83989721687946da99131f57ea328af5", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:36:07,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-ed5d8e5d-5895-47ce-9fbf-71644bafa046 2018-08-10 18:36:07,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215396165848s 2018-08-10 18:36:07,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-ed5d8e5d-5895-47ce-9fbf-71644bafa046 2018-08-10 18:36:07,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:36:07,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:07,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-806c2398-2550-4758-b667-2d4433282076 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb"}, "tags": [], "enabled": true, "id": "2aa3647d4cd24521a6197d56fd5414fb", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}]} 2018-08-10 18:36:07,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-806c2398-2550-4758-b667-2d4433282076 2018-08-10 18:36:07,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175945043564s 2018-08-10 18:36:07,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-806c2398-2550-4758-b667-2d4433282076 2018-08-10 18:36:07,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:36:07,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=83989721687946da99131f57ea328af5&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=2aa3647d4cd24521a6197d56fd5414fb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:07,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edde8e19-1370-4721-958e-8fa41f68f2fe Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=83989721687946da99131f57ea328af5&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=2aa3647d4cd24521a6197d56fd5414fb", "previous": null, "next": null}} 2018-08-10 18:36:07,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=83989721687946da99131f57ea328af5&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=2aa3647d4cd24521a6197d56fd5414fb used request id req-edde8e19-1370-4721-958e-8fa41f68f2fe 2018-08-10 18:36:07,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.290220975876s 2018-08-10 18:36:07,499 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=83989721687946da99131f57ea328af5&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=2aa3647d4cd24521a6197d56fd5414fb used request id req-edde8e19-1370-4721-958e-8fa41f68f2fe 2018-08-10 18:36:07,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 18:36:07,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb/users/83989721687946da99131f57ea328af5/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:07,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec071235-8110-416c-9c7e-3eb28cc05edc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:36:07,710 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb/users/83989721687946da99131f57ea328af5/roles/740829ed47d44511bcb22d86735f9050 used request id req-ec071235-8110-416c-9c7e-3eb28cc05edc 2018-08-10 18:36:07,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.207617998123s 2018-08-10 18:36:07,711 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb/users/83989721687946da99131f57ea328af5/roles/740829ed47d44511bcb22d86735f9050 used request id req-ec071235-8110-416c-9c7e-3eb28cc05edc 2018-08-10 18:36:07,711 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8', 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'2aa3647d4cd24521a6197d56fd5414fb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f67f8e7c-cae3-4ece-8ad6-7fc8422a684d', 'username': u'tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:36:07,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:36:07,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:36:07,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:36:07,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:36:07,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:36:07,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:36:07,716 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8', 'password': 'f67f8e7c-cae3-4ece-8ad6-7fc8422a684d', 'project_name': 'tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '2aa3647d4cd24521a6197d56fd5414fb', 'project_domain_name': 'Default'} 2018-08-10 18:36:07,717 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-10 18:36:07,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:07,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eadcb75-0f84-4cf7-9fc8-058ed828ede8 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:36:07,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-8eadcb75-0f84-4cf7-9fc8-058ed828ede8 2018-08-10 18:36:07,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:36:08,226 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:36:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2aa3647d4cd24521a6197d56fd5414fb", "name": "tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_2aa3647d4cd24521a6197d56fd5414fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_2aa3647d4cd24521a6197d56fd5414fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/2aa3647d4cd24521a6197d56fd5414fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/2aa3647d4cd24521a6197d56fd5414fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/2aa3647d4cd24521a6197d56fd5414fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/2aa3647d4cd24521a6197d56fd5414fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/2aa3647d4cd24521a6197d56fd5414fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/2aa3647d4cd24521a6197d56fd5414fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/2aa3647d4cd24521a6197d56fd5414fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/2aa3647d4cd24521a6197d56fd5414fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/2aa3647d4cd24521a6197d56fd5414fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/2aa3647d4cd24521a6197d56fd5414fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/2aa3647d4cd24521a6197d56fd5414fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/2aa3647d4cd24521a6197d56fd5414fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "id": "83989721687946da99131f57ea328af5"}, "audit_ids": ["34_vSAOYSv6jCxjx4bs_-w"], "issued_at": "2018-08-10T18:36:08.000000Z"}} 2018-08-10 18:36:08,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:36:08,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" -d '{"network": {"name": "tenantnetwork2-net_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "admin_state_up": true}}' 2018-08-10 18:36:09,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-9dc0c0c4-4277-40f8-ab9f-78e43ccf0350 Date: Fri, 10 Aug 2018 18:36:09 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"2aa3647d4cd24521a6197d56fd5414fb","created_at":"2018-08-10T18:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T18:36:09Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"2aa3647d4cd24521a6197d56fd5414fb","id":"3226da3b-9281-4480-b399-e132d00e217d","name":"tenantnetwork2-net_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}} 2018-08-10 18:36:09,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-9dc0c0c4-4277-40f8-ab9f-78e43ccf0350 2018-08-10 18:36:09,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.45411014557s 2018-08-10 18:36:09,684 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-9dc0c0c4-4277-40f8-ab9f-78e43ccf0350 2018-08-10 18:36:09,684 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:36:09Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3226da3b-9281-4480-b399-e132d00e217d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8', u'admin_state_up': True, u'tenant_id': u'2aa3647d4cd24521a6197d56fd5414fb', u'created_at': u'2018-08-10T18:36:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2aa3647d4cd24521a6197d56fd5414fb'}) 2018-08-10 18:36:09,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:09,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:10,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-f7d4b381-4e1d-4928-aa92-8ba61c227aac Date: Fri, 10 Aug 2018 18:36:10 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-10T18:36:09Z","tenant_id":"2aa3647d4cd24521a6197d56fd5414fb","created_at":"2018-08-10T18:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"2aa3647d4cd24521a6197d56fd5414fb","id":"3226da3b-9281-4480-b399-e132d00e217d","name":"tenantnetwork2-net_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:36:10,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f7d4b381-4e1d-4928-aa92-8ba61c227aac 2018-08-10 18:36:10,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359355926514s 2018-08-10 18:36:10,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f7d4b381-4e1d-4928-aa92-8ba61c227aac 2018-08-10 18:36:10,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:36:10,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" -d '{"subnet": {"name": "tenantnetwork2-subnet_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "enable_dhcp": true, "network_id": "3226da3b-9281-4480-b399-e132d00e217d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:36:11,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-741edb31-866d-4026-a31c-1e7544ec1939 Date: Fri, 10 Aug 2018 18:36:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3226da3b-9281-4480-b399-e132d00e217d","tenant_id":"2aa3647d4cd24521a6197d56fd5414fb","created_at":"2018-08-10T18:36:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:36: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":"2aa3647d4cd24521a6197d56fd5414fb","id":"4b54b09a-29c0-43c9-872b-c351c4aaf16c","subnetpool_id":null,"name":"tenantnetwork2-subnet_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}} 2018-08-10 18:36:11,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-741edb31-866d-4026-a31c-1e7544ec1939 2018-08-10 18:36:11,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.0028488636s 2018-08-10 18:36:11,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-741edb31-866d-4026-a31c-1e7544ec1939 2018-08-10 18:36:11,050 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:36: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'4b54b09a-29c0-43c9-872b-c351c4aaf16c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8', u'enable_dhcp': True, u'network_id': u'3226da3b-9281-4480-b399-e132d00e217d', u'tenant_id': u'2aa3647d4cd24521a6197d56fd5414fb', u'created_at': u'2018-08-10T18:36: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'2aa3647d4cd24521a6197d56fd5414fb'}) 2018-08-10 18:36:11,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:36:11,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "tenantnetwork2-router_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "admin_state_up": true}}' 2018-08-10 18:36:13,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-a5b12871-ebca-4cdd-b3d8-fc6e8bc6d96b Date: Fri, 10 Aug 2018 18:36:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "created_at": "2018-08-10T18:36:12Z", "admin_state_up": true, "updated_at": "2018-08-10T18:36:13Z", "revision_number": 2, "routes": [], "project_id": "2aa3647d4cd24521a6197d56fd5414fb", "id": "e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d", "name": "tenantnetwork2-router_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}} 2018-08-10 18:36:13,428 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-a5b12871-ebca-4cdd-b3d8-fc6e8bc6d96b 2018-08-10 18:36:13,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.37738180161s 2018-08-10 18:36:13,428 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-a5b12871-ebca-4cdd-b3d8-fc6e8bc6d96b 2018-08-10 18:36:13,429 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'2aa3647d4cd24521a6197d56fd5414fb', u'created_at': u'2018-08-10T18:36:12Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T18:36:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'2aa3647d4cd24521a6197d56fd5414fb', u'id': u'e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d', u'name': u'tenantnetwork2-router_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8'}) 2018-08-10 18:36:13,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:36:13,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d/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}31c568bc5073b5d6dc02b57a98b031f84338e428" -d '{"subnet_id": "4b54b09a-29c0-43c9-872b-c351c4aaf16c"}' 2018-08-10 18:36:16,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a37c9db9-1d4c-4203-a2a4-2ce924eabfd3 Date: Fri, 10 Aug 2018 18:36:16 GMT RESP BODY: {"network_id": "3226da3b-9281-4480-b399-e132d00e217d", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "subnet_id": "4b54b09a-29c0-43c9-872b-c351c4aaf16c", "subnet_ids": ["4b54b09a-29c0-43c9-872b-c351c4aaf16c"], "port_id": "69f48632-7fe8-42fb-8028-3dadb4eaedd6", "id": "e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d"} 2018-08-10 18:36:16,556 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d/add_router_interface.json used request id req-a37c9db9-1d4c-4203-a2a4-2ce924eabfd3 2018-08-10 18:36:16,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.12629294395s 2018-08-10 18:36:16,556 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d/add_router_interface.json used request id req-a37c9db9-1d4c-4203-a2a4-2ce924eabfd3 returning object e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d 2018-08-10 18:36:16,670 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:36:16,671 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-10 18:36:16,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:36:16,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d/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}31c568bc5073b5d6dc02b57a98b031f84338e428" -d '{"subnet_id": "4b54b09a-29c0-43c9-872b-c351c4aaf16c"}' 2018-08-10 18:36:19,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-456362d5-ba85-48f4-965f-6b26ef37f576 Date: Fri, 10 Aug 2018 18:36:19 GMT RESP BODY: {"network_id": "3226da3b-9281-4480-b399-e132d00e217d", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "subnet_id": "4b54b09a-29c0-43c9-872b-c351c4aaf16c", "subnet_ids": ["4b54b09a-29c0-43c9-872b-c351c4aaf16c"], "port_id": "69f48632-7fe8-42fb-8028-3dadb4eaedd6", "id": "e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d"} 2018-08-10 18:36:19,385 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d/remove_router_interface.json used request id req-456362d5-ba85-48f4-965f-6b26ef37f576 2018-08-10 18:36:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.70944499969s 2018-08-10 18:36:19,386 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d/remove_router_interface.json used request id req-456362d5-ba85-48f4-965f-6b26ef37f576 returning object e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d 2018-08-10 18:36:19,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:36:19,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:20,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a601c6a1-50a4-4fc2-aa4c-7027e1c2c9c3 Date: Fri, 10 Aug 2018 18:36:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "created_at": "2018-08-10T18:36:12Z", "admin_state_up": true, "updated_at": "2018-08-10T18:36:18Z", "revision_number": 4, "routes": [], "project_id": "2aa3647d4cd24521a6197d56fd5414fb", "id": "e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d", "name": "tenantnetwork2-router_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}]} 2018-08-10 18:36:20,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-a601c6a1-50a4-4fc2-aa4c-7027e1c2c9c3 2018-08-10 18:36:20,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10036087036s 2018-08-10 18:36:20,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-a601c6a1-50a4-4fc2-aa4c-7027e1c2c9c3 2018-08-10 18:36:20,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:36:20,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:23,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f210be0-46fd-4d75-bf6a-011c1a295c48 Content-Length: 0 Date: Fri, 10 Aug 2018 18:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:23,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d.json used request id req-9f210be0-46fd-4d75-bf6a-011c1a295c48 2018-08-10 18:36:23,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.59671378136s 2018-08-10 18:36:23,085 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/e33e5bb6-4d62-4ade-a2e7-bb9d4e803c0d.json used request id req-9f210be0-46fd-4d75-bf6a-011c1a295c48 2018-08-10 18:36:23,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:36:23,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:23,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b4680d33-0525-4e2b-83df-89547542e817 Date: Fri, 10 Aug 2018 18:36:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3226da3b-9281-4480-b399-e132d00e217d","tenant_id":"2aa3647d4cd24521a6197d56fd5414fb","created_at":"2018-08-10T18:36:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:36: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":"2aa3647d4cd24521a6197d56fd5414fb","id":"4b54b09a-29c0-43c9-872b-c351c4aaf16c","subnetpool_id":null,"name":"tenantnetwork2-subnet_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}]} 2018-08-10 18:36:23,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b4680d33-0525-4e2b-83df-89547542e817 2018-08-10 18:36:23,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.329015016556s 2018-08-10 18:36:23,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b4680d33-0525-4e2b-83df-89547542e817 2018-08-10 18:36:23,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:36:23,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/4b54b09a-29c0-43c9-872b-c351c4aaf16c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:26,710 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5df575b5-01f1-48d7-95f1-63803c858421 Date: Fri, 10 Aug 2018 18:36:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:26,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/4b54b09a-29c0-43c9-872b-c351c4aaf16c.json used request id req-5df575b5-01f1-48d7-95f1-63803c858421 2018-08-10 18:36:26,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.29315304756s 2018-08-10 18:36:26,710 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/4b54b09a-29c0-43c9-872b-c351c4aaf16c.json used request id req-5df575b5-01f1-48d7-95f1-63803c858421 2018-08-10 18:36:26,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:26,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:27,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-d6315249-a817-4685-b8d9-30c22ef1b657 Date: Fri, 10 Aug 2018 18:36:27 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-10T18:36:26Z","tenant_id":"2aa3647d4cd24521a6197d56fd5414fb","created_at":"2018-08-10T18:36:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2aa3647d4cd24521a6197d56fd5414fb","id":"3226da3b-9281-4480-b399-e132d00e217d","name":"tenantnetwork2-net_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:36:27,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d6315249-a817-4685-b8d9-30c22ef1b657 2018-08-10 18:36:27,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.23419690132s 2018-08-10 18:36:27,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d6315249-a817-4685-b8d9-30c22ef1b657 2018-08-10 18:36:27,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:36:27,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/3226da3b-9281-4480-b399-e132d00e217d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c568bc5073b5d6dc02b57a98b031f84338e428" 2018-08-10 18:36:29,730 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49a20a65-9d73-4631-91ef-693713bf128e Date: Fri, 10 Aug 2018 18:36:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:29,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/3226da3b-9281-4480-b399-e132d00e217d.json used request id req-49a20a65-9d73-4631-91ef-693713bf128e 2018-08-10 18:36:29,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.78349208832s 2018-08-10 18:36:29,730 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/3226da3b-9281-4480-b399-e132d00e217d.json used request id req-49a20a65-9d73-4631-91ef-693713bf128e 2018-08-10 18:36:29,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:36:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:29,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f240f8-f7b7-4967-afc4-ca2ee5187652 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "links": {"self": "http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "83989721687946da99131f57ea328af5", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:36:29,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-a3f240f8-f7b7-4967-afc4-ca2ee5187652 2018-08-10 18:36:29,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.237380027771s 2018-08-10 18:36:29,969 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-a3f240f8-f7b7-4967-afc4-ca2ee5187652 2018-08-10 18:36:29,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:36:29,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:30,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85fa353-9fe3-4ebe-8ac9-2eab4341e5e7 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8", "links": {"self": "http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "83989721687946da99131f57ea328af5", "description": null}} 2018-08-10 18:36:30,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5 used request id req-d85fa353-9fe3-4ebe-8ac9-2eab4341e5e7 2018-08-10 18:36:30,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205874919891s 2018-08-10 18:36:30,180 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5 used request id req-d85fa353-9fe3-4ebe-8ac9-2eab4341e5e7 2018-08-10 18:36:30,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 18:36:30,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:30,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:36:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37093863-fb99-49d6-b118-be29a030eda0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:36:30,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5 used request id req-37093863-fb99-49d6-b118-be29a030eda0 2018-08-10 18:36:30,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.578877925873s 2018-08-10 18:36:30,760 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/83989721687946da99131f57ea328af5 used request id req-37093863-fb99-49d6-b118-be29a030eda0 2018-08-10 18:36:30,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:36:30,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:30,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d53b5bb-182e-4d3e-a17b-2471a1c49b14 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb"}, "tags": [], "enabled": true, "id": "2aa3647d4cd24521a6197d56fd5414fb", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_8d0cd90d-d638-4a5a-b5c1-71cae5a047d8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 18:36:30,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-5d53b5bb-182e-4d3e-a17b-2471a1c49b14 2018-08-10 18:36:30,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201521158218s 2018-08-10 18:36:30,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-5d53b5bb-182e-4d3e-a17b-2471a1c49b14 2018-08-10 18:36:30,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 18:36:30,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c422f161c06f856249f942421b9c67522d7520e9" 2018-08-10 18:36:31,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:36:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55ca2a88-1f4f-4808-9e1a-0482d79b132e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:36:31,257 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb used request id req-55ca2a88-1f4f-4808-9e1a-0482d79b132e 2018-08-10 18:36:31,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.286818027496s 2018-08-10 18:36:31,258 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/2aa3647d4cd24521a6197d56fd5414fb used request id req-55ca2a88-1f4f-4808-9e1a-0482d79b132e 2018-08-10 18:36:31,313 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-10 18:36:31,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:36:31,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:36:31,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:36:31,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:36:31,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:36:31,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:36:31,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:36:31,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:36:31,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:31,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b60a3d4-3b3f-4811-99a1-bdeb3fc64f3f 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:36:31,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-1b60a3d4-3b3f-4811-99a1-bdeb3fc64f3f 2018-08-10 18:36:31,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:36:31,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:36:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["9mGaRWmgROmHEWXaJQRmFQ"], "issued_at": "2018-08-10T18:36:31.000000Z"}} 2018-08-10 18:36:31,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:31,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:33,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8b0629ba-f095-49c0-8050-558ad110dd07 Date: Fri, 10 Aug 2018 18:36:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:36:33,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b0629ba-f095-49c0-8050-558ad110dd07 2018-08-10 18:36:33,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.19599413872s 2018-08-10 18:36:33,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b0629ba-f095-49c0-8050-558ad110dd07 2018-08-10 18:36:33,004 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-10 18:36:33,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:36:33,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"network": {"name": "vmready1-net_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "admin_state_up": true}}' 2018-08-10 18:36:33,670 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-e465a67b-224b-428c-a28a-c0e2c3559a42 Date: Fri, 10 Aug 2018 18:36:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"34ea40a7-e326-45bd-b61c-49991a54d50b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:36:33Z","is_default":false,"provider:segmentation_id":15,"name":"vmready1-net_1182387a-0d4b-40a3-89d8-0b976aa3aa0f","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:36:33Z","mtu":1450}} 2018-08-10 18:36:33,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-e465a67b-224b-428c-a28a-c0e2c3559a42 2018-08-10 18:36:33,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.666007041931s 2018-08-10 18:36:33,671 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-e465a67b-224b-428c-a28a-c0e2c3559a42 2018-08-10 18:36:33,671 - 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-10T18:36:33Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'34ea40a7-e326-45bd-b61c-49991a54d50b', u'provider:segmentation_id': 15, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:36:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:36:33,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:33,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:34,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-485c602f-5a86-491c-b2a8-8a9e76a46651 Date: Fri, 10 Aug 2018 18:36:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"34ea40a7-e326-45bd-b61c-49991a54d50b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:36:33Z","provider:segmentation_id":15,"name":"vmready1-net_1182387a-0d4b-40a3-89d8-0b976aa3aa0f","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:36:33Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:36:34,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-485c602f-5a86-491c-b2a8-8a9e76a46651 2018-08-10 18:36:34,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.338513851166s 2018-08-10 18:36:34,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-485c602f-5a86-491c-b2a8-8a9e76a46651 2018-08-10 18:36:34,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:36:34,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"subnet": {"name": "vmready1-subnet_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "enable_dhcp": true, "network_id": "34ea40a7-e326-45bd-b61c-49991a54d50b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:36:34,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c0165ed7-eeb6-4dee-ae6f-36a1b3820e16 Date: Fri, 10 Aug 2018 18:36:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34ea40a7-e326-45bd-b61c-49991a54d50b","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:36:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:36:34Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"36cf5989-70fe-4869-ac61-dce90f32481d","subnetpool_id":null,"name":"vmready1-subnet_1182387a-0d4b-40a3-89d8-0b976aa3aa0f"}} 2018-08-10 18:36:34,816 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-c0165ed7-eeb6-4dee-ae6f-36a1b3820e16 2018-08-10 18:36:34,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.803732156754s 2018-08-10 18:36:34,816 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-c0165ed7-eeb6-4dee-ae6f-36a1b3820e16 2018-08-10 18:36:34,817 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:36:34Z', 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'36cf5989-70fe-4869-ac61-dce90f32481d', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', u'enable_dhcp': True, u'network_id': u'34ea40a7-e326-45bd-b61c-49991a54d50b', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:36:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:36:34,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:36:34,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "vmready1-router_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "admin_state_up": true}}' 2018-08-10 18:36:36,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-bcb50829-8b8e-43c7-bd46-20fd1abe9858 Date: Fri, 10 Aug 2018 18:36:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:36:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:36:35Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "e918d477-4e72-4de8-8388-9207c9abc1c1", "name": "vmready1-router_1182387a-0d4b-40a3-89d8-0b976aa3aa0f"}} 2018-08-10 18:36:36,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-bcb50829-8b8e-43c7-bd46-20fd1abe9858 2018-08-10 18:36:36,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46654295921s 2018-08-10 18:36:36,284 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-bcb50829-8b8e-43c7-bd46-20fd1abe9858 2018-08-10 18:36:36,285 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:36:35Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T18:36:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'e918d477-4e72-4de8-8388-9207c9abc1c1', u'name': u'vmready1-router_1182387a-0d4b-40a3-89d8-0b976aa3aa0f'}) 2018-08-10 18:36:36,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:36:36,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1/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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"subnet_id": "36cf5989-70fe-4869-ac61-dce90f32481d"}' 2018-08-10 18:36:38,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-303ef480-ebe1-45f8-9159-ed28f967efcf Date: Fri, 10 Aug 2018 18:36:38 GMT RESP BODY: {"network_id": "34ea40a7-e326-45bd-b61c-49991a54d50b", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "36cf5989-70fe-4869-ac61-dce90f32481d", "subnet_ids": ["36cf5989-70fe-4869-ac61-dce90f32481d"], "port_id": "1228ca28-b5fb-44d9-8c7d-6c4a356af3c5", "id": "e918d477-4e72-4de8-8388-9207c9abc1c1"} 2018-08-10 18:36:38,409 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1/add_router_interface.json used request id req-303ef480-ebe1-45f8-9159-ed28f967efcf 2018-08-10 18:36:38,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.12430787086s 2018-08-10 18:36:38,410 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1/add_router_interface.json used request id req-303ef480-ebe1-45f8-9159-ed28f967efcf returning object e918d477-4e72-4de8-8388-9207c9abc1c1 2018-08-10 18:36:38,410 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:36:38,525 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:36:38,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:38,531 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:36:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:36:38,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:36:38,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:39,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a9ebc359-366b-4acc-9dc7-c651ce2626fa Date: Fri, 10 Aug 2018 18:36:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:36:39,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a9ebc359-366b-4acc-9dc7-c651ce2626fa 2018-08-10 18:36:39,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.783131122589s 2018-08-10 18:36:39,318 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a9ebc359-366b-4acc-9dc7-c651ce2626fa 2018-08-10 18:36:39,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:36:39,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f"}' 2018-08-10 18:36:40,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5b680fb6-2365-4b33-a13b-995fe6d3b2f9 Date: Fri, 10 Aug 2018 18:36:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:36:40Z", "file": "/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ca2763c0-e431-4c47-8498-c346449b4cc2", "size": null, "self": "/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2", "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_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "checksum": null, "created_at": "2018-08-10T18:36:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:36:40,152 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-5b680fb6-2365-4b33-a13b-995fe6d3b2f9 2018-08-10 18:36:40,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.828799962997s 2018-08-10 18:36:40,153 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-5b680fb6-2365-4b33-a13b-995fe6d3b2f9 returning object ca2763c0-e431-4c47-8498-c346449b4cc2 2018-08-10 18:36:40,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:36:40,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/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}2cd01336ada115362002675fe7669b68725a89ed" -d '' 2018-08-10 18:36:43,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2c5ceb0-e018-4e76-bc2b-23154e5475f0 Date: Fri, 10 Aug 2018 18:36:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:36:43,718 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/file used request id req-a2c5ceb0-e018-4e76-bc2b-23154e5475f0 2018-08-10 18:36:43,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.56480312347s 2018-08-10 18:36:43,719 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/file used request id req-a2c5ceb0-e018-4e76-bc2b-23154e5475f0 2018-08-10 18:36:43,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:36:43,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:43,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-6986e546-36bc-408e-b4d2-7e6297764039 Date: Fri, 10 Aug 2018 18:36:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:36:43Z", "file": "/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ca2763c0-e431-4c47-8498-c346449b4cc2", "size": 12716032, "self": "/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ca2763c0-e431-4c47-8498-c346449b4cc2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ca2763c0-e431-4c47-8498-c346449b4cc2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:36:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:36:43,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-6986e546-36bc-408e-b4d2-7e6297764039 2018-08-10 18:36:43,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0241451263428s 2018-08-10 18:36:43,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-6986e546-36bc-408e-b4d2-7e6297764039 2018-08-10 18:36:43,748 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ca2763c0-e431-4c47-8498-c346449b4cc2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'ca2763c0-e431-4c47-8498-c346449b4cc2', 'size': 12716032, u'self': u'/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ca2763c0-e431-4c47-8498-c346449b4cc2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:36:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:36:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', '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/ca2763c0-e431-4c47-8498-c346449b4cc2', 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_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', 'created': u'2018-08-10T18:36:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:36:40Z', 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/ca2763c0-e431-4c47-8498-c346449b4cc2', 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_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:36:43,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:36:43,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:36:44,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36: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-75aca5bc-ad01-407e-b99c-103c25dd875e x-compute-request-id: req-75aca5bc-ad01-407e-b99c-103c25dd875e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/685a2133-0b67-4f9d-821b-93676a30c308", "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": "685a2133-0b67-4f9d-821b-93676a30c308"}} 2018-08-10 18:36:44,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-75aca5bc-ad01-407e-b99c-103c25dd875e 2018-08-10 18:36:44,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.837292909622s 2018-08-10 18:36:44,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-75aca5bc-ad01-407e-b99c-103c25dd875e 2018-08-10 18:36:44,588 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_1182387a-0d4b-40a3-89d8-0b976aa3aa0f', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'685a2133-0b67-4f9d-821b-93676a30c308', 'swap': 0}) 2018-08-10 18:36:44,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:36:44,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308/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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"extra_specs": {}}' 2018-08-10 18:36:44,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a276fc5a-f5f0-45e3-a1f2-ac1dd89cabda x-compute-request-id: req-a276fc5a-f5f0-45e3-a1f2-ac1dd89cabda Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:36:44,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308/os-extra_specs used request id req-a276fc5a-f5f0-45e3-a1f2-ac1dd89cabda 2018-08-10 18:36:44,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.131525039673s 2018-08-10 18:36:44,720 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308/os-extra_specs used request id req-a276fc5a-f5f0-45e3-a1f2-ac1dd89cabda 2018-08-10 18:36:44,834 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:36:44,834 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:36:44,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:36:44,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1/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}2cd01336ada115362002675fe7669b68725a89ed" -d '{"subnet_id": "36cf5989-70fe-4869-ac61-dce90f32481d"}' 2018-08-10 18:36:46,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d24d6f7-cb9e-427a-b2eb-f23542e6a0e4 Date: Fri, 10 Aug 2018 18:36:46 GMT RESP BODY: {"network_id": "34ea40a7-e326-45bd-b61c-49991a54d50b", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "36cf5989-70fe-4869-ac61-dce90f32481d", "subnet_ids": ["36cf5989-70fe-4869-ac61-dce90f32481d"], "port_id": "1228ca28-b5fb-44d9-8c7d-6c4a356af3c5", "id": "e918d477-4e72-4de8-8388-9207c9abc1c1"} 2018-08-10 18:36:46,827 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1/remove_router_interface.json used request id req-7d24d6f7-cb9e-427a-b2eb-f23542e6a0e4 2018-08-10 18:36:46,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.98750090599s 2018-08-10 18:36:46,827 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1/remove_router_interface.json used request id req-7d24d6f7-cb9e-427a-b2eb-f23542e6a0e4 returning object e918d477-4e72-4de8-8388-9207c9abc1c1 2018-08-10 18:36:46,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:36:46,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:47,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-03d20e32-8698-4ab3-a776-37316c5d7500 Date: Fri, 10 Aug 2018 18:36:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:36:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:36:46Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "e918d477-4e72-4de8-8388-9207c9abc1c1", "name": "vmready1-router_1182387a-0d4b-40a3-89d8-0b976aa3aa0f"}]} 2018-08-10 18:36:47,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-03d20e32-8698-4ab3-a776-37316c5d7500 2018-08-10 18:36:47,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.599417924881s 2018-08-10 18:36:47,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-03d20e32-8698-4ab3-a776-37316c5d7500 2018-08-10 18:36:47,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:36:47,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:49,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4a564e0-682d-42b4-a948-407f043beabc Content-Length: 0 Date: Fri, 10 Aug 2018 18:36:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:49,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1.json used request id req-b4a564e0-682d-42b4-a948-407f043beabc 2018-08-10 18:36:49,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.71458101273s 2018-08-10 18:36:49,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/e918d477-4e72-4de8-8388-9207c9abc1c1.json used request id req-b4a564e0-682d-42b4-a948-407f043beabc 2018-08-10 18:36:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:36:49,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:49,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-6d1f7d2b-90cb-4a80-8ad6-9f06c49a123d Date: Fri, 10 Aug 2018 18:36:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"34ea40a7-e326-45bd-b61c-49991a54d50b","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:36:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:36:34Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"36cf5989-70fe-4869-ac61-dce90f32481d","subnetpool_id":null,"name":"vmready1-subnet_1182387a-0d4b-40a3-89d8-0b976aa3aa0f"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 18:36:49,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-6d1f7d2b-90cb-4a80-8ad6-9f06c49a123d 2018-08-10 18:36:49,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.293576002121s 2018-08-10 18:36:49,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-6d1f7d2b-90cb-4a80-8ad6-9f06c49a123d 2018-08-10 18:36:49,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:36:49,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/36cf5989-70fe-4869-ac61-dce90f32481d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:51,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9856bac6-b0d2-4a58-8406-da1060a1cd5b Date: Fri, 10 Aug 2018 18:36:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:51,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/36cf5989-70fe-4869-ac61-dce90f32481d.json used request id req-9856bac6-b0d2-4a58-8406-da1060a1cd5b 2018-08-10 18:36:51,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30174994469s 2018-08-10 18:36:51,741 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/36cf5989-70fe-4869-ac61-dce90f32481d.json used request id req-9856bac6-b0d2-4a58-8406-da1060a1cd5b 2018-08-10 18:36:51,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:51,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:53,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-c5696d4a-95a7-49ea-aca3-8207411ab8ff Date: Fri, 10 Aug 2018 18:36:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"34ea40a7-e326-45bd-b61c-49991a54d50b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:36:51Z","provider:segmentation_id":15,"name":"vmready1-net_1182387a-0d4b-40a3-89d8-0b976aa3aa0f","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:36:33Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:36:53,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-c5696d4a-95a7-49ea-aca3-8207411ab8ff 2018-08-10 18:36:53,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.31221604347s 2018-08-10 18:36:53,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-c5696d4a-95a7-49ea-aca3-8207411ab8ff 2018-08-10 18:36:53,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:36:53,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/34ea40a7-e326-45bd-b61c-49991a54d50b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:53,797 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fab4d707-e8e0-413f-92fe-e1d80903f5b1 Date: Fri, 10 Aug 2018 18:36:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:36:53,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/34ea40a7-e326-45bd-b61c-49991a54d50b.json used request id req-fab4d707-e8e0-413f-92fe-e1d80903f5b1 2018-08-10 18:36:53,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.743047952652s 2018-08-10 18:36:53,798 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/34ea40a7-e326-45bd-b61c-49991a54d50b.json used request id req-fab4d707-e8e0-413f-92fe-e1d80903f5b1 2018-08-10 18:36:53,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:36:53,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:54,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-05c1da84-3600-46f9-a7a5-4b3c783c3564 Date: Fri, 10 Aug 2018 18:36:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:36:43Z", "file": "/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ca2763c0-e431-4c47-8498-c346449b4cc2", "size": 12716032, "self": "/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ca2763c0-e431-4c47-8498-c346449b4cc2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ca2763c0-e431-4c47-8498-c346449b4cc2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:36:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:36:54,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-05c1da84-3600-46f9-a7a5-4b3c783c3564 2018-08-10 18:36:54,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.788280010223s 2018-08-10 18:36:54,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-05c1da84-3600-46f9-a7a5-4b3c783c3564 2018-08-10 18:36:54,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:36:54,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:55,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a3bb648-6754-4c9d-9f3c-531d9f3b50a5 Date: Fri, 10 Aug 2018 18:36: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-10 18:36:55,797 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2 used request id req-0a3bb648-6754-4c9d-9f3c-531d9f3b50a5 2018-08-10 18:36:55,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20421004295s 2018-08-10 18:36:55,797 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/ca2763c0-e431-4c47-8498-c346449b4cc2 used request id req-0a3bb648-6754-4c9d-9f3c-531d9f3b50a5 2018-08-10 18:36:55,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:36:55,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:55,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36: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-b8e05231-6371-4d01-8c35-10d2990d8936 x-compute-request-id: req-b8e05231-6371-4d01-8c35-10d2990d8936 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_1182387a-0d4b-40a3-89d8-0b976aa3aa0f", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/685a2133-0b67-4f9d-821b-93676a30c308", "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": "685a2133-0b67-4f9d-821b-93676a30c308"}]} 2018-08-10 18:36:55,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-b8e05231-6371-4d01-8c35-10d2990d8936 2018-08-10 18:36:55,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257918834686s 2018-08-10 18:36:55,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-b8e05231-6371-4d01-8c35-10d2990d8936 2018-08-10 18:36:55,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:36:55,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2cd01336ada115362002675fe7669b68725a89ed" 2018-08-10 18:36:55,983 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:36: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-349ab626-2d3b-41d0-a3ae-7b20316b85a0 x-compute-request-id: req-349ab626-2d3b-41d0-a3ae-7b20316b85a0 Content-Length: 0 Content-Type: application/json 2018-08-10 18:36:55,983 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308 used request id req-349ab626-2d3b-41d0-a3ae-7b20316b85a0 2018-08-10 18:36:55,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.157420873642s 2018-08-10 18:36:55,983 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/685a2133-0b67-4f9d-821b-93676a30c308 used request id req-349ab626-2d3b-41d0-a3ae-7b20316b85a0 2018-08-10 18:36:56,038 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-10 18:36:56,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:36:56,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:36:56,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:36:56,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:36:56,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:36:56,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:36:56,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:36:56,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:36:56,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:36:56,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:36:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:56,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2e5ba35-7911-4e7d-855d-854103114be5 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:36:56,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-f2e5ba35-7911-4e7d-855d-854103114be5 2018-08-10 18:36:56,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:36:56,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:36:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["ijE57XgIS5yPdBahGJVO6Q"], "issued_at": "2018-08-10T18:36:56.000000Z"}} 2018-08-10 18:36:56,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:36:56,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:57,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-91a734fa-cf77-40ea-94a4-d3dc8f21496d Date: Fri, 10 Aug 2018 18:36:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:36:57,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-91a734fa-cf77-40ea-94a4-d3dc8f21496d 2018-08-10 18:36:57,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.55380320549s 2018-08-10 18:36:57,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-91a734fa-cf77-40ea-94a4-d3dc8f21496d 2018-08-10 18:36:57,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:57,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ddcd8aa-4c12-464b-aadc-1735e50f3961 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:36:57,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-5ddcd8aa-4c12-464b-aadc-1735e50f3961 2018-08-10 18:36:57,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:36:57,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:57,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d593596-9d48-4ead-b411-883407252acd Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:36:57,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-9d593596-9d48-4ead-b411-883407252acd 2018-08-10 18:36:57,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197780847549s 2018-08-10 18:36:57,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-9d593596-9d48-4ead-b411-883407252acd 2018-08-10 18:36:57,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 18:36:57,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}}' 2018-08-10 18:36:57,617 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76614292-6203-4db9-a03d-9e21d0cf1d95 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.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f"}, "tags": [], "enabled": true, "id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}} 2018-08-10 18:36:57,617 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-76614292-6203-4db9-a03d-9e21d0cf1d95 2018-08-10 18:36:57,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.264748811722s 2018-08-10 18:36:57,618 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-76614292-6203-4db9-a03d-9e21d0cf1d95 2018-08-10 18:36:57,618 - 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'75cdca74e1ee4ddcaf07d5608ffaf59f', '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_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8'}) 2018-08-10 18:36:57,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 18:36:57,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7dd51cfd-7434-4418-94a1-7c1ed13d9bfb", "email": null, "name": "vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}}' 2018-08-10 18:36:58,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:36:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-190d0a15-48b1-433f-89c1-d01fda89fc38 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "links": {"self": "http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d95b06914b5a4373b924ba820127a933", "domain_id": "default", "password_expires_at": null}} 2018-08-10 18:36:58,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-190d0a15-48b1-433f-89c1-d01fda89fc38 2018-08-10 18:36:58,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.577803134918s 2018-08-10 18:36:58,203 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-190d0a15-48b1-433f-89c1-d01fda89fc38 2018-08-10 18:36:58,203 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd95b06914b5a4373b924ba820127a933', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8'}) 2018-08-10 18:36:58,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:36:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:58,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbf256bd-b5dc-4030-87e5-fefc451e5318 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:36:58,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bbf256bd-b5dc-4030-87e5-fefc451e5318 2018-08-10 18:36:58,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188132047653s 2018-08-10 18:36:58,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bbf256bd-b5dc-4030-87e5-fefc451e5318 2018-08-10 18:36:58,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:36:58,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:58,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e80570-32fd-482b-afac-716ee0c99cf4 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:36:58,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-80e80570-32fd-482b-afac-716ee0c99cf4 2018-08-10 18:36:58,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196855783463s 2018-08-10 18:36:58,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-80e80570-32fd-482b-afac-716ee0c99cf4 2018-08-10 18:36:58,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:36:58,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:58,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c68e8cc-56a9-485d-8390-5fc9afa5b077 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:36:58,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5c68e8cc-56a9-485d-8390-5fc9afa5b077 2018-08-10 18:36:58,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196161985397s 2018-08-10 18:36:58,798 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5c68e8cc-56a9-485d-8390-5fc9afa5b077 2018-08-10 18:36:58,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:36:58,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:59,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63dfdc95-3bac-43f3-8d32-13e0bc742b9d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 18:36:59,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-63dfdc95-3bac-43f3-8d32-13e0bc742b9d 2018-08-10 18:36:59,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197880983353s 2018-08-10 18:36:59,001 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-63dfdc95-3bac-43f3-8d32-13e0bc742b9d 2018-08-10 18:36:59,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:36:59,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:59,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b6256e8-7246-46a9-8251-1ab8b28edd2c Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "links": {"self": "http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d95b06914b5a4373b924ba820127a933", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:36:59,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-7b6256e8-7246-46a9-8251-1ab8b28edd2c 2018-08-10 18:36:59,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.169002056122s 2018-08-10 18:36:59,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-7b6256e8-7246-46a9-8251-1ab8b28edd2c 2018-08-10 18:36:59,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:36:59,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:59,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8731eb2e-d28c-490d-8b58-4a2ee2ec127c Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f"}, "tags": [], "enabled": true, "id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}]} 2018-08-10 18:36:59,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-8731eb2e-d28c-490d-8b58-4a2ee2ec127c 2018-08-10 18:36:59,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.269510030746s 2018-08-10 18:36:59,452 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-8731eb2e-d28c-490d-8b58-4a2ee2ec127c 2018-08-10 18:36:59,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:36:59,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=d95b06914b5a4373b924ba820127a933&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=75cdca74e1ee4ddcaf07d5608ffaf59f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:59,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af55884-7828-4d42-a9f2-9741dc451b5c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=d95b06914b5a4373b924ba820127a933&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=75cdca74e1ee4ddcaf07d5608ffaf59f", "previous": null, "next": null}} 2018-08-10 18:36:59,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=d95b06914b5a4373b924ba820127a933&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=75cdca74e1ee4ddcaf07d5608ffaf59f used request id req-0af55884-7828-4d42-a9f2-9741dc451b5c 2018-08-10 18:36:59,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.099014043808s 2018-08-10 18:36:59,555 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=d95b06914b5a4373b924ba820127a933&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=75cdca74e1ee4ddcaf07d5608ffaf59f used request id req-0af55884-7828-4d42-a9f2-9741dc451b5c 2018-08-10 18:36:59,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 18:36:59,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f/users/d95b06914b5a4373b924ba820127a933/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:36:59,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:36:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5efa045b-c560-4a38-bb9e-36cab21471ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:36:59,858 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f/users/d95b06914b5a4373b924ba820127a933/roles/740829ed47d44511bcb22d86735f9050 used request id req-5efa045b-c560-4a38-bb9e-36cab21471ef 2018-08-10 18:36:59,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.30020403862s 2018-08-10 18:36:59,859 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f/users/d95b06914b5a4373b924ba820127a933/roles/740829ed47d44511bcb22d86735f9050 used request id req-5efa045b-c560-4a38-bb9e-36cab21471ef 2018-08-10 18:36:59,859 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', 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'75cdca74e1ee4ddcaf07d5608ffaf59f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7dd51cfd-7434-4418-94a1-7c1ed13d9bfb', 'username': u'vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 18:36:59,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:36:59,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:36:59,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:36:59,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:36:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:36:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:36:59,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:36:59,864 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', 'password': '7dd51cfd-7434-4418-94a1-7c1ed13d9bfb', 'project_name': 'vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '75cdca74e1ee4ddcaf07d5608ffaf59f', 'project_domain_name': 'Default'} 2018-08-10 18:36:59,864 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-10 18:36:59,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:36:59,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:36:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d5b7f3-a932-4a6f-b48d-3447afbf3070 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:36:59,872 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-e8d5b7f3-a932-4a6f-b48d-3447afbf3070 2018-08-10 18:36:59,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:37:00,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:37:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "name": "vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/75cdca74e1ee4ddcaf07d5608ffaf59f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "id": "d95b06914b5a4373b924ba820127a933"}, "audit_ids": ["JsRFnvDCQqiDQmFPUVJCnQ"], "issued_at": "2018-08-10T18:37:00.000000Z"}} 2018-08-10 18:37:00,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:37:00,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '{"network": {"name": "vmready2-net_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "admin_state_up": true}}' 2018-08-10 18:37:01,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-82f2fbb9-66de-4cfc-a040-5a241018cd78 Date: Fri, 10 Aug 2018 18:37:01 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","created_at":"2018-08-10T18:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T18:37:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","id":"302794c0-8275-46b0-8eb1-c0a8607cbc47","name":"vmready2-net_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}} 2018-08-10 18:37:01,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-82f2fbb9-66de-4cfc-a040-5a241018cd78 2018-08-10 18:37:01,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.79242181778s 2018-08-10 18:37:01,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-82f2fbb9-66de-4cfc-a040-5a241018cd78 2018-08-10 18:37:01,067 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:37:00Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'302794c0-8275-46b0-8eb1-c0a8607cbc47', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', u'admin_state_up': True, u'tenant_id': u'75cdca74e1ee4ddcaf07d5608ffaf59f', u'created_at': u'2018-08-10T18:37:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'75cdca74e1ee4ddcaf07d5608ffaf59f'}) 2018-08-10 18:37:01,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:37:01,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:01,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-bb98d4aa-c311-442b-9284-135e352ca777 Date: Fri, 10 Aug 2018 18:37:01 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-10T18:37:00Z","tenant_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","created_at":"2018-08-10T18:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","id":"302794c0-8275-46b0-8eb1-c0a8607cbc47","name":"vmready2-net_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:37:01,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-bb98d4aa-c311-442b-9284-135e352ca777 2018-08-10 18:37:01,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267201900482s 2018-08-10 18:37:01,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-bb98d4aa-c311-442b-9284-135e352ca777 2018-08-10 18:37:01,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:37:01,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '{"subnet": {"name": "vmready2-subnet_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "enable_dhcp": true, "network_id": "302794c0-8275-46b0-8eb1-c0a8607cbc47", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:37:02,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b5b7293c-7844-4fec-89b9-29a31c951077 Date: Fri, 10 Aug 2018 18:37:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"302794c0-8275-46b0-8eb1-c0a8607cbc47","tenant_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","created_at":"2018-08-10T18:37:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:37:01Z","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":"75cdca74e1ee4ddcaf07d5608ffaf59f","id":"6774a54c-48b9-449d-92c3-66c9f7bb5941","subnetpool_id":null,"name":"vmready2-subnet_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}} 2018-08-10 18:37:02,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b5b7293c-7844-4fec-89b9-29a31c951077 2018-08-10 18:37:02,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.02889180183s 2018-08-10 18:37:02,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b5b7293c-7844-4fec-89b9-29a31c951077 2018-08-10 18:37:02,366 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:37:01Z', 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'6774a54c-48b9-449d-92c3-66c9f7bb5941', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', u'enable_dhcp': True, u'network_id': u'302794c0-8275-46b0-8eb1-c0a8607cbc47', u'tenant_id': u'75cdca74e1ee4ddcaf07d5608ffaf59f', u'created_at': u'2018-08-10T18:37:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'75cdca74e1ee4ddcaf07d5608ffaf59f'}) 2018-08-10 18:37:02,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:37:02,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "vmready2-router_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "admin_state_up": true}}' 2018-08-10 18:37:03,901 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-028f9e84-14ea-4c6e-b42a-df4e757273df Date: Fri, 10 Aug 2018 18:37:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "created_at": "2018-08-10T18:37:02Z", "admin_state_up": true, "updated_at": "2018-08-10T18:37:03Z", "revision_number": 2, "routes": [], "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "d89a84b9-fed9-4c7a-ba57-c825ae48ee9b", "name": "vmready2-router_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}} 2018-08-10 18:37:03,901 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-028f9e84-14ea-4c6e-b42a-df4e757273df 2018-08-10 18:37:03,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53483390808s 2018-08-10 18:37:03,902 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-028f9e84-14ea-4c6e-b42a-df4e757273df 2018-08-10 18:37:03,902 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'75cdca74e1ee4ddcaf07d5608ffaf59f', u'created_at': u'2018-08-10T18:37:02Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T18:37:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'75cdca74e1ee4ddcaf07d5608ffaf59f', u'id': u'd89a84b9-fed9-4c7a-ba57-c825ae48ee9b', u'name': u'vmready2-router_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8'}) 2018-08-10 18:37:03,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:37:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b/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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '{"subnet_id": "6774a54c-48b9-449d-92c3-66c9f7bb5941"}' 2018-08-10 18:37:06,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0dfa1b6c-cf28-4b0f-8684-d25edb27ac96 Date: Fri, 10 Aug 2018 18:37:06 GMT RESP BODY: {"network_id": "302794c0-8275-46b0-8eb1-c0a8607cbc47", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "subnet_id": "6774a54c-48b9-449d-92c3-66c9f7bb5941", "subnet_ids": ["6774a54c-48b9-449d-92c3-66c9f7bb5941"], "port_id": "89193b74-4d1d-4c92-988e-71a00388f183", "id": "d89a84b9-fed9-4c7a-ba57-c825ae48ee9b"} 2018-08-10 18:37:06,012 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b/add_router_interface.json used request id req-0dfa1b6c-cf28-4b0f-8684-d25edb27ac96 2018-08-10 18:37:06,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1090760231s 2018-08-10 18:37:06,012 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b/add_router_interface.json used request id req-0dfa1b6c-cf28-4b0f-8684-d25edb27ac96 returning object d89a84b9-fed9-4c7a-ba57-c825ae48ee9b 2018-08-10 18:37:06,013 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:37:06,142 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:37:06,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:37:06,148 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:37:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:37:06,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:37:06,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:06,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a7431405-9444-4ef6-93ca-862cc77ade42 Date: Fri, 10 Aug 2018 18:37:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:37:06,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a7431405-9444-4ef6-93ca-862cc77ade42 2018-08-10 18:37:06,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.781391859055s 2018-08-10 18:37:06,932 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a7431405-9444-4ef6-93ca-862cc77ade42 2018-08-10 18:37:06,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:37:06,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}' 2018-08-10 18:37:07,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a79cefdd-5ddf-484b-ba3b-712c1c0c767d Date: Fri, 10 Aug 2018 18:37:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:07Z", "file": "/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/file", "owner": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "da7ef969-7210-4fd1-aaa9-6583b8eea3cd", "size": null, "self": "/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd", "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_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "checksum": null, "created_at": "2018-08-10T18:37:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:37:07,897 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-a79cefdd-5ddf-484b-ba3b-712c1c0c767d 2018-08-10 18:37:07,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.95690202713s 2018-08-10 18:37:07,897 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-a79cefdd-5ddf-484b-ba3b-712c1c0c767d returning object da7ef969-7210-4fd1-aaa9-6583b8eea3cd 2018-08-10 18:37:07,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:37:07,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '' 2018-08-10 18:37:09,396 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d658c410-563c-4bf3-8f7c-d0542695a8f3 Date: Fri, 10 Aug 2018 18:37:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:37:09,397 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/file used request id req-d658c410-563c-4bf3-8f7c-d0542695a8f3 2018-08-10 18:37:09,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.49873805046s 2018-08-10 18:37:09,397 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/file used request id req-d658c410-563c-4bf3-8f7c-d0542695a8f3 2018-08-10 18:37:09,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:37:09,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:10,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-9dd9a1c3-7ea5-4a2e-9358-a2f6809a89ed Date: Fri, 10 Aug 2018 18:37:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:09Z", "file": "/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/file", "owner": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "da7ef969-7210-4fd1-aaa9-6583b8eea3cd", "size": 12716032, "self": "/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:37:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:37:10,162 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9dd9a1c3-7ea5-4a2e-9358-a2f6809a89ed 2018-08-10 18:37:10,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761188983917s 2018-08-10 18:37:10,163 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9dd9a1c3-7ea5-4a2e-9358-a2f6809a89ed 2018-08-10 18:37:10,165 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/snap', u'metadata': Munch({})})], 'file': u'/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/file', 'owner': u'75cdca74e1ee4ddcaf07d5608ffaf59f', 'id': u'da7ef969-7210-4fd1-aaa9-6583b8eea3cd', 'size': 12716032, u'self': u'/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'75cdca74e1ee4ddcaf07d5608ffaf59f', 'name': 'vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:37:09Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:37:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', '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/da7ef969-7210-4fd1-aaa9-6583b8eea3cd', 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_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', 'created': u'2018-08-10T18:37:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:37: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/da7ef969-7210-4fd1-aaa9-6583b8eea3cd', 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_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:37:10,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:37:10,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:37:11,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-a1011f1c-4c52-4161-8552-285f0e5259a0 x-compute-request-id: req-a1011f1c-4c52-4161-8552-285f0e5259a0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7", "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": "54f38bac-759b-45fa-9c2f-627f3e3c1da7"}} 2018-08-10 18:37:11,005 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-a1011f1c-4c52-4161-8552-285f0e5259a0 2018-08-10 18:37:11,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.839182138443s 2018-08-10 18:37:11,005 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-a1011f1c-4c52-4161-8552-285f0e5259a0 2018-08-10 18:37:11,006 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'54f38bac-759b-45fa-9c2f-627f3e3c1da7', 'swap': 0}) 2018-08-10 18:37:11,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:37:11,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7/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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" -d '{"extra_specs": {}}' 2018-08-10 18:37:11,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-d0a5bcec-23b3-41ee-afa3-c69c774de628 x-compute-request-id: req-d0a5bcec-23b3-41ee-afa3-c69c774de628 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:37:11,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7/os-extra_specs used request id req-d0a5bcec-23b3-41ee-afa3-c69c774de628 2018-08-10 18:37:11,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.142554998398s 2018-08-10 18:37:11,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7/os-extra_specs used request id req-d0a5bcec-23b3-41ee-afa3-c69c774de628 2018-08-10 18:37:11,280 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:37:11,280 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:37:11,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:37:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b/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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" -d '{"subnet_id": "6774a54c-48b9-449d-92c3-66c9f7bb5941"}' 2018-08-10 18:37:14,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-617e2bb2-5423-4fb5-a42a-3dad88b61f4c Date: Fri, 10 Aug 2018 18:37:14 GMT RESP BODY: {"network_id": "302794c0-8275-46b0-8eb1-c0a8607cbc47", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "subnet_id": "6774a54c-48b9-449d-92c3-66c9f7bb5941", "subnet_ids": ["6774a54c-48b9-449d-92c3-66c9f7bb5941"], "port_id": "89193b74-4d1d-4c92-988e-71a00388f183", "id": "d89a84b9-fed9-4c7a-ba57-c825ae48ee9b"} 2018-08-10 18:37:14,012 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b/remove_router_interface.json used request id req-617e2bb2-5423-4fb5-a42a-3dad88b61f4c 2018-08-10 18:37:14,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.72621703148s 2018-08-10 18:37:14,012 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b/remove_router_interface.json used request id req-617e2bb2-5423-4fb5-a42a-3dad88b61f4c returning object d89a84b9-fed9-4c7a-ba57-c825ae48ee9b 2018-08-10 18:37:14,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:37:14,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:14,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e256ab03-14dd-43f9-9d05-8161dd63e06f Date: Fri, 10 Aug 2018 18:37:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "created_at": "2018-08-10T18:37:02Z", "admin_state_up": true, "updated_at": "2018-08-10T18:37:13Z", "revision_number": 4, "routes": [], "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "d89a84b9-fed9-4c7a-ba57-c825ae48ee9b", "name": "vmready2-router_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}]} 2018-08-10 18:37:14,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-e256ab03-14dd-43f9-9d05-8161dd63e06f 2018-08-10 18:37:14,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.138655185699s 2018-08-10 18:37:14,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-e256ab03-14dd-43f9-9d05-8161dd63e06f 2018-08-10 18:37:14,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:37:14,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:15,497 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0c5c3040-c24a-4cff-9589-f625bd32ff9b Content-Length: 0 Date: Fri, 10 Aug 2018 18:37:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:37:15,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b.json used request id req-0c5c3040-c24a-4cff-9589-f625bd32ff9b 2018-08-10 18:37:15,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34394693375s 2018-08-10 18:37:15,497 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/d89a84b9-fed9-4c7a-ba57-c825ae48ee9b.json used request id req-0c5c3040-c24a-4cff-9589-f625bd32ff9b 2018-08-10 18:37:15,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:37:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:15,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a67f845e-7dba-470f-a2af-bb310c020d6a Date: Fri, 10 Aug 2018 18:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"302794c0-8275-46b0-8eb1-c0a8607cbc47","tenant_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","created_at":"2018-08-10T18:37:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:37:01Z","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":"75cdca74e1ee4ddcaf07d5608ffaf59f","id":"6774a54c-48b9-449d-92c3-66c9f7bb5941","subnetpool_id":null,"name":"vmready2-subnet_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}]} 2018-08-10 18:37:15,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-a67f845e-7dba-470f-a2af-bb310c020d6a 2018-08-10 18:37:15,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.323529958725s 2018-08-10 18:37:15,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-a67f845e-7dba-470f-a2af-bb310c020d6a 2018-08-10 18:37:15,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:37:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/6774a54c-48b9-449d-92c3-66c9f7bb5941.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:18,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-19266794-3278-4a6e-846a-d157277a0a50 Date: Fri, 10 Aug 2018 18:37:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:37:18,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/6774a54c-48b9-449d-92c3-66c9f7bb5941.json used request id req-19266794-3278-4a6e-846a-d157277a0a50 2018-08-10 18:37:18,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.5940759182s 2018-08-10 18:37:18,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/6774a54c-48b9-449d-92c3-66c9f7bb5941.json used request id req-19266794-3278-4a6e-846a-d157277a0a50 2018-08-10 18:37:18,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:37:18,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:18,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-dff360fb-1b4a-4232-97e1-4b9f2e3708b0 Date: Fri, 10 Aug 2018 18:37:18 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-10T18:37:18Z","tenant_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","created_at":"2018-08-10T18:37:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"75cdca74e1ee4ddcaf07d5608ffaf59f","id":"302794c0-8275-46b0-8eb1-c0a8607cbc47","name":"vmready2-net_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:37:18,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-dff360fb-1b4a-4232-97e1-4b9f2e3708b0 2018-08-10 18:37:18,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.414885997772s 2018-08-10 18:37:18,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-dff360fb-1b4a-4232-97e1-4b9f2e3708b0 2018-08-10 18:37:18,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:37:18,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/302794c0-8275-46b0-8eb1-c0a8607cbc47.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:19,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e85373bd-df4a-4aa6-875e-7ef88b72fbfd Date: Fri, 10 Aug 2018 18:37:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:37:19,880 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/302794c0-8275-46b0-8eb1-c0a8607cbc47.json used request id req-e85373bd-df4a-4aa6-875e-7ef88b72fbfd 2018-08-10 18:37:19,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04576301575s 2018-08-10 18:37:19,881 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/302794c0-8275-46b0-8eb1-c0a8607cbc47.json used request id req-e85373bd-df4a-4aa6-875e-7ef88b72fbfd 2018-08-10 18:37:19,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:37:19,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:19,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-afb8417b-8882-4d2f-8c65-fbccd2cd03f5 Date: Fri, 10 Aug 2018 18:37:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:09Z", "file": "/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/file", "owner": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "da7ef969-7210-4fd1-aaa9-6583b8eea3cd", "size": 12716032, "self": "/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:37:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:37:19,926 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-afb8417b-8882-4d2f-8c65-fbccd2cd03f5 2018-08-10 18:37:19,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0410161018372s 2018-08-10 18:37:19,926 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-afb8417b-8882-4d2f-8c65-fbccd2cd03f5 2018-08-10 18:37:19,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:37:19,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}122ee099cbd471b7fc5964e8cdb5b6f8fd86e74e" 2018-08-10 18:37:21,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3300f48e-790c-4f4a-9f3d-419ef4169dc1 Date: Fri, 10 Aug 2018 18:37: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-10 18:37:21,497 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd used request id req-3300f48e-790c-4f4a-9f3d-419ef4169dc1 2018-08-10 18:37:21,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.56874704361s 2018-08-10 18:37:21,497 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/da7ef969-7210-4fd1-aaa9-6583b8eea3cd used request id req-3300f48e-790c-4f4a-9f3d-419ef4169dc1 2018-08-10 18:37:21,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:37:21,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:21,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-23d71e8f-ce05-4329-b917-2f9452bea1e0 x-compute-request-id: req-23d71e8f-ce05-4329-b917-2f9452bea1e0 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7", "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": "54f38bac-759b-45fa-9c2f-627f3e3c1da7"}]} 2018-08-10 18:37:21,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-23d71e8f-ce05-4329-b917-2f9452bea1e0 2018-08-10 18:37:21,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265078544617s 2018-08-10 18:37:21,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-23d71e8f-ce05-4329-b917-2f9452bea1e0 2018-08-10 18:37:21,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:37:21,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:21,581 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:37: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-0c59b5e5-b5c8-42b0-9a67-4a12cf98e452 x-compute-request-id: req-0c59b5e5-b5c8-42b0-9a67-4a12cf98e452 Content-Length: 0 Content-Type: application/json 2018-08-10 18:37:21,581 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7 used request id req-0c59b5e5-b5c8-42b0-9a67-4a12cf98e452 2018-08-10 18:37:21,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0554141998291s 2018-08-10 18:37:21,582 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/54f38bac-759b-45fa-9c2f-627f3e3c1da7 used request id req-0c59b5e5-b5c8-42b0-9a67-4a12cf98e452 2018-08-10 18:37:21,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:37:21,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:21,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347b69cd-371d-4ce2-91fe-c9d613746980 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "links": {"self": "http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d95b06914b5a4373b924ba820127a933", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:37:21,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-347b69cd-371d-4ce2-91fe-c9d613746980 2018-08-10 18:37:21,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.295881986618s 2018-08-10 18:37:21,879 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-347b69cd-371d-4ce2-91fe-c9d613746980 2018-08-10 18:37:21,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:37:21,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:22,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859bce7f-1192-4f92-8a5d-70a238be2b58 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8", "links": {"self": "http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d95b06914b5a4373b924ba820127a933", "description": null}} 2018-08-10 18:37:22,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933 used request id req-859bce7f-1192-4f92-8a5d-70a238be2b58 2018-08-10 18:37:22,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206377029419s 2018-08-10 18:37:22,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933 used request id req-859bce7f-1192-4f92-8a5d-70a238be2b58 2018-08-10 18:37:22,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 18:37:22,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:22,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:37:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-096b6104-b002-4b8f-b24a-2affcd12fb11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:37:22,429 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933 used request id req-096b6104-b002-4b8f-b24a-2affcd12fb11 2018-08-10 18:37:22,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.337080001831s 2018-08-10 18:37:22,429 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/d95b06914b5a4373b924ba820127a933 used request id req-096b6104-b002-4b8f-b24a-2affcd12fb11 2018-08-10 18:37:22,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:37:22,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:22,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0366740b-c265-4d63-8ebb-5c9ec807b5d1 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f"}, "tags": [], "enabled": true, "id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_714b2f7c-7e0e-41d3-bdcf-2fc6f67a08f8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 18:37:22,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-0366740b-c265-4d63-8ebb-5c9ec807b5d1 2018-08-10 18:37:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19566988945s 2018-08-10 18:37:22,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-0366740b-c265-4d63-8ebb-5c9ec807b5d1 2018-08-10 18:37:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 18:37:22,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d30925eb2d2888d3ebc67fdd3e39f71e21feac02" 2018-08-10 18:37:22,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:37:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9228e7d8-015d-40c0-90d7-00ecb24bde35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:37:22,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f used request id req-9228e7d8-015d-40c0-90d7-00ecb24bde35 2018-08-10 18:37:22,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.264299869537s 2018-08-10 18:37:22,900 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/75cdca74e1ee4ddcaf07d5608ffaf59f used request id req-9228e7d8-015d-40c0-90d7-00ecb24bde35 2018-08-10 18:37:22,938 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:37:22,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:37:22,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:37:22,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:37:22,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:37:22,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:37:22,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:37:22,965 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:37:22,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:37:22,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff1b2b46-de8b-468b-b10a-d5c2ebf998a2 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:37:22,970 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-ff1b2b46-de8b-468b-b10a-d5c2ebf998a2 2018-08-10 18:37:22,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:37:23,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["DK_7zx4CQPy5B4kemM4k8A"], "issued_at": "2018-08-10T18:37:23.000000Z"}} 2018-08-10 18:37:23,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:37:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:24,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7028c72a-2015-4398-920f-9d150d0d9740 Date: Fri, 10 Aug 2018 18:37:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:37:24,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7028c72a-2015-4398-920f-9d150d0d9740 2018-08-10 18:37:24,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05646705627s 2018-08-10 18:37:24,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7028c72a-2015-4398-920f-9d150d0d9740 2018-08-10 18:37:24,440 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-10 18:37:24,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:37:24,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"network": {"name": "singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "admin_state_up": true}}' 2018-08-10 18:37:25,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-63995817-0226-409a-ae05-bf472ade915c Date: Fri, 10 Aug 2018 18:37: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":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:37:25Z","is_default":false,"provider:segmentation_id":69,"name":"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:25Z","mtu":1450}} 2018-08-10 18:37:25,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-63995817-0226-409a-ae05-bf472ade915c 2018-08-10 18:37:25,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.27170300484s 2018-08-10 18:37:25,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-63995817-0226-409a-ae05-bf472ade915c 2018-08-10 18:37:25,713 - 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-10T18:37:25Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'17b7c07f-3d36-41bf-bc11-4d0ae65bb25f', u'provider:segmentation_id': 69, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:37:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:37:25,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:37:25,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:26,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-ce852279-0e9e-4b17-a422-ae5eb469e81c Date: Fri, 10 Aug 2018 18:37:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:37:25Z","provider:segmentation_id":69,"name":"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:37:26,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ce852279-0e9e-4b17-a422-ae5eb469e81c 2018-08-10 18:37:26,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35190987587s 2018-08-10 18:37:26,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ce852279-0e9e-4b17-a422-ae5eb469e81c 2018-08-10 18:37:26,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:37:26,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"subnet": {"name": "singlevm1-subnet_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "enable_dhcp": true, "network_id": "17b7c07f-3d36-41bf-bc11-4d0ae65bb25f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:37:26,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-281b43dc-4964-4d0b-873c-72dc88e57f8b Date: Fri, 10 Aug 2018 18:37:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:37:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"81af59c7-eabf-446f-9205-d2bb9f70c31c","subnetpool_id":null,"name":"singlevm1-subnet_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}} 2018-08-10 18:37:26,797 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-281b43dc-4964-4d0b-873c-72dc88e57f8b 2018-08-10 18:37:26,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.729243040085s 2018-08-10 18:37:26,797 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-281b43dc-4964-4d0b-873c-72dc88e57f8b 2018-08-10 18:37:26,798 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:37:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'81af59c7-eabf-446f-9205-d2bb9f70c31c', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', u'enable_dhcp': True, u'network_id': u'17b7c07f-3d36-41bf-bc11-4d0ae65bb25f', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:37:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:37:26,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:37:26,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "singlevm1-router_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "admin_state_up": true}}' 2018-08-10 18:37:28,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f81ba129-1776-419c-86ce-f696c28967db Date: Fri, 10 Aug 2018 18:37:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:37:27Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "fe3f0cd8-e90b-413f-adec-9f8fe85399d3", "name": "singlevm1-router_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}} 2018-08-10 18:37:28,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f81ba129-1776-419c-86ce-f696c28967db 2018-08-10 18:37:28,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33145403862s 2018-08-10 18:37:28,130 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f81ba129-1776-419c-86ce-f696c28967db 2018-08-10 18:37:28,130 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:37:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T18:37:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'fe3f0cd8-e90b-413f-adec-9f8fe85399d3', u'name': u'singlevm1-router_b8879a11-9ae9-408c-b29b-83e4b75d2d9b'}) 2018-08-10 18:37:28,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:37:28,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3/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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"subnet_id": "81af59c7-eabf-446f-9205-d2bb9f70c31c"}' 2018-08-10 18:37:30,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f6879123-722d-4ae7-a437-c36dccc748b2 Date: Fri, 10 Aug 2018 18:37:30 GMT RESP BODY: {"network_id": "17b7c07f-3d36-41bf-bc11-4d0ae65bb25f", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "81af59c7-eabf-446f-9205-d2bb9f70c31c", "subnet_ids": ["81af59c7-eabf-446f-9205-d2bb9f70c31c"], "port_id": "ded319d2-1057-4356-bd0a-92ab7ef31f02", "id": "fe3f0cd8-e90b-413f-adec-9f8fe85399d3"} 2018-08-10 18:37:30,087 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3/add_router_interface.json used request id req-f6879123-722d-4ae7-a437-c36dccc748b2 2018-08-10 18:37:30,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95635199547s 2018-08-10 18:37:30,088 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3/add_router_interface.json used request id req-f6879123-722d-4ae7-a437-c36dccc748b2 returning object fe3f0cd8-e90b-413f-adec-9f8fe85399d3 2018-08-10 18:37:30,088 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:37:30,220 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:37:30,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:37:30,228 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:37:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:37:30,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:37:30,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:31,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-04340272-e8e9-47d6-b70c-331900d40c00 Date: Fri, 10 Aug 2018 18:37:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:37:31,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-04340272-e8e9-47d6-b70c-331900d40c00 2018-08-10 18:37:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.905821084976s 2018-08-10 18:37:31,137 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-04340272-e8e9-47d6-b70c-331900d40c00 2018-08-10 18:37:31,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:37:31,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}' 2018-08-10 18:37:31,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-62153097-ef95-4744-9fb9-f48ba7e41daf Date: Fri, 10 Aug 2018 18:37:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:31Z", "file": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "size": null, "self": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "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_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "checksum": null, "created_at": "2018-08-10T18:37:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:37:31,987 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-62153097-ef95-4744-9fb9-f48ba7e41daf 2018-08-10 18:37:31,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.841969013214s 2018-08-10 18:37:31,987 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-62153097-ef95-4744-9fb9-f48ba7e41daf returning object fb51a454-3a7a-43ad-8efe-06c7e52335c8 2018-08-10 18:37:31,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:37:31,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '' 2018-08-10 18:37:33,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-162cba07-c454-432d-a458-4051d20cb487 Date: Fri, 10 Aug 2018 18:37:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:37:33,422 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file used request id req-162cba07-c454-432d-a458-4051d20cb487 2018-08-10 18:37:33,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.43354010582s 2018-08-10 18:37:33,422 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file used request id req-162cba07-c454-432d-a458-4051d20cb487 2018-08-10 18:37:33,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:37:33,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:33,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-a8f9ec21-f65e-4a72-a2cc-842a4854fa48 Date: Fri, 10 Aug 2018 18:37:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:33Z", "file": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "size": 12716032, "self": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:37:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:37:33,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a8f9ec21-f65e-4a72-a2cc-842a4854fa48 2018-08-10 18:37:33,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294487953186s 2018-08-10 18:37:33,721 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a8f9ec21-f65e-4a72-a2cc-842a4854fa48 2018-08-10 18:37:33,723 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'fb51a454-3a7a-43ad-8efe-06c7e52335c8', 'size': 12716032, u'self': u'/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:37:33Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:37:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', '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/fb51a454-3a7a-43ad-8efe-06c7e52335c8', 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_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', 'created': u'2018-08-10T18:37:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:37: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/fb51a454-3a7a-43ad-8efe-06c7e52335c8', 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_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:37:33,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:37:33,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:37:34,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-cfbc5b09-e56a-4c9f-b240-8b50632c8474 x-compute-request-id: req-cfbc5b09-e56a-4c9f-b240-8b50632c8474 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "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": "80b8dc36-cdb9-400e-9b97-5502848e7f94"}} 2018-08-10 18:37:34,555 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-cfbc5b09-e56a-4c9f-b240-8b50632c8474 2018-08-10 18:37:34,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.831180095673s 2018-08-10 18:37:34,556 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-cfbc5b09-e56a-4c9f-b240-8b50632c8474 2018-08-10 18:37:34,556 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'80b8dc36-cdb9-400e-9b97-5502848e7f94', 'swap': 0}) 2018-08-10 18:37:34,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:37:34,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94/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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"extra_specs": {}}' 2018-08-10 18:37:34,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-635afa20-3818-4e51-882b-ec12ad26b825 x-compute-request-id: req-635afa20-3818-4e51-882b-ec12ad26b825 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:37:34,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94/os-extra_specs used request id req-635afa20-3818-4e51-882b-ec12ad26b825 2018-08-10 18:37:34,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236048698425s 2018-08-10 18:37:34,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94/os-extra_specs used request id req-635afa20-3818-4e51-882b-ec12ad26b825 2018-08-10 18:37:34,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 18:37:34,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"keypair": {"name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}}' 2018-08-10 18:37:34,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-54ab7c3f-749e-47d7-aeff-a9aeb2053662 x-compute-request-id: req-54ab7c3f-749e-47d7-aeff-a9aeb2053662 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2vhfznebqJIYs1Clhzwt0Es+yHZaeQxKCLGzCfVbSTOyUnCOhR+uGSWLxXkXofyNAeTugMd6ZYkqGZhtIp7WCxCGlfEDTrkIJZQ3vbyooxtvB3jTtl0W2G0p2sSoHcqZHjpnjUkBX1yqCNxaASdAlL/j/QVAx7lhzKWBMlEQIH1DfFbIh/eRkxWCbLfuXF8TfvevM4RKf5N/QCFdo2/xv3DDXrTUfh1ScT9Y4KC/eGcdfIwNjU7Amj9QBTNujcmNhUlh8zE/3tHhngUA0BruLLgSu3l6zJ6WpEG1UezBSIZzw/KUJuNpo0J/MIcoxKDkjoi72tVzMDqKtEpu1x8Mp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAtr4X853m6iSGLNQpYc8LdBLPsh2WnkMSgixswn1W0kzslJwj\noUfrhkli8V5F6H8jQHk7oDHemWJKhmYbSKe1gsQhpXxA065CCWUN728qKMbbwd40\n7ZdFthtKdrEqB3KmR46Z41JAV9cqgjcWgEnQJS/4/0FQMe5YcylgTJRECB9Q3xWy\nIf3kZMVgmy37lxfE373rzOESn+Tf0AhXaNv8b9ww1601H4dUnE/WOCgv3hnHXyMD\nY1OwJo/UAUzbo3JjYVJYfMxP97R4Z4FANAa7iy4Ert5esyelqRBtVHswUiGc8Pyl\nCbjaaNCfzCHKMSg5I6Iu9rVczA6irRKbtcfDKQIDAQABAoIBAEAnBcOJWEo0XkIY\njRqAE9ZA0FcIGhsfEr1OGTRByhvz003sbnmtBNrUon53iPUwxNBafvsi5rFUFzON\nXuCnt4nbjrBIqX1mfFpN9pFqphNAlF8/wbby1w8yD3cRhN6uef8+6XkrI9lyeMLT\n0fthbkfPyorZg+yzbqunB956YlOzCtU18/jqIsMHXrqsUkcYdoArE4yGUJ61e36z\nHwumU/xj9gquGc34ZVe4Qu9ueywAXcIYSoRVoJ2nPxbF+zqjTP6ApMysldkDGodn\n09MpTtD5OaP+QhVdmJhg7wqCcPF5kfAcagF31I3gP/Jh5g2UynCrA8PkkRan3cpq\nlk8W9i0CgYEA2HFjezy+4hM8Zn0sDO0bJ/xUB9MX6pLLzA8NRk+QEJSvWN+5/4lk\nUaZVteVUdKYMOkqRC3cvxWcbWuTxpvjmoexAFKsWnBclx1n0rOxCht1Y9iydqb+i\nRXebbcEdL6a527VAHSNImjXmFlWITexnwyTiy9KN+jk0OcXWpucfPx8CgYEA2CP7\nWbmBJt54As6VBXKTs01kcQEeuMqijLESxS53mVorNAEd/Mg3phUDydNF6Q6ZQ9ZE\n8LGqgqPchmVwHQldXwHjX0b2WyprVb/0zMBtOdPlvYvEe86SVtXrh7XMz9V4kC2A\nQ/WvMjza09oIVuBX0mlItmUTlEDhdZiYW7xt3LcCgYAkRcRdN83phz29E0cZl3bQ\nmanfcdH1PsqmlPMtkFHdZX2JUF0UZQsJ3+1HQXqI3fb4odxy5nN8Co58ChgxWk8U\nXcpTbGSqnfp30Sx++k0f2uJ4xvtZIkNojuXeW9mvTaqiFlr7Rxl4toWrwoPIQ1EU\nVA8qB0xB3epRsEULzXngEwKBgHqs6YOCi3BRQpJtSB2ga36QRZryBMrjkCEEe9/Y\nwN8UU4MfwzJvPU6RjOXneT2PIKRlIBnw7RNbB9ZsCpcgcpNzEedI8pjJ2cQAwGPa\nL+RrhXDwvGN82ohYwGb1Y7rusZA7kxp/fqGn8pfdn3AXwyDUywVjFxrFPHIvWwJu\nT3i/AoGAeTVyUsp+G6YFO581LZY0U85964ImSAF/nBniY72uzbMxu8d6OzDAHLQp\n8XNPptXR+jsCVH+G8s/KQ/ybcMLDgf7Y/EG4l1HxoE0U6hqac1EXBb/itcr5M0i7\nJ365h6OqBPL2i0UhYy7ckSWZ284lXjvjjVj1rxyK45tTmxkRMw4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "673bc285b5e94045b28de543ddd6504c", "name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "fingerprint": "0d:00:5d:be:a2:14:f4:de:69:41:48:2a:c6:ba:af:b9"}} 2018-08-10 18:37:34,896 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-54ab7c3f-749e-47d7-aeff-a9aeb2053662 2018-08-10 18:37:34,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.314664125443s 2018-08-10 18:37:34,897 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-54ab7c3f-749e-47d7-aeff-a9aeb2053662 2018-08-10 18:37:34,897 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2vhfznebqJIYs1Clhzwt0Es+yHZaeQxKCLGzCfVbSTOyUnCOhR+uGSWLxXkXofyNAeTugMd6ZYkqGZhtIp7WCxCGlfEDTrkIJZQ3vbyooxtvB3jTtl0W2G0p2sSoHcqZHjpnjUkBX1yqCNxaASdAlL/j/QVAx7lhzKWBMlEQIH1DfFbIh/eRkxWCbLfuXF8TfvevM4RKf5N/QCFdo2/xv3DDXrTUfh1ScT9Y4KC/eGcdfIwNjU7Amj9QBTNujcmNhUlh8zE/3tHhngUA0BruLLgSu3l6zJ6WpEG1UezBSIZzw/KUJuNpo0J/MIcoxKDkjoi72tVzMDqKtEpu1x8Mp Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAtr4X853m6iSGLNQpYc8LdBLPsh2WnkMSgixswn1W0kzslJwj\noUfrhkli8V5F6H8jQHk7oDHemWJKhmYbSKe1gsQhpXxA065CCWUN728qKMbbwd40\n7ZdFthtKdrEqB3KmR46Z41JAV9cqgjcWgEnQJS/4/0FQMe5YcylgTJRECB9Q3xWy\nIf3kZMVgmy37lxfE373rzOESn+Tf0AhXaNv8b9ww1601H4dUnE/WOCgv3hnHXyMD\nY1OwJo/UAUzbo3JjYVJYfMxP97R4Z4FANAa7iy4Ert5esyelqRBtVHswUiGc8Pyl\nCbjaaNCfzCHKMSg5I6Iu9rVczA6irRKbtcfDKQIDAQABAoIBAEAnBcOJWEo0XkIY\njRqAE9ZA0FcIGhsfEr1OGTRByhvz003sbnmtBNrUon53iPUwxNBafvsi5rFUFzON\nXuCnt4nbjrBIqX1mfFpN9pFqphNAlF8/wbby1w8yD3cRhN6uef8+6XkrI9lyeMLT\n0fthbkfPyorZg+yzbqunB956YlOzCtU18/jqIsMHXrqsUkcYdoArE4yGUJ61e36z\nHwumU/xj9gquGc34ZVe4Qu9ueywAXcIYSoRVoJ2nPxbF+zqjTP6ApMysldkDGodn\n09MpTtD5OaP+QhVdmJhg7wqCcPF5kfAcagF31I3gP/Jh5g2UynCrA8PkkRan3cpq\nlk8W9i0CgYEA2HFjezy+4hM8Zn0sDO0bJ/xUB9MX6pLLzA8NRk+QEJSvWN+5/4lk\nUaZVteVUdKYMOkqRC3cvxWcbWuTxpvjmoexAFKsWnBclx1n0rOxCht1Y9iydqb+i\nRXebbcEdL6a527VAHSNImjXmFlWITexnwyTiy9KN+jk0OcXWpucfPx8CgYEA2CP7\nWbmBJt54As6VBXKTs01kcQEeuMqijLESxS53mVorNAEd/Mg3phUDydNF6Q6ZQ9ZE\n8LGqgqPchmVwHQldXwHjX0b2WyprVb/0zMBtOdPlvYvEe86SVtXrh7XMz9V4kC2A\nQ/WvMjza09oIVuBX0mlItmUTlEDhdZiYW7xt3LcCgYAkRcRdN83phz29E0cZl3bQ\nmanfcdH1PsqmlPMtkFHdZX2JUF0UZQsJ3+1HQXqI3fb4odxy5nN8Co58ChgxWk8U\nXcpTbGSqnfp30Sx++k0f2uJ4xvtZIkNojuXeW9mvTaqiFlr7Rxl4toWrwoPIQ1EU\nVA8qB0xB3epRsEULzXngEwKBgHqs6YOCi3BRQpJtSB2ga36QRZryBMrjkCEEe9/Y\nwN8UU4MfwzJvPU6RjOXneT2PIKRlIBnw7RNbB9ZsCpcgcpNzEedI8pjJ2cQAwGPa\nL+RrhXDwvGN82ohYwGb1Y7rusZA7kxp/fqGn8pfdn3AXwyDUywVjFxrFPHIvWwJu\nT3i/AoGAeTVyUsp+G6YFO581LZY0U85964ImSAF/nBniY72uzbMxu8d6OzDAHLQp\n8XNPptXR+jsCVH+G8s/KQ/ybcMLDgf7Y/EG4l1HxoE0U6hqac1EXBb/itcr5M0i7\nJ365h6OqBPL2i0UhYy7ckSWZ284lXjvjjVj1rxyK45tTmxkRMw4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'673bc285b5e94045b28de543ddd6504c', 'name': u'singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', 'created_at': '2018-08-10T18:37:34.897805', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0d:00:5d:be:a2:14:f4:de:69:41:48:2a:c6:ba:af:b9', 'type': 'ssh', 'id': u'singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b'}) 2018-08-10 18:37:34,898 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAtr4X853m6iSGLNQpYc8LdBLPsh2WnkMSgixswn1W0kzslJwj oUfrhkli8V5F6H8jQHk7oDHemWJKhmYbSKe1gsQhpXxA065CCWUN728qKMbbwd40 7ZdFthtKdrEqB3KmR46Z41JAV9cqgjcWgEnQJS/4/0FQMe5YcylgTJRECB9Q3xWy If3kZMVgmy37lxfE373rzOESn+Tf0AhXaNv8b9ww1601H4dUnE/WOCgv3hnHXyMD Y1OwJo/UAUzbo3JjYVJYfMxP97R4Z4FANAa7iy4Ert5esyelqRBtVHswUiGc8Pyl CbjaaNCfzCHKMSg5I6Iu9rVczA6irRKbtcfDKQIDAQABAoIBAEAnBcOJWEo0XkIY jRqAE9ZA0FcIGhsfEr1OGTRByhvz003sbnmtBNrUon53iPUwxNBafvsi5rFUFzON XuCnt4nbjrBIqX1mfFpN9pFqphNAlF8/wbby1w8yD3cRhN6uef8+6XkrI9lyeMLT 0fthbkfPyorZg+yzbqunB956YlOzCtU18/jqIsMHXrqsUkcYdoArE4yGUJ61e36z HwumU/xj9gquGc34ZVe4Qu9ueywAXcIYSoRVoJ2nPxbF+zqjTP6ApMysldkDGodn 09MpTtD5OaP+QhVdmJhg7wqCcPF5kfAcagF31I3gP/Jh5g2UynCrA8PkkRan3cpq lk8W9i0CgYEA2HFjezy+4hM8Zn0sDO0bJ/xUB9MX6pLLzA8NRk+QEJSvWN+5/4lk UaZVteVUdKYMOkqRC3cvxWcbWuTxpvjmoexAFKsWnBclx1n0rOxCht1Y9iydqb+i RXebbcEdL6a527VAHSNImjXmFlWITexnwyTiy9KN+jk0OcXWpucfPx8CgYEA2CP7 WbmBJt54As6VBXKTs01kcQEeuMqijLESxS53mVorNAEd/Mg3phUDydNF6Q6ZQ9ZE 8LGqgqPchmVwHQldXwHjX0b2WyprVb/0zMBtOdPlvYvEe86SVtXrh7XMz9V4kC2A Q/WvMjza09oIVuBX0mlItmUTlEDhdZiYW7xt3LcCgYAkRcRdN83phz29E0cZl3bQ manfcdH1PsqmlPMtkFHdZX2JUF0UZQsJ3+1HQXqI3fb4odxy5nN8Co58ChgxWk8U XcpTbGSqnfp30Sx++k0f2uJ4xvtZIkNojuXeW9mvTaqiFlr7Rxl4toWrwoPIQ1EU VA8qB0xB3epRsEULzXngEwKBgHqs6YOCi3BRQpJtSB2ga36QRZryBMrjkCEEe9/Y wN8UU4MfwzJvPU6RjOXneT2PIKRlIBnw7RNbB9ZsCpcgcpNzEedI8pjJ2cQAwGPa L+RrhXDwvGN82ohYwGb1Y7rusZA7kxp/fqGn8pfdn3AXwyDUywVjFxrFPHIvWwJu T3i/AoGAeTVyUsp+G6YFO581LZY0U85964ImSAF/nBniY72uzbMxu8d6OzDAHLQp 8XNPptXR+jsCVH+G8s/KQ/ybcMLDgf7Y/EG4l1HxoE0U6hqac1EXBb/itcr5M0i7 J365h6OqBPL2i0UhYy7ckSWZ284lXjvjjVj1rxyK45tTmxkRMw4= -----END RSA PRIVATE KEY----- 2018-08-10 18:37:34,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 18:37:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"security_group": {"name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-10 18:37:35,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-7223c6c5-a454-4292-bae3-31e53ef42ddb Date: Fri, 10 Aug 2018 18:37:35 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:34Z", "updated_at": "2018-08-10T18:37:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "01dcafce-8314-4f4b-adcd-cf184aa2042c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "2bf53385-a7cd-4a2f-9596-70b234b87e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 1, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "409d76c2-0ca3-4685-9197-109d5e20986c", "name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}} 2018-08-10 18:37:35,121 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7223c6c5-a454-4292-bae3-31e53ef42ddb 2018-08-10 18:37:35,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.220286846161s 2018-08-10 18:37:35,121 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7223c6c5-a454-4292-bae3-31e53ef42ddb 2018-08-10 18:37:35,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:37:35,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:35,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-1d4678fe-2af6-4f5e-af30-33ef9fc02de4 Date: Fri, 10 Aug 2018 18:37:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "created_at": "2018-08-10T18:36:09Z", "updated_at": "2018-08-10T18:36:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "14a6554d-6247-4515-92e2-ea47ac4a363a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "70053910-ca72-4a42-b3a4-13073fde0269", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "d47ee3ff-4743-4990-9d96-c80c0392c943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "ebfdbada-cfa4-4f00-a9dd-1d40fd02a435", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}], "revision_number": 1, "project_id": "2aa3647d4cd24521a6197d56fd5414fb", "id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "created_at": "2018-08-10T18:37:00Z", "updated_at": "2018-08-10T18:37:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "4bc9dabb-63f2-4973-a4ce-83a001fa5a3a", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "56594e9c-625a-428a-812e-18bca0fa356f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "82c09940-0583-48b2-9642-c168cf422d05", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "e56e957f-2793-4c2a-8f2e-bebc949de7b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}], "revision_number": 1, "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:34Z", "updated_at": "2018-08-10T18:37:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "01dcafce-8314-4f4b-adcd-cf184aa2042c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "2bf53385-a7cd-4a2f-9596-70b234b87e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 1, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "409d76c2-0ca3-4685-9197-109d5e20986c", "name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}, {"description": "Default security group", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:35:44Z", "updated_at": "2018-08-10T18:35:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "74e1180a-94c0-42c6-bb1b-6f9d1a08757b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "ab6c0a82-0bf3-4abc-a8d2-1b83c0fd6d10", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "c59bf46d-ef4e-4f24-b0ad-c84f31473061", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "e771949b-87a0-4c9f-838a-02a11249a033", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 1, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-10T18:35:47Z", "updated_at": "2018-08-10T18:35:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "29595c87-bfff-454f-8dbc-2aa675f3b41f", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "63637bb4-6fcc-490e-a687-8ada59c0cc80", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "91824256-bd8f-488c-bb49-d4413c1ff18b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "e29509a3-87d6-4ac2-98a6-3a25898fe2df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "created_at": "2018-08-10T18:32:08Z", "updated_at": "2018-08-10T18:32:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "8db8440e-6d4d-4c19-af5e-ed4a38a95b90", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "c58694b0-c141-4144-9a3e-a11d1867b51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "df34679a-f3a1-4c54-9a58-5ce3b1956b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "e0f91de2-b638-425d-aa44-ce0b2fe084c1", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}], "revision_number": 1, "project_id": "3c8b33adff4046d19594c388d2eae0f8", "id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "name": "default"}]} 2018-08-10 18:37:35,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-1d4678fe-2af6-4f5e-af30-33ef9fc02de4 2018-08-10 18:37:35,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.322548866272s 2018-08-10 18:37:35,449 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-1d4678fe-2af6-4f5e-af30-33ef9fc02de4 2018-08-10 18:37:35,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:37:35,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -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": "409d76c2-0ca3-4685-9197-109d5e20986c"}}' 2018-08-10 18:37:35,869 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7115b1bf-a384-4a51-a7b0-91cfa2aaa785 Date: Fri, 10 Aug 2018 18:37:35 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-10T18:37:35Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "port_range_min": 22, "revision_number": 0, "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:35Z", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "566ebbb4-1fac-4015-a0bf-61c1756627ac"}} 2018-08-10 18:37:35,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-7115b1bf-a384-4a51-a7b0-91cfa2aaa785 2018-08-10 18:37:35,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.41660284996s 2018-08-10 18:37:35,870 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-7115b1bf-a384-4a51-a7b0-91cfa2aaa785 2018-08-10 18:37:35,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:37:35,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:36,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-34524c7e-b2cf-4f17-949d-d29702535554 Date: Fri, 10 Aug 2018 18:37:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "created_at": "2018-08-10T18:36:09Z", "updated_at": "2018-08-10T18:36:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "14a6554d-6247-4515-92e2-ea47ac4a363a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "70053910-ca72-4a42-b3a4-13073fde0269", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "d47ee3ff-4743-4990-9d96-c80c0392c943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "ebfdbada-cfa4-4f00-a9dd-1d40fd02a435", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}], "revision_number": 1, "project_id": "2aa3647d4cd24521a6197d56fd5414fb", "id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "created_at": "2018-08-10T18:37:00Z", "updated_at": "2018-08-10T18:37:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "4bc9dabb-63f2-4973-a4ce-83a001fa5a3a", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "56594e9c-625a-428a-812e-18bca0fa356f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "82c09940-0583-48b2-9642-c168cf422d05", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "e56e957f-2793-4c2a-8f2e-bebc949de7b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}], "revision_number": 1, "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:34Z", "updated_at": "2018-08-10T18:37:35Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "01dcafce-8314-4f4b-adcd-cf184aa2042c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "2bf53385-a7cd-4a2f-9596-70b234b87e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:37:35Z", "revision_number": 0, "id": "566ebbb4-1fac-4015-a0bf-61c1756627ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:35Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 2, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "409d76c2-0ca3-4685-9197-109d5e20986c", "name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}, {"description": "Default security group", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:35:44Z", "updated_at": "2018-08-10T18:35:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "74e1180a-94c0-42c6-bb1b-6f9d1a08757b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "ab6c0a82-0bf3-4abc-a8d2-1b83c0fd6d10", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "c59bf46d-ef4e-4f24-b0ad-c84f31473061", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "e771949b-87a0-4c9f-838a-02a11249a033", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 1, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-10T18:35:47Z", "updated_at": "2018-08-10T18:35:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "29595c87-bfff-454f-8dbc-2aa675f3b41f", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "63637bb4-6fcc-490e-a687-8ada59c0cc80", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "91824256-bd8f-488c-bb49-d4413c1ff18b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "e29509a3-87d6-4ac2-98a6-3a25898fe2df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "created_at": "2018-08-10T18:32:08Z", "updated_at": "2018-08-10T18:32:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "8db8440e-6d4d-4c19-af5e-ed4a38a95b90", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "c58694b0-c141-4144-9a3e-a11d1867b51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "df34679a-f3a1-4c54-9a58-5ce3b1956b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "e0f91de2-b638-425d-aa44-ce0b2fe084c1", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}], "revision_number": 1, "project_id": "3c8b33adff4046d19594c388d2eae0f8", "id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "name": "default"}]} 2018-08-10 18:37:36,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-34524c7e-b2cf-4f17-949d-d29702535554 2018-08-10 18:37:36,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.01493191719s 2018-08-10 18:37:36,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-34524c7e-b2cf-4f17-949d-d29702535554 2018-08-10 18:37:36,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:37:36,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -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": "409d76c2-0ca3-4685-9197-109d5e20986c"}}' 2018-08-10 18:37:37,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-39c399ba-2a73-4e5b-a675-92418203d927 Date: Fri, 10 Aug 2018 18:37:37 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-10T18:37:36Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "port_range_min": null, "revision_number": 0, "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:36Z", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "3725c7db-1652-4d8a-ad9a-a842be77100d"}} 2018-08-10 18:37:37,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-39c399ba-2a73-4e5b-a675-92418203d927 2018-08-10 18:37:37,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.186050891876s 2018-08-10 18:37:37,080 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-39c399ba-2a73-4e5b-a675-92418203d927 2018-08-10 18:37:37,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:37:37,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:37,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-70d92fe7-88d1-4570-b72b-53adba504652 Date: Fri, 10 Aug 2018 18:37:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":["81af59c7-eabf-446f-9205-d2bb9f70c31c"],"description":"","tags":[],"updated_at":"2018-08-10T18:37:26Z","provider:segmentation_id":69,"name":"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:37:37,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-70d92fe7-88d1-4570-b72b-53adba504652 2018-08-10 18:37:37,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.254747867584s 2018-08-10 18:37:37,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-70d92fe7-88d1-4570-b72b-53adba504652 2018-08-10 18:37:37,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:37:37,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:37,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-3d5c0c31-10b7-4881-9e21-53ac86eef5cf Date: Fri, 10 Aug 2018 18:37:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:33Z", "file": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "size": 12716032, "self": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:37:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:37:37,619 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-3d5c0c31-10b7-4881-9e21-53ac86eef5cf 2018-08-10 18:37:37,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277673959732s 2018-08-10 18:37:37,619 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-3d5c0c31-10b7-4881-9e21-53ac86eef5cf 2018-08-10 18:37:37,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:37:37,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:37,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-4990d8f5-4c72-4dc3-8323-7bd99675a599 x-compute-request-id: req-4990d8f5-4c72-4dc3-8323-7bd99675a599 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "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": "80b8dc36-cdb9-400e-9b97-5502848e7f94"}]} 2018-08-10 18:37:37,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-4990d8f5-4c72-4dc3-8323-7bd99675a599 2018-08-10 18:37:37,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230221748352s 2018-08-10 18:37:37,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-4990d8f5-4c72-4dc3-8323-7bd99675a599 2018-08-10 18:37:37,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:37:37,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"server": {"name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "imageRef": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "flavorRef": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "max_count": 1, "min_count": 1, "networks": [{"uuid": "17b7c07f-3d36-41bf-bc11-4d0ae65bb25f"}], "security_groups": [{"name": "409d76c2-0ca3-4685-9197-109d5e20986c"}]}}' 2018-08-10 18:37:42,868 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:37: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-60930208-2d7a-45ec-8dad-beed80488b31 x-compute-request-id: req-60930208-2d7a-45ec-8dad-beed80488b31 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "409d76c2-0ca3-4685-9197-109d5e20986c"}], "OS-DCF:diskConfig": "MANUAL", "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "adminPass": "NK3hr8nt9iu6"}} 2018-08-10 18:37:42,868 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-60930208-2d7a-45ec-8dad-beed80488b31 2018-08-10 18:37:42,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.222012043s 2018-08-10 18:37:42,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-60930208-2d7a-45ec-8dad-beed80488b31 2018-08-10 18:37:42,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:37:42,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:43,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-c7ca8d41-0440-4907-9cb3-5ec916df849f x-compute-request-id: req-c7ca8d41-0440-4907-9cb3-5ec916df849f Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:37:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:37:43,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c7ca8d41-0440-4907-9cb3-5ec916df849f 2018-08-10 18:37:43,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.860146999359s 2018-08-10 18:37:43,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c7ca8d41-0440-4907-9cb3-5ec916df849f 2018-08-10 18:37:43,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:37:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:44,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3e8a3eec-d052-47e2-b78e-1de35100d361 Date: Fri, 10 Aug 2018 18:37:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":["81af59c7-eabf-446f-9205-d2bb9f70c31c"],"description":"","tags":[],"updated_at":"2018-08-10T18:37:26Z","provider:segmentation_id":69,"name":"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:37:44,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3e8a3eec-d052-47e2-b78e-1de35100d361 2018-08-10 18:37:44,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356076955795s 2018-08-10 18:37:44,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3e8a3eec-d052-47e2-b78e-1de35100d361 2018-08-10 18:37:44,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:37:44,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:44,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-aa467840-075f-45ae-81d2-9dc3011e56b1 Date: Fri, 10 Aug 2018 18:37:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:37:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"81af59c7-eabf-446f-9205-d2bb9f70c31c","subnetpool_id":null,"name":"singlevm1-subnet_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 18:37:44,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-aa467840-075f-45ae-81d2-9dc3011e56b1 2018-08-10 18:37:44,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.188160896301s 2018-08-10 18:37:44,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-aa467840-075f-45ae-81d2-9dc3011e56b1 2018-08-10 18:37:44,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:37:46,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:37:46,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:46,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-d9fb22b1-2d68-4ad4-b795-33e8ae21c67b x-compute-request-id: req-d9fb22b1-2d68-4ad4-b795-33e8ae21c67b Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:37:46Z", "hostId": "81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:37:46,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d9fb22b1-2d68-4ad4-b795-33e8ae21c67b 2018-08-10 18:37:46,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536765098572s 2018-08-10 18:37:46,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d9fb22b1-2d68-4ad4-b795-33e8ae21c67b 2018-08-10 18:37:46,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:37:48,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:37:48,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:49,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-c239e1d2-fd5f-42f6-afb7-b770cd40f43f x-compute-request-id: req-c239e1d2-fd5f-42f6-afb7-b770cd40f43f Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "security_groups": [{"name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}], "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:37:47Z", "hostId": "81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:37:49,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c239e1d2-fd5f-42f6-afb7-b770cd40f43f 2018-08-10 18:37:49,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878788948059s 2018-08-10 18:37:49,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c239e1d2-fd5f-42f6-afb7-b770cd40f43f 2018-08-10 18:37:49,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:37:51,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:37:51,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:53,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-4be13cbf-7120-4a31-b4e6-07f1a34310d1 x-compute-request-id: req-4be13cbf-7120-4a31-b4e6-07f1a34310d1 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:c0", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "security_groups": [{"name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}], "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:37:47Z", "hostId": "81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:37:53,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4be13cbf-7120-4a31-b4e6-07f1a34310d1 2018-08-10 18:37:53,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.26345396042s 2018-08-10 18:37:53,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4be13cbf-7120-4a31-b4e6-07f1a34310d1 2018-08-10 18:37:53,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:37:55,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:37:55,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:37:57,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37: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-cee5d59c-721b-40a7-9bef-2347291fe7bd x-compute-request-id: req-cee5d59c-721b-40a7-9bef-2347291fe7bd Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:c0", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "security_groups": [{"name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}], "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:37:47Z", "hostId": "81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:37:57,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cee5d59c-721b-40a7-9bef-2347291fe7bd 2018-08-10 18:37:57,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40648007393s 2018-08-10 18:37:57,394 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cee5d59c-721b-40a7-9bef-2347291fe7bd 2018-08-10 18:37:57,398 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:37:59,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:37:59,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:01,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:37:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ea7a069-1ba2-4e58-a0bf-7898d37c8688 x-compute-request-id: req-0ea7a069-1ba2-4e58-a0bf-7898d37c8688 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:c0", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-10T18:37:56.000000", "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "security_groups": [{"name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}], "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:37:57Z", "hostId": "81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:38:01,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0ea7a069-1ba2-4e58-a0bf-7898d37c8688 2018-08-10 18:38:01,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.68963813782s 2018-08-10 18:38:01,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0ea7a069-1ba2-4e58-a0bf-7898d37c8688 2018-08-10 18:38:01,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:38:01,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=222ce57c-553d-4fd0-a4d0-a9e393cd586e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:01,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-9ce3893c-d923-413e-a330-dc7abd5413db Date: Fri, 10 Aug 2018 18:38:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-10T18:37:55Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"81af59c7-eabf-446f-9205-d2bb9f70c31c","ip_address":"192.168.120.15"}],"id":"0d5399ab-6c9b-46e0-a6f4-009b95d47131","security_groups":["409d76c2-0ca3-4685-9197-109d5e20986c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:ad:c0","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"222ce57c-553d-4fd0-a4d0-a9e393cd586e","name":"","admin_state_up":true,"network_id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:46Z","binding:vnic_type":"normal"}]} 2018-08-10 18:38:01,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=222ce57c-553d-4fd0-a4d0-a9e393cd586e used request id req-9ce3893c-d923-413e-a330-dc7abd5413db 2018-08-10 18:38:01,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.288357019424s 2018-08-10 18:38:01,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=222ce57c-553d-4fd0-a4d0-a9e393cd586e used request id req-9ce3893c-d923-413e-a330-dc7abd5413db 2018-08-10 18:38:01,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:38:01,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=0d5399ab-6c9b-46e0-a6f4-009b95d47131" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:01,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-788613f7-d91d-4f84-9c14-ec35c3544859 Date: Fri, 10 Aug 2018 18:38:01 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:38:01,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=0d5399ab-6c9b-46e0-a6f4-009b95d47131 used request id req-788613f7-d91d-4f84-9c14-ec35c3544859 2018-08-10 18:38:01,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.315555095673s 2018-08-10 18:38:01,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=0d5399ab-6c9b-46e0-a6f4-009b95d47131 used request id req-788613f7-d91d-4f84-9c14-ec35c3544859 2018-08-10 18:38:01,705 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c1:ad:c0', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fb51a454-3a7a-43ad-8efe-06c7e52335c8'}), 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-00000002', u'OS-SRV-USG:launched_at': u'2018-08-10T18:37:56.000000', 'flavor': Munch({u'id': u'80b8dc36-cdb9-400e-9b97-5502848e7f94'}), 'az': u'nova', 'id': u'222ce57c-553d-4fd0-a4d0-a9e393cd586e', 'security_groups': [Munch({u'name': u'singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'673bc285b5e94045b28de543ddd6504c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', '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-10T18:37:56.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:37:57Z', 'hostId': u'81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d', '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-00000002', u'OS-SRV-USG:launched_at': u'2018-08-10T18:37:56.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'bd3ffce622a240f8bc7cc73cb3eb81b6', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b', 'adminPass': u'NK3hr8nt9iu6', 'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'created_at': u'2018-08-10T18:37:42Z', 'created': u'2018-08-10T18:37:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:38:01,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:38:01,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:01,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-827fec00-9fe3-4145-9526-59342ee990df Date: Fri, 10 Aug 2018 18:38:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":["81af59c7-eabf-446f-9205-d2bb9f70c31c"],"description":"","tags":[],"updated_at":"2018-08-10T18:37:26Z","provider:segmentation_id":69,"name":"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:38:01,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-827fec00-9fe3-4145-9526-59342ee990df 2018-08-10 18:38:01,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0882411003113s 2018-08-10 18:38:01,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-827fec00-9fe3-4145-9526-59342ee990df 2018-08-10 18:38:01,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:38:01,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=222ce57c-553d-4fd0-a4d0-a9e393cd586e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:02,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-4c3bb39e-ad47-447d-a748-cee86af86cf0 Date: Fri, 10 Aug 2018 18:38:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-10T18:37:55Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"81af59c7-eabf-446f-9205-d2bb9f70c31c","ip_address":"192.168.120.15"}],"id":"0d5399ab-6c9b-46e0-a6f4-009b95d47131","security_groups":["409d76c2-0ca3-4685-9197-109d5e20986c"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c1:ad:c0","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"222ce57c-553d-4fd0-a4d0-a9e393cd586e","name":"","admin_state_up":true,"network_id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:46Z","binding:vnic_type":"normal"}]} 2018-08-10 18:38:02,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=222ce57c-553d-4fd0-a4d0-a9e393cd586e used request id req-4c3bb39e-ad47-447d-a748-cee86af86cf0 2018-08-10 18:38:02,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.352334976196s 2018-08-10 18:38:02,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=222ce57c-553d-4fd0-a4d0-a9e393cd586e used request id req-4c3bb39e-ad47-447d-a748-cee86af86cf0 2018-08-10 18:38:02,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 18:38:02,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.15", "port_id": "0d5399ab-6c9b-46e0-a6f4-009b95d47131"}}' 2018-08-10 18:38:04,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-bc089251-5b8f-49a5-9799-ffc0b92fbcea Date: Fri, 10 Aug 2018 18:38:04 GMT RESP BODY: {"floatingip": {"router_id": "fe3f0cd8-e90b-413f-adec-9f8fe85399d3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:38:03Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0d5399ab-6c9b-46e0-a6f4-009b95d47131", "id": "15d297a5-fcf6-4ffe-bfe0-a7603906d045", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:38:03Z", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}} 2018-08-10 18:38:04,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-bc089251-5b8f-49a5-9799-ffc0b92fbcea 2018-08-10 18:38:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92766308784s 2018-08-10 18:38:04,080 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-bc089251-5b8f-49a5-9799-ffc0b92fbcea 2018-08-10 18:38:04,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:38:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:04,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-7819e17c-f3fb-480c-abb5-3292fe73415f Date: Fri, 10 Aug 2018 18:38:04 GMT RESP BODY: {"floatingips": [{"router_id": "fe3f0cd8-e90b-413f-adec-9f8fe85399d3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:38:03Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "0d5399ab-6c9b-46e0-a6f4-009b95d47131", "id": "15d297a5-fcf6-4ffe-bfe0-a7603906d045", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:38:03Z", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}]} 2018-08-10 18:38:04,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-7819e17c-f3fb-480c-abb5-3292fe73415f 2018-08-10 18:38:04,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0666170120239s 2018-08-10 18:38:04,155 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-7819e17c-f3fb-480c-abb5-3292fe73415f 2018-08-10 18:38:04,158 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fe3f0cd8-e90b-413f-adec-9f8fe85399d3', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'created_at': u'2018-08-10T18:38:03Z', 'attached': True, 'updated_at': u'2018-08-10T18:38:03Z', 'id': u'15d297a5-fcf6-4ffe-bfe0-a7603906d045', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fe3f0cd8-e90b-413f-adec-9f8fe85399d3', 'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'port_id': u'0d5399ab-6c9b-46e0-a6f4-009b95d47131', 'port': u'0d5399ab-6c9b-46e0-a6f4-009b95d47131', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 18:38:04,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:38:04,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e/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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:38:05,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-50d4de1a-040f-43c7-a3cf-a720392b6a7b x-compute-request-id: req-50d4de1a-040f-43c7-a3cf-a720392b6a7b Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 450698695 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147098] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148923] pid_max: default: 32768 minimum: 301\n[ 0.149926] ACPI: Core revision 20150930\n[ 0.151401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.152881] Security Framework initialized\n[ 0.153772] Yama: becoming mindful.\n[ 0.154635] AppArmor: AppArmor initialized\n[ 0.155613] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158560] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159978] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161578] Initializing cgroup subsys io\n[ 0.162538] Initializing cgroup subsys memory\n[ 0.163513] Initializing cgroup subsys devices\n[ 0.164498] Initializing cgroup subsys freezer\n[ 0.165477] Initializing cgroup subsys net_cls\n[ 0.166469] Initializing cgroup subsys perf_event\n[ 0.167507] Initializing cgroup subsys net_prio\n[ 0.168495] Initializing cgroup subsys hugetlb\n[ 0.169480] Initializing cgroup subsys pids\n[ 0.170516] CPU: Physical Processor ID: 0\n[ 0.172148] mce: CPU supports 10 MCE banks\n[ 0.173055] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174221] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192214] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198410] ftrace: allocating 31920 entries in 125 pages\n[ 0.223202] smpboot: Max logical packages: 1\n[ 0.224197] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225708] x2apic enabled\n[ 0.226598] Switched APIC routing to physical x2apic.\n[ 0.228427] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229692] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231970] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233960] KVM setup paravirtual spinlock\n[ 0.235366] x86: Booted up 1 node, 1 CPUs\n[ 0.236301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237832] devtmpfs: initialized\n[ 0.239634] evm: security.selinux\n[ 0.240433] evm: security.SMACK64\n[ 0.241243] evm: security.SMACK64EXEC\n[ 0.242125] evm: security.SMACK64TRANSMUTE\n[ 0.243024] evm: security.SMACK64MMAP\n[ 0.243866] evm: security.ima\n[ 0.244580] evm: security.capability\n[ 0.245470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247492] pinctrl core: initialized pinctrl subsystem\n[ 0.248691] RTC time: 18:37:57, date: 08/10/18\n[ 0.249721] NET: Registered protocol family 16\n[ 0.250810] cpuidle: using governor ladder\n[ 0.251726] cpuidle: using governor menu\n[ 0.252632] PCCT header not found.\n[ 0.253459] ACPI: bus type PCI registered\n[ 0.254338] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255676] PCI: Using configuration type 1 for base access\n[ 0.257523] ACPI: Added _OSI(Module Device)\n[ 0.258438] ACPI: Added _OSI(Processor Device)\n[ 0.259382] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.260355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.262273] ACPI: Interpreter enabled\n[ 0.263180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.265317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271295] ACPI: (supports S0 S5)\n[ 0.272044] ACPI: Using IOAPIC for interrupt routing\n[ 0.273044] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.276269] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.277476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278778] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280041] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282388] acpiphp: Slot [3] registered\n[ 0.283245] acpiphp: Slot [4] registered\n[ 0.284090] acpiphp: Slot [5] registered\n[ 0.284937] acpiphp: Slot [6] registered\n[ 0.285770] acpiphp: Slot [7] registered\n[ 0.286611] acpiphp: Slot [8] registered\n[ 0.287454] acpiphp: Slot [9] registered\n[ 0.288298] acpiphp: Slot [10] registered\n[ 0.289151] acpiphp: Slot [11] registered\n[ 0.290002] acpiphp: Slot [12] registered\n[ 0.290855] acpiphp: Slot [13] registered\n[ 0.291703] acpiphp: Slot [14] registered\n[ 0.292560] acpiphp: Slot [15] registered\n[ 0.303373] acpiphp: Slot [16] registered\n[ 0.304265] acpiphp: Slot [17] registered\n[ 0.305119] acpiphp: Slot [18] registered\n[ 0.305973] acpiphp: Slot [19] registered\n[ 0.306825] acpiphp: Slot [20] registered\n[ 0.307685] acpiphp: Slot [21] registered\n[ 0.308549] acpiphp: Slot [22] registered\n[ 0.309406] acpiphp: Slot [23] registered\n[ 0.310260] acpiphp: Slot [24] registered\n[ 0.311115] acpiphp: Slot [25] registered\n[ 0.311972] acpiphp: Slot [26] registered\n[ 0.312867] acpiphp: Slot [27] registered\n[ 0.313719] acpiphp: Slot [28] registered\n[ 0.314578] acpiphp: Slot [29] registered\n[ 0.315433] acpiphp: Slot [30] registered\n[ 0.316293] acpiphp: Slot [31] registered\n[ 0.317146] PCI host bridge to bus 0000:00\n[ 0.318001] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.319285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.320566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.322096] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.323620] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.325173] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.328568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.329931] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.331181] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.332526] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.336142] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.337818] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356405] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359724] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362658] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363991] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365351] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366468] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368102] vgaarb: loaded\n[ 0.368731] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370016] SCSI subsystem initialized\n[ 0.370973] ACPI: bus type USB registered\n[ 0.371848] usbcore: registered new interface driver usbfs\n[ 0.372940] usbcore: registered new interface driver hub\n[ 0.374009] usbcore: registered new device driver usb\n[ 0.375177] PCI: Using ACPI for IRQ routing\n[ 0.376340] NetLabel: Initializing\n[ 0.377099] NetLabel: domain hash size = 128\n[ 0.377998] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379006] NetLabel: unlabeled traffic allowed by default\n[ 0.380220] clocksource: Switched to clocksource kvm-clock\n[ 0.388328] AppArmor: AppArmor Filesystem Enabled\n[ 0.389347] pnp: PnP ACPI init\n[ 0.390321] pnp: PnP ACPI: found 5 devices\n[ 0.396781] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.398593] NET: Registered protocol family 2\n[ 0.399705] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.401084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.402366] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.403638] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406050] NET: Registered protocol family 1\n[ 0.406986] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.408154] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.409299] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.423426] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.437610] Trying to unpack rootfs image as initramfs...\n[ 0.494375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496131] Scanning for low memory corruption every 60 seconds\n[ 0.497569] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498795] audit: initializing netlink subsys (disabled)\n[ 0.499883] audit: type=2000 audit(1533926277.686:1): initialized\n[ 0.501317] Initialise system trusted keyring\n[ 0.502333] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503569] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505777] zbud: loaded\n[ 0.506546] VFS: Disk quotas dquot_6.6.0\n[ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509120] fuse init (API version 7.23)\n[ 0.510081] Key type big_key registered\n[ 0.510930] Allocating IMA MOK and blacklist keyrings.\n[ 0.512248] Key type asymmetric registered\n[ 0.513129] Asymmetric key parser 'x509' registered\n[ 0.514149] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515718] io scheduler noop registered\n[ 0.516568] io scheduler deadline registered (default)\n[ 0.517638] io scheduler cfq registered\n[ 0.518530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519652] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522540] ACPI: Power Button [PWRF]\n[ 0.523437] GHES: HEST is not enabled!\n[ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567589] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591386] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594008] Linux agpgart interface v0.103\n[ 0.597110] brd: module loaded\n[ 0.599068] loop: module loaded\n[ 0.603599] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605604] GPT:90111 != 2097151\n[ 0.606528] GPT:Alternate GPT header not at the end of the disk.\n[ 0.609756] GPT:90111 != 2097151\n[ 0.610779] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612154] vda: vda1 vda15\n[ 0.614349] scsi host0: ata_piix\n[ 0.615397] scsi host1: ata_piix\n[ 0.616385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.618118] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.620137] libphy: Fixed MDIO Bus: probed\n[ 0.621460] tun: Universal TUN/TAP device driver, 1.6\n[ 0.622673] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.626424] PPP generic driver version 2.4.2\n[ 0.627960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.629783] ehci-pci: EHCI PCI platform driver\n[ 0.630866] ehci-platform: EHCI generic platform driver\n[ 0.631955] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633216] ohci-pci: OHCI PCI platform driver\n[ 0.634211] ohci-platform: OHCI generic platform driver\n[ 0.635308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.649844] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651045] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652747] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653899] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.655279] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658280] usb usb1: Product: UHCI Host Controller\n[ 0.659347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660601] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661729] hub 1-0:1.0: USB hub found\n[ 0.662633] hub 1-0:1.0: 2 ports detected\n[ 0.663789] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.666461] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.667656] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.668894] mousedev: PS/2 mouse device common for all mice\n[ 0.670372] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672560] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675294] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676770] i2c /dev entries driver\n[ 0.677753] device-mapper: uevent: version 1.0.3\n[ 0.678912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680913] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682854] NET: Registered protocol family 10\n[ 0.684373] NET: Registered protocol family 17\n[ 0.685492] Key type dns_resolver registered\n[ 0.686852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688197] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690391] registered taskstats version 1\n[ 0.691386] Loading compiled-in X.509 certificates\n[ 0.693160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695509] zswap: loaded using pool lzo/zbud\n[ 0.697766] Key type trusted registered\n[ 0.699650] Key type encrypted registered\n[ 0.700676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701926] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703233] evm: HMAC attrs: 0x1\n[ 0.704444] Magic number: 14:254:645\n[ 0.705469] rtc_cmos 00:00: setting system clock to 2018-08-10 18:37:57 UTC (1533926277)\n[ 0.707508] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.708922] EDD information not available.\n[ 0.778486] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789695] Write protecting the kernel read-only data: 14336k\n[ 0.793328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795422] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.843218] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.15...\nLease of 192.168.120.15 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.84. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDENXPq8JhzAj6MMDxVvAMMg/f2+eC6PRVrpw9XZW0O+assO+h61Vl7ju4GDuOMUTQ1Yx8ig8LAcGPg/Wm94XJokcrra7vZXKBxxM/hh/tr/qKbZcy45KKBDuo9WmpBlk7wdxtE2Gr8u0iZMe9AdWsH2/BIvJGzWnnMvppu90b6FbiABTiJaq1gQycP3tV6f6xd/7DJOzbOZ+lz0IVnmJpA06l1XLrXnWy2RB8wR5g5949L/PUREqic/F0zjHT70mVS7H1rYDlyyDE7NYFzuq+VARnCOSUguTn3iyaeHOLzzR6SSXcywTzHu4Anqe83vUQMeOUAYahwaCwX3nGgPCN3 root@singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b\nssh-dss AAAAB3NzaC1kc3MAAACBAPbyKtVkwMW01kApOQiCVua8vDyWOIaGp2Wiw/5hL+6wjomqarvvdntHTyXXgcWbTQ61nzT0ILx+dYZWbC3KBOm2kuIAGOEN+Ln7w3zqDYfmOQmErp6PMvNM+ok9is9A+ZJ1h1ky2ARssv26pp2JHkWKa9z+ZABrMyPY9GC79SRNAAAAFQChC9gE6d+chhFvGTMNWM+XK5C88QAAAIEA6hWDSneyc9+N2rkVOvp7y/SZHOkC8Y8OgH5Yxhq+sDaz1FAc3Fp9RuxsWyJjYyk7DJabS/tpVi3VW02hzPIzXltNMRodTjvKNiSthl9ltHLB/lH+OPuOcUI9cHjJvPA22nD6iUo9Leb9tr3b3phj/L64m9edpkQFHc0j3rZod3oAAACBAPPcnKQ5d+oNhJhgPBmiGKa6Kdq64PhfUbl5U3su176wNuJaao6ISN4OSOEH7gtz2QPJeX5MzA9q/tVuWKiB9aYcWQVBMAwSluluYbNynM+87qwoX9HZKojxPwU5G2II7oWl/AsmAOl8o51BcasBPPKAXE0e8hh2n5jmI+5Q96gN root@singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b\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.15,24,fe80::f816:3eff:fec1:adc0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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: singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b\nlaunch-index: 0\n/dev/root resized successfully [took 0.13s]\n=== cirros: current=0.4.0 uptime=4.43 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b login: "} 2018-08-10 18:38:05,041 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e/action used request id req-50d4de1a-040f-43c7-a3cf-a720392b6a7b 2018-08-10 18:38:05,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.881574869156s 2018-08-10 18:38:05,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e/action used request id req-50d4de1a-040f-43c7-a3cf-a720392b6a7b 2018-08-10 18:38:05,042 - 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 450698695 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.147098] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.148923] pid_max: default: 32768 minimum: 301 [ 0.149926] ACPI: Core revision 20150930 [ 0.151401] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.152881] Security Framework initialized [ 0.153772] Yama: becoming mindful. [ 0.154635] AppArmor: AppArmor initialized [ 0.155613] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157070] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158560] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159978] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161578] Initializing cgroup subsys io [ 0.162538] Initializing cgroup subsys memory [ 0.163513] Initializing cgroup subsys devices [ 0.164498] Initializing cgroup subsys freezer [ 0.165477] Initializing cgroup subsys net_cls [ 0.166469] Initializing cgroup subsys perf_event [ 0.167507] Initializing cgroup subsys net_prio [ 0.168495] Initializing cgroup subsys hugetlb [ 0.169480] Initializing cgroup subsys pids [ 0.170516] CPU: Physical Processor ID: 0 [ 0.172148] mce: CPU supports 10 MCE banks [ 0.173055] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.174221] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192214] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198410] ftrace: allocating 31920 entries in 125 pages [ 0.223202] smpboot: Max logical packages: 1 [ 0.224197] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225708] x2apic enabled [ 0.226598] Switched APIC routing to physical x2apic. [ 0.228427] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229692] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231970] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233960] KVM setup paravirtual spinlock [ 0.235366] x86: Booted up 1 node, 1 CPUs [ 0.236301] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237832] devtmpfs: initialized [ 0.239634] evm: security.selinux [ 0.240433] evm: security.SMACK64 [ 0.241243] evm: security.SMACK64EXEC [ 0.242125] evm: security.SMACK64TRANSMUTE [ 0.243024] evm: security.SMACK64MMAP [ 0.243866] evm: security.ima [ 0.244580] evm: security.capability [ 0.245470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247492] pinctrl core: initialized pinctrl subsystem [ 0.248691] RTC time: 18:37:57, date: 08/10/18 [ 0.249721] NET: Registered protocol family 16 [ 0.250810] cpuidle: using governor ladder [ 0.251726] cpuidle: using governor menu [ 0.252632] PCCT header not found. [ 0.253459] ACPI: bus type PCI registered [ 0.254338] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.255676] PCI: Using configuration type 1 for base access [ 0.257523] ACPI: Added _OSI(Module Device) [ 0.258438] ACPI: Added _OSI(Processor Device) [ 0.259382] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.260355] ACPI: Added _OSI(Processor Aggregator Device) [ 0.262273] ACPI: Interpreter enabled [ 0.263180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.265317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.267365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.269312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.271295] ACPI: (supports S0 S5) [ 0.272044] ACPI: Using IOAPIC for interrupt routing [ 0.273044] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.276269] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.277476] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.278778] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.280041] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.282388] acpiphp: Slot [3] registered [ 0.283245] acpiphp: Slot [4] registered [ 0.284090] acpiphp: Slot [5] registered [ 0.284937] acpiphp: Slot [6] registered [ 0.285770] acpiphp: Slot [7] registered [ 0.286611] acpiphp: Slot [8] registered [ 0.287454] acpiphp: Slot [9] registered [ 0.288298] acpiphp: Slot [10] registered [ 0.289151] acpiphp: Slot [11] registered [ 0.290002] acpiphp: Slot [12] registered [ 0.290855] acpiphp: Slot [13] registered [ 0.291703] acpiphp: Slot [14] registered [ 0.292560] acpiphp: Slot [15] registered [ 0.303373] acpiphp: Slot [16] registered [ 0.304265] acpiphp: Slot [17] registered [ 0.305119] acpiphp: Slot [18] registered [ 0.305973] acpiphp: Slot [19] registered [ 0.306825] acpiphp: Slot [20] registered [ 0.307685] acpiphp: Slot [21] registered [ 0.308549] acpiphp: Slot [22] registered [ 0.309406] acpiphp: Slot [23] registered [ 0.310260] acpiphp: Slot [24] registered [ 0.311115] acpiphp: Slot [25] registered [ 0.311972] acpiphp: Slot [26] registered [ 0.312867] acpiphp: Slot [27] registered [ 0.313719] acpiphp: Slot [28] registered [ 0.314578] acpiphp: Slot [29] registered [ 0.315433] acpiphp: Slot [30] registered [ 0.316293] acpiphp: Slot [31] registered [ 0.317146] PCI host bridge to bus 0000:00 [ 0.318001] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.319285] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.320566] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.322096] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.323620] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.325173] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.328568] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.329931] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.331181] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.332526] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.336142] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.337818] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.356405] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.358210] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.359724] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.361204] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.362658] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.363991] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.365351] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.366468] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.368102] vgaarb: loaded [ 0.368731] vgaarb: bridge control possible 0000:00:02.0 [ 0.370016] SCSI subsystem initialized [ 0.370973] ACPI: bus type USB registered [ 0.371848] usbcore: registered new interface driver usbfs [ 0.372940] usbcore: registered new interface driver hub [ 0.374009] usbcore: registered new device driver usb [ 0.375177] PCI: Using ACPI for IRQ routing [ 0.376340] NetLabel: Initializing [ 0.377099] NetLabel: domain hash size = 128 [ 0.377998] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379006] NetLabel: unlabeled traffic allowed by default [ 0.380220] clocksource: Switched to clocksource kvm-clock [ 0.388328] AppArmor: AppArmor Filesystem Enabled [ 0.389347] pnp: PnP ACPI init [ 0.390321] pnp: PnP ACPI: found 5 devices [ 0.396781] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.398593] NET: Registered protocol family 2 [ 0.399705] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.401084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.402366] TCP: Hash tables configured (established 4096 bind 4096) [ 0.403638] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.404792] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.406050] NET: Registered protocol family 1 [ 0.406986] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.408154] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409299] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423426] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.437610] Trying to unpack rootfs image as initramfs... [ 0.494375] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496131] Scanning for low memory corruption every 60 seconds [ 0.497569] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.498795] audit: initializing netlink subsys (disabled) [ 0.499883] audit: type=2000 audit(1533926277.686:1): initialized [ 0.501317] Initialise system trusted keyring [ 0.502333] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.503569] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.505777] zbud: loaded [ 0.506546] VFS: Disk quotas dquot_6.6.0 [ 0.507416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509120] fuse init (API version 7.23) [ 0.510081] Key type big_key registered [ 0.510930] Allocating IMA MOK and blacklist keyrings. [ 0.512248] Key type asymmetric registered [ 0.513129] Asymmetric key parser 'x509' registered [ 0.514149] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.515718] io scheduler noop registered [ 0.516568] io scheduler deadline registered (default) [ 0.517638] io scheduler cfq registered [ 0.518530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519652] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522540] ACPI: Power Button [PWRF] [ 0.523437] GHES: HEST is not enabled! [ 0.537436] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.565395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.567589] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.591386] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.594008] Linux agpgart interface v0.103 [ 0.597110] brd: module loaded [ 0.599068] loop: module loaded [ 0.603599] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605604] GPT:90111 != 2097151 [ 0.606528] GPT:Alternate GPT header not at the end of the disk. [ 0.609756] GPT:90111 != 2097151 [ 0.610779] GPT: Use GNU Parted to correct GPT errors. [ 0.612154] vda: vda1 vda15 [ 0.614349] scsi host0: ata_piix [ 0.615397] scsi host1: ata_piix [ 0.616385] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.618118] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.620137] libphy: Fixed MDIO Bus: probed [ 0.621460] tun: Universal TUN/TAP device driver, 1.6 [ 0.622673] tun: (C) 1999-2004 Max Krasnyansky [ 0.626424] PPP generic driver version 2.4.2 [ 0.627960] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.629783] ehci-pci: EHCI PCI platform driver [ 0.630866] ehci-platform: EHCI generic platform driver [ 0.631955] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.633216] ohci-pci: OHCI PCI platform driver [ 0.634211] ohci-platform: OHCI generic platform driver [ 0.635308] uhci_hcd: USB Universal Host Controller Interface driver [ 0.649844] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.651045] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.652747] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.653899] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.655279] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.656701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.658280] usb usb1: Product: UHCI Host Controller [ 0.659347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.660601] usb usb1: SerialNumber: 0000:00:01.2 [ 0.661729] hub 1-0:1.0: USB hub found [ 0.662633] hub 1-0:1.0: 2 ports detected [ 0.663789] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.666461] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.667656] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.668894] mousedev: PS/2 mouse device common for all mice [ 0.670372] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.672560] rtc_cmos 00:00: RTC can wake from S4 [ 0.673866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.675294] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.676770] i2c /dev entries driver [ 0.677753] device-mapper: uevent: version 1.0.3 [ 0.678912] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.680913] ledtrig-cpu: registered to indicate activity on CPUs [ 0.682854] NET: Registered protocol family 10 [ 0.684373] NET: Registered protocol family 17 [ 0.685492] Key type dns_resolver registered [ 0.686852] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.688197] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.690391] registered taskstats version 1 [ 0.691386] Loading compiled-in X.509 certificates [ 0.693160] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.695509] zswap: loaded using pool lzo/zbud [ 0.697766] Key type trusted registered [ 0.699650] Key type encrypted registered [ 0.700676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701926] ima: No TPM chip found, activating TPM-bypass! [ 0.703233] evm: HMAC attrs: 0x1 [ 0.704444] Magic number: 14:254:645 [ 0.705469] rtc_cmos 00:00: setting system clock to 2018-08-10 18:37:57 UTC (1533926277) [ 0.707508] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708922] EDD information not available. [ 0.778486] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789695] Write protecting the kernel read-only data: 14336k [ 0.793328] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.795422] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.843218] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.15... Lease of 192.168.120.15 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.84. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDENXPq8JhzAj6MMDxVvAMMg/f2+eC6PRVrpw9XZW0O+assO+h61Vl7ju4GDuOMUTQ1Yx8ig8LAcGPg/Wm94XJokcrra7vZXKBxxM/hh/tr/qKbZcy45KKBDuo9WmpBlk7wdxtE2Gr8u0iZMe9AdWsH2/BIvJGzWnnMvppu90b6FbiABTiJaq1gQycP3tV6f6xd/7DJOzbOZ+lz0IVnmJpA06l1XLrXnWy2RB8wR5g5949L/PUREqic/F0zjHT70mVS7H1rYDlyyDE7NYFzuq+VARnCOSUguTn3iyaeHOLzzR6SSXcywTzHu4Anqe83vUQMeOUAYahwaCwX3nGgPCN3 root@singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b ssh-dss AAAAB3NzaC1kc3MAAACBAPbyKtVkwMW01kApOQiCVua8vDyWOIaGp2Wiw/5hL+6wjomqarvvdntHTyXXgcWbTQ61nzT0ILx+dYZWbC3KBOm2kuIAGOEN+Ln7w3zqDYfmOQmErp6PMvNM+ok9is9A+ZJ1h1ky2ARssv26pp2JHkWKa9z+ZABrMyPY9GC79SRNAAAAFQChC9gE6d+chhFvGTMNWM+XK5C88QAAAIEA6hWDSneyc9+N2rkVOvp7y/SZHOkC8Y8OgH5Yxhq+sDaz1FAc3Fp9RuxsWyJjYyk7DJabS/tpVi3VW02hzPIzXltNMRodTjvKNiSthl9ltHLB/lH+OPuOcUI9cHjJvPA22nD6iUo9Leb9tr3b3phj/L64m9edpkQFHc0j3rZod3oAAACBAPPcnKQ5d+oNhJhgPBmiGKa6Kdq64PhfUbl5U3su176wNuJaao6ISN4OSOEH7gtz2QPJeX5MzA9q/tVuWKiB9aYcWQVBMAwSluluYbNynM+87qwoX9HZKojxPwU5G2II7oWl/AsmAOl8o51BcasBPPKAXE0e8hh2n5jmI+5Q96gN root@singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.15,24,fe80::f816:3eff:fec1:adc0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.15 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: singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b launch-index: 0 /dev/root resized successfully [took 0.13s] === cirros: current=0.4.0 uptime=4.43 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-b8879a11-9ae9-408c-b29b-83e4b75d2d9b login: 2018-08-10 18:38:06,043 - paramiko.transport - DEBUG - starting thread (client mode): 0x70d95150L 2018-08-10 18:38:06,044 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 18:38:06,044 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-10 18:38:06,044 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-10 18:38:06,046 - 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-10 18:38:06,046 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 18:38:06,046 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-10 18:38:06,047 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 18:38:06,047 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 18:38:06,047 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 18:38:06,068 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 18:38:06,069 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 18:38:06,076 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 4fa791757885604ee51249ad1ce7b229 2018-08-10 18:38:06,077 - paramiko.transport - DEBUG - Trying discovered key 0d005dbea214f4de6941482ac6baafb9 in /tmp/tmpkgFRDJ 2018-08-10 18:38:06,106 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 18:38:06,112 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 18:38:06,143 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 18:38:06,144 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-10 18:38:06,144 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 18:38:06,145 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 18:38:06,146 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 18:38:06,147 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-10 18:38:06,148 - functest.core.singlevm - DEBUG - error: 2018-08-10 18:38:06,152 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 18:38:06,263 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:38:06,263 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:38:06,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 18:38:06,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/15d297a5-fcf6-4ffe-bfe0-a7603906d045.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:08,222 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3a4e53f3-44bb-4180-90a2-7f66b419da13 Content-Length: 0 Date: Fri, 10 Aug 2018 18:38:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:38:08,222 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/15d297a5-fcf6-4ffe-bfe0-a7603906d045.json used request id req-3a4e53f3-44bb-4180-90a2-7f66b419da13 2018-08-10 18:38:08,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.95131111145s 2018-08-10 18:38:08,222 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/15d297a5-fcf6-4ffe-bfe0-a7603906d045.json used request id req-3a4e53f3-44bb-4180-90a2-7f66b419da13 2018-08-10 18:38:08,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:38:08,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:09,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5a5a2eb-467e-45ad-9085-846bd08cfdec Date: Fri, 10 Aug 2018 18:38:09 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:38:09,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-e5a5a2eb-467e-45ad-9085-846bd08cfdec 2018-08-10 18:38:09,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.949327945709s 2018-08-10 18:38:09,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-e5a5a2eb-467e-45ad-9085-846bd08cfdec 2018-08-10 18:38:09,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:38:09,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:09,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:38: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-64a4b9b0-0edd-4729-b796-dc6dbaf19e8c x-compute-request-id: req-64a4b9b0-0edd-4729-b796-dc6dbaf19e8c Content-Type: application/json 2018-08-10 18:38:09,575 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e used request id req-64a4b9b0-0edd-4729-b796-dc6dbaf19e8c 2018-08-10 18:38:09,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.397324085236s 2018-08-10 18:38:09,576 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e used request id req-64a4b9b0-0edd-4729-b796-dc6dbaf19e8c 2018-08-10 18:38:09,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:09,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:10,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-cd3f4b69-179c-4b22-bac8-fb074d35e6f8 x-compute-request-id: req-cd3f4b69-179c-4b22-bac8-fb074d35e6f8 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:c0", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:c0", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/222ce57c-553d-4fd0-a4d0-a9e393cd586e", "rel": "bookmark"}], "image": {"id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "links": [{"href": "http://172.30.9.31:8774/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-10T18:37:56.000000", "flavor": {"id": "80b8dc36-cdb9-400e-9b97-5502848e7f94", "links": [{"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "bookmark"}]}, "id": "222ce57c-553d-4fd0-a4d0-a9e393cd586e", "security_groups": [{"name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}], "user_id": "673bc285b5e94045b28de543ddd6504c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:38:09Z", "hostId": "81c0b56bda2feba9ed12529e59b60077b7c4a854bc66372685de8f4d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "created": "2018-08-10T18:37:42Z", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:38:10,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cd3f4b69-179c-4b22-bac8-fb074d35e6f8 2018-08-10 18:38:10,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01791000366s 2018-08-10 18:38:10,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cd3f4b69-179c-4b22-bac8-fb074d35e6f8 2018-08-10 18:38:10,596 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:38:12,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:12,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:12,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-118861b0-8a20-49c6-bc7d-4a06ab3ba87c x-compute-request-id: req-118861b0-8a20-49c6-bc7d-4a06ab3ba87c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 18:38:12,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-118861b0-8a20-49c6-bc7d-4a06ab3ba87c 2018-08-10 18:38:12,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20827794075s 2018-08-10 18:38:12,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-118861b0-8a20-49c6-bc7d-4a06ab3ba87c 2018-08-10 18:38:12,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:38:12,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:13,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-bdfcfa7f-1589-4965-af69-7e98d97d9f3f Date: Fri, 10 Aug 2018 18:38:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "created_at": "2018-08-10T18:36:09Z", "updated_at": "2018-08-10T18:36:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "14a6554d-6247-4515-92e2-ea47ac4a363a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "70053910-ca72-4a42-b3a4-13073fde0269", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "d47ee3ff-4743-4990-9d96-c80c0392c943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "ebfdbada-cfa4-4f00-a9dd-1d40fd02a435", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}], "revision_number": 1, "project_id": "2aa3647d4cd24521a6197d56fd5414fb", "id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "created_at": "2018-08-10T18:37:00Z", "updated_at": "2018-08-10T18:37:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "4bc9dabb-63f2-4973-a4ce-83a001fa5a3a", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "56594e9c-625a-428a-812e-18bca0fa356f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "82c09940-0583-48b2-9642-c168cf422d05", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "e56e957f-2793-4c2a-8f2e-bebc949de7b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}], "revision_number": 1, "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:34Z", "updated_at": "2018-08-10T18:37:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "01dcafce-8314-4f4b-adcd-cf184aa2042c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:34Z", "revision_number": 0, "id": "2bf53385-a7cd-4a2f-9596-70b234b87e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:34Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:36Z", "revision_number": 0, "id": "3725c7db-1652-4d8a-ad9a-a842be77100d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:36Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:37:35Z", "revision_number": 0, "id": "566ebbb4-1fac-4015-a0bf-61c1756627ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:35Z", "security_group_id": "409d76c2-0ca3-4685-9197-109d5e20986c", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 3, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "409d76c2-0ca3-4685-9197-109d5e20986c", "name": "singlevm1-sg_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}, {"description": "Default security group", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:35:44Z", "updated_at": "2018-08-10T18:35:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "74e1180a-94c0-42c6-bb1b-6f9d1a08757b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "ab6c0a82-0bf3-4abc-a8d2-1b83c0fd6d10", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "c59bf46d-ef4e-4f24-b0ad-c84f31473061", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "e771949b-87a0-4c9f-838a-02a11249a033", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 1, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-10T18:35:47Z", "updated_at": "2018-08-10T18:35:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "29595c87-bfff-454f-8dbc-2aa675f3b41f", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "63637bb4-6fcc-490e-a687-8ada59c0cc80", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "91824256-bd8f-488c-bb49-d4413c1ff18b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "e29509a3-87d6-4ac2-98a6-3a25898fe2df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "created_at": "2018-08-10T18:32:08Z", "updated_at": "2018-08-10T18:32:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "8db8440e-6d4d-4c19-af5e-ed4a38a95b90", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "c58694b0-c141-4144-9a3e-a11d1867b51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "df34679a-f3a1-4c54-9a58-5ce3b1956b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "e0f91de2-b638-425d-aa44-ce0b2fe084c1", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}], "revision_number": 1, "project_id": "3c8b33adff4046d19594c388d2eae0f8", "id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "name": "default"}]} 2018-08-10 18:38:13,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-bdfcfa7f-1589-4965-af69-7e98d97d9f3f 2018-08-10 18:38:13,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.300497055054s 2018-08-10 18:38:13,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-bdfcfa7f-1589-4965-af69-7e98d97d9f3f 2018-08-10 18:38:13,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 18:38:13,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/409d76c2-0ca3-4685-9197-109d5e20986c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:13,300 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c4c5e027-720e-4465-9516-5e7d3073787e Content-Length: 0 Date: Fri, 10 Aug 2018 18:38:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:38:13,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/409d76c2-0ca3-4685-9197-109d5e20986c.json used request id req-c4c5e027-720e-4465-9516-5e7d3073787e 2018-08-10 18:38:13,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.184075117111s 2018-08-10 18:38:13,301 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/409d76c2-0ca3-4685-9197-109d5e20986c.json used request id req-c4c5e027-720e-4465-9516-5e7d3073787e 2018-08-10 18:38:13,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 18:38:13,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:13,360 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:38:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ac1af03c-12ac-455d-a0e1-44986f89a2ec x-compute-request-id: req-ac1af03c-12ac-455d-a0e1-44986f89a2ec Content-Length: 0 Content-Type: application/json 2018-08-10 18:38:13,360 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b used request id req-ac1af03c-12ac-455d-a0e1-44986f89a2ec 2018-08-10 18:38:13,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0592999458313s 2018-08-10 18:38:13,361 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/singlevm1-kp_b8879a11-9ae9-408c-b29b-83e4b75d2d9b used request id req-ac1af03c-12ac-455d-a0e1-44986f89a2ec 2018-08-10 18:38:13,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:38:13,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3/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}5e2963d46f8daf30a3decb076eed66b671bb43c5" -d '{"subnet_id": "81af59c7-eabf-446f-9205-d2bb9f70c31c"}' 2018-08-10 18:38:15,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c3df11b1-d1ce-41a8-bdc5-57186328e918 Date: Fri, 10 Aug 2018 18:38:15 GMT RESP BODY: {"network_id": "17b7c07f-3d36-41bf-bc11-4d0ae65bb25f", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "81af59c7-eabf-446f-9205-d2bb9f70c31c", "subnet_ids": ["81af59c7-eabf-446f-9205-d2bb9f70c31c"], "port_id": "ded319d2-1057-4356-bd0a-92ab7ef31f02", "id": "fe3f0cd8-e90b-413f-adec-9f8fe85399d3"} 2018-08-10 18:38:15,025 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3/remove_router_interface.json used request id req-c3df11b1-d1ce-41a8-bdc5-57186328e918 2018-08-10 18:38:15,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66408896446s 2018-08-10 18:38:15,026 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3/remove_router_interface.json used request id req-c3df11b1-d1ce-41a8-bdc5-57186328e918 returning object fe3f0cd8-e90b-413f-adec-9f8fe85399d3 2018-08-10 18:38:15,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:38:15,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:15,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-6b9a274b-e46a-4987-90d8-2e8b8a52f1a7 Date: Fri, 10 Aug 2018 18:38:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:37:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:38:14Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "fe3f0cd8-e90b-413f-adec-9f8fe85399d3", "name": "singlevm1-router_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"}]} 2018-08-10 18:38:15,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-6b9a274b-e46a-4987-90d8-2e8b8a52f1a7 2018-08-10 18:38:15,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.136533021927s 2018-08-10 18:38:15,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-6b9a274b-e46a-4987-90d8-2e8b8a52f1a7 2018-08-10 18:38:15,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:38:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:16,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06cf3e28-35b5-44e1-a74f-fbf8e26cf034 Content-Length: 0 Date: Fri, 10 Aug 2018 18:38:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:38:16,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3.json used request id req-06cf3e28-35b5-44e1-a74f-fbf8e26cf034 2018-08-10 18:38:16,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40705084801s 2018-08-10 18:38:16,572 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/fe3f0cd8-e90b-413f-adec-9f8fe85399d3.json used request id req-06cf3e28-35b5-44e1-a74f-fbf8e26cf034 2018-08-10 18:38:16,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:38:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:16,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-b9884b6d-1c5c-4fcb-8969-5dd65c745fdd Date: Fri, 10 Aug 2018 18:38:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:37:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"81af59c7-eabf-446f-9205-d2bb9f70c31c","subnetpool_id":null,"name":"singlevm1-subnet_b8879a11-9ae9-408c-b29b-83e4b75d2d9b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 18:38:16,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b9884b6d-1c5c-4fcb-8969-5dd65c745fdd 2018-08-10 18:38:16,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0389029979706s 2018-08-10 18:38:16,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b9884b6d-1c5c-4fcb-8969-5dd65c745fdd 2018-08-10 18:38:16,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:38:16,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/81af59c7-eabf-446f-9205-d2bb9f70c31c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:19,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a015d2b3-e3a7-422e-bcb7-a894da0f2253 Date: Fri, 10 Aug 2018 18:38:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:38:19,154 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/81af59c7-eabf-446f-9205-d2bb9f70c31c.json used request id req-a015d2b3-e3a7-422e-bcb7-a894da0f2253 2018-08-10 18:38:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54081487656s 2018-08-10 18:38:19,154 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/81af59c7-eabf-446f-9205-d2bb9f70c31c.json used request id req-a015d2b3-e3a7-422e-bcb7-a894da0f2253 2018-08-10 18:38:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:38:19,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:19,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-c668d2cb-eb5e-432d-8190-1d1efb0df7d5 Date: Fri, 10 Aug 2018 18:38:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"17b7c07f-3d36-41bf-bc11-4d0ae65bb25f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:38:19Z","provider:segmentation_id":69,"name":"singlevm1-net_b8879a11-9ae9-408c-b29b-83e4b75d2d9b","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:37:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:38:19,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-c668d2cb-eb5e-432d-8190-1d1efb0df7d5 2018-08-10 18:38:19,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122200012207s 2018-08-10 18:38:19,277 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-c668d2cb-eb5e-432d-8190-1d1efb0df7d5 2018-08-10 18:38:19,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:38:19,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/17b7c07f-3d36-41bf-bc11-4d0ae65bb25f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:21,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca434cc6-7ed1-45e7-88de-572b5178eb83 Date: Fri, 10 Aug 2018 18:38:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:38:21,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/17b7c07f-3d36-41bf-bc11-4d0ae65bb25f.json used request id req-ca434cc6-7ed1-45e7-88de-572b5178eb83 2018-08-10 18:38:21,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.88372397423s 2018-08-10 18:38:21,162 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/17b7c07f-3d36-41bf-bc11-4d0ae65bb25f.json used request id req-ca434cc6-7ed1-45e7-88de-572b5178eb83 2018-08-10 18:38:21,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:38:21,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:21,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8b7afa77-e5c3-4840-83c2-5d697ddd35b2 Date: Fri, 10 Aug 2018 18:38:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:37:33Z", "file": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "fb51a454-3a7a-43ad-8efe-06c7e52335c8", "size": 12716032, "self": "/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:37:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:38:21,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-8b7afa77-e5c3-4840-83c2-5d697ddd35b2 2018-08-10 18:38:21,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274796009064s 2018-08-10 18:38:21,442 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-8b7afa77-e5c3-4840-83c2-5d697ddd35b2 2018-08-10 18:38:21,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:38:21,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:23,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d434619-b478-4d68-b134-0b3897990fe8 Date: Fri, 10 Aug 2018 18:38: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-10 18:38:23,600 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8 used request id req-4d434619-b478-4d68-b134-0b3897990fe8 2018-08-10 18:38:23,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.15670895576s 2018-08-10 18:38:23,600 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/fb51a454-3a7a-43ad-8efe-06c7e52335c8 used request id req-4d434619-b478-4d68-b134-0b3897990fe8 2018-08-10 18:38:23,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:38:23,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:23,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-29b299d1-5eff-4ea4-9600-b3252e3c4234 x-compute-request-id: req-29b299d1-5eff-4ea4-9600-b3252e3c4234 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_b8879a11-9ae9-408c-b29b-83e4b75d2d9b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94", "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": "80b8dc36-cdb9-400e-9b97-5502848e7f94"}]} 2018-08-10 18:38:23,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-29b299d1-5eff-4ea4-9600-b3252e3c4234 2018-08-10 18:38:23,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240650177002s 2018-08-10 18:38:23,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-29b299d1-5eff-4ea4-9600-b3252e3c4234 2018-08-10 18:38:23,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:38:23,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5e2963d46f8daf30a3decb076eed66b671bb43c5" 2018-08-10 18:38:23,778 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:38: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-f13b1a92-7b24-4239-b5ce-a194f0c57633 x-compute-request-id: req-f13b1a92-7b24-4239-b5ce-a194f0c57633 Content-Length: 0 Content-Type: application/json 2018-08-10 18:38:23,778 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94 used request id req-f13b1a92-7b24-4239-b5ce-a194f0c57633 2018-08-10 18:38:23,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.152142047882s 2018-08-10 18:38:23,779 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/80b8dc36-cdb9-400e-9b97-5502848e7f94 used request id req-f13b1a92-7b24-4239-b5ce-a194f0c57633 2018-08-10 18:38:23,830 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:38:23,869 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:38:23,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:38:23,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:38:23,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:38:23,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b06cb75-d4b1-4891-87ff-05f672e5b06d 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:38:23,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-6b06cb75-d4b1-4891-87ff-05f672e5b06d 2018-08-10 18:38:23,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:38:24,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:38:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["z9rBdLsgQc-F0_Vr_spYWQ"], "issued_at": "2018-08-10T18:38:24.000000Z"}} 2018-08-10 18:38:24,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:38:24,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:24,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-62ad29f4-d328-486a-9a60-5ae115f93f6c Date: Fri, 10 Aug 2018 18:38:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:38:24,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62ad29f4-d328-486a-9a60-5ae115f93f6c 2018-08-10 18:38:24,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367120027542s 2018-08-10 18:38:24,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-62ad29f4-d328-486a-9a60-5ae115f93f6c 2018-08-10 18:38:24,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:38:24,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:38:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82fd3bb8-df16-489e-b77d-f2cd5d81dcfc 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:38:24,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-82fd3bb8-df16-489e-b77d-f2cd5d81dcfc 2018-08-10 18:38:24,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:38:24,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:24,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d44f1580-f3c5-4b94-8501-c7087cf5b81d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:38:24,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-d44f1580-f3c5-4b94-8501-c7087cf5b81d 2018-08-10 18:38:24,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19371008873s 2018-08-10 18:38:24,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-d44f1580-f3c5-4b94-8501-c7087cf5b81d 2018-08-10 18:38:24,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 18:38:24,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11"}}' 2018-08-10 18:38:25,121 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:38:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9feb73b-a043-40fa-a77c-adb18b35b15e 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.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b"}, "tags": [], "enabled": true, "id": "a1c23ef6ee8a49aba03505ee178e1c8b", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11"}} 2018-08-10 18:38:25,121 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-a9feb73b-a043-40fa-a77c-adb18b35b15e 2018-08-10 18:38:25,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.270088911057s 2018-08-10 18:38:25,122 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-a9feb73b-a043-40fa-a77c-adb18b35b15e 2018-08-10 18:38:25,122 - 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'a1c23ef6ee8a49aba03505ee178e1c8b', '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_3a37af4a-3170-4730-a090-2940204cfd11'}) 2018-08-10 18:38:25,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 18:38:25,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "bbfca2d8-775f-4351-8454-739d75bb3d99", "email": null, "name": "singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11"}}' 2018-08-10 18:38:25,668 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:38:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-741554d1-48d4-4310-9c10-68d91dbe513e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11", "links": {"self": "http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "867c1949502a4671af517483465f9070", "domain_id": "default", "password_expires_at": null}} 2018-08-10 18:38:25,668 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-741554d1-48d4-4310-9c10-68d91dbe513e 2018-08-10 18:38:25,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.539947032928s 2018-08-10 18:38:25,669 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-741554d1-48d4-4310-9c10-68d91dbe513e 2018-08-10 18:38:25,669 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'867c1949502a4671af517483465f9070', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11'}) 2018-08-10 18:38:25,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:38:25,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:25,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f552c8d8-cf37-4d8b-891d-e1d620931cce Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:38:25,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-f552c8d8-cf37-4d8b-891d-e1d620931cce 2018-08-10 18:38:25,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19273686409s 2018-08-10 18:38:25,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-f552c8d8-cf37-4d8b-891d-e1d620931cce 2018-08-10 18:38:25,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:38:25,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:26,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2f326cd-2ce1-44bb-acfc-da3ea2a28b07 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:38:26,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-b2f326cd-2ce1-44bb-acfc-da3ea2a28b07 2018-08-10 18:38:26,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18094086647s 2018-08-10 18:38:26,052 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-b2f326cd-2ce1-44bb-acfc-da3ea2a28b07 2018-08-10 18:38:26,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:38:26,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:26,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d21f897-35b1-4f4d-ae19-06e879308dc0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:38:26,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5d21f897-35b1-4f4d-ae19-06e879308dc0 2018-08-10 18:38:26,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203613996506s 2018-08-10 18:38:26,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5d21f897-35b1-4f4d-ae19-06e879308dc0 2018-08-10 18:38:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:38:26,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:26,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd0ad652-ef5d-45a6-8547-e782dadb0ce2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 18:38:26,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-fd0ad652-ef5d-45a6-8547-e782dadb0ce2 2018-08-10 18:38:26,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199142932892s 2018-08-10 18:38:26,465 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-fd0ad652-ef5d-45a6-8547-e782dadb0ce2 2018-08-10 18:38:26,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:38:26,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:26,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e44375b3-5ec5-4469-838d-963c93d32fa2 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11", "links": {"self": "http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "867c1949502a4671af517483465f9070", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:38:26,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-e44375b3-5ec5-4469-838d-963c93d32fa2 2018-08-10 18:38:26,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20027589798s 2018-08-10 18:38:26,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-e44375b3-5ec5-4469-838d-963c93d32fa2 2018-08-10 18:38:26,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:38:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:26,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-433d4027-7c5a-429d-b9ad-eedfe28e7d54 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b"}, "tags": [], "enabled": true, "id": "a1c23ef6ee8a49aba03505ee178e1c8b", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11"}]} 2018-08-10 18:38:26,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-433d4027-7c5a-429d-b9ad-eedfe28e7d54 2018-08-10 18:38:26,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201977968216s 2018-08-10 18:38:26,881 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-433d4027-7c5a-429d-b9ad-eedfe28e7d54 2018-08-10 18:38:26,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:38:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=867c1949502a4671af517483465f9070&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a1c23ef6ee8a49aba03505ee178e1c8b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:27,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd51d06d-b6b9-413a-9f27-83ab46e035c5 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=867c1949502a4671af517483465f9070&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a1c23ef6ee8a49aba03505ee178e1c8b", "previous": null, "next": null}} 2018-08-10 18:38:27,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=867c1949502a4671af517483465f9070&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a1c23ef6ee8a49aba03505ee178e1c8b used request id req-cd51d06d-b6b9-413a-9f27-83ab46e035c5 2018-08-10 18:38:27,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18751502037s 2018-08-10 18:38:27,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=867c1949502a4671af517483465f9070&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a1c23ef6ee8a49aba03505ee178e1c8b used request id req-cd51d06d-b6b9-413a-9f27-83ab46e035c5 2018-08-10 18:38:27,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 18:38:27,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b/users/867c1949502a4671af517483465f9070/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:38:27,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:38:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43d237e2-6eeb-4e8c-933e-30a30d410c27 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:38:27,412 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b/users/867c1949502a4671af517483465f9070/roles/740829ed47d44511bcb22d86735f9050 used request id req-43d237e2-6eeb-4e8c-933e-30a30d410c27 2018-08-10 18:38:27,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.332931041718s 2018-08-10 18:38:27,413 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b/users/867c1949502a4671af517483465f9070/roles/740829ed47d44511bcb22d86735f9050 used request id req-43d237e2-6eeb-4e8c-933e-30a30d410c27 2018-08-10 18:38:27,413 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11', 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'a1c23ef6ee8a49aba03505ee178e1c8b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'bbfca2d8-775f-4351-8454-739d75bb3d99', 'username': u'singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:38:27,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:38:27,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:38:27,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:38:27,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:38:27,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:38:27,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:38:27,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:38:27,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:38:27,418 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11', 'password': 'bbfca2d8-775f-4351-8454-739d75bb3d99', 'project_name': 'singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': 'a1c23ef6ee8a49aba03505ee178e1c8b', 'project_domain_name': 'Default'} 2018-08-10 18:38:27,419 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-10 18:38:27,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:38:27,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25847e49-909b-49e5-89dd-acd02474ea6c 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:38:27,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-25847e49-909b-49e5-89dd-acd02474ea6c 2018-08-10 18:38:27,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:38:27,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:38:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a1c23ef6ee8a49aba03505ee178e1c8b", "name": "singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/a1c23ef6ee8a49aba03505ee178e1c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11", "id": "867c1949502a4671af517483465f9070"}, "audit_ids": ["0iI9jd95R5ynM7mOpzmgJQ"], "issued_at": "2018-08-10T18:38:27.000000Z"}} 2018-08-10 18:38:27,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:38:27,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"network": {"name": "singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11", "admin_state_up": true}}' 2018-08-10 18:38:28,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-f5a66b10-222f-4de6-862c-609a50a24feb Date: Fri, 10 Aug 2018 18:38:28 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T18:38:28Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","name":"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11"}} 2018-08-10 18:38:28,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f5a66b10-222f-4de6-862c-609a50a24feb 2018-08-10 18:38:28,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.776786804199s 2018-08-10 18:38:28,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f5a66b10-222f-4de6-862c-609a50a24feb 2018-08-10 18:38:28,605 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:38:28Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7a9aa95c-9600-4cf5-986a-62b0eb7068f5', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11', u'admin_state_up': True, u'tenant_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', u'created_at': u'2018-08-10T18:38:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a1c23ef6ee8a49aba03505ee178e1c8b'}) 2018-08-10 18:38:28,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:38:28,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:28,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-6e5f5a64-1490-4a4c-b73a-1f60d83edbc8 Date: Fri, 10 Aug 2018 18:38:28 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-10T18:38:28Z","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","name":"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:38:28,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-6e5f5a64-1490-4a4c-b73a-1f60d83edbc8 2018-08-10 18:38:28,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.37970495224s 2018-08-10 18:38:28,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-6e5f5a64-1490-4a4c-b73a-1f60d83edbc8 2018-08-10 18:38:28,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:38:28,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"subnet": {"name": "singlevm2-subnet_3a37af4a-3170-4730-a090-2940204cfd11", "enable_dhcp": true, "network_id": "7a9aa95c-9600-4cf5-986a-62b0eb7068f5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:38:30,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-c2c7a83d-aa29-4a04-852e-0b2a94d7f3d2 Date: Fri, 10 Aug 2018 18:38:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:38:29Z","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":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"fa0685ec-362e-42cc-b8c7-53e0e7993499","subnetpool_id":null,"name":"singlevm2-subnet_3a37af4a-3170-4730-a090-2940204cfd11"}} 2018-08-10 18:38:30,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-c2c7a83d-aa29-4a04-852e-0b2a94d7f3d2 2018-08-10 18:38:30,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03578209877s 2018-08-10 18:38:30,024 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-c2c7a83d-aa29-4a04-852e-0b2a94d7f3d2 2018-08-10 18:38:30,024 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:38:29Z', 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'fa0685ec-362e-42cc-b8c7-53e0e7993499', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_3a37af4a-3170-4730-a090-2940204cfd11', u'enable_dhcp': True, u'network_id': u'7a9aa95c-9600-4cf5-986a-62b0eb7068f5', u'tenant_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', u'created_at': u'2018-08-10T18:38:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a1c23ef6ee8a49aba03505ee178e1c8b'}) 2018-08-10 18:38:30,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:38:30,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "singlevm2-router_3a37af4a-3170-4730-a090-2940204cfd11", "admin_state_up": true}}' 2018-08-10 18:38:31,684 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-ec594a49-81ff-4ee1-85b4-927c96c1b1c5 Date: Fri, 10 Aug 2018 18:38:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:30Z", "admin_state_up": true, "updated_at": "2018-08-10T18:38:31Z", "revision_number": 2, "routes": [], "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "49759f23-ec93-4faf-8ae7-986481f73923", "name": "singlevm2-router_3a37af4a-3170-4730-a090-2940204cfd11"}} 2018-08-10 18:38:31,684 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-ec594a49-81ff-4ee1-85b4-927c96c1b1c5 2018-08-10 18:38:31,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65946388245s 2018-08-10 18:38:31,684 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-ec594a49-81ff-4ee1-85b4-927c96c1b1c5 2018-08-10 18:38:31,685 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', u'created_at': u'2018-08-10T18:38:30Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T18:38:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', u'id': u'49759f23-ec93-4faf-8ae7-986481f73923', u'name': u'singlevm2-router_3a37af4a-3170-4730-a090-2940204cfd11'}) 2018-08-10 18:38:31,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:38:31,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923/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}62653779655f159d089b290990070d38e128fcdc" -d '{"subnet_id": "fa0685ec-362e-42cc-b8c7-53e0e7993499"}' 2018-08-10 18:38:33,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0f576e55-b930-4e89-944f-a246c0e00593 Date: Fri, 10 Aug 2018 18:38:33 GMT RESP BODY: {"network_id": "7a9aa95c-9600-4cf5-986a-62b0eb7068f5", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "subnet_id": "fa0685ec-362e-42cc-b8c7-53e0e7993499", "subnet_ids": ["fa0685ec-362e-42cc-b8c7-53e0e7993499"], "port_id": "acff4572-3887-44b8-ae17-6c707a0a71d4", "id": "49759f23-ec93-4faf-8ae7-986481f73923"} 2018-08-10 18:38:33,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923/add_router_interface.json used request id req-0f576e55-b930-4e89-944f-a246c0e00593 2018-08-10 18:38:33,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89737796783s 2018-08-10 18:38:33,583 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923/add_router_interface.json used request id req-0f576e55-b930-4e89-944f-a246c0e00593 returning object 49759f23-ec93-4faf-8ae7-986481f73923 2018-08-10 18:38:33,584 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:38:33,708 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:38:33,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:38:33,714 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:38:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:38:33,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:38:33,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:34,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-79b74474-782b-4192-b503-8e90e3004c09 Date: Fri, 10 Aug 2018 18:38:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:38:34,487 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-79b74474-782b-4192-b503-8e90e3004c09 2018-08-10 18:38:34,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.771248102188s 2018-08-10 18:38:34,488 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-79b74474-782b-4192-b503-8e90e3004c09 2018-08-10 18:38:34,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:38:34,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11"}' 2018-08-10 18:38:35,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-094a71de-31cf-49e8-9937-4124bc299cfc Date: Fri, 10 Aug 2018 18:38:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:38:35Z", "file": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file", "owner": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "size": null, "self": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "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_3a37af4a-3170-4730-a090-2940204cfd11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "checksum": null, "created_at": "2018-08-10T18:38:35Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:38:35,355 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-094a71de-31cf-49e8-9937-4124bc299cfc 2018-08-10 18:38:35,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.859141111374s 2018-08-10 18:38:35,355 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-094a71de-31cf-49e8-9937-4124bc299cfc returning object e177de84-4b87-467d-a83e-8f9fe97aab28 2018-08-10 18:38:35,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:38:35,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/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}62653779655f159d089b290990070d38e128fcdc" -d '' 2018-08-10 18:38:36,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c06a4a01-ce54-4cb9-a893-2fb03f75c809 Date: Fri, 10 Aug 2018 18:38: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-10 18:38:36,192 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file used request id req-c06a4a01-ce54-4cb9-a893-2fb03f75c809 2018-08-10 18:38:36,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.836469173431s 2018-08-10 18:38:36,193 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file used request id req-c06a4a01-ce54-4cb9-a893-2fb03f75c809 2018-08-10 18:38:36,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:38:36,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:36,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8cef0a8a-03f7-4f78-b001-f828684abd44 Date: Fri, 10 Aug 2018 18:38:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:38:36Z", "file": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file", "owner": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "size": 12716032, "self": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:38:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:38:36,907 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-8cef0a8a-03f7-4f78-b001-f828684abd44 2018-08-10 18:38:36,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710631132126s 2018-08-10 18:38:36,907 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-8cef0a8a-03f7-4f78-b001-f828684abd44 2018-08-10 18:38:36,909 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file', 'owner': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'id': u'e177de84-4b87-467d-a83e-8f9fe97aab28', 'size': 12716032, u'self': u'/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'name': 'singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:38:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:38:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11', '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/e177de84-4b87-467d-a83e-8f9fe97aab28', 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_3a37af4a-3170-4730-a090-2940204cfd11', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11', 'created': u'2018-08-10T18:38:35Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:38:35Z', 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/e177de84-4b87-467d-a83e-8f9fe97aab28', 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_3a37af4a-3170-4730-a090-2940204cfd11', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:38:36,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:38:36,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_3a37af4a-3170-4730-a090-2940204cfd11", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:38:37,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-a147d936-41fd-406e-a181-c516d7a2e6e4 x-compute-request-id: req-a147d936-41fd-406e-a181-c516d7a2e6e4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_3a37af4a-3170-4730-a090-2940204cfd11", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "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": "6405e9a2-7069-4777-8f4b-fb7e104776ae"}} 2018-08-10 18:38:37,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-a147d936-41fd-406e-a181-c516d7a2e6e4 2018-08-10 18:38:37,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.851730108261s 2018-08-10 18:38:37,762 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-a147d936-41fd-406e-a181-c516d7a2e6e4 2018-08-10 18:38:37,763 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_3a37af4a-3170-4730-a090-2940204cfd11', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'6405e9a2-7069-4777-8f4b-fb7e104776ae', 'swap': 0}) 2018-08-10 18:38:37,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:38:37,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae/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}111f094b261c28487437b8a74c940eabe4175d3a" -d '{"extra_specs": {}}' 2018-08-10 18:38:37,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-5fe3f0d8-89f7-44d6-849f-11930be1efd2 x-compute-request-id: req-5fe3f0d8-89f7-44d6-849f-11930be1efd2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:38:37,786 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae/os-extra_specs used request id req-5fe3f0d8-89f7-44d6-849f-11930be1efd2 2018-08-10 18:38:37,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220530033112s 2018-08-10 18:38:37,786 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae/os-extra_specs used request id req-5fe3f0d8-89f7-44d6-849f-11930be1efd2 2018-08-10 18:38:37,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 18:38:37,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"keypair": {"name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11"}}' 2018-08-10 18:38:38,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-b9cb7fdc-fef5-4fd9-be96-949134d35411 x-compute-request-id: req-b9cb7fdc-fef5-4fd9-be96-949134d35411 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuWPB95I/6UYk9O7Sy85I+NrFGerTWRVy4t4bNBSt1LXjh0mkM6EDDcIlOPWqcoOTqRi4g1mUGpjG9eua6vyfdQzFLe0IUoIN8wqkJj3r5fummlwHlOrZ6jxxQkS0u1efzTHsq/7DFFp7H5gNtrUB5IKcpWa7cvqQ5XnTsUn8lGb3dNs7l07UHWYgZ0RLm7c6ZwiuQIbOqniC3pNs1NTZXi3CodLvb7g+ZnRPkpu10tEgVDZfA5GIQvnyppDw+67U25LngCti2tyjEtHbUnQt0lpnJKuEm204EoQ0L7B0Xqr7PRCxBpi8AcNaGWkWj9b6eOE0FgjDLL6/ugWK9l819 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArljwfeSP+lGJPTu0svOSPjaxRnq01kVcuLeGzQUrdS144dJp\nDOhAw3CJTj1qnKDk6kYuINZlBqYxvXrmur8n3UMxS3tCFKCDfMKpCY96+X7pppcB\n5Tq2eo8cUJEtLtXn80x7Kv+wxRaex+YDba1AeSCnKVmu3L6kOV507FJ/JRm93TbO\n5dO1B1mIGdES5u3OmcIrkCGzqp4gt6TbNTU2V4twqHS72+4PmZ0T5KbtdLRIFQ2X\nwORiEL58qaQ8Puu1NuS54ArYtrcoxLR21J0LdJaZySrhJttOBKENC+wdF6q+z0Qs\nQaYvAHDWhlpFo/W+njhNBYIwyy+v7oFivZfNfQIDAQABAoIBAB4eq110cRMzptv3\nRp5ryeYJmNKuPDOQRBZ9TkJ5FCroMiwBJ7jdHuMku/PSVGq+uQ1oFmwB3e4qJAmy\nA85bW82z3/5ESwQ5Pr38+yr1qK8Vp9Pp3p/1ZrUBqEia7A1dUvcLTXP+PFGwOLoc\nGJeICM1kQLy6C6WDIefvU4/IKMMFyFAMZDunt69MgEaKhK0dhMTcSfcZU1FBojQW\nVqnhRQkOt3IYXwqZ5Fg8L2LJlbeBz0tfbRefDS+O49C5/WXrWkPLD3cIYJEwaf/J\ntj6MXQY7wCYc94wBiVaiGEbCPlAkdiZKOoyU9qBn79Y86KMinvD1Yh/Hk0/A36Op\n+PZ4ohkCgYEA4G3TpRPp/6N9GU2fC3nWJwtFpIaOt63UEkmCNJiouiycR6YJRE3T\ndyGioa05KDIbnAOFpSYlrWDYbmnHjd2hSnW46K/EimhIY0sss7JYg7WXfHyg5zk7\nScxBYZ0IBV8T02dk4a2WhZscxZFHmTsnmGlia1t7ah3LOmJ+bxsppCMCgYEAxt+R\nAwTJ15mUijlAkBgpYlBIXkLi1h+tzhYH/47B9ise5yX32sty2ND2bhRQl1XfHAK6\nLa9/mnHaT+uHKgSo4YarZ4Dc/l0+RFEnZOLO0+5fEPTfxP8xGj1FPVgh+heVMcyG\n9FKAMPCCDRwJhNbkQsvHNId74Cb9RulEdrjekd8CgYB3ctzfkp7LmfdePUr2L62E\ncGJrs9ZH+rPR29/6IHpFRLMVC1EJUqbHVFab2HeAZlL9kX5TLN+GzPHEqnY0ko5i\n9A8rgUmJJQHKH1u2dKjZyQ/MiQSWrIZau+TckFiRi04hCXnPB7YCfFEu8ij6bFqh\nqw1f+HvSOfNNqtiCSCG8owKBgQCB/iS1im29BeB4MVAoYAK9BqknJCVNvUtIiFIW\nE+Ro2mrKwKCwXYfmfUB3V8QOB81ca9PyhOKtu3nt/5BMQNt6/yIO98Z8ZcqLsVhE\ns5RqJ0fwt3+FLyGTezVFEdSzurKE6KHWFg9A7hS0KP133Vc66iR+C4lHTXUE4vkj\neVfSlQKBgGuI58LJmceGI9hJGN5IjnAO6kO5TI/sOMxvzrcgMuFwlbrHl9OK1iaf\nBayxIKPWdGjxqtbXs5aj67LeCsGEiOnMd5WqVaIFYbJWrhY9q6muxPl/BOf7PDwA\nO5URm039lrS6Nwy7Ces8eeJ10LMaRg6FtT9nsZbSwAkwGxD1HS8q\n-----END RSA PRIVATE KEY-----\n", "user_id": "867c1949502a4671af517483465f9070", "name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "fingerprint": "95:fe:fa:df:b8:b2:f3:8c:ba:a2:5f:44:0b:3a:97:e6"}} 2018-08-10 18:38:38,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-b9cb7fdc-fef5-4fd9-be96-949134d35411 2018-08-10 18:38:38,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.442718029022s 2018-08-10 18:38:38,230 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-b9cb7fdc-fef5-4fd9-be96-949134d35411 2018-08-10 18:38:38,231 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuWPB95I/6UYk9O7Sy85I+NrFGerTWRVy4t4bNBSt1LXjh0mkM6EDDcIlOPWqcoOTqRi4g1mUGpjG9eua6vyfdQzFLe0IUoIN8wqkJj3r5fummlwHlOrZ6jxxQkS0u1efzTHsq/7DFFp7H5gNtrUB5IKcpWa7cvqQ5XnTsUn8lGb3dNs7l07UHWYgZ0RLm7c6ZwiuQIbOqniC3pNs1NTZXi3CodLvb7g+ZnRPkpu10tEgVDZfA5GIQvnyppDw+67U25LngCti2tyjEtHbUnQt0lpnJKuEm204EoQ0L7B0Xqr7PRCxBpi8AcNaGWkWj9b6eOE0FgjDLL6/ugWK9l819 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArljwfeSP+lGJPTu0svOSPjaxRnq01kVcuLeGzQUrdS144dJp\nDOhAw3CJTj1qnKDk6kYuINZlBqYxvXrmur8n3UMxS3tCFKCDfMKpCY96+X7pppcB\n5Tq2eo8cUJEtLtXn80x7Kv+wxRaex+YDba1AeSCnKVmu3L6kOV507FJ/JRm93TbO\n5dO1B1mIGdES5u3OmcIrkCGzqp4gt6TbNTU2V4twqHS72+4PmZ0T5KbtdLRIFQ2X\nwORiEL58qaQ8Puu1NuS54ArYtrcoxLR21J0LdJaZySrhJttOBKENC+wdF6q+z0Qs\nQaYvAHDWhlpFo/W+njhNBYIwyy+v7oFivZfNfQIDAQABAoIBAB4eq110cRMzptv3\nRp5ryeYJmNKuPDOQRBZ9TkJ5FCroMiwBJ7jdHuMku/PSVGq+uQ1oFmwB3e4qJAmy\nA85bW82z3/5ESwQ5Pr38+yr1qK8Vp9Pp3p/1ZrUBqEia7A1dUvcLTXP+PFGwOLoc\nGJeICM1kQLy6C6WDIefvU4/IKMMFyFAMZDunt69MgEaKhK0dhMTcSfcZU1FBojQW\nVqnhRQkOt3IYXwqZ5Fg8L2LJlbeBz0tfbRefDS+O49C5/WXrWkPLD3cIYJEwaf/J\ntj6MXQY7wCYc94wBiVaiGEbCPlAkdiZKOoyU9qBn79Y86KMinvD1Yh/Hk0/A36Op\n+PZ4ohkCgYEA4G3TpRPp/6N9GU2fC3nWJwtFpIaOt63UEkmCNJiouiycR6YJRE3T\ndyGioa05KDIbnAOFpSYlrWDYbmnHjd2hSnW46K/EimhIY0sss7JYg7WXfHyg5zk7\nScxBYZ0IBV8T02dk4a2WhZscxZFHmTsnmGlia1t7ah3LOmJ+bxsppCMCgYEAxt+R\nAwTJ15mUijlAkBgpYlBIXkLi1h+tzhYH/47B9ise5yX32sty2ND2bhRQl1XfHAK6\nLa9/mnHaT+uHKgSo4YarZ4Dc/l0+RFEnZOLO0+5fEPTfxP8xGj1FPVgh+heVMcyG\n9FKAMPCCDRwJhNbkQsvHNId74Cb9RulEdrjekd8CgYB3ctzfkp7LmfdePUr2L62E\ncGJrs9ZH+rPR29/6IHpFRLMVC1EJUqbHVFab2HeAZlL9kX5TLN+GzPHEqnY0ko5i\n9A8rgUmJJQHKH1u2dKjZyQ/MiQSWrIZau+TckFiRi04hCXnPB7YCfFEu8ij6bFqh\nqw1f+HvSOfNNqtiCSCG8owKBgQCB/iS1im29BeB4MVAoYAK9BqknJCVNvUtIiFIW\nE+Ro2mrKwKCwXYfmfUB3V8QOB81ca9PyhOKtu3nt/5BMQNt6/yIO98Z8ZcqLsVhE\ns5RqJ0fwt3+FLyGTezVFEdSzurKE6KHWFg9A7hS0KP133Vc66iR+C4lHTXUE4vkj\neVfSlQKBgGuI58LJmceGI9hJGN5IjnAO6kO5TI/sOMxvzrcgMuFwlbrHl9OK1iaf\nBayxIKPWdGjxqtbXs5aj67LeCsGEiOnMd5WqVaIFYbJWrhY9q6muxPl/BOf7PDwA\nO5URm039lrS6Nwy7Ces8eeJ10LMaRg6FtT9nsZbSwAkwGxD1HS8q\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'867c1949502a4671af517483465f9070', 'name': u'singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11', 'created_at': '2018-08-10T18:38:38.231245', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'name': 'singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'95:fe:fa:df:b8:b2:f3:8c:ba:a2:5f:44:0b:3a:97:e6', 'type': 'ssh', 'id': u'singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11'}) 2018-08-10 18:38:38,231 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEArljwfeSP+lGJPTu0svOSPjaxRnq01kVcuLeGzQUrdS144dJp DOhAw3CJTj1qnKDk6kYuINZlBqYxvXrmur8n3UMxS3tCFKCDfMKpCY96+X7pppcB 5Tq2eo8cUJEtLtXn80x7Kv+wxRaex+YDba1AeSCnKVmu3L6kOV507FJ/JRm93TbO 5dO1B1mIGdES5u3OmcIrkCGzqp4gt6TbNTU2V4twqHS72+4PmZ0T5KbtdLRIFQ2X wORiEL58qaQ8Puu1NuS54ArYtrcoxLR21J0LdJaZySrhJttOBKENC+wdF6q+z0Qs QaYvAHDWhlpFo/W+njhNBYIwyy+v7oFivZfNfQIDAQABAoIBAB4eq110cRMzptv3 Rp5ryeYJmNKuPDOQRBZ9TkJ5FCroMiwBJ7jdHuMku/PSVGq+uQ1oFmwB3e4qJAmy A85bW82z3/5ESwQ5Pr38+yr1qK8Vp9Pp3p/1ZrUBqEia7A1dUvcLTXP+PFGwOLoc GJeICM1kQLy6C6WDIefvU4/IKMMFyFAMZDunt69MgEaKhK0dhMTcSfcZU1FBojQW VqnhRQkOt3IYXwqZ5Fg8L2LJlbeBz0tfbRefDS+O49C5/WXrWkPLD3cIYJEwaf/J tj6MXQY7wCYc94wBiVaiGEbCPlAkdiZKOoyU9qBn79Y86KMinvD1Yh/Hk0/A36Op +PZ4ohkCgYEA4G3TpRPp/6N9GU2fC3nWJwtFpIaOt63UEkmCNJiouiycR6YJRE3T dyGioa05KDIbnAOFpSYlrWDYbmnHjd2hSnW46K/EimhIY0sss7JYg7WXfHyg5zk7 ScxBYZ0IBV8T02dk4a2WhZscxZFHmTsnmGlia1t7ah3LOmJ+bxsppCMCgYEAxt+R AwTJ15mUijlAkBgpYlBIXkLi1h+tzhYH/47B9ise5yX32sty2ND2bhRQl1XfHAK6 La9/mnHaT+uHKgSo4YarZ4Dc/l0+RFEnZOLO0+5fEPTfxP8xGj1FPVgh+heVMcyG 9FKAMPCCDRwJhNbkQsvHNId74Cb9RulEdrjekd8CgYB3ctzfkp7LmfdePUr2L62E cGJrs9ZH+rPR29/6IHpFRLMVC1EJUqbHVFab2HeAZlL9kX5TLN+GzPHEqnY0ko5i 9A8rgUmJJQHKH1u2dKjZyQ/MiQSWrIZau+TckFiRi04hCXnPB7YCfFEu8ij6bFqh qw1f+HvSOfNNqtiCSCG8owKBgQCB/iS1im29BeB4MVAoYAK9BqknJCVNvUtIiFIW E+Ro2mrKwKCwXYfmfUB3V8QOB81ca9PyhOKtu3nt/5BMQNt6/yIO98Z8ZcqLsVhE s5RqJ0fwt3+FLyGTezVFEdSzurKE6KHWFg9A7hS0KP133Vc66iR+C4lHTXUE4vkj eVfSlQKBgGuI58LJmceGI9hJGN5IjnAO6kO5TI/sOMxvzrcgMuFwlbrHl9OK1iaf BayxIKPWdGjxqtbXs5aj67LeCsGEiOnMd5WqVaIFYbJWrhY9q6muxPl/BOf7PDwA O5URm039lrS6Nwy7Ces8eeJ10LMaRg6FtT9nsZbSwAkwGxD1HS8q -----END RSA PRIVATE KEY----- 2018-08-10 18:38:38,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 18:38:38,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"security_group": {"name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-10 18:38:38,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a7f0ed78-ec02-4132-8652-c536046f1fd5 Date: Fri, 10 Aug 2018 18:38:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:38Z", "updated_at": "2018-08-10T18:38:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "2c321eb5-9b2d-4052-94f0-60656285fd8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "fe0928c8-6c62-40f7-b75b-d784eca69001", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 1, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}} 2018-08-10 18:38:38,780 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a7f0ed78-ec02-4132-8652-c536046f1fd5 2018-08-10 18:38:38,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.545828104019s 2018-08-10 18:38:38,781 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a7f0ed78-ec02-4132-8652-c536046f1fd5 2018-08-10 18:38:38,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:38:38,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:39,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-5ca92f16-2166-4eee-b3ad-813850bfed2c Date: Fri, 10 Aug 2018 18:38:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:38Z", "updated_at": "2018-08-10T18:38:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "2c321eb5-9b2d-4052-94f0-60656285fd8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "fe0928c8-6c62-40f7-b75b-d784eca69001", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 1, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}, {"description": "Default security group", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:28Z", "updated_at": "2018-08-10T18:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "0e2aa767-6633-40b4-b42d-db7d433eec98", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "25c2e9f1-4140-489e-bfff-39532adf5f25", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "40a25f1c-c4d9-4058-b64a-86543b550d93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "dbb47496-40e6-4758-9066-315fe24f2024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 1, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "name": "default"}]} 2018-08-10 18:38:39,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-5ca92f16-2166-4eee-b3ad-813850bfed2c 2018-08-10 18:38:39,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.324297904968s 2018-08-10 18:38:39,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-5ca92f16-2166-4eee-b3ad-813850bfed2c 2018-08-10 18:38:39,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:38:39,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -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": "d67ef2c6-c267-453c-be2e-3bacf7df97b7"}}' 2018-08-10 18:38:39,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7454583a-88f5-4204-9f05-3b7821b189e3 Date: Fri, 10 Aug 2018 18:38:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-10T18:38:39Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "port_range_min": 22, "revision_number": 0, "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:39Z", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "328f0fce-8183-40ae-8bd4-849862e9a16d"}} 2018-08-10 18:38:39,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-7454583a-88f5-4204-9f05-3b7821b189e3 2018-08-10 18:38:39,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.464642047882s 2018-08-10 18:38:39,578 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-7454583a-88f5-4204-9f05-3b7821b189e3 2018-08-10 18:38:39,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:38:39,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:39,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-c6d1b44a-ca37-4543-bbbe-d104d22ba269 Date: Fri, 10 Aug 2018 18:38:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:38Z", "updated_at": "2018-08-10T18:38:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "2c321eb5-9b2d-4052-94f0-60656285fd8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:38:39Z", "revision_number": 0, "id": "328f0fce-8183-40ae-8bd4-849862e9a16d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:39Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "fe0928c8-6c62-40f7-b75b-d784eca69001", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 2, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}, {"description": "Default security group", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:28Z", "updated_at": "2018-08-10T18:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "0e2aa767-6633-40b4-b42d-db7d433eec98", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "25c2e9f1-4140-489e-bfff-39532adf5f25", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "40a25f1c-c4d9-4058-b64a-86543b550d93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "dbb47496-40e6-4758-9066-315fe24f2024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 1, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "name": "default"}]} 2018-08-10 18:38:39,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-c6d1b44a-ca37-4543-bbbe-d104d22ba269 2018-08-10 18:38:39,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0424580574036s 2018-08-10 18:38:39,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-c6d1b44a-ca37-4543-bbbe-d104d22ba269 2018-08-10 18:38:39,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:38:39,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -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": "d67ef2c6-c267-453c-be2e-3bacf7df97b7"}}' 2018-08-10 18:38:39,785 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-b26ec294-fe44-491e-a091-a06950cdfeae Date: Fri, 10 Aug 2018 18:38:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-10T18:38:39Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "port_range_min": null, "revision_number": 0, "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:39Z", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "6a312c89-5555-4da9-a0cf-87b22eebfcfa"}} 2018-08-10 18:38:39,785 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-b26ec294-fe44-491e-a091-a06950cdfeae 2018-08-10 18:38:39,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.158437013626s 2018-08-10 18:38:39,786 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-b26ec294-fe44-491e-a091-a06950cdfeae 2018-08-10 18:38:39,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:38:39,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:40,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-91deb040-42ab-45cc-a838-ea0a64f89d9a Date: Fri, 10 Aug 2018 18:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fa0685ec-362e-42cc-b8c7-53e0e7993499"],"updated_at":"2018-08-10T18:38:29Z","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","name":"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:38:40,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-91deb040-42ab-45cc-a838-ea0a64f89d9a 2018-08-10 18:38:40,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358613967896s 2018-08-10 18:38:40,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-91deb040-42ab-45cc-a838-ea0a64f89d9a 2018-08-10 18:38:40,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:38:40,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:40,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b02f75ab-7218-4175-83b6-cce80372372c Date: Fri, 10 Aug 2018 18:38:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:38:36Z", "file": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file", "owner": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "size": 12716032, "self": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:38:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:38:40,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-b02f75ab-7218-4175-83b6-cce80372372c 2018-08-10 18:38:40,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.776945829391s 2018-08-10 18:38:40,927 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-b02f75ab-7218-4175-83b6-cce80372372c 2018-08-10 18:38:40,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:38:40,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:40,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-6edc9c4e-4e74-463f-9b0e-34f0997d2390 x-compute-request-id: req-6edc9c4e-4e74-463f-9b0e-34f0997d2390 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3a37af4a-3170-4730-a090-2940204cfd11", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "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": "6405e9a2-7069-4777-8f4b-fb7e104776ae"}]} 2018-08-10 18:38:40,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-6edc9c4e-4e74-463f-9b0e-34f0997d2390 2018-08-10 18:38:40,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230398178101s 2018-08-10 18:38:40,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-6edc9c4e-4e74-463f-9b0e-34f0997d2390 2018-08-10 18:38:40,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:38:40,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"server": {"name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "imageRef": "e177de84-4b87-467d-a83e-8f9fe97aab28", "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "flavorRef": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7a9aa95c-9600-4cf5-986a-62b0eb7068f5"}], "security_groups": [{"name": "d67ef2c6-c267-453c-be2e-3bacf7df97b7"}]}}' 2018-08-10 18:38:46,944 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:38: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-6008baac-e5e8-418d-be0e-aa58cf5fd3d6 x-compute-request-id: req-6008baac-e5e8-418d-be0e-aa58cf5fd3d6 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d67ef2c6-c267-453c-be2e-3bacf7df97b7"}], "OS-DCF:diskConfig": "MANUAL", "id": "432cd87b-7677-4091-974e-29e4a81846d9", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "adminPass": "agbn2Vgnphd8"}} 2018-08-10 18:38:46,944 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-6008baac-e5e8-418d-be0e-aa58cf5fd3d6 2018-08-10 18:38:46,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.98996305466s 2018-08-10 18:38:46,944 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-6008baac-e5e8-418d-be0e-aa58cf5fd3d6 2018-08-10 18:38:46,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:46,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:47,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-17c44772-c2b6-4b08-a4e6-48668a4a1326 x-compute-request-id: req-17c44772-c2b6-4b08-a4e6-48668a4a1326 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.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "image": {"id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "links": [{"href": "http://172.30.9.31:8774/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "links": [{"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "bookmark"}]}, "id": "432cd87b-7677-4091-974e-29e4a81846d9", "user_id": "867c1949502a4671af517483465f9070", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:38:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "created": "2018-08-10T18:38:46Z", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:38:47,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-17c44772-c2b6-4b08-a4e6-48668a4a1326 2018-08-10 18:38:47,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.961157083511s 2018-08-10 18:38:47,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-17c44772-c2b6-4b08-a4e6-48668a4a1326 2018-08-10 18:38:47,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:38:47,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:48,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-a1e1261e-1468-4f2a-a882-05700eb726b8 Date: Fri, 10 Aug 2018 18:38:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fa0685ec-362e-42cc-b8c7-53e0e7993499"],"updated_at":"2018-08-10T18:38:29Z","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","name":"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:38:48,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a1e1261e-1468-4f2a-a882-05700eb726b8 2018-08-10 18:38:48,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0890278816223s 2018-08-10 18:38:48,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a1e1261e-1468-4f2a-a882-05700eb726b8 2018-08-10 18:38:48,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:38:48,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:48,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b5d080a2-0802-41ac-a69c-61fcec5fbc07 Date: Fri, 10 Aug 2018 18:38:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:38:29Z","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":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"fa0685ec-362e-42cc-b8c7-53e0e7993499","subnetpool_id":null,"name":"singlevm2-subnet_3a37af4a-3170-4730-a090-2940204cfd11"}]} 2018-08-10 18:38:48,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b5d080a2-0802-41ac-a69c-61fcec5fbc07 2018-08-10 18:38:48,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.353071928024s 2018-08-10 18:38:48,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b5d080a2-0802-41ac-a69c-61fcec5fbc07 2018-08-10 18:38:48,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:38:50,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:50,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:50,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-e9d3eb13-4db9-4756-98a3-42a2e643ffb9 x-compute-request-id: req-e9d3eb13-4db9-4756-98a3-42a2e643ffb9 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.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "image": {"id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "links": [{"href": "http://172.30.9.31:8774/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "links": [{"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "bookmark"}]}, "id": "432cd87b-7677-4091-974e-29e4a81846d9", "user_id": "867c1949502a4671af517483465f9070", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:38:50Z", "hostId": "85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "created": "2018-08-10T18:38:46Z", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:38:50,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e9d3eb13-4db9-4756-98a3-42a2e643ffb9 2018-08-10 18:38:50,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529051065445s 2018-08-10 18:38:50,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e9d3eb13-4db9-4756-98a3-42a2e643ffb9 2018-08-10 18:38:50,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:38:52,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:52,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:53,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-86bdcd3d-142b-46c3-b831-0ee8437d0491 x-compute-request-id: req-86bdcd3d-142b-46c3-b831-0ee8437d0491 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "image": {"id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "links": [{"href": "http://172.30.9.31:8774/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "links": [{"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "bookmark"}]}, "id": "432cd87b-7677-4091-974e-29e4a81846d9", "security_groups": [{"name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}], "user_id": "867c1949502a4671af517483465f9070", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:38:51Z", "hostId": "85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "created": "2018-08-10T18:38:46Z", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:38:53,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-86bdcd3d-142b-46c3-b831-0ee8437d0491 2018-08-10 18:38:53,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633008003235s 2018-08-10 18:38:53,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-86bdcd3d-142b-46c3-b831-0ee8437d0491 2018-08-10 18:38:53,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:38:55,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:38:56,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-3b71a75c-bb53-4850-885b-d5eb508a5d07 x-compute-request-id: req-3b71a75c-bb53-4850-885b-d5eb508a5d07 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "image": {"id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "links": [{"href": "http://172.30.9.31:8774/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "links": [{"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "bookmark"}]}, "id": "432cd87b-7677-4091-974e-29e4a81846d9", "security_groups": [{"name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}], "user_id": "867c1949502a4671af517483465f9070", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:38:51Z", "hostId": "85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "created": "2018-08-10T18:38:46Z", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:38:56,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3b71a75c-bb53-4850-885b-d5eb508a5d07 2018-08-10 18:38:56,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42046689987s 2018-08-10 18:38:56,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3b71a75c-bb53-4850-885b-d5eb508a5d07 2018-08-10 18:38:56,963 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:38:58,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:38:58,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:00,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:38: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-a8bbb805-fbcb-4aa0-8a3d-4123719e1875 x-compute-request-id: req-a8bbb805-fbcb-4aa0-8a3d-4123719e1875 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:0e:01", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "image": {"id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "links": [{"href": "http://172.30.9.31:8774/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:38:57.000000", "flavor": {"id": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "links": [{"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "bookmark"}]}, "id": "432cd87b-7677-4091-974e-29e4a81846d9", "security_groups": [{"name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}], "user_id": "867c1949502a4671af517483465f9070", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:38:57Z", "hostId": "85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "created": "2018-08-10T18:38:46Z", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:39:00,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a8bbb805-fbcb-4aa0-8a3d-4123719e1875 2018-08-10 18:39:00,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42660713196s 2018-08-10 18:39:00,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a8bbb805-fbcb-4aa0-8a3d-4123719e1875 2018-08-10 18:39:00,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:39:00,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=432cd87b-7677-4091-974e-29e4a81846d9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:00,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2e6e3f73-8d6a-49da-8bf7-683c42a85bb0 Date: Fri, 10 Aug 2018 18:39:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:50Z","admin_state_up":true,"updated_at":"2018-08-10T18:38:57Z","binding:vnic_type":"normal","device_id":"432cd87b-7677-4091-974e-29e4a81846d9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:61:0e:01","id":"0873f7be-be3c-4c7c-8473-c19e63a5f57d","port_security_enabled":true,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","fixed_ips":[{"subnet_id":"fa0685ec-362e-42cc-b8c7-53e0e7993499","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["d67ef2c6-c267-453c-be2e-3bacf7df97b7"],"name":""}]} 2018-08-10 18:39:00,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=432cd87b-7677-4091-974e-29e4a81846d9 used request id req-2e6e3f73-8d6a-49da-8bf7-683c42a85bb0 2018-08-10 18:39:00,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0469219684601s 2018-08-10 18:39:00,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=432cd87b-7677-4091-974e-29e4a81846d9 used request id req-2e6e3f73-8d6a-49da-8bf7-683c42a85bb0 2018-08-10 18:39:00,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:39:00,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=0873f7be-be3c-4c7c-8473-c19e63a5f57d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:00,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0bbe0f3d-4dbe-4dab-900d-6fd46f54ba26 Date: Fri, 10 Aug 2018 18:39:00 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:39:00,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=0873f7be-be3c-4c7c-8473-c19e63a5f57d used request id req-0bbe0f3d-4dbe-4dab-900d-6fd46f54ba26 2018-08-10 18:39:00,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0439600944519s 2018-08-10 18:39:00,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=0873f7be-be3c-4c7c-8473-c19e63a5f57d used request id req-0bbe0f3d-4dbe-4dab-900d-6fd46f54ba26 2018-08-10 18:39:00,494 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:61:0e:01', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e177de84-4b87-467d-a83e-8f9fe97aab28'}), 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-10T18:38:57.000000', 'flavor': Munch({u'id': u'6405e9a2-7069-4777-8f4b-fb7e104776ae'}), 'az': u'nova', 'id': u'432cd87b-7677-4091-974e-29e4a81846d9', 'security_groups': [Munch({u'name': u'singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'867c1949502a4671af517483465f9070', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'name': 'singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11', '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-10T18:38:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:38:57Z', 'hostId': u'85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f', '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-10T18:38:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'name': u'singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11', 'adminPass': u'agbn2Vgnphd8', 'tenant_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'created_at': u'2018-08-10T18:38:46Z', 'created': u'2018-08-10T18:38:46Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:39:00,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:39:00,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:00,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-25bfacab-c345-4af1-9daa-e0135477582c Date: Fri, 10 Aug 2018 18:39: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":["fa0685ec-362e-42cc-b8c7-53e0e7993499"],"updated_at":"2018-08-10T18:38:29Z","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","name":"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:39:00,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-25bfacab-c345-4af1-9daa-e0135477582c 2018-08-10 18:39:00,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372797012329s 2018-08-10 18:39:00,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-25bfacab-c345-4af1-9daa-e0135477582c 2018-08-10 18:39:00,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:39:00,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=432cd87b-7677-4091-974e-29e4a81846d9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:01,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b76034cf-4fd2-4286-8a83-95c980c4ec96 Date: Fri, 10 Aug 2018 18:39:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:50Z","admin_state_up":true,"updated_at":"2018-08-10T18:38:57Z","binding:vnic_type":"normal","device_id":"432cd87b-7677-4091-974e-29e4a81846d9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:61:0e:01","id":"0873f7be-be3c-4c7c-8473-c19e63a5f57d","port_security_enabled":true,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","fixed_ips":[{"subnet_id":"fa0685ec-362e-42cc-b8c7-53e0e7993499","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["d67ef2c6-c267-453c-be2e-3bacf7df97b7"],"name":""}]} 2018-08-10 18:39:01,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=432cd87b-7677-4091-974e-29e4a81846d9 used request id req-b76034cf-4fd2-4286-8a83-95c980c4ec96 2018-08-10 18:39:01,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.316557884216s 2018-08-10 18:39:01,187 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=432cd87b-7677-4091-974e-29e4a81846d9 used request id req-b76034cf-4fd2-4286-8a83-95c980c4ec96 2018-08-10 18:39:01,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 18:39:01,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.14", "port_id": "0873f7be-be3c-4c7c-8473-c19e63a5f57d"}}' 2018-08-10 18:39:03,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-eef0bb06-30b9-40fe-8f8b-2cd9b1a32f48 Date: Fri, 10 Aug 2018 18:39:03 GMT RESP BODY: {"floatingip": {"router_id": "49759f23-ec93-4faf-8ae7-986481f73923", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:39:02Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "0873f7be-be3c-4c7c-8473-c19e63a5f57d", "id": "ee4a0d25-3cd0-4b6b-8ba4-cf2714dcc66b", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:39:02Z", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}} 2018-08-10 18:39:03,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-eef0bb06-30b9-40fe-8f8b-2cd9b1a32f48 2018-08-10 18:39:03,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.02755784988s 2018-08-10 18:39:03,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-eef0bb06-30b9-40fe-8f8b-2cd9b1a32f48 2018-08-10 18:39:03,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:39:03,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:03,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-72dfe3c4-d73e-4943-9c22-fff6bec20e9a Date: Fri, 10 Aug 2018 18:39:03 GMT RESP BODY: {"floatingips": [{"router_id": "49759f23-ec93-4faf-8ae7-986481f73923", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:39:02Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "0873f7be-be3c-4c7c-8473-c19e63a5f57d", "id": "ee4a0d25-3cd0-4b6b-8ba4-cf2714dcc66b", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:39:02Z", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}]} 2018-08-10 18:39:03,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-72dfe3c4-d73e-4943-9c22-fff6bec20e9a 2018-08-10 18:39:03,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0701489448547s 2018-08-10 18:39:03,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-72dfe3c4-d73e-4943-9c22-fff6bec20e9a 2018-08-10 18:39:03,298 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'49759f23-ec93-4faf-8ae7-986481f73923', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'created_at': u'2018-08-10T18:39:02Z', 'attached': True, 'updated_at': u'2018-08-10T18:39:02Z', 'id': u'ee4a0d25-3cd0-4b6b-8ba4-cf2714dcc66b', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'name': 'singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'49759f23-ec93-4faf-8ae7-986481f73923', 'project_id': u'a1c23ef6ee8a49aba03505ee178e1c8b', 'port_id': u'0873f7be-be3c-4c7c-8473-c19e63a5f57d', 'port': u'0873f7be-be3c-4c7c-8473-c19e63a5f57d', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 18:39:03,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:39:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/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}62653779655f159d089b290990070d38e128fcdc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:39:04,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-2888efec-f40b-41df-acd7-c06f93db92ce x-compute-request-id: req-2888efec-f40b-41df-acd7-c06f93db92ce Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473731658 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137829] pid_max: default: 32768 minimum: 301\n[ 0.138731] ACPI: Core revision 20150930\n[ 0.140116] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141433] Security Framework initialized\n[ 0.142254] Yama: becoming mindful.\n[ 0.142992] AppArmor: AppArmor initialized\n[ 0.143860] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145195] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147700] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149115] Initializing cgroup subsys io\n[ 0.149935] Initializing cgroup subsys memory\n[ 0.150796] Initializing cgroup subsys devices\n[ 0.151683] Initializing cgroup subsys freezer\n[ 0.152555] Initializing cgroup subsys net_cls\n[ 0.153425] Initializing cgroup subsys perf_event\n[ 0.154338] Initializing cgroup subsys net_prio\n[ 0.155247] Initializing cgroup subsys hugetlb\n[ 0.156120] Initializing cgroup subsys pids\n[ 0.156996] CPU: Physical Processor ID: 0\n[ 0.158486] mce: CPU supports 10 MCE banks\n[ 0.159359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182124] ftrace: allocating 31920 entries in 125 pages\n[ 0.206962] smpboot: Max logical packages: 1\n[ 0.207831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209188] x2apic enabled\n[ 0.209992] Switched APIC routing to physical x2apic.\n[ 0.211730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216655] KVM setup paravirtual spinlock\n[ 0.217956] x86: Booted up 1 node, 1 CPUs\n[ 0.218767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220162] devtmpfs: initialized\n[ 0.221884] evm: security.selinux\n[ 0.222585] evm: security.SMACK64\n[ 0.223278] evm: security.SMACK64EXEC\n[ 0.224024] evm: security.SMACK64TRANSMUTE\n[ 0.224831] evm: security.SMACK64MMAP\n[ 0.225576] evm: security.ima\n[ 0.226221] evm: security.capability\n[ 0.227027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228890] pinctrl core: initialized pinctrl subsystem\n[ 0.230001] RTC time: 18:38:57, date: 08/10/18\n[ 0.230976] NET: Registered protocol family 16\n[ 0.231967] cpuidle: using governor ladder\n[ 0.232792] cpuidle: using governor menu\n[ 0.233576] PCCT header not found.\n[ 0.234335] ACPI: bus type PCI registered\n[ 0.235146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236397] PCI: Using configuration type 1 for base access\n[ 0.238169] ACPI: Added _OSI(Module Device)\n[ 0.239021] ACPI: Added _OSI(Processor Device)\n[ 0.239886] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242541] ACPI: Interpreter enabled\n[ 0.243324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250756] ACPI: (supports S0 S5)\n[ 0.251461] ACPI: Using IOAPIC for interrupt routing\n[ 0.252412] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261396] acpiphp: Slot [3] registered\n[ 0.262208] acpiphp: Slot [4] registered\n[ 0.263015] acpiphp: Slot [5] registered\n[ 0.263818] acpiphp: Slot [6] registered\n[ 0.264618] acpiphp: Slot [7] registered\n[ 0.265423] acpiphp: Slot [8] registered\n[ 0.266231] acpiphp: Slot [9] registered\n[ 0.267035] acpiphp: Slot [10] registered\n[ 0.267857] acpiphp: Slot [11] registered\n[ 0.268675] acpiphp: Slot [12] registered\n[ 0.269492] acpiphp: Slot [13] registered\n[ 0.270321] acpiphp: Slot [14] registered\n[ 0.271140] acpiphp: Slot [15] registered\n[ 0.281964] acpiphp: Slot [16] registered\n[ 0.282781] acpiphp: Slot [17] registered\n[ 0.283598] acpiphp: Slot [18] registered\n[ 0.284406] acpiphp: Slot [19] registered\n[ 0.285230] acpiphp: Slot [20] registered\n[ 0.286058] acpiphp: Slot [21] registered\n[ 0.286878] acpiphp: Slot [22] registered\n[ 0.287690] acpiphp: Slot [23] registered\n[ 0.288502] acpiphp: Slot [24] registered\n[ 0.289316] acpiphp: Slot [25] registered\n[ 0.290137] acpiphp: Slot [26] registered\n[ 0.290956] acpiphp: Slot [27] registered\n[ 0.291772] acpiphp: Slot [28] registered\n[ 0.292587] acpiphp: Slot [29] registered\n[ 0.293435] acpiphp: Slot [30] registered\n[ 0.294259] acpiphp: Slot [31] registered\n[ 0.295072] PCI host bridge to bus 0000:00\n[ 0.295885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301225] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313399] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314961] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340749] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342055] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343117] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344668] vgaarb: loaded\n[ 0.345265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346489] SCSI subsystem initialized\n[ 0.347402] ACPI: bus type USB registered\n[ 0.348241] usbcore: registered new interface driver usbfs\n[ 0.349278] usbcore: registered new interface driver hub\n[ 0.350296] usbcore: registered new device driver usb\n[ 0.351410] PCI: Using ACPI for IRQ routing\n[ 0.352527] NetLabel: Initializing\n[ 0.353246] NetLabel: domain hash size = 128\n[ 0.354100] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355061] NetLabel: unlabeled traffic allowed by default\n[ 0.356223] clocksource: Switched to clocksource kvm-clock\n[ 0.364383] AppArmor: AppArmor Filesystem Enabled\n[ 0.365375] pnp: PnP ACPI init\n[ 0.366311] pnp: PnP ACPI: found 5 devices\n[ 0.372624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374347] NET: Registered protocol family 2\n[ 0.375395] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.376716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.377935] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379142] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381434] NET: Registered protocol family 1\n[ 0.382318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383420] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.384501] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.398550] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.412688] Trying to unpack rootfs image as initramfs...\n[ 0.469135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470808] Scanning for low memory corruption every 60 seconds\n[ 0.472158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473346] audit: initializing netlink subsys (disabled)\n[ 0.474388] audit: type=2000 audit(1533926337.873:1): initialized\n[ 0.475739] Initialise system trusted keyring\n[ 0.476712] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.477883] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480016] zbud: loaded\n[ 0.480768] VFS: Disk quotas dquot_6.6.0\n[ 0.481599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483197] fuse init (API version 7.23)\n[ 0.484111] Key type big_key registered\n[ 0.484928] Allocating IMA MOK and blacklist keyrings.\n[ 0.486155] Key type asymmetric registered\n[ 0.486999] Asymmetric key parser 'x509' registered\n[ 0.487966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489452] io scheduler noop registered\n[ 0.490257] io scheduler deadline registered (default)\n[ 0.491258] io scheduler cfq registered\n[ 0.492116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495896] ACPI: Power Button [PWRF]\n[ 0.496761] GHES: HEST is not enabled!\n[ 0.510409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538234] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566633] Linux agpgart interface v0.103\n[ 0.569224] brd: module loaded\n[ 0.570897] loop: module loaded\n[ 0.574623] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576105] GPT:90111 != 2097151\n[ 0.576797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.577919] GPT:90111 != 2097151\n[ 0.578609] GPT: Use GNU Parted to correct GPT errors.\n[ 0.579595] vda: vda1 vda15\n[ 0.580850] scsi host0: ata_piix\n[ 0.581648] scsi host1: ata_piix\n[ 0.582382] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.583632] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585135] libphy: Fixed MDIO Bus: probed\n[ 0.585981] tun: Universal TUN/TAP device driver, 1.6\n[ 0.586956] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.591816] PPP generic driver version 2.4.2\n[ 0.593004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594245] ehci-pci: EHCI PCI platform driver\n[ 0.595142] ehci-platform: EHCI generic platform driver\n[ 0.596156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597319] ohci-pci: OHCI PCI platform driver\n[ 0.598218] ohci-platform: OHCI generic platform driver\n[ 0.599236] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613690] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616206] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621169] usb usb1: Product: UHCI Host Controller\n[ 0.622123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624309] hub 1-0:1.0: USB hub found\n[ 0.625116] hub 1-0:1.0: 2 ports detected\n[ 0.626088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628321] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630371] mousedev: PS/2 mouse device common for all mice\n[ 0.631825] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633712] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637318] i2c /dev entries driver\n[ 0.638124] device-mapper: uevent: version 1.0.3\n[ 0.639120] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.640803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642325] NET: Registered protocol family 10\n[ 0.643492] NET: Registered protocol family 17\n[ 0.644430] Key type dns_resolver registered\n[ 0.645477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.646608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.648451] registered taskstats version 1\n[ 0.649327] Loading compiled-in X.509 certificates\n[ 0.650828] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.652747] zswap: loaded using pool lzo/zbud\n[ 0.654414] Key type trusted registered\n[ 0.656199] Key type encrypted registered\n[ 0.657054] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658115] ima: No TPM chip found, activating TPM-bypass!\n[ 0.659185] evm: HMAC attrs: 0x1\n[ 0.660199] Magic number: 14:254:645\n[ 0.661112] rtc_cmos 00:00: setting system clock to 2018-08-10 18:38:58 UTC (1533926338)\n[ 0.662785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663919] EDD information not available.\n[ 0.745581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.757214] Write protecting the kernel read-only data: 14336k\n[ 0.759366] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.761244] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.907108] 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.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCpM/VVmDktBSobRB7btt5GFA8ptO/YIU0jLNLkuVLiAQ6OFbRXd5J90DXUBc7DTLNVPhZv3PEyDvJMyf5yaNNU8X7o8eHJ/tuhc7YMe0VkVteLbqSzemX61HR0S+w2WeJA57atkY7YuQ4ksfz/U3xdjRGt3fekmzghbLDu+27/x99yi7UJvzM9zBZAeKlp9GbGdLs/SOSa2cyiG0kSC9oN9gaeMHZ0hRTkPD2SIf+pEpPwEOjlo1SEKnPbXn+a8w5Qrfq2zPVMAOXudOUOfPlz7tsTEsr5/Z0i0Ty4nkaOSZp2BNKmAiURWUMEcKADgHLYopEmmsXjpU9PeErbNL root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\nssh-dss AAAAB3NzaC1kc3MAAACBAMtxBz9Ioq/F3QjRHYCjbkGqmU1vlUTt83mJCVDrlbNGRe99P4tzYSuK+QrZkC5ZuwYjOknW7qjc48eHDuK6qtsEIVJrJWTxb9o7wneGJ4mDWkD6Tm7NNrbhhvH+g8QjGksRmeN+Vi/FrJ2mY2J6SdwGLg1VifC8aw/fp3EA/U6rAAAAFQDUSFHaogpooXdzkaDlbgwJekSScQAAAIEAwafr39etQ/kEe9hd52I0f+ns7gnKOuz7HAukTjltfVZZ7MTggrV6a8LmlSxtfbMwVTSAzG57Mtp7NT7UtjScz0VtmzYE0LvhXlTliCqQCxHMN8U0h69gLljB9os75AuS3KJgx0/Rmn7USGFLZzJgUuJjpZHNjreO5j1A66qHrDkAAACADC58DqK36xVASoFa5SkJ4zrXK6Uc3BrOQCZcbhCb3RQG9WKz68EqMmVzlh/Mcgy8puS/Zj9T1re6hrMh4DKPS9eqNLKELb4Vi5tOtfKaeqNe4mHoNeVw3XiKL7CNUwtNo/igk2crS8DXTyHr4MhSakYoeiPUgxsM45hsfSSmgaA= root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe61:e01/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 login: "} 2018-08-10 18:39:04,189 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/action used request id req-2888efec-f40b-41df-acd7-c06f93db92ce 2018-08-10 18:39:04,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.889852046967s 2018-08-10 18:39:04,189 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/action used request id req-2888efec-f40b-41df-acd7-c06f93db92ce 2018-08-10 18:39:04,190 - 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 473731658 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.136151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137829] pid_max: default: 32768 minimum: 301 [ 0.138731] ACPI: Core revision 20150930 [ 0.140116] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141433] Security Framework initialized [ 0.142254] Yama: becoming mindful. [ 0.142992] AppArmor: AppArmor initialized [ 0.143860] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145195] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147700] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149115] Initializing cgroup subsys io [ 0.149935] Initializing cgroup subsys memory [ 0.150796] Initializing cgroup subsys devices [ 0.151683] Initializing cgroup subsys freezer [ 0.152555] Initializing cgroup subsys net_cls [ 0.153425] Initializing cgroup subsys perf_event [ 0.154338] Initializing cgroup subsys net_prio [ 0.155247] Initializing cgroup subsys hugetlb [ 0.156120] Initializing cgroup subsys pids [ 0.156996] CPU: Physical Processor ID: 0 [ 0.158486] mce: CPU supports 10 MCE banks [ 0.159359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182124] ftrace: allocating 31920 entries in 125 pages [ 0.206962] smpboot: Max logical packages: 1 [ 0.207831] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209188] x2apic enabled [ 0.209992] Switched APIC routing to physical x2apic. [ 0.211730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216655] KVM setup paravirtual spinlock [ 0.217956] x86: Booted up 1 node, 1 CPUs [ 0.218767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220162] devtmpfs: initialized [ 0.221884] evm: security.selinux [ 0.222585] evm: security.SMACK64 [ 0.223278] evm: security.SMACK64EXEC [ 0.224024] evm: security.SMACK64TRANSMUTE [ 0.224831] evm: security.SMACK64MMAP [ 0.225576] evm: security.ima [ 0.226221] evm: security.capability [ 0.227027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228890] pinctrl core: initialized pinctrl subsystem [ 0.230001] RTC time: 18:38:57, date: 08/10/18 [ 0.230976] NET: Registered protocol family 16 [ 0.231967] cpuidle: using governor ladder [ 0.232792] cpuidle: using governor menu [ 0.233576] PCCT header not found. [ 0.234335] ACPI: bus type PCI registered [ 0.235146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236397] PCI: Using configuration type 1 for base access [ 0.238169] ACPI: Added _OSI(Module Device) [ 0.239021] ACPI: Added _OSI(Processor Device) [ 0.239886] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240790] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242541] ACPI: Interpreter enabled [ 0.243324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250756] ACPI: (supports S0 S5) [ 0.251461] ACPI: Using IOAPIC for interrupt routing [ 0.252412] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261396] acpiphp: Slot [3] registered [ 0.262208] acpiphp: Slot [4] registered [ 0.263015] acpiphp: Slot [5] registered [ 0.263818] acpiphp: Slot [6] registered [ 0.264618] acpiphp: Slot [7] registered [ 0.265423] acpiphp: Slot [8] registered [ 0.266231] acpiphp: Slot [9] registered [ 0.267035] acpiphp: Slot [10] registered [ 0.267857] acpiphp: Slot [11] registered [ 0.268675] acpiphp: Slot [12] registered [ 0.269492] acpiphp: Slot [13] registered [ 0.270321] acpiphp: Slot [14] registered [ 0.271140] acpiphp: Slot [15] registered [ 0.281964] acpiphp: Slot [16] registered [ 0.282781] acpiphp: Slot [17] registered [ 0.283598] acpiphp: Slot [18] registered [ 0.284406] acpiphp: Slot [19] registered [ 0.285230] acpiphp: Slot [20] registered [ 0.286058] acpiphp: Slot [21] registered [ 0.286878] acpiphp: Slot [22] registered [ 0.287690] acpiphp: Slot [23] registered [ 0.288502] acpiphp: Slot [24] registered [ 0.289316] acpiphp: Slot [25] registered [ 0.290137] acpiphp: Slot [26] registered [ 0.290956] acpiphp: Slot [27] registered [ 0.291772] acpiphp: Slot [28] registered [ 0.292587] acpiphp: Slot [29] registered [ 0.293435] acpiphp: Slot [30] registered [ 0.294259] acpiphp: Slot [31] registered [ 0.295072] PCI host bridge to bus 0000:00 [ 0.295885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301225] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302707] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313399] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314961] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340749] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342055] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343117] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344668] vgaarb: loaded [ 0.345265] vgaarb: bridge control possible 0000:00:02.0 [ 0.346489] SCSI subsystem initialized [ 0.347402] ACPI: bus type USB registered [ 0.348241] usbcore: registered new interface driver usbfs [ 0.349278] usbcore: registered new interface driver hub [ 0.350296] usbcore: registered new device driver usb [ 0.351410] PCI: Using ACPI for IRQ routing [ 0.352527] NetLabel: Initializing [ 0.353246] NetLabel: domain hash size = 128 [ 0.354100] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355061] NetLabel: unlabeled traffic allowed by default [ 0.356223] clocksource: Switched to clocksource kvm-clock [ 0.364383] AppArmor: AppArmor Filesystem Enabled [ 0.365375] pnp: PnP ACPI init [ 0.366311] pnp: PnP ACPI: found 5 devices [ 0.372624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374347] NET: Registered protocol family 2 [ 0.375395] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.376716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.377935] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379142] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381434] NET: Registered protocol family 1 [ 0.382318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383420] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.384501] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.398550] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.412688] Trying to unpack rootfs image as initramfs... [ 0.469135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470808] Scanning for low memory corruption every 60 seconds [ 0.472158] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473346] audit: initializing netlink subsys (disabled) [ 0.474388] audit: type=2000 audit(1533926337.873:1): initialized [ 0.475739] Initialise system trusted keyring [ 0.476712] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.477883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480016] zbud: loaded [ 0.480768] VFS: Disk quotas dquot_6.6.0 [ 0.481599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483197] fuse init (API version 7.23) [ 0.484111] Key type big_key registered [ 0.484928] Allocating IMA MOK and blacklist keyrings. [ 0.486155] Key type asymmetric registered [ 0.486999] Asymmetric key parser 'x509' registered [ 0.487966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489452] io scheduler noop registered [ 0.490257] io scheduler deadline registered (default) [ 0.491258] io scheduler cfq registered [ 0.492116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495896] ACPI: Power Button [PWRF] [ 0.496761] GHES: HEST is not enabled! [ 0.510409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538234] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566633] Linux agpgart interface v0.103 [ 0.569224] brd: module loaded [ 0.570897] loop: module loaded [ 0.574623] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576105] GPT:90111 != 2097151 [ 0.576797] GPT:Alternate GPT header not at the end of the disk. [ 0.577919] GPT:90111 != 2097151 [ 0.578609] GPT: Use GNU Parted to correct GPT errors. [ 0.579595] vda: vda1 vda15 [ 0.580850] scsi host0: ata_piix [ 0.581648] scsi host1: ata_piix [ 0.582382] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.583632] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585135] libphy: Fixed MDIO Bus: probed [ 0.585981] tun: Universal TUN/TAP device driver, 1.6 [ 0.586956] tun: (C) 1999-2004 Max Krasnyansky [ 0.591816] PPP generic driver version 2.4.2 [ 0.593004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.594245] ehci-pci: EHCI PCI platform driver [ 0.595142] ehci-platform: EHCI generic platform driver [ 0.596156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597319] ohci-pci: OHCI PCI platform driver [ 0.598218] ohci-platform: OHCI generic platform driver [ 0.599236] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613690] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616206] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621169] usb usb1: Product: UHCI Host Controller [ 0.622123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623286] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624309] hub 1-0:1.0: USB hub found [ 0.625116] hub 1-0:1.0: 2 ports detected [ 0.626088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628321] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630371] mousedev: PS/2 mouse device common for all mice [ 0.631825] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633712] rtc_cmos 00:00: RTC can wake from S4 [ 0.634855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637318] i2c /dev entries driver [ 0.638124] device-mapper: uevent: version 1.0.3 [ 0.639120] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.640803] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642325] NET: Registered protocol family 10 [ 0.643492] NET: Registered protocol family 17 [ 0.644430] Key type dns_resolver registered [ 0.645477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.646608] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.648451] registered taskstats version 1 [ 0.649327] Loading compiled-in X.509 certificates [ 0.650828] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.652747] zswap: loaded using pool lzo/zbud [ 0.654414] Key type trusted registered [ 0.656199] Key type encrypted registered [ 0.657054] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658115] ima: No TPM chip found, activating TPM-bypass! [ 0.659185] evm: HMAC attrs: 0x1 [ 0.660199] Magic number: 14:254:645 [ 0.661112] rtc_cmos 00:00: setting system clock to 2018-08-10 18:38:58 UTC (1533926338) [ 0.662785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663919] EDD information not available. [ 0.745581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.757214] Write protecting the kernel read-only data: 14336k [ 0.759366] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.761244] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.907108] 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.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000005 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCpM/VVmDktBSobRB7btt5GFA8ptO/YIU0jLNLkuVLiAQ6OFbRXd5J90DXUBc7DTLNVPhZv3PEyDvJMyf5yaNNU8X7o8eHJ/tuhc7YMe0VkVteLbqSzemX61HR0S+w2WeJA57atkY7YuQ4ksfz/U3xdjRGt3fekmzghbLDu+27/x99yi7UJvzM9zBZAeKlp9GbGdLs/SOSa2cyiG0kSC9oN9gaeMHZ0hRTkPD2SIf+pEpPwEOjlo1SEKnPbXn+a8w5Qrfq2zPVMAOXudOUOfPlz7tsTEsr5/Z0i0Ty4nkaOSZp2BNKmAiURWUMEcKADgHLYopEmmsXjpU9PeErbNL root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 ssh-dss AAAAB3NzaC1kc3MAAACBAMtxBz9Ioq/F3QjRHYCjbkGqmU1vlUTt83mJCVDrlbNGRe99P4tzYSuK+QrZkC5ZuwYjOknW7qjc48eHDuK6qtsEIVJrJWTxb9o7wneGJ4mDWkD6Tm7NNrbhhvH+g8QjGksRmeN+Vi/FrJ2mY2J6SdwGLg1VifC8aw/fp3EA/U6rAAAAFQDUSFHaogpooXdzkaDlbgwJekSScQAAAIEAwafr39etQ/kEe9hd52I0f+ns7gnKOuz7HAukTjltfVZZ7MTggrV6a8LmlSxtfbMwVTSAzG57Mtp7NT7UtjScz0VtmzYE0LvhXlTliCqQCxHMN8U0h69gLljB9os75AuS3KJgx0/Rmn7USGFLZzJgUuJjpZHNjreO5j1A66qHrDkAAACADC58DqK36xVASoFa5SkJ4zrXK6Uc3BrOQCZcbhCb3RQG9WKz68EqMmVzlh/Mcgy8puS/Zj9T1re6hrMh4DKPS9eqNLKELb4Vi5tOtfKaeqNe4mHoNeVw3XiKL7CNUwtNo/igk2crS8DXTyHr4MhSakYoeiPUgxsM45hsfSSmgaA= root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe61:e01/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 login: 2018-08-10 18:39:05,191 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: timed out 2018-08-10 18:39:14,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:39:14,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/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}62653779655f159d089b290990070d38e128fcdc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:39:14,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-a64c3184-690d-4ca5-b080-b7c8de5219a2 x-compute-request-id: req-a64c3184-690d-4ca5-b080-b7c8de5219a2 Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473731658 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137829] pid_max: default: 32768 minimum: 301\n[ 0.138731] ACPI: Core revision 20150930\n[ 0.140116] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141433] Security Framework initialized\n[ 0.142254] Yama: becoming mindful.\n[ 0.142992] AppArmor: AppArmor initialized\n[ 0.143860] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145195] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147700] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149115] Initializing cgroup subsys io\n[ 0.149935] Initializing cgroup subsys memory\n[ 0.150796] Initializing cgroup subsys devices\n[ 0.151683] Initializing cgroup subsys freezer\n[ 0.152555] Initializing cgroup subsys net_cls\n[ 0.153425] Initializing cgroup subsys perf_event\n[ 0.154338] Initializing cgroup subsys net_prio\n[ 0.155247] Initializing cgroup subsys hugetlb\n[ 0.156120] Initializing cgroup subsys pids\n[ 0.156996] CPU: Physical Processor ID: 0\n[ 0.158486] mce: CPU supports 10 MCE banks\n[ 0.159359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182124] ftrace: allocating 31920 entries in 125 pages\n[ 0.206962] smpboot: Max logical packages: 1\n[ 0.207831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209188] x2apic enabled\n[ 0.209992] Switched APIC routing to physical x2apic.\n[ 0.211730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216655] KVM setup paravirtual spinlock\n[ 0.217956] x86: Booted up 1 node, 1 CPUs\n[ 0.218767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220162] devtmpfs: initialized\n[ 0.221884] evm: security.selinux\n[ 0.222585] evm: security.SMACK64\n[ 0.223278] evm: security.SMACK64EXEC\n[ 0.224024] evm: security.SMACK64TRANSMUTE\n[ 0.224831] evm: security.SMACK64MMAP\n[ 0.225576] evm: security.ima\n[ 0.226221] evm: security.capability\n[ 0.227027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228890] pinctrl core: initialized pinctrl subsystem\n[ 0.230001] RTC time: 18:38:57, date: 08/10/18\n[ 0.230976] NET: Registered protocol family 16\n[ 0.231967] cpuidle: using governor ladder\n[ 0.232792] cpuidle: using governor menu\n[ 0.233576] PCCT header not found.\n[ 0.234335] ACPI: bus type PCI registered\n[ 0.235146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236397] PCI: Using configuration type 1 for base access\n[ 0.238169] ACPI: Added _OSI(Module Device)\n[ 0.239021] ACPI: Added _OSI(Processor Device)\n[ 0.239886] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242541] ACPI: Interpreter enabled\n[ 0.243324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250756] ACPI: (supports S0 S5)\n[ 0.251461] ACPI: Using IOAPIC for interrupt routing\n[ 0.252412] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261396] acpiphp: Slot [3] registered\n[ 0.262208] acpiphp: Slot [4] registered\n[ 0.263015] acpiphp: Slot [5] registered\n[ 0.263818] acpiphp: Slot [6] registered\n[ 0.264618] acpiphp: Slot [7] registered\n[ 0.265423] acpiphp: Slot [8] registered\n[ 0.266231] acpiphp: Slot [9] registered\n[ 0.267035] acpiphp: Slot [10] registered\n[ 0.267857] acpiphp: Slot [11] registered\n[ 0.268675] acpiphp: Slot [12] registered\n[ 0.269492] acpiphp: Slot [13] registered\n[ 0.270321] acpiphp: Slot [14] registered\n[ 0.271140] acpiphp: Slot [15] registered\n[ 0.281964] acpiphp: Slot [16] registered\n[ 0.282781] acpiphp: Slot [17] registered\n[ 0.283598] acpiphp: Slot [18] registered\n[ 0.284406] acpiphp: Slot [19] registered\n[ 0.285230] acpiphp: Slot [20] registered\n[ 0.286058] acpiphp: Slot [21] registered\n[ 0.286878] acpiphp: Slot [22] registered\n[ 0.287690] acpiphp: Slot [23] registered\n[ 0.288502] acpiphp: Slot [24] registered\n[ 0.289316] acpiphp: Slot [25] registered\n[ 0.290137] acpiphp: Slot [26] registered\n[ 0.290956] acpiphp: Slot [27] registered\n[ 0.291772] acpiphp: Slot [28] registered\n[ 0.292587] acpiphp: Slot [29] registered\n[ 0.293435] acpiphp: Slot [30] registered\n[ 0.294259] acpiphp: Slot [31] registered\n[ 0.295072] PCI host bridge to bus 0000:00\n[ 0.295885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301225] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313399] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314961] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340749] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342055] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343117] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344668] vgaarb: loaded\n[ 0.345265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346489] SCSI subsystem initialized\n[ 0.347402] ACPI: bus type USB registered\n[ 0.348241] usbcore: registered new interface driver usbfs\n[ 0.349278] usbcore: registered new interface driver hub\n[ 0.350296] usbcore: registered new device driver usb\n[ 0.351410] PCI: Using ACPI for IRQ routing\n[ 0.352527] NetLabel: Initializing\n[ 0.353246] NetLabel: domain hash size = 128\n[ 0.354100] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355061] NetLabel: unlabeled traffic allowed by default\n[ 0.356223] clocksource: Switched to clocksource kvm-clock\n[ 0.364383] AppArmor: AppArmor Filesystem Enabled\n[ 0.365375] pnp: PnP ACPI init\n[ 0.366311] pnp: PnP ACPI: found 5 devices\n[ 0.372624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374347] NET: Registered protocol family 2\n[ 0.375395] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.376716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.377935] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379142] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381434] NET: Registered protocol family 1\n[ 0.382318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383420] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.384501] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.398550] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.412688] Trying to unpack rootfs image as initramfs...\n[ 0.469135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470808] Scanning for low memory corruption every 60 seconds\n[ 0.472158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473346] audit: initializing netlink subsys (disabled)\n[ 0.474388] audit: type=2000 audit(1533926337.873:1): initialized\n[ 0.475739] Initialise system trusted keyring\n[ 0.476712] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.477883] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480016] zbud: loaded\n[ 0.480768] VFS: Disk quotas dquot_6.6.0\n[ 0.481599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483197] fuse init (API version 7.23)\n[ 0.484111] Key type big_key registered\n[ 0.484928] Allocating IMA MOK and blacklist keyrings.\n[ 0.486155] Key type asymmetric registered\n[ 0.486999] Asymmetric key parser 'x509' registered\n[ 0.487966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489452] io scheduler noop registered\n[ 0.490257] io scheduler deadline registered (default)\n[ 0.491258] io scheduler cfq registered\n[ 0.492116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495896] ACPI: Power Button [PWRF]\n[ 0.496761] GHES: HEST is not enabled!\n[ 0.510409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538234] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566633] Linux agpgart interface v0.103\n[ 0.569224] brd: module loaded\n[ 0.570897] loop: module loaded\n[ 0.574623] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576105] GPT:90111 != 2097151\n[ 0.576797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.577919] GPT:90111 != 2097151\n[ 0.578609] GPT: Use GNU Parted to correct GPT errors.\n[ 0.579595] vda: vda1 vda15\n[ 0.580850] scsi host0: ata_piix\n[ 0.581648] scsi host1: ata_piix\n[ 0.582382] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.583632] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585135] libphy: Fixed MDIO Bus: probed\n[ 0.585981] tun: Universal TUN/TAP device driver, 1.6\n[ 0.586956] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.591816] PPP generic driver version 2.4.2\n[ 0.593004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594245] ehci-pci: EHCI PCI platform driver\n[ 0.595142] ehci-platform: EHCI generic platform driver\n[ 0.596156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597319] ohci-pci: OHCI PCI platform driver\n[ 0.598218] ohci-platform: OHCI generic platform driver\n[ 0.599236] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613690] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616206] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621169] usb usb1: Product: UHCI Host Controller\n[ 0.622123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624309] hub 1-0:1.0: USB hub found\n[ 0.625116] hub 1-0:1.0: 2 ports detected\n[ 0.626088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628321] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630371] mousedev: PS/2 mouse device common for all mice\n[ 0.631825] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633712] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637318] i2c /dev entries driver\n[ 0.638124] device-mapper: uevent: version 1.0.3\n[ 0.639120] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.640803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642325] NET: Registered protocol family 10\n[ 0.643492] NET: Registered protocol family 17\n[ 0.644430] Key type dns_resolver registered\n[ 0.645477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.646608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.648451] registered taskstats version 1\n[ 0.649327] Loading compiled-in X.509 certificates\n[ 0.650828] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.652747] zswap: loaded using pool lzo/zbud\n[ 0.654414] Key type trusted registered\n[ 0.656199] Key type encrypted registered\n[ 0.657054] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658115] ima: No TPM chip found, activating TPM-bypass!\n[ 0.659185] evm: HMAC attrs: 0x1\n[ 0.660199] Magic number: 14:254:645\n[ 0.661112] rtc_cmos 00:00: setting system clock to 2018-08-10 18:38:58 UTC (1533926338)\n[ 0.662785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663919] EDD information not available.\n[ 0.745581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.757214] Write protecting the kernel read-only data: 14336k\n[ 0.759366] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.761244] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.907108] 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.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCpM/VVmDktBSobRB7btt5GFA8ptO/YIU0jLNLkuVLiAQ6OFbRXd5J90DXUBc7DTLNVPhZv3PEyDvJMyf5yaNNU8X7o8eHJ/tuhc7YMe0VkVteLbqSzemX61HR0S+w2WeJA57atkY7YuQ4ksfz/U3xdjRGt3fekmzghbLDu+27/x99yi7UJvzM9zBZAeKlp9GbGdLs/SOSa2cyiG0kSC9oN9gaeMHZ0hRTkPD2SIf+pEpPwEOjlo1SEKnPbXn+a8w5Qrfq2zPVMAOXudOUOfPlz7tsTEsr5/Z0i0Ty4nkaOSZp2BNKmAiURWUMEcKADgHLYopEmmsXjpU9PeErbNL root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\nssh-dss AAAAB3NzaC1kc3MAAACBAMtxBz9Ioq/F3QjRHYCjbkGqmU1vlUTt83mJCVDrlbNGRe99P4tzYSuK+QrZkC5ZuwYjOknW7qjc48eHDuK6qtsEIVJrJWTxb9o7wneGJ4mDWkD6Tm7NNrbhhvH+g8QjGksRmeN+Vi/FrJ2mY2J6SdwGLg1VifC8aw/fp3EA/U6rAAAAFQDUSFHaogpooXdzkaDlbgwJekSScQAAAIEAwafr39etQ/kEe9hd52I0f+ns7gnKOuz7HAukTjltfVZZ7MTggrV6a8LmlSxtfbMwVTSAzG57Mtp7NT7UtjScz0VtmzYE0LvhXlTliCqQCxHMN8U0h69gLljB9os75AuS3KJgx0/Rmn7USGFLZzJgUuJjpZHNjreO5j1A66qHrDkAAACADC58DqK36xVASoFa5SkJ4zrXK6Uc3BrOQCZcbhCb3RQG9WKz68EqMmVzlh/Mcgy8puS/Zj9T1re6hrMh4DKPS9eqNLKELb4Vi5tOtfKaeqNe4mHoNeVw3XiKL7CNUwtNo/igk2crS8DXTyHr4MhSakYoeiPUgxsM45hsfSSmgaA= root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe61:e01/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 login: "} 2018-08-10 18:39:14,468 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/action used request id req-a64c3184-690d-4ca5-b080-b7c8de5219a2 2018-08-10 18:39:14,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.267022132874s 2018-08-10 18:39:14,469 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/action used request id req-a64c3184-690d-4ca5-b080-b7c8de5219a2 2018-08-10 18:39:14,469 - 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 473731658 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.136151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137829] pid_max: default: 32768 minimum: 301 [ 0.138731] ACPI: Core revision 20150930 [ 0.140116] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141433] Security Framework initialized [ 0.142254] Yama: becoming mindful. [ 0.142992] AppArmor: AppArmor initialized [ 0.143860] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145195] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147700] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149115] Initializing cgroup subsys io [ 0.149935] Initializing cgroup subsys memory [ 0.150796] Initializing cgroup subsys devices [ 0.151683] Initializing cgroup subsys freezer [ 0.152555] Initializing cgroup subsys net_cls [ 0.153425] Initializing cgroup subsys perf_event [ 0.154338] Initializing cgroup subsys net_prio [ 0.155247] Initializing cgroup subsys hugetlb [ 0.156120] Initializing cgroup subsys pids [ 0.156996] CPU: Physical Processor ID: 0 [ 0.158486] mce: CPU supports 10 MCE banks [ 0.159359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182124] ftrace: allocating 31920 entries in 125 pages [ 0.206962] smpboot: Max logical packages: 1 [ 0.207831] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209188] x2apic enabled [ 0.209992] Switched APIC routing to physical x2apic. [ 0.211730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216655] KVM setup paravirtual spinlock [ 0.217956] x86: Booted up 1 node, 1 CPUs [ 0.218767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220162] devtmpfs: initialized [ 0.221884] evm: security.selinux [ 0.222585] evm: security.SMACK64 [ 0.223278] evm: security.SMACK64EXEC [ 0.224024] evm: security.SMACK64TRANSMUTE [ 0.224831] evm: security.SMACK64MMAP [ 0.225576] evm: security.ima [ 0.226221] evm: security.capability [ 0.227027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228890] pinctrl core: initialized pinctrl subsystem [ 0.230001] RTC time: 18:38:57, date: 08/10/18 [ 0.230976] NET: Registered protocol family 16 [ 0.231967] cpuidle: using governor ladder [ 0.232792] cpuidle: using governor menu [ 0.233576] PCCT header not found. [ 0.234335] ACPI: bus type PCI registered [ 0.235146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236397] PCI: Using configuration type 1 for base access [ 0.238169] ACPI: Added _OSI(Module Device) [ 0.239021] ACPI: Added _OSI(Processor Device) [ 0.239886] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240790] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242541] ACPI: Interpreter enabled [ 0.243324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250756] ACPI: (supports S0 S5) [ 0.251461] ACPI: Using IOAPIC for interrupt routing [ 0.252412] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261396] acpiphp: Slot [3] registered [ 0.262208] acpiphp: Slot [4] registered [ 0.263015] acpiphp: Slot [5] registered [ 0.263818] acpiphp: Slot [6] registered [ 0.264618] acpiphp: Slot [7] registered [ 0.265423] acpiphp: Slot [8] registered [ 0.266231] acpiphp: Slot [9] registered [ 0.267035] acpiphp: Slot [10] registered [ 0.267857] acpiphp: Slot [11] registered [ 0.268675] acpiphp: Slot [12] registered [ 0.269492] acpiphp: Slot [13] registered [ 0.270321] acpiphp: Slot [14] registered [ 0.271140] acpiphp: Slot [15] registered [ 0.281964] acpiphp: Slot [16] registered [ 0.282781] acpiphp: Slot [17] registered [ 0.283598] acpiphp: Slot [18] registered [ 0.284406] acpiphp: Slot [19] registered [ 0.285230] acpiphp: Slot [20] registered [ 0.286058] acpiphp: Slot [21] registered [ 0.286878] acpiphp: Slot [22] registered [ 0.287690] acpiphp: Slot [23] registered [ 0.288502] acpiphp: Slot [24] registered [ 0.289316] acpiphp: Slot [25] registered [ 0.290137] acpiphp: Slot [26] registered [ 0.290956] acpiphp: Slot [27] registered [ 0.291772] acpiphp: Slot [28] registered [ 0.292587] acpiphp: Slot [29] registered [ 0.293435] acpiphp: Slot [30] registered [ 0.294259] acpiphp: Slot [31] registered [ 0.295072] PCI host bridge to bus 0000:00 [ 0.295885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301225] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302707] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313399] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314961] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340749] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342055] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343117] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344668] vgaarb: loaded [ 0.345265] vgaarb: bridge control possible 0000:00:02.0 [ 0.346489] SCSI subsystem initialized [ 0.347402] ACPI: bus type USB registered [ 0.348241] usbcore: registered new interface driver usbfs [ 0.349278] usbcore: registered new interface driver hub [ 0.350296] usbcore: registered new device driver usb [ 0.351410] PCI: Using ACPI for IRQ routing [ 0.352527] NetLabel: Initializing [ 0.353246] NetLabel: domain hash size = 128 [ 0.354100] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355061] NetLabel: unlabeled traffic allowed by default [ 0.356223] clocksource: Switched to clocksource kvm-clock [ 0.364383] AppArmor: AppArmor Filesystem Enabled [ 0.365375] pnp: PnP ACPI init [ 0.366311] pnp: PnP ACPI: found 5 devices [ 0.372624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374347] NET: Registered protocol family 2 [ 0.375395] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.376716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.377935] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379142] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381434] NET: Registered protocol family 1 [ 0.382318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383420] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.384501] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.398550] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.412688] Trying to unpack rootfs image as initramfs... [ 0.469135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470808] Scanning for low memory corruption every 60 seconds [ 0.472158] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473346] audit: initializing netlink subsys (disabled) [ 0.474388] audit: type=2000 audit(1533926337.873:1): initialized [ 0.475739] Initialise system trusted keyring [ 0.476712] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.477883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480016] zbud: loaded [ 0.480768] VFS: Disk quotas dquot_6.6.0 [ 0.481599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483197] fuse init (API version 7.23) [ 0.484111] Key type big_key registered [ 0.484928] Allocating IMA MOK and blacklist keyrings. [ 0.486155] Key type asymmetric registered [ 0.486999] Asymmetric key parser 'x509' registered [ 0.487966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489452] io scheduler noop registered [ 0.490257] io scheduler deadline registered (default) [ 0.491258] io scheduler cfq registered [ 0.492116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495896] ACPI: Power Button [PWRF] [ 0.496761] GHES: HEST is not enabled! [ 0.510409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538234] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566633] Linux agpgart interface v0.103 [ 0.569224] brd: module loaded [ 0.570897] loop: module loaded [ 0.574623] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576105] GPT:90111 != 2097151 [ 0.576797] GPT:Alternate GPT header not at the end of the disk. [ 0.577919] GPT:90111 != 2097151 [ 0.578609] GPT: Use GNU Parted to correct GPT errors. [ 0.579595] vda: vda1 vda15 [ 0.580850] scsi host0: ata_piix [ 0.581648] scsi host1: ata_piix [ 0.582382] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.583632] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585135] libphy: Fixed MDIO Bus: probed [ 0.585981] tun: Universal TUN/TAP device driver, 1.6 [ 0.586956] tun: (C) 1999-2004 Max Krasnyansky [ 0.591816] PPP generic driver version 2.4.2 [ 0.593004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.594245] ehci-pci: EHCI PCI platform driver [ 0.595142] ehci-platform: EHCI generic platform driver [ 0.596156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597319] ohci-pci: OHCI PCI platform driver [ 0.598218] ohci-platform: OHCI generic platform driver [ 0.599236] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613690] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616206] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621169] usb usb1: Product: UHCI Host Controller [ 0.622123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623286] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624309] hub 1-0:1.0: USB hub found [ 0.625116] hub 1-0:1.0: 2 ports detected [ 0.626088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628321] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630371] mousedev: PS/2 mouse device common for all mice [ 0.631825] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633712] rtc_cmos 00:00: RTC can wake from S4 [ 0.634855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637318] i2c /dev entries driver [ 0.638124] device-mapper: uevent: version 1.0.3 [ 0.639120] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.640803] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642325] NET: Registered protocol family 10 [ 0.643492] NET: Registered protocol family 17 [ 0.644430] Key type dns_resolver registered [ 0.645477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.646608] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.648451] registered taskstats version 1 [ 0.649327] Loading compiled-in X.509 certificates [ 0.650828] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.652747] zswap: loaded using pool lzo/zbud [ 0.654414] Key type trusted registered [ 0.656199] Key type encrypted registered [ 0.657054] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658115] ima: No TPM chip found, activating TPM-bypass! [ 0.659185] evm: HMAC attrs: 0x1 [ 0.660199] Magic number: 14:254:645 [ 0.661112] rtc_cmos 00:00: setting system clock to 2018-08-10 18:38:58 UTC (1533926338) [ 0.662785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663919] EDD information not available. [ 0.745581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.757214] Write protecting the kernel read-only data: 14336k [ 0.759366] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.761244] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.907108] 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.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000005 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCpM/VVmDktBSobRB7btt5GFA8ptO/YIU0jLNLkuVLiAQ6OFbRXd5J90DXUBc7DTLNVPhZv3PEyDvJMyf5yaNNU8X7o8eHJ/tuhc7YMe0VkVteLbqSzemX61HR0S+w2WeJA57atkY7YuQ4ksfz/U3xdjRGt3fekmzghbLDu+27/x99yi7UJvzM9zBZAeKlp9GbGdLs/SOSa2cyiG0kSC9oN9gaeMHZ0hRTkPD2SIf+pEpPwEOjlo1SEKnPbXn+a8w5Qrfq2zPVMAOXudOUOfPlz7tsTEsr5/Z0i0Ty4nkaOSZp2BNKmAiURWUMEcKADgHLYopEmmsXjpU9PeErbNL root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 ssh-dss AAAAB3NzaC1kc3MAAACBAMtxBz9Ioq/F3QjRHYCjbkGqmU1vlUTt83mJCVDrlbNGRe99P4tzYSuK+QrZkC5ZuwYjOknW7qjc48eHDuK6qtsEIVJrJWTxb9o7wneGJ4mDWkD6Tm7NNrbhhvH+g8QjGksRmeN+Vi/FrJ2mY2J6SdwGLg1VifC8aw/fp3EA/U6rAAAAFQDUSFHaogpooXdzkaDlbgwJekSScQAAAIEAwafr39etQ/kEe9hd52I0f+ns7gnKOuz7HAukTjltfVZZ7MTggrV6a8LmlSxtfbMwVTSAzG57Mtp7NT7UtjScz0VtmzYE0LvhXlTliCqQCxHMN8U0h69gLljB9os75AuS3KJgx0/Rmn7USGFLZzJgUuJjpZHNjreO5j1A66qHrDkAAACADC58DqK36xVASoFa5SkJ4zrXK6Uc3BrOQCZcbhCb3RQG9WKz68EqMmVzlh/Mcgy8puS/Zj9T1re6hrMh4DKPS9eqNLKELb4Vi5tOtfKaeqNe4mHoNeVw3XiKL7CNUwtNo/igk2crS8DXTyHr4MhSakYoeiPUgxsM45hsfSSmgaA= root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe61:e01/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 login: 2018-08-10 18:39:15,471 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.200: timed out 2018-08-10 18:39:24,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:39:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/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}62653779655f159d089b290990070d38e128fcdc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:39:24,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-4fa1fe51-eafa-480a-97de-1063f1fa8bff x-compute-request-id: req-4fa1fe51-eafa-480a-97de-1063f1fa8bff Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 473731658 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137829] pid_max: default: 32768 minimum: 301\n[ 0.138731] ACPI: Core revision 20150930\n[ 0.140116] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141433] Security Framework initialized\n[ 0.142254] Yama: becoming mindful.\n[ 0.142992] AppArmor: AppArmor initialized\n[ 0.143860] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145195] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147700] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149115] Initializing cgroup subsys io\n[ 0.149935] Initializing cgroup subsys memory\n[ 0.150796] Initializing cgroup subsys devices\n[ 0.151683] Initializing cgroup subsys freezer\n[ 0.152555] Initializing cgroup subsys net_cls\n[ 0.153425] Initializing cgroup subsys perf_event\n[ 0.154338] Initializing cgroup subsys net_prio\n[ 0.155247] Initializing cgroup subsys hugetlb\n[ 0.156120] Initializing cgroup subsys pids\n[ 0.156996] CPU: Physical Processor ID: 0\n[ 0.158486] mce: CPU supports 10 MCE banks\n[ 0.159359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182124] ftrace: allocating 31920 entries in 125 pages\n[ 0.206962] smpboot: Max logical packages: 1\n[ 0.207831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.209188] x2apic enabled\n[ 0.209992] Switched APIC routing to physical x2apic.\n[ 0.211730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216655] KVM setup paravirtual spinlock\n[ 0.217956] x86: Booted up 1 node, 1 CPUs\n[ 0.218767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220162] devtmpfs: initialized\n[ 0.221884] evm: security.selinux\n[ 0.222585] evm: security.SMACK64\n[ 0.223278] evm: security.SMACK64EXEC\n[ 0.224024] evm: security.SMACK64TRANSMUTE\n[ 0.224831] evm: security.SMACK64MMAP\n[ 0.225576] evm: security.ima\n[ 0.226221] evm: security.capability\n[ 0.227027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228890] pinctrl core: initialized pinctrl subsystem\n[ 0.230001] RTC time: 18:38:57, date: 08/10/18\n[ 0.230976] NET: Registered protocol family 16\n[ 0.231967] cpuidle: using governor ladder\n[ 0.232792] cpuidle: using governor menu\n[ 0.233576] PCCT header not found.\n[ 0.234335] ACPI: bus type PCI registered\n[ 0.235146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236397] PCI: Using configuration type 1 for base access\n[ 0.238169] ACPI: Added _OSI(Module Device)\n[ 0.239021] ACPI: Added _OSI(Processor Device)\n[ 0.239886] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240790] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242541] ACPI: Interpreter enabled\n[ 0.243324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250756] ACPI: (supports S0 S5)\n[ 0.251461] ACPI: Using IOAPIC for interrupt routing\n[ 0.252412] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261396] acpiphp: Slot [3] registered\n[ 0.262208] acpiphp: Slot [4] registered\n[ 0.263015] acpiphp: Slot [5] registered\n[ 0.263818] acpiphp: Slot [6] registered\n[ 0.264618] acpiphp: Slot [7] registered\n[ 0.265423] acpiphp: Slot [8] registered\n[ 0.266231] acpiphp: Slot [9] registered\n[ 0.267035] acpiphp: Slot [10] registered\n[ 0.267857] acpiphp: Slot [11] registered\n[ 0.268675] acpiphp: Slot [12] registered\n[ 0.269492] acpiphp: Slot [13] registered\n[ 0.270321] acpiphp: Slot [14] registered\n[ 0.271140] acpiphp: Slot [15] registered\n[ 0.281964] acpiphp: Slot [16] registered\n[ 0.282781] acpiphp: Slot [17] registered\n[ 0.283598] acpiphp: Slot [18] registered\n[ 0.284406] acpiphp: Slot [19] registered\n[ 0.285230] acpiphp: Slot [20] registered\n[ 0.286058] acpiphp: Slot [21] registered\n[ 0.286878] acpiphp: Slot [22] registered\n[ 0.287690] acpiphp: Slot [23] registered\n[ 0.288502] acpiphp: Slot [24] registered\n[ 0.289316] acpiphp: Slot [25] registered\n[ 0.290137] acpiphp: Slot [26] registered\n[ 0.290956] acpiphp: Slot [27] registered\n[ 0.291772] acpiphp: Slot [28] registered\n[ 0.292587] acpiphp: Slot [29] registered\n[ 0.293435] acpiphp: Slot [30] registered\n[ 0.294259] acpiphp: Slot [31] registered\n[ 0.295072] PCI host bridge to bus 0000:00\n[ 0.295885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301225] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302707] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313399] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314961] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340749] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342055] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343117] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344668] vgaarb: loaded\n[ 0.345265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346489] SCSI subsystem initialized\n[ 0.347402] ACPI: bus type USB registered\n[ 0.348241] usbcore: registered new interface driver usbfs\n[ 0.349278] usbcore: registered new interface driver hub\n[ 0.350296] usbcore: registered new device driver usb\n[ 0.351410] PCI: Using ACPI for IRQ routing\n[ 0.352527] NetLabel: Initializing\n[ 0.353246] NetLabel: domain hash size = 128\n[ 0.354100] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355061] NetLabel: unlabeled traffic allowed by default\n[ 0.356223] clocksource: Switched to clocksource kvm-clock\n[ 0.364383] AppArmor: AppArmor Filesystem Enabled\n[ 0.365375] pnp: PnP ACPI init\n[ 0.366311] pnp: PnP ACPI: found 5 devices\n[ 0.372624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374347] NET: Registered protocol family 2\n[ 0.375395] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.376716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.377935] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379142] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381434] NET: Registered protocol family 1\n[ 0.382318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383420] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.384501] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.398550] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.412688] Trying to unpack rootfs image as initramfs...\n[ 0.469135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470808] Scanning for low memory corruption every 60 seconds\n[ 0.472158] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473346] audit: initializing netlink subsys (disabled)\n[ 0.474388] audit: type=2000 audit(1533926337.873:1): initialized\n[ 0.475739] Initialise system trusted keyring\n[ 0.476712] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.477883] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480016] zbud: loaded\n[ 0.480768] VFS: Disk quotas dquot_6.6.0\n[ 0.481599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483197] fuse init (API version 7.23)\n[ 0.484111] Key type big_key registered\n[ 0.484928] Allocating IMA MOK and blacklist keyrings.\n[ 0.486155] Key type asymmetric registered\n[ 0.486999] Asymmetric key parser 'x509' registered\n[ 0.487966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489452] io scheduler noop registered\n[ 0.490257] io scheduler deadline registered (default)\n[ 0.491258] io scheduler cfq registered\n[ 0.492116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495896] ACPI: Power Button [PWRF]\n[ 0.496761] GHES: HEST is not enabled!\n[ 0.510409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538234] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566633] Linux agpgart interface v0.103\n[ 0.569224] brd: module loaded\n[ 0.570897] loop: module loaded\n[ 0.574623] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576105] GPT:90111 != 2097151\n[ 0.576797] GPT:Alternate GPT header not at the end of the disk.\n[ 0.577919] GPT:90111 != 2097151\n[ 0.578609] GPT: Use GNU Parted to correct GPT errors.\n[ 0.579595] vda: vda1 vda15\n[ 0.580850] scsi host0: ata_piix\n[ 0.581648] scsi host1: ata_piix\n[ 0.582382] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.583632] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585135] libphy: Fixed MDIO Bus: probed\n[ 0.585981] tun: Universal TUN/TAP device driver, 1.6\n[ 0.586956] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.591816] PPP generic driver version 2.4.2\n[ 0.593004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594245] ehci-pci: EHCI PCI platform driver\n[ 0.595142] ehci-platform: EHCI generic platform driver\n[ 0.596156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597319] ohci-pci: OHCI PCI platform driver\n[ 0.598218] ohci-platform: OHCI generic platform driver\n[ 0.599236] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613690] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616206] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621169] usb usb1: Product: UHCI Host Controller\n[ 0.622123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623286] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624309] hub 1-0:1.0: USB hub found\n[ 0.625116] hub 1-0:1.0: 2 ports detected\n[ 0.626088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628321] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630371] mousedev: PS/2 mouse device common for all mice\n[ 0.631825] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633712] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637318] i2c /dev entries driver\n[ 0.638124] device-mapper: uevent: version 1.0.3\n[ 0.639120] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.640803] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642325] NET: Registered protocol family 10\n[ 0.643492] NET: Registered protocol family 17\n[ 0.644430] Key type dns_resolver registered\n[ 0.645477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.646608] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.648451] registered taskstats version 1\n[ 0.649327] Loading compiled-in X.509 certificates\n[ 0.650828] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.652747] zswap: loaded using pool lzo/zbud\n[ 0.654414] Key type trusted registered\n[ 0.656199] Key type encrypted registered\n[ 0.657054] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658115] ima: No TPM chip found, activating TPM-bypass!\n[ 0.659185] evm: HMAC attrs: 0x1\n[ 0.660199] Magic number: 14:254:645\n[ 0.661112] rtc_cmos 00:00: setting system clock to 2018-08-10 18:38:58 UTC (1533926338)\n[ 0.662785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663919] EDD information not available.\n[ 0.745581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.757214] Write protecting the kernel read-only data: 14336k\n[ 0.759366] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.761244] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.907108] 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.14...\nLease of 192.168.120.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCpM/VVmDktBSobRB7btt5GFA8ptO/YIU0jLNLkuVLiAQ6OFbRXd5J90DXUBc7DTLNVPhZv3PEyDvJMyf5yaNNU8X7o8eHJ/tuhc7YMe0VkVteLbqSzemX61HR0S+w2WeJA57atkY7YuQ4ksfz/U3xdjRGt3fekmzghbLDu+27/x99yi7UJvzM9zBZAeKlp9GbGdLs/SOSa2cyiG0kSC9oN9gaeMHZ0hRTkPD2SIf+pEpPwEOjlo1SEKnPbXn+a8w5Qrfq2zPVMAOXudOUOfPlz7tsTEsr5/Z0i0Ty4nkaOSZp2BNKmAiURWUMEcKADgHLYopEmmsXjpU9PeErbNL root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\nssh-dss AAAAB3NzaC1kc3MAAACBAMtxBz9Ioq/F3QjRHYCjbkGqmU1vlUTt83mJCVDrlbNGRe99P4tzYSuK+QrZkC5ZuwYjOknW7qjc48eHDuK6qtsEIVJrJWTxb9o7wneGJ4mDWkD6Tm7NNrbhhvH+g8QjGksRmeN+Vi/FrJ2mY2J6SdwGLg1VifC8aw/fp3EA/U6rAAAAFQDUSFHaogpooXdzkaDlbgwJekSScQAAAIEAwafr39etQ/kEe9hd52I0f+ns7gnKOuz7HAukTjltfVZZ7MTggrV6a8LmlSxtfbMwVTSAzG57Mtp7NT7UtjScz0VtmzYE0LvhXlTliCqQCxHMN8U0h69gLljB9os75AuS3KJgx0/Rmn7USGFLZzJgUuJjpZHNjreO5j1A66qHrDkAAACADC58DqK36xVASoFa5SkJ4zrXK6Uc3BrOQCZcbhCb3RQG9WKz68EqMmVzlh/Mcgy8puS/Zj9T1re6hrMh4DKPS9eqNLKELb4Vi5tOtfKaeqNe4mHoNeVw3XiKL7CNUwtNo/igk2crS8DXTyHr4MhSakYoeiPUgxsM45hsfSSmgaA= root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe61:e01/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 login: "} 2018-08-10 18:39:24,593 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/action used request id req-4fa1fe51-eafa-480a-97de-1063f1fa8bff 2018-08-10 18:39:24,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119549036026s 2018-08-10 18:39:24,594 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9/action used request id req-4fa1fe51-eafa-480a-97de-1063f1fa8bff 2018-08-10 18:39:24,594 - 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 473731658 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.136151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137829] pid_max: default: 32768 minimum: 301 [ 0.138731] ACPI: Core revision 20150930 [ 0.140116] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141433] Security Framework initialized [ 0.142254] Yama: becoming mindful. [ 0.142992] AppArmor: AppArmor initialized [ 0.143860] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145195] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146473] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147700] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149115] Initializing cgroup subsys io [ 0.149935] Initializing cgroup subsys memory [ 0.150796] Initializing cgroup subsys devices [ 0.151683] Initializing cgroup subsys freezer [ 0.152555] Initializing cgroup subsys net_cls [ 0.153425] Initializing cgroup subsys perf_event [ 0.154338] Initializing cgroup subsys net_prio [ 0.155247] Initializing cgroup subsys hugetlb [ 0.156120] Initializing cgroup subsys pids [ 0.156996] CPU: Physical Processor ID: 0 [ 0.158486] mce: CPU supports 10 MCE banks [ 0.159359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160370] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.176086] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.182124] ftrace: allocating 31920 entries in 125 pages [ 0.206962] smpboot: Max logical packages: 1 [ 0.207831] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209188] x2apic enabled [ 0.209992] Switched APIC routing to physical x2apic. [ 0.211730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212851] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216655] KVM setup paravirtual spinlock [ 0.217956] x86: Booted up 1 node, 1 CPUs [ 0.218767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220162] devtmpfs: initialized [ 0.221884] evm: security.selinux [ 0.222585] evm: security.SMACK64 [ 0.223278] evm: security.SMACK64EXEC [ 0.224024] evm: security.SMACK64TRANSMUTE [ 0.224831] evm: security.SMACK64MMAP [ 0.225576] evm: security.ima [ 0.226221] evm: security.capability [ 0.227027] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228890] pinctrl core: initialized pinctrl subsystem [ 0.230001] RTC time: 18:38:57, date: 08/10/18 [ 0.230976] NET: Registered protocol family 16 [ 0.231967] cpuidle: using governor ladder [ 0.232792] cpuidle: using governor menu [ 0.233576] PCCT header not found. [ 0.234335] ACPI: bus type PCI registered [ 0.235146] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236397] PCI: Using configuration type 1 for base access [ 0.238169] ACPI: Added _OSI(Module Device) [ 0.239021] ACPI: Added _OSI(Processor Device) [ 0.239886] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240790] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242541] ACPI: Interpreter enabled [ 0.243324] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247041] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250756] ACPI: (supports S0 S5) [ 0.251461] ACPI: Using IOAPIC for interrupt routing [ 0.252412] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257964] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259162] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261396] acpiphp: Slot [3] registered [ 0.262208] acpiphp: Slot [4] registered [ 0.263015] acpiphp: Slot [5] registered [ 0.263818] acpiphp: Slot [6] registered [ 0.264618] acpiphp: Slot [7] registered [ 0.265423] acpiphp: Slot [8] registered [ 0.266231] acpiphp: Slot [9] registered [ 0.267035] acpiphp: Slot [10] registered [ 0.267857] acpiphp: Slot [11] registered [ 0.268675] acpiphp: Slot [12] registered [ 0.269492] acpiphp: Slot [13] registered [ 0.270321] acpiphp: Slot [14] registered [ 0.271140] acpiphp: Slot [15] registered [ 0.281964] acpiphp: Slot [16] registered [ 0.282781] acpiphp: Slot [17] registered [ 0.283598] acpiphp: Slot [18] registered [ 0.284406] acpiphp: Slot [19] registered [ 0.285230] acpiphp: Slot [20] registered [ 0.286058] acpiphp: Slot [21] registered [ 0.286878] acpiphp: Slot [22] registered [ 0.287690] acpiphp: Slot [23] registered [ 0.288502] acpiphp: Slot [24] registered [ 0.289316] acpiphp: Slot [25] registered [ 0.290137] acpiphp: Slot [26] registered [ 0.290956] acpiphp: Slot [27] registered [ 0.291772] acpiphp: Slot [28] registered [ 0.292587] acpiphp: Slot [29] registered [ 0.293435] acpiphp: Slot [30] registered [ 0.294259] acpiphp: Slot [31] registered [ 0.295072] PCI host bridge to bus 0000:00 [ 0.295885] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301225] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302707] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306107] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308582] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309854] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313399] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314961] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336652] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338082] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339477] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340749] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342055] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343117] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344668] vgaarb: loaded [ 0.345265] vgaarb: bridge control possible 0000:00:02.0 [ 0.346489] SCSI subsystem initialized [ 0.347402] ACPI: bus type USB registered [ 0.348241] usbcore: registered new interface driver usbfs [ 0.349278] usbcore: registered new interface driver hub [ 0.350296] usbcore: registered new device driver usb [ 0.351410] PCI: Using ACPI for IRQ routing [ 0.352527] NetLabel: Initializing [ 0.353246] NetLabel: domain hash size = 128 [ 0.354100] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355061] NetLabel: unlabeled traffic allowed by default [ 0.356223] clocksource: Switched to clocksource kvm-clock [ 0.364383] AppArmor: AppArmor Filesystem Enabled [ 0.365375] pnp: PnP ACPI init [ 0.366311] pnp: PnP ACPI: found 5 devices [ 0.372624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374347] NET: Registered protocol family 2 [ 0.375395] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.376716] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.377935] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379142] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380237] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381434] NET: Registered protocol family 1 [ 0.382318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383420] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.384501] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.398550] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.412688] Trying to unpack rootfs image as initramfs... [ 0.469135] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470808] Scanning for low memory corruption every 60 seconds [ 0.472158] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473346] audit: initializing netlink subsys (disabled) [ 0.474388] audit: type=2000 audit(1533926337.873:1): initialized [ 0.475739] Initialise system trusted keyring [ 0.476712] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.477883] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480016] zbud: loaded [ 0.480768] VFS: Disk quotas dquot_6.6.0 [ 0.481599] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483197] fuse init (API version 7.23) [ 0.484111] Key type big_key registered [ 0.484928] Allocating IMA MOK and blacklist keyrings. [ 0.486155] Key type asymmetric registered [ 0.486999] Asymmetric key parser 'x509' registered [ 0.487966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489452] io scheduler noop registered [ 0.490257] io scheduler deadline registered (default) [ 0.491258] io scheduler cfq registered [ 0.492116] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.493170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494443] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495896] ACPI: Power Button [PWRF] [ 0.496761] GHES: HEST is not enabled! [ 0.510409] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538234] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566633] Linux agpgart interface v0.103 [ 0.569224] brd: module loaded [ 0.570897] loop: module loaded [ 0.574623] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576105] GPT:90111 != 2097151 [ 0.576797] GPT:Alternate GPT header not at the end of the disk. [ 0.577919] GPT:90111 != 2097151 [ 0.578609] GPT: Use GNU Parted to correct GPT errors. [ 0.579595] vda: vda1 vda15 [ 0.580850] scsi host0: ata_piix [ 0.581648] scsi host1: ata_piix [ 0.582382] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.583632] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585135] libphy: Fixed MDIO Bus: probed [ 0.585981] tun: Universal TUN/TAP device driver, 1.6 [ 0.586956] tun: (C) 1999-2004 Max Krasnyansky [ 0.591816] PPP generic driver version 2.4.2 [ 0.593004] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.594245] ehci-pci: EHCI PCI platform driver [ 0.595142] ehci-platform: EHCI generic platform driver [ 0.596156] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597319] ohci-pci: OHCI PCI platform driver [ 0.598218] ohci-platform: OHCI generic platform driver [ 0.599236] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613690] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616206] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617270] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618453] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619720] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621169] usb usb1: Product: UHCI Host Controller [ 0.622123] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623286] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624309] hub 1-0:1.0: USB hub found [ 0.625116] hub 1-0:1.0: 2 ports detected [ 0.626088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628321] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630371] mousedev: PS/2 mouse device common for all mice [ 0.631825] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633712] rtc_cmos 00:00: RTC can wake from S4 [ 0.634855] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636090] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637318] i2c /dev entries driver [ 0.638124] device-mapper: uevent: version 1.0.3 [ 0.639120] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.640803] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642325] NET: Registered protocol family 10 [ 0.643492] NET: Registered protocol family 17 [ 0.644430] Key type dns_resolver registered [ 0.645477] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.646608] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.648451] registered taskstats version 1 [ 0.649327] Loading compiled-in X.509 certificates [ 0.650828] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.652747] zswap: loaded using pool lzo/zbud [ 0.654414] Key type trusted registered [ 0.656199] Key type encrypted registered [ 0.657054] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658115] ima: No TPM chip found, activating TPM-bypass! [ 0.659185] evm: HMAC attrs: 0x1 [ 0.660199] Magic number: 14:254:645 [ 0.661112] rtc_cmos 00:00: setting system clock to 2018-08-10 18:38:58 UTC (1533926338) [ 0.662785] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663919] EDD information not available. [ 0.745581] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.757214] Write protecting the kernel read-only data: 14336k [ 0.759366] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.761244] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.907108] 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.14... Lease of 192.168.120.14 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000005 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDYCpM/VVmDktBSobRB7btt5GFA8ptO/YIU0jLNLkuVLiAQ6OFbRXd5J90DXUBc7DTLNVPhZv3PEyDvJMyf5yaNNU8X7o8eHJ/tuhc7YMe0VkVteLbqSzemX61HR0S+w2WeJA57atkY7YuQ4ksfz/U3xdjRGt3fekmzghbLDu+27/x99yi7UJvzM9zBZAeKlp9GbGdLs/SOSa2cyiG0kSC9oN9gaeMHZ0hRTkPD2SIf+pEpPwEOjlo1SEKnPbXn+a8w5Qrfq2zPVMAOXudOUOfPlz7tsTEsr5/Z0i0Ty4nkaOSZp2BNKmAiURWUMEcKADgHLYopEmmsXjpU9PeErbNL root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 ssh-dss AAAAB3NzaC1kc3MAAACBAMtxBz9Ioq/F3QjRHYCjbkGqmU1vlUTt83mJCVDrlbNGRe99P4tzYSuK+QrZkC5ZuwYjOknW7qjc48eHDuK6qtsEIVJrJWTxb9o7wneGJ4mDWkD6Tm7NNrbhhvH+g8QjGksRmeN+Vi/FrJ2mY2J6SdwGLg1VifC8aw/fp3EA/U6rAAAAFQDUSFHaogpooXdzkaDlbgwJekSScQAAAIEAwafr39etQ/kEe9hd52I0f+ns7gnKOuz7HAukTjltfVZZ7MTggrV6a8LmlSxtfbMwVTSAzG57Mtp7NT7UtjScz0VtmzYE0LvhXlTliCqQCxHMN8U0h69gLljB9os75AuS3KJgx0/Rmn7USGFLZzJgUuJjpZHNjreO5j1A66qHrDkAAACADC58DqK36xVASoFa5SkJ4zrXK6Uc3BrOQCZcbhCb3RQG9WKz68EqMmVzlh/Mcgy8puS/Zj9T1re6hrMh4DKPS9eqNLKELb4Vi5tOtfKaeqNe4mHoNeVw3XiKL7CNUwtNo/igk2crS8DXTyHr4MhSakYoeiPUgxsM45hsfSSmgaA= root@singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe61:e01/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.14 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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-3a37af4a-3170-4730-a090-2940204cfd11 login: 2018-08-10 18:39:24,596 - paramiko.transport - DEBUG - starting thread (client mode): 0x70dafd50L 2018-08-10 18:39:24,597 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 18:39:24,597 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-10 18:39:24,597 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-10 18:39:24,599 - 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-10 18:39:24,599 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 18:39:24,599 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-10 18:39:24,599 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 18:39:24,599 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 18:39:24,600 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 18:39:24,616 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 18:39:24,617 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 18:39:24,629 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 8d519043986637076060b529852754c7 2018-08-10 18:39:24,630 - paramiko.transport - DEBUG - Trying discovered key 95fefadfb8b2f38cbaa25f440b3a97e6 in /tmp/tmpuNmjzY 2018-08-10 18:39:24,655 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 18:39:24,660 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 18:39:24,662 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 18:39:24,663 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-10 18:39:24,663 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 18:39:24,664 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 18:39:24,665 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 18:39:24,666 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-10 18:39:24,666 - functest.core.singlevm - DEBUG - error: 2018-08-10 18:39:24,670 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 18:39:24,783 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:39:24,783 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:57 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:39:24,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 18:39:24,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/ee4a0d25-3cd0-4b6b-8ba4-cf2714dcc66b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:25,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce14d33b-9aab-42af-880a-f0d4bcf584b9 Content-Length: 0 Date: Fri, 10 Aug 2018 18:39:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:39:25,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/ee4a0d25-3cd0-4b6b-8ba4-cf2714dcc66b.json used request id req-ce14d33b-9aab-42af-880a-f0d4bcf584b9 2018-08-10 18:39:25,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.952466964722s 2018-08-10 18:39:25,744 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/ee4a0d25-3cd0-4b6b-8ba4-cf2714dcc66b.json used request id req-ce14d33b-9aab-42af-880a-f0d4bcf584b9 2018-08-10 18:39:25,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:39:25,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:26,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-87bf38bc-cab1-4402-b68f-a999dece8715 Date: Fri, 10 Aug 2018 18:39:26 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:39:26,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-87bf38bc-cab1-4402-b68f-a999dece8715 2018-08-10 18:39:26,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.485090017319s 2018-08-10 18:39:26,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-87bf38bc-cab1-4402-b68f-a999dece8715 2018-08-10 18:39:26,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:39:26,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:26,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:39: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-e75cd5e3-a6ba-45b3-9c8b-ad28cae1fd0e x-compute-request-id: req-e75cd5e3-a6ba-45b3-9c8b-ad28cae1fd0e Content-Type: application/json 2018-08-10 18:39:26,467 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9 used request id req-e75cd5e3-a6ba-45b3-9c8b-ad28cae1fd0e 2018-08-10 18:39:26,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.23246884346s 2018-08-10 18:39:26,467 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9 used request id req-e75cd5e3-a6ba-45b3-9c8b-ad28cae1fd0e 2018-08-10 18:39:26,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:39:26,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:27,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-ef42fae3-c69e-4fe5-aa7c-f136a8b6d4f0 x-compute-request-id: req-ef42fae3-c69e-4fe5-aa7c-f136a8b6d4f0 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:0e:01", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:0e:01", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/432cd87b-7677-4091-974e-29e4a81846d9", "rel": "bookmark"}], "image": {"id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "links": [{"href": "http://172.30.9.31:8774/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:38:57.000000", "flavor": {"id": "6405e9a2-7069-4777-8f4b-fb7e104776ae", "links": [{"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "bookmark"}]}, "id": "432cd87b-7677-4091-974e-29e4a81846d9", "security_groups": [{"name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}], "user_id": "867c1949502a4671af517483465f9070", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:39:26Z", "hostId": "85f2edacbb1521e575775e0e2f0c04d929def2cbad5faca198aa8a3f", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11", "name": "singlevm2-vm_3a37af4a-3170-4730-a090-2940204cfd11", "created": "2018-08-10T18:38:46Z", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:39:27,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ef42fae3-c69e-4fe5-aa7c-f136a8b6d4f0 2018-08-10 18:39:27,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.29662394524s 2018-08-10 18:39:27,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ef42fae3-c69e-4fe5-aa7c-f136a8b6d4f0 2018-08-10 18:39:27,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:39:29,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:39:29,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:29,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-48cc7a2f-827f-4e0f-88c9-ae1a059a8cab x-compute-request-id: req-48cc7a2f-827f-4e0f-88c9-ae1a059a8cab Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 18:39:29,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-48cc7a2f-827f-4e0f-88c9-ae1a059a8cab 2018-08-10 18:39:29,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.114860773087s 2018-08-10 18:39:29,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-48cc7a2f-827f-4e0f-88c9-ae1a059a8cab 2018-08-10 18:39:29,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:39:29,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:30,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-14ed37eb-9246-4d06-a699-8425a8280741 Date: Fri, 10 Aug 2018 18:39:30 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:38Z", "updated_at": "2018-08-10T18:38:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "2c321eb5-9b2d-4052-94f0-60656285fd8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:38:39Z", "revision_number": 0, "id": "328f0fce-8183-40ae-8bd4-849862e9a16d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:39Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:39Z", "revision_number": 0, "id": "6a312c89-5555-4da9-a0cf-87b22eebfcfa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:39Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:38Z", "revision_number": 0, "id": "fe0928c8-6c62-40f7-b75b-d784eca69001", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:38Z", "security_group_id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 3, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "d67ef2c6-c267-453c-be2e-3bacf7df97b7", "name": "singlevm2-sg_3a37af4a-3170-4730-a090-2940204cfd11"}, {"description": "Default security group", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:28Z", "updated_at": "2018-08-10T18:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "0e2aa767-6633-40b4-b42d-db7d433eec98", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "25c2e9f1-4140-489e-bfff-39532adf5f25", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "40a25f1c-c4d9-4058-b64a-86543b550d93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "dbb47496-40e6-4758-9066-315fe24f2024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 1, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "name": "default"}]} 2018-08-10 18:39:30,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-14ed37eb-9246-4d06-a699-8425a8280741 2018-08-10 18:39:30,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.315229892731s 2018-08-10 18:39:30,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-14ed37eb-9246-4d06-a699-8425a8280741 2018-08-10 18:39:30,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 18:39:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/d67ef2c6-c267-453c-be2e-3bacf7df97b7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:30,414 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b30920c-5708-4b2b-8e30-17a7cf9f2fcd Content-Length: 0 Date: Fri, 10 Aug 2018 18:39:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:39:30,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/d67ef2c6-c267-453c-be2e-3bacf7df97b7.json used request id req-4b30920c-5708-4b2b-8e30-17a7cf9f2fcd 2018-08-10 18:39:30,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.208338975906s 2018-08-10 18:39:30,415 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/d67ef2c6-c267-453c-be2e-3bacf7df97b7.json used request id req-4b30920c-5708-4b2b-8e30-17a7cf9f2fcd 2018-08-10 18:39:30,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 18:39:30,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:30,486 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:39: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-b43ea6f2-3f4b-4944-b6ef-2752ba3fb47f x-compute-request-id: req-b43ea6f2-3f4b-4944-b6ef-2752ba3fb47f Content-Length: 0 Content-Type: application/json 2018-08-10 18:39:30,486 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11 used request id req-b43ea6f2-3f4b-4944-b6ef-2752ba3fb47f 2018-08-10 18:39:30,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0707550048828s 2018-08-10 18:39:30,486 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/singlevm2-kp_3a37af4a-3170-4730-a090-2940204cfd11 used request id req-b43ea6f2-3f4b-4944-b6ef-2752ba3fb47f 2018-08-10 18:39:30,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:39:30,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923/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}62653779655f159d089b290990070d38e128fcdc" -d '{"subnet_id": "fa0685ec-362e-42cc-b8c7-53e0e7993499"}' 2018-08-10 18:39:32,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1594ac9d-1f2c-4831-9cdd-9238c325db60 Date: Fri, 10 Aug 2018 18:39:32 GMT RESP BODY: {"network_id": "7a9aa95c-9600-4cf5-986a-62b0eb7068f5", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "subnet_id": "fa0685ec-362e-42cc-b8c7-53e0e7993499", "subnet_ids": ["fa0685ec-362e-42cc-b8c7-53e0e7993499"], "port_id": "acff4572-3887-44b8-ae17-6c707a0a71d4", "id": "49759f23-ec93-4faf-8ae7-986481f73923"} 2018-08-10 18:39:32,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923/remove_router_interface.json used request id req-1594ac9d-1f2c-4831-9cdd-9238c325db60 2018-08-10 18:39:32,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79061889648s 2018-08-10 18:39:32,278 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923/remove_router_interface.json used request id req-1594ac9d-1f2c-4831-9cdd-9238c325db60 returning object 49759f23-ec93-4faf-8ae7-986481f73923 2018-08-10 18:39:32,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:39:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:32,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2f0455f9-4034-4e6c-8f13-3c6d5c698a4e Date: Fri, 10 Aug 2018 18:39:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:30Z", "admin_state_up": true, "updated_at": "2018-08-10T18:39:31Z", "revision_number": 4, "routes": [], "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "49759f23-ec93-4faf-8ae7-986481f73923", "name": "singlevm2-router_3a37af4a-3170-4730-a090-2940204cfd11"}]} 2018-08-10 18:39:32,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-2f0455f9-4034-4e6c-8f13-3c6d5c698a4e 2018-08-10 18:39:32,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.515705108643s 2018-08-10 18:39:32,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-2f0455f9-4034-4e6c-8f13-3c6d5c698a4e 2018-08-10 18:39:32,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:39:32,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:34,388 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aee97dc6-5101-4190-95c2-7ebaf7154b1f Content-Length: 0 Date: Fri, 10 Aug 2018 18:39:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:39:34,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923.json used request id req-aee97dc6-5101-4190-95c2-7ebaf7154b1f 2018-08-10 18:39:34,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5926618576s 2018-08-10 18:39:34,388 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/49759f23-ec93-4faf-8ae7-986481f73923.json used request id req-aee97dc6-5101-4190-95c2-7ebaf7154b1f 2018-08-10 18:39:34,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:39:34,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:34,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-9e12940b-e53d-4e62-a21f-60e2aaf88e43 Date: Fri, 10 Aug 2018 18:39:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:38:29Z","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":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"fa0685ec-362e-42cc-b8c7-53e0e7993499","subnetpool_id":null,"name":"singlevm2-subnet_3a37af4a-3170-4730-a090-2940204cfd11"}]} 2018-08-10 18:39:34,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-9e12940b-e53d-4e62-a21f-60e2aaf88e43 2018-08-10 18:39:34,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0468339920044s 2018-08-10 18:39:34,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-9e12940b-e53d-4e62-a21f-60e2aaf88e43 2018-08-10 18:39:34,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:39:34,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/fa0685ec-362e-42cc-b8c7-53e0e7993499.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:36,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cbb3284d-a00d-4813-9844-aeaa025c78c6 Date: Fri, 10 Aug 2018 18:39:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:39:36,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/fa0685ec-362e-42cc-b8c7-53e0e7993499.json used request id req-cbb3284d-a00d-4813-9844-aeaa025c78c6 2018-08-10 18:39:36,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47208213806s 2018-08-10 18:39:36,910 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/fa0685ec-362e-42cc-b8c7-53e0e7993499.json used request id req-cbb3284d-a00d-4813-9844-aeaa025c78c6 2018-08-10 18:39:36,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:39:36,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:37,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-f77157bb-b12b-44aa-9c1d-677813fb8f07 Date: Fri, 10 Aug 2018 18:39:37 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-10T18:39:36Z","tenant_id":"a1c23ef6ee8a49aba03505ee178e1c8b","created_at":"2018-08-10T18:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a1c23ef6ee8a49aba03505ee178e1c8b","id":"7a9aa95c-9600-4cf5-986a-62b0eb7068f5","name":"singlevm2-net_3a37af4a-3170-4730-a090-2940204cfd11"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:39:37,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f77157bb-b12b-44aa-9c1d-677813fb8f07 2018-08-10 18:39:37,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101463079453s 2018-08-10 18:39:37,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f77157bb-b12b-44aa-9c1d-677813fb8f07 2018-08-10 18:39:37,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:39:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/7a9aa95c-9600-4cf5-986a-62b0eb7068f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:38,469 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-385c4634-8540-4df6-a5e4-73a92bb490df Date: Fri, 10 Aug 2018 18:39:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:39:38,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/7a9aa95c-9600-4cf5-986a-62b0eb7068f5.json used request id req-385c4634-8540-4df6-a5e4-73a92bb490df 2018-08-10 18:39:38,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.45404791832s 2018-08-10 18:39:38,469 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/7a9aa95c-9600-4cf5-986a-62b0eb7068f5.json used request id req-385c4634-8540-4df6-a5e4-73a92bb490df 2018-08-10 18:39:38,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:39:38,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:39,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f924caee-7a3f-4f41-b6ca-0b789c8afee2 Date: Fri, 10 Aug 2018 18:39:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:38:36Z", "file": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28/file", "owner": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e177de84-4b87-467d-a83e-8f9fe97aab28", "size": 12716032, "self": "/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/e177de84-4b87-467d-a83e-8f9fe97aab28/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_3a37af4a-3170-4730-a090-2940204cfd11", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:38:35Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:39:39,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f924caee-7a3f-4f41-b6ca-0b789c8afee2 2018-08-10 18:39:39,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.850825071335s 2018-08-10 18:39:39,323 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f924caee-7a3f-4f41-b6ca-0b789c8afee2 2018-08-10 18:39:39,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:39:39,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}62653779655f159d089b290990070d38e128fcdc" 2018-08-10 18:39:39,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2cdde618-ff57-4110-9225-0e7bc89ff2b2 Date: Fri, 10 Aug 2018 18:39:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:39:39,717 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28 used request id req-2cdde618-ff57-4110-9225-0e7bc89ff2b2 2018-08-10 18:39:39,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.392343997955s 2018-08-10 18:39:39,717 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/e177de84-4b87-467d-a83e-8f9fe97aab28 used request id req-2cdde618-ff57-4110-9225-0e7bc89ff2b2 2018-08-10 18:39:39,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:39:39,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:39,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-3a1f6aee-0ca0-42ce-959a-532133571cda x-compute-request-id: req-3a1f6aee-0ca0-42ce-959a-532133571cda Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_3a37af4a-3170-4730-a090-2940204cfd11", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae", "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": "6405e9a2-7069-4777-8f4b-fb7e104776ae"}]} 2018-08-10 18:39:39,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-3a1f6aee-0ca0-42ce-959a-532133571cda 2018-08-10 18:39:39,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254249572754s 2018-08-10 18:39:39,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-3a1f6aee-0ca0-42ce-959a-532133571cda 2018-08-10 18:39:39,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:39:39,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:39,784 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:39:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bc7873b-3c80-4859-8137-19aceeec4205 x-compute-request-id: req-6bc7873b-3c80-4859-8137-19aceeec4205 Content-Length: 0 Content-Type: application/json 2018-08-10 18:39:39,784 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae used request id req-6bc7873b-3c80-4859-8137-19aceeec4205 2018-08-10 18:39:39,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.039265871048s 2018-08-10 18:39:39,784 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/6405e9a2-7069-4777-8f4b-fb7e104776ae used request id req-6bc7873b-3c80-4859-8137-19aceeec4205 2018-08-10 18:39:39,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:39:39,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:40,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df58631-4bfe-449e-a5e0-7822d8612695 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11", "links": {"self": "http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "867c1949502a4671af517483465f9070", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:39:40,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-0df58631-4bfe-449e-a5e0-7822d8612695 2018-08-10 18:39:40,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220462083817s 2018-08-10 18:39:40,006 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-0df58631-4bfe-449e-a5e0-7822d8612695 2018-08-10 18:39:40,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:39:40,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:40,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f2a721-ebf5-4524-9b30-2db53cd894e7 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_3a37af4a-3170-4730-a090-2940204cfd11", "links": {"self": "http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "867c1949502a4671af517483465f9070", "description": null}} 2018-08-10 18:39:40,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070 used request id req-33f2a721-ebf5-4524-9b30-2db53cd894e7 2018-08-10 18:39:40,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.263318061829s 2018-08-10 18:39:40,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070 used request id req-33f2a721-ebf5-4524-9b30-2db53cd894e7 2018-08-10 18:39:40,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 18:39:40,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:40,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:39:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe2cdea1-9763-4c34-ab61-ca5f628477e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:39:40,766 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070 used request id req-fe2cdea1-9763-4c34-ab61-ca5f628477e5 2018-08-10 18:39:40,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.489974021912s 2018-08-10 18:39:40,766 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/867c1949502a4671af517483465f9070 used request id req-fe2cdea1-9763-4c34-ab61-ca5f628477e5 2018-08-10 18:39:40,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:39:40,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:40,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc57c16-60f2-40f5-9ff0-b8e6ee12a1c8 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b"}, "tags": [], "enabled": true, "id": "a1c23ef6ee8a49aba03505ee178e1c8b", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_3a37af4a-3170-4730-a090-2940204cfd11"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 18:39:40,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-6dc57c16-60f2-40f5-9ff0-b8e6ee12a1c8 2018-08-10 18:39:40,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185209989548s 2018-08-10 18:39:40,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-6dc57c16-60f2-40f5-9ff0-b8e6ee12a1c8 2018-08-10 18:39:40,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 18:39:40,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}111f094b261c28487437b8a74c940eabe4175d3a" 2018-08-10 18:39:41,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:39:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8ad0c18-e989-427b-93f7-2a9aed29e3a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:39:41,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b used request id req-e8ad0c18-e989-427b-93f7-2a9aed29e3a8 2018-08-10 18:39:41,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.34806895256s 2018-08-10 18:39:41,310 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/a1c23ef6ee8a49aba03505ee178e1c8b used request id req-e8ad0c18-e989-427b-93f7-2a9aed29e3a8 2018-08-10 18:39:41,362 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-10 18:39:41,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:39:41,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:39:41,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:39:41,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:39:41,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:39:41,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:39:41,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:39:41,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:39:41,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:39:41,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:39:41,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:39:41,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14dd63cc-7afa-4479-8b95-ca12f6754e6a 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:39:41,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-14dd63cc-7afa-4479-8b95-ca12f6754e6a 2018-08-10 18:39:41,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:39:41,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:39:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["Kh6Cj9wKTEqIf6DPAxWFNg"], "issued_at": "2018-08-10T18:39:41.000000Z"}} 2018-08-10 18:39:41,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:39:41,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:42,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-83827503-b956-4a8e-83e9-8087048a485e Date: Fri, 10 Aug 2018 18:39:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:39:42,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-83827503-b956-4a8e-83e9-8087048a485e 2018-08-10 18:39:42,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354390859604s 2018-08-10 18:39:42,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-83827503-b956-4a8e-83e9-8087048a485e 2018-08-10 18:39:42,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:39:42,163 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:39:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b04b53a-4567-4e5d-b5ec-fd9e2f9cddfb 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:39:42,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-4b04b53a-4567-4e5d-b5ec-fd9e2f9cddfb 2018-08-10 18:39:42,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:39:42,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:42,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-459f334e-6a09-47f8-bc9b-9a7ecfacc609 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:39:42,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-459f334e-6a09-47f8-bc9b-9a7ecfacc609 2018-08-10 18:39:42,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200725078583s 2018-08-10 18:39:42,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-459f334e-6a09-47f8-bc9b-9a7ecfacc609 2018-08-10 18:39:42,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 18:39:42,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85"}}' 2018-08-10 18:39:42,643 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:39:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e0ca892-a119-4bce-a314-da5c0706bc24 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.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c"}, "tags": [], "enabled": true, "id": "619aa196bc7b4670a582e97e4780757c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85"}} 2018-08-10 18:39:42,643 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-2e0ca892-a119-4bce-a314-da5c0706bc24 2018-08-10 18:39:42,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.272428035736s 2018-08-10 18:39:42,643 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-2e0ca892-a119-4bce-a314-da5c0706bc24 2018-08-10 18:39:42,644 - 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'619aa196bc7b4670a582e97e4780757c', '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_62aac581-b579-4d51-9bf0-5487cc61ec85'}) 2018-08-10 18:39:42,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 18:39:42,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a7737a42-012e-4a99-b3c2-d67c9ae0d5fc", "email": null, "name": "vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85"}}' 2018-08-10 18:39:43,174 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:39:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c4e51d7-9daf-4aa3-9fe3-041cbc7c2b4e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": {"self": "http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "976312df731b439a8bfad8314d4dc8a0", "domain_id": "default", "password_expires_at": null}} 2018-08-10 18:39:43,174 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-4c4e51d7-9daf-4aa3-9fe3-041cbc7c2b4e 2018-08-10 18:39:43,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.525874853134s 2018-08-10 18:39:43,175 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-4c4e51d7-9daf-4aa3-9fe3-041cbc7c2b4e 2018-08-10 18:39:43,175 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'976312df731b439a8bfad8314d4dc8a0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85'}) 2018-08-10 18:39:43,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:39:43,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:43,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c030f9af-cf3d-4bcc-b070-75f71612c79e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:39:43,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-c030f9af-cf3d-4bcc-b070-75f71612c79e 2018-08-10 18:39:43,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195924043655s 2018-08-10 18:39:43,374 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-c030f9af-cf3d-4bcc-b070-75f71612c79e 2018-08-10 18:39:43,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:39:43,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:43,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b40e2cd0-f2eb-4d0d-8f7f-6630e2d00abc Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:39:43,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-b40e2cd0-f2eb-4d0d-8f7f-6630e2d00abc 2018-08-10 18:39:43,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181575059891s 2018-08-10 18:39:43,561 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-b40e2cd0-f2eb-4d0d-8f7f-6630e2d00abc 2018-08-10 18:39:43,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:39:43,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:43,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771b0f05-cf83-4643-8775-0a8161bd0572 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:39:43,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-771b0f05-cf83-4643-8775-0a8161bd0572 2018-08-10 18:39:43,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183256864548s 2018-08-10 18:39:43,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-771b0f05-cf83-4643-8775-0a8161bd0572 2018-08-10 18:39:43,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:39:43,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:43,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0c4a72e-9391-4d77-91da-c008e2631e3b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 18:39:43,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-d0c4a72e-9391-4d77-91da-c008e2631e3b 2018-08-10 18:39:43,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192338943481s 2018-08-10 18:39:43,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-d0c4a72e-9391-4d77-91da-c008e2631e3b 2018-08-10 18:39:43,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:39:43,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:44,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388de2a7-4998-4cae-a250-7f98708bc2a7 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": {"self": "http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "976312df731b439a8bfad8314d4dc8a0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:39:44,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-388de2a7-4998-4cae-a250-7f98708bc2a7 2018-08-10 18:39:44,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220868110657s 2018-08-10 18:39:44,169 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-388de2a7-4998-4cae-a250-7f98708bc2a7 2018-08-10 18:39:44,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:39:44,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:44,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc286a55-2af8-47e8-ad4e-32c0cb59785a Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c"}, "tags": [], "enabled": true, "id": "619aa196bc7b4670a582e97e4780757c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:39:44,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-bc286a55-2af8-47e8-ad4e-32c0cb59785a 2018-08-10 18:39:44,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195591926575s 2018-08-10 18:39:44,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-bc286a55-2af8-47e8-ad4e-32c0cb59785a 2018-08-10 18:39:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:39:44,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=976312df731b439a8bfad8314d4dc8a0&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=619aa196bc7b4670a582e97e4780757c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:44,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e33eda37-6d88-465f-b966-4882c098229c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=976312df731b439a8bfad8314d4dc8a0&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=619aa196bc7b4670a582e97e4780757c", "previous": null, "next": null}} 2018-08-10 18:39:44,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=976312df731b439a8bfad8314d4dc8a0&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=619aa196bc7b4670a582e97e4780757c used request id req-e33eda37-6d88-465f-b966-4882c098229c 2018-08-10 18:39:44,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.177115917206s 2018-08-10 18:39:44,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=976312df731b439a8bfad8314d4dc8a0&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=619aa196bc7b4670a582e97e4780757c used request id req-e33eda37-6d88-465f-b966-4882c098229c 2018-08-10 18:39:44,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 18:39:44,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c/users/976312df731b439a8bfad8314d4dc8a0/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:39:44,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:39:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17649c3e-e32c-4c68-8d3e-6a8432f4de0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:39:44,834 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c/users/976312df731b439a8bfad8314d4dc8a0/roles/740829ed47d44511bcb22d86735f9050 used request id req-17649c3e-e32c-4c68-8d3e-6a8432f4de0c 2018-08-10 18:39:44,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.271524906158s 2018-08-10 18:39:44,835 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c/users/976312df731b439a8bfad8314d4dc8a0/roles/740829ed47d44511bcb22d86735f9050 used request id req-17649c3e-e32c-4c68-8d3e-6a8432f4de0c 2018-08-10 18:39:44,835 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', 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'619aa196bc7b4670a582e97e4780757c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a7737a42-012e-4a99-b3c2-d67c9ae0d5fc', 'username': u'vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 18:39:44,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:39:44,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:39:44,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:39:44,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:39:44,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:39:44,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:39:44,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:39:44,840 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85', 'password': 'a7737a42-012e-4a99-b3c2-d67c9ae0d5fc', 'project_name': 'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '619aa196bc7b4670a582e97e4780757c', 'project_domain_name': 'Default'} 2018-08-10 18:39:44,840 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-10 18:39:44,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:39:44,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be6e157d-a487-4534-a270-be6fa7f3f54d 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:39:44,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-be6e157d-a487-4534-a270-be6fa7f3f54d 2018-08-10 18:39:44,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:39:45,249 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "619aa196bc7b4670a582e97e4780757c", "name": "vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_619aa196bc7b4670a582e97e4780757c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_619aa196bc7b4670a582e97e4780757c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/619aa196bc7b4670a582e97e4780757c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/619aa196bc7b4670a582e97e4780757c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/619aa196bc7b4670a582e97e4780757c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/619aa196bc7b4670a582e97e4780757c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/619aa196bc7b4670a582e97e4780757c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/619aa196bc7b4670a582e97e4780757c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/619aa196bc7b4670a582e97e4780757c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/619aa196bc7b4670a582e97e4780757c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/619aa196bc7b4670a582e97e4780757c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/619aa196bc7b4670a582e97e4780757c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/619aa196bc7b4670a582e97e4780757c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/619aa196bc7b4670a582e97e4780757c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85", "id": "976312df731b439a8bfad8314d4dc8a0"}, "audit_ids": ["Ink1UWZLQeuRRpg5VE7RDw"], "issued_at": "2018-08-10T18:39:45.000000Z"}} 2018-08-10 18:39:45,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:39:45,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"network": {"name": "vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85", "admin_state_up": true}}' 2018-08-10 18:39:45,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-a8637e63-9cbd-46f6-a5d3-033cea792a57 Date: Fri, 10 Aug 2018 18:39:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T18:39:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}} 2018-08-10 18:39:45,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a8637e63-9cbd-46f6-a5d3-033cea792a57 2018-08-10 18:39:45,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.692753076553s 2018-08-10 18:39:45,946 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a8637e63-9cbd-46f6-a5d3-033cea792a57 2018-08-10 18:39:45,946 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:39:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'cce610c8-ab94-4723-bbab-771324f07638', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85', u'admin_state_up': True, u'tenant_id': u'619aa196bc7b4670a582e97e4780757c', u'created_at': u'2018-08-10T18:39:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'619aa196bc7b4670a582e97e4780757c'}) 2018-08-10 18:39:45,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:39:45,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:46,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-31f37827-27ce-454a-bceb-013525390f4d Date: Fri, 10 Aug 2018 18:39:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","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-10T18:39:45Z","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:39:46,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-31f37827-27ce-454a-bceb-013525390f4d 2018-08-10 18:39:46,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368345975876s 2018-08-10 18:39:46,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-31f37827-27ce-454a-bceb-013525390f4d 2018-08-10 18:39:46,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:39:46,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"subnet": {"name": "vping_ssh-subnet_62aac581-b579-4d51-9bf0-5487cc61ec85", "enable_dhcp": true, "network_id": "cce610c8-ab94-4723-bbab-771324f07638", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:39:47,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-111f9ca0-3ddb-451f-9559-44161a87a925 Date: Fri, 10 Aug 2018 18:39:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce610c8-ab94-4723-bbab-771324f07638","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:39:46Z","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":"619aa196bc7b4670a582e97e4780757c","id":"2b754e60-b5d6-429c-95d8-2bcabdf47a14","subnetpool_id":null,"name":"vping_ssh-subnet_62aac581-b579-4d51-9bf0-5487cc61ec85"}} 2018-08-10 18:39:47,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-111f9ca0-3ddb-451f-9559-44161a87a925 2018-08-10 18:39:47,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04884910583s 2018-08-10 18:39:47,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-111f9ca0-3ddb-451f-9559-44161a87a925 2018-08-10 18:39:47,366 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:39:46Z', 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'2b754e60-b5d6-429c-95d8-2bcabdf47a14', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_62aac581-b579-4d51-9bf0-5487cc61ec85', u'enable_dhcp': True, u'network_id': u'cce610c8-ab94-4723-bbab-771324f07638', u'tenant_id': u'619aa196bc7b4670a582e97e4780757c', u'created_at': u'2018-08-10T18:39:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'619aa196bc7b4670a582e97e4780757c'}) 2018-08-10 18:39:47,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:39:47,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "vping_ssh-router_62aac581-b579-4d51-9bf0-5487cc61ec85", "admin_state_up": true}}' 2018-08-10 18:39:48,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-f00f91d3-3780-4c82-af48-cbdbb2d6fefd Date: Fri, 10 Aug 2018 18:39:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:47Z", "admin_state_up": true, "updated_at": "2018-08-10T18:39:48Z", "revision_number": 2, "routes": [], "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "5ac30e62-b75e-4e07-9508-258d9d106bf0", "name": "vping_ssh-router_62aac581-b579-4d51-9bf0-5487cc61ec85"}} 2018-08-10 18:39:48,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f00f91d3-3780-4c82-af48-cbdbb2d6fefd 2018-08-10 18:39:48,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55605602264s 2018-08-10 18:39:48,924 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f00f91d3-3780-4c82-af48-cbdbb2d6fefd 2018-08-10 18:39:48,924 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'619aa196bc7b4670a582e97e4780757c', u'created_at': u'2018-08-10T18:39:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T18:39:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'619aa196bc7b4670a582e97e4780757c', u'id': u'5ac30e62-b75e-4e07-9508-258d9d106bf0', u'name': u'vping_ssh-router_62aac581-b579-4d51-9bf0-5487cc61ec85'}) 2018-08-10 18:39:48,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:39:48,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0/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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"subnet_id": "2b754e60-b5d6-429c-95d8-2bcabdf47a14"}' 2018-08-10 18:39:51,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d4c9ae6-723b-4ce8-b169-1e6c73e4a4eb Date: Fri, 10 Aug 2018 18:39:51 GMT RESP BODY: {"network_id": "cce610c8-ab94-4723-bbab-771324f07638", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "subnet_id": "2b754e60-b5d6-429c-95d8-2bcabdf47a14", "subnet_ids": ["2b754e60-b5d6-429c-95d8-2bcabdf47a14"], "port_id": "7023a264-2d72-454e-b2cd-73d731005eb0", "id": "5ac30e62-b75e-4e07-9508-258d9d106bf0"} 2018-08-10 18:39:51,188 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0/add_router_interface.json used request id req-2d4c9ae6-723b-4ce8-b169-1e6c73e4a4eb 2018-08-10 18:39:51,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.26394081116s 2018-08-10 18:39:51,189 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0/add_router_interface.json used request id req-2d4c9ae6-723b-4ce8-b169-1e6c73e4a4eb returning object 5ac30e62-b75e-4e07-9508-258d9d106bf0 2018-08-10 18:39:51,189 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:39:51,322 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:39:51,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:39:51,328 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:39:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:39:51,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:39:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:52,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a5dd5f6-6f20-4ed1-9c4b-f24caeb83372 Date: Fri, 10 Aug 2018 18:39:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:39:52,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9a5dd5f6-6f20-4ed1-9c4b-f24caeb83372 2018-08-10 18:39:52,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.781854152679s 2018-08-10 18:39:52,112 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9a5dd5f6-6f20-4ed1-9c4b-f24caeb83372 2018-08-10 18:39:52,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:39:52,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85"}' 2018-08-10 18:39:52,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-de3666d7-098e-4e96-8e03-d6cb830a37f0 Date: Fri, 10 Aug 2018 18:39:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:39:52Z", "file": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file", "owner": "619aa196bc7b4670a582e97e4780757c", "id": "50d3a4f9-08f1-477d-9436-198037be8de3", "size": null, "self": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3", "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_62aac581-b579-4d51-9bf0-5487cc61ec85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "checksum": null, "created_at": "2018-08-10T18:39:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:39:52,485 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-de3666d7-098e-4e96-8e03-d6cb830a37f0 2018-08-10 18:39:52,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.364462137222s 2018-08-10 18:39:52,486 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-de3666d7-098e-4e96-8e03-d6cb830a37f0 returning object 50d3a4f9-08f1-477d-9436-198037be8de3 2018-08-10 18:39:52,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:39:52,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '' 2018-08-10 18:39:53,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6f2a8f6d-4cf4-47ef-9b39-1e30136e9d2c Date: Fri, 10 Aug 2018 18:39:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:39:53,756 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file used request id req-6f2a8f6d-4cf4-47ef-9b39-1e30136e9d2c 2018-08-10 18:39:53,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.26934289932s 2018-08-10 18:39:53,756 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file used request id req-6f2a8f6d-4cf4-47ef-9b39-1e30136e9d2c 2018-08-10 18:39:53,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:39:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:54,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9db97999-88b1-45ca-b388-4ebd0ae2149a Date: Fri, 10 Aug 2018 18:39:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:39:53Z", "file": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file", "owner": "619aa196bc7b4670a582e97e4780757c", "id": "50d3a4f9-08f1-477d-9436-198037be8de3", "size": 12716032, "self": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:39:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:39:54,543 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9db97999-88b1-45ca-b388-4ebd0ae2149a 2018-08-10 18:39:54,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.783221006393s 2018-08-10 18:39:54,544 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9db97999-88b1-45ca-b388-4ebd0ae2149a 2018-08-10 18:39:54,546 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file', 'owner': u'619aa196bc7b4670a582e97e4780757c', 'id': u'50d3a4f9-08f1-477d-9436-198037be8de3', 'size': 12716032, u'self': u'/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'619aa196bc7b4670a582e97e4780757c', 'name': 'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:39:53Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:39:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85', '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/50d3a4f9-08f1-477d-9436-198037be8de3', 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_62aac581-b579-4d51-9bf0-5487cc61ec85', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85', 'created': u'2018-08-10T18:39:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:39: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/50d3a4f9-08f1-477d-9436-198037be8de3', 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_62aac581-b579-4d51-9bf0-5487cc61ec85', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:39:54,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:39:54,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_62aac581-b579-4d51-9bf0-5487cc61ec85", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:39:55,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-805c0694-d7a4-4881-bec3-f8a3f586db34 x-compute-request-id: req-805c0694-d7a4-4881-bec3-f8a3f586db34 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "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": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08"}} 2018-08-10 18:39:55,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-805c0694-d7a4-4881-bec3-f8a3f586db34 2018-08-10 18:39:55,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.852982997894s 2018-08-10 18:39:55,400 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-805c0694-d7a4-4881-bec3-f8a3f586db34 2018-08-10 18:39:55,401 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_62aac581-b579-4d51-9bf0-5487cc61ec85', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'3ffb8e68-8d1d-4ecc-95b3-76a17779ab08', 'swap': 0}) 2018-08-10 18:39:55,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:39:55,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08/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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" -d '{"extra_specs": {}}' 2018-08-10 18:39:55,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-c90be5fb-be05-4940-b734-9b54d841d095 x-compute-request-id: req-c90be5fb-be05-4940-b734-9b54d841d095 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:39:55,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08/os-extra_specs used request id req-c90be5fb-be05-4940-b734-9b54d841d095 2018-08-10 18:39:55,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212800502777s 2018-08-10 18:39:55,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08/os-extra_specs used request id req-c90be5fb-be05-4940-b734-9b54d841d095 2018-08-10 18:39:55,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 18:39:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"keypair": {"name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85"}}' 2018-08-10 18:39:55,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-49a127b1-90fb-4809-8638-5d0886b8e2c0 x-compute-request-id: req-49a127b1-90fb-4809-8638-5d0886b8e2c0 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaKwWNYtniedCol5qWt1YmkP1B4DDlmGK6j9XwYwgSmuqYHqxzf2j9e9p51rA5ibbFWQCfn3QGkWZIHRhFIjkqE5rkMf/4deP2FGcrQo1kcA0s3c7ZrNWZGzqJ+a3/SmH3JdzYRCR9e5xHveo7knuKcxC9x4+huQxyGuyYoJW1A07kxqWBpqi97waMc4iGDsz1rpWG7MLqpCCSoi3z3SPblSlmgr8ybObQZdq5CImDUWZ9VxLhaP9DNfSGAN3JfxH6MyZTfv5qPQPuU1q/HAbCHYW42locuSt6lhExKYm9qAy8ffWufrKqXQtlgWQArdiMtv4rTWe4P+aNd4YXjlet Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmisFjWLZ4nnQqJealrdWJpD9QeAw5Zhiuo/V8GMIEprqmB6s\nc39o/XvaedawOYm2xVkAn590BpFmSB0YRSI5KhOa5DH/+HXj9hRnK0KNZHANLN3O\n2azVmRs6ifmt/0ph9yXc2EQkfXucR73qO5J7inMQvcePobkMchrsmKCVtQNO5Mal\ngaaove8GjHOIhg7M9a6VhuzC6qQgkqIt890j25UpZoK/Mmzm0GXauQiJg1FmfVcS\n4Wj/QzX0hgDdyX8R+jMmU37+aj0D7lNavxwGwh2FuNpaHLkrepYRMSmJvagMvH31\nrn6yql0LZYFkAK3YjLb+K01nuD/mjXeGF45XrQIDAQABAoIBAAegXTPzUef8MrBE\nX6dZBm/9+ClMF98jvK6R8vljTMDu3PANhGZqRR1VBSfF0Q3nnB0DHB7JWooAo1ip\n58tzt/Q26BCl0I3P9yjzNW9UaX4wdNZlWpg2DpL2X9z3dv4MBfCd9ODV7iAu/zol\nUPMFegsNSiS5PIe5ib4TSuT5/K3pmlK2a49kkp1uQGug+0xsFdXeKVapxEQYHzLO\nGgg9Ni7XBSVJR/0v3rZczVHfdnqat8chjWZ/w7Hw0EV08HHN8kvsgFwlRqc4atoK\nGbXshnVvMVSJUaVGsusOyw6e6GW6X5QslWXH1UPEoEKooQZ6lkRbe+BtuJ5aUiwD\nB1vtDtkCgYEAyrv0teOyTOL0iBGcbFdVFzyTgE+JequAjMPHVOWmUwvkOADgZEF8\nxhi+4BH4pMFUFSXK1ellLChqINXvhML1L3qyT1lTA3AUllD2Y2cPgSqQll+TXt+k\nx8GD3ZEMgjGlvIWJiVSOFHlsjPtaDU+UdR4BIsLOErGnpfmdvOzgsVcCgYEAwqx5\nAF8/NzdMJ3itL6eWoTI8d9sSMTNDiNZ9ms4nx31Q7KKPdhFS/4jJRj8VjRpVkaFa\nSovml79Q8VtSvMbc8k0PvdDS2KrzrL/fv+jZeywHlYJx7FiwkG9/87YRa59fi41U\nAMYuSPElPT9JAIizTvw7mllePh7XYbdKHylhyJsCgYBNtDK8EHTDkW2GRbG9uM9t\nY5NpZ5LbCKbxzQw2lvrj87faW0OmSY9oYg2u1lSF2W+/10diK93SSf87bKQsL4lI\nVG/JiAQQWkIZxxhYyySfLlBSwnk6sN94jMxc/P5dXGgY1Nn9YAJBCLU5aBGA7pKJ\nPSHUT/QqKBuIux7hTa1lawKBgDV7lt6wTDjKO2TYtZPTEgIFQDGZgRz9PX+ZlfZy\nzuDyn8nzO0Cvr8K+fLWM3Unfw0R4NMsoNljYWc+FTGzKoab73uhCN7sI9Fswd7NM\nsHszdH3x0YSiNRfpWhjFm3Ga3nADiuGPkOW/QoDaIx8/byuzBlj4VnjwljGlXnrD\nLrcjAoGBAMaQZbREtjWeU6k0I/2LPldyiuJxBwd6ZmgslQ2K3r7y5z7yxsBr7BXo\nlLwWHGdtSwXMRYFr5fW2LWriGn+DQpvoeKtIObw9tgR5DINZenvWPpON/+JPl0li\nlvm4EaFye9xCMcF6by95e4/ZwdXtKqNrSw8yvZow6oMOKs1ydcwg\n-----END RSA PRIVATE KEY-----\n", "user_id": "976312df731b439a8bfad8314d4dc8a0", "name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "fingerprint": "a1:ab:dd:1c:1e:9d:3e:70:43:4d:9d:48:38:80:8b:8d"}} 2018-08-10 18:39:55,868 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-49a127b1-90fb-4809-8638-5d0886b8e2c0 2018-08-10 18:39:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.443888187408s 2018-08-10 18:39:55,868 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-49a127b1-90fb-4809-8638-5d0886b8e2c0 2018-08-10 18:39:55,869 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaKwWNYtniedCol5qWt1YmkP1B4DDlmGK6j9XwYwgSmuqYHqxzf2j9e9p51rA5ibbFWQCfn3QGkWZIHRhFIjkqE5rkMf/4deP2FGcrQo1kcA0s3c7ZrNWZGzqJ+a3/SmH3JdzYRCR9e5xHveo7knuKcxC9x4+huQxyGuyYoJW1A07kxqWBpqi97waMc4iGDsz1rpWG7MLqpCCSoi3z3SPblSlmgr8ybObQZdq5CImDUWZ9VxLhaP9DNfSGAN3JfxH6MyZTfv5qPQPuU1q/HAbCHYW42locuSt6lhExKYm9qAy8ffWufrKqXQtlgWQArdiMtv4rTWe4P+aNd4YXjlet Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAmisFjWLZ4nnQqJealrdWJpD9QeAw5Zhiuo/V8GMIEprqmB6s\nc39o/XvaedawOYm2xVkAn590BpFmSB0YRSI5KhOa5DH/+HXj9hRnK0KNZHANLN3O\n2azVmRs6ifmt/0ph9yXc2EQkfXucR73qO5J7inMQvcePobkMchrsmKCVtQNO5Mal\ngaaove8GjHOIhg7M9a6VhuzC6qQgkqIt890j25UpZoK/Mmzm0GXauQiJg1FmfVcS\n4Wj/QzX0hgDdyX8R+jMmU37+aj0D7lNavxwGwh2FuNpaHLkrepYRMSmJvagMvH31\nrn6yql0LZYFkAK3YjLb+K01nuD/mjXeGF45XrQIDAQABAoIBAAegXTPzUef8MrBE\nX6dZBm/9+ClMF98jvK6R8vljTMDu3PANhGZqRR1VBSfF0Q3nnB0DHB7JWooAo1ip\n58tzt/Q26BCl0I3P9yjzNW9UaX4wdNZlWpg2DpL2X9z3dv4MBfCd9ODV7iAu/zol\nUPMFegsNSiS5PIe5ib4TSuT5/K3pmlK2a49kkp1uQGug+0xsFdXeKVapxEQYHzLO\nGgg9Ni7XBSVJR/0v3rZczVHfdnqat8chjWZ/w7Hw0EV08HHN8kvsgFwlRqc4atoK\nGbXshnVvMVSJUaVGsusOyw6e6GW6X5QslWXH1UPEoEKooQZ6lkRbe+BtuJ5aUiwD\nB1vtDtkCgYEAyrv0teOyTOL0iBGcbFdVFzyTgE+JequAjMPHVOWmUwvkOADgZEF8\nxhi+4BH4pMFUFSXK1ellLChqINXvhML1L3qyT1lTA3AUllD2Y2cPgSqQll+TXt+k\nx8GD3ZEMgjGlvIWJiVSOFHlsjPtaDU+UdR4BIsLOErGnpfmdvOzgsVcCgYEAwqx5\nAF8/NzdMJ3itL6eWoTI8d9sSMTNDiNZ9ms4nx31Q7KKPdhFS/4jJRj8VjRpVkaFa\nSovml79Q8VtSvMbc8k0PvdDS2KrzrL/fv+jZeywHlYJx7FiwkG9/87YRa59fi41U\nAMYuSPElPT9JAIizTvw7mllePh7XYbdKHylhyJsCgYBNtDK8EHTDkW2GRbG9uM9t\nY5NpZ5LbCKbxzQw2lvrj87faW0OmSY9oYg2u1lSF2W+/10diK93SSf87bKQsL4lI\nVG/JiAQQWkIZxxhYyySfLlBSwnk6sN94jMxc/P5dXGgY1Nn9YAJBCLU5aBGA7pKJ\nPSHUT/QqKBuIux7hTa1lawKBgDV7lt6wTDjKO2TYtZPTEgIFQDGZgRz9PX+ZlfZy\nzuDyn8nzO0Cvr8K+fLWM3Unfw0R4NMsoNljYWc+FTGzKoab73uhCN7sI9Fswd7NM\nsHszdH3x0YSiNRfpWhjFm3Ga3nADiuGPkOW/QoDaIx8/byuzBlj4VnjwljGlXnrD\nLrcjAoGBAMaQZbREtjWeU6k0I/2LPldyiuJxBwd6ZmgslQ2K3r7y5z7yxsBr7BXo\nlLwWHGdtSwXMRYFr5fW2LWriGn+DQpvoeKtIObw9tgR5DINZenvWPpON/+JPl0li\nlvm4EaFye9xCMcF6by95e4/ZwdXtKqNrSw8yvZow6oMOKs1ydcwg\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'976312df731b439a8bfad8314d4dc8a0', 'name': u'vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85', 'created_at': '2018-08-10T18:39:55.869101', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'619aa196bc7b4670a582e97e4780757c', 'name': 'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a1:ab:dd:1c:1e:9d:3e:70:43:4d:9d:48:38:80:8b:8d', 'type': 'ssh', 'id': u'vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85'}) 2018-08-10 18:39:55,869 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAmisFjWLZ4nnQqJealrdWJpD9QeAw5Zhiuo/V8GMIEprqmB6s c39o/XvaedawOYm2xVkAn590BpFmSB0YRSI5KhOa5DH/+HXj9hRnK0KNZHANLN3O 2azVmRs6ifmt/0ph9yXc2EQkfXucR73qO5J7inMQvcePobkMchrsmKCVtQNO5Mal gaaove8GjHOIhg7M9a6VhuzC6qQgkqIt890j25UpZoK/Mmzm0GXauQiJg1FmfVcS 4Wj/QzX0hgDdyX8R+jMmU37+aj0D7lNavxwGwh2FuNpaHLkrepYRMSmJvagMvH31 rn6yql0LZYFkAK3YjLb+K01nuD/mjXeGF45XrQIDAQABAoIBAAegXTPzUef8MrBE X6dZBm/9+ClMF98jvK6R8vljTMDu3PANhGZqRR1VBSfF0Q3nnB0DHB7JWooAo1ip 58tzt/Q26BCl0I3P9yjzNW9UaX4wdNZlWpg2DpL2X9z3dv4MBfCd9ODV7iAu/zol UPMFegsNSiS5PIe5ib4TSuT5/K3pmlK2a49kkp1uQGug+0xsFdXeKVapxEQYHzLO Ggg9Ni7XBSVJR/0v3rZczVHfdnqat8chjWZ/w7Hw0EV08HHN8kvsgFwlRqc4atoK GbXshnVvMVSJUaVGsusOyw6e6GW6X5QslWXH1UPEoEKooQZ6lkRbe+BtuJ5aUiwD B1vtDtkCgYEAyrv0teOyTOL0iBGcbFdVFzyTgE+JequAjMPHVOWmUwvkOADgZEF8 xhi+4BH4pMFUFSXK1ellLChqINXvhML1L3qyT1lTA3AUllD2Y2cPgSqQll+TXt+k x8GD3ZEMgjGlvIWJiVSOFHlsjPtaDU+UdR4BIsLOErGnpfmdvOzgsVcCgYEAwqx5 AF8/NzdMJ3itL6eWoTI8d9sSMTNDiNZ9ms4nx31Q7KKPdhFS/4jJRj8VjRpVkaFa Sovml79Q8VtSvMbc8k0PvdDS2KrzrL/fv+jZeywHlYJx7FiwkG9/87YRa59fi41U AMYuSPElPT9JAIizTvw7mllePh7XYbdKHylhyJsCgYBNtDK8EHTDkW2GRbG9uM9t Y5NpZ5LbCKbxzQw2lvrj87faW0OmSY9oYg2u1lSF2W+/10diK93SSf87bKQsL4lI VG/JiAQQWkIZxxhYyySfLlBSwnk6sN94jMxc/P5dXGgY1Nn9YAJBCLU5aBGA7pKJ PSHUT/QqKBuIux7hTa1lawKBgDV7lt6wTDjKO2TYtZPTEgIFQDGZgRz9PX+ZlfZy zuDyn8nzO0Cvr8K+fLWM3Unfw0R4NMsoNljYWc+FTGzKoab73uhCN7sI9Fswd7NM sHszdH3x0YSiNRfpWhjFm3Ga3nADiuGPkOW/QoDaIx8/byuzBlj4VnjwljGlXnrD LrcjAoGBAMaQZbREtjWeU6k0I/2LPldyiuJxBwd6ZmgslQ2K3r7y5z7yxsBr7BXo lLwWHGdtSwXMRYFr5fW2LWriGn+DQpvoeKtIObw9tgR5DINZenvWPpON/+JPl0li lvm4EaFye9xCMcF6by95e4/ZwdXtKqNrSw8yvZow6oMOKs1ydcwg -----END RSA PRIVATE KEY----- 2018-08-10 18:39:55,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 18:39:55,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"security_group": {"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-10 18:39:56,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-b0e0ba86-ed8e-412a-80fe-18fffdf890e9 Date: Fri, 10 Aug 2018 18:39:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:56Z", "updated_at": "2018-08-10T18:39:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "232f2e49-d23f-4770-8804-90a08ce427c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "65e20c66-5b81-423a-917c-0092c767a938", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 1, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}} 2018-08-10 18:39:56,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-b0e0ba86-ed8e-412a-80fe-18fffdf890e9 2018-08-10 18:39:56,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.435993909836s 2018-08-10 18:39:56,308 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-b0e0ba86-ed8e-412a-80fe-18fffdf890e9 2018-08-10 18:39:56,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:39:56,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:56,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-2f368132-d9ac-4df0-8a21-c963a0b7816e Date: Fri, 10 Aug 2018 18:39:56 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:56Z", "updated_at": "2018-08-10T18:39:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "232f2e49-d23f-4770-8804-90a08ce427c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "65e20c66-5b81-423a-917c-0092c767a938", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 1, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}, {"description": "Default security group", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:45Z", "updated_at": "2018-08-10T18:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "043193cd-a056-4aad-8dab-93ad90ad97ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "67633840-1c8b-4bdf-ac20-2ac3b2c72546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "d5f7ccc0-175c-4e22-bb29-183ba0fe322e", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "ee352dc1-1333-4a12-846a-662b00eaf8d5", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 1, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "name": "default"}]} 2018-08-10 18:39:56,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-2f368132-d9ac-4df0-8a21-c963a0b7816e 2018-08-10 18:39:56,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0937240123749s 2018-08-10 18:39:56,407 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-2f368132-d9ac-4df0-8a21-c963a0b7816e 2018-08-10 18:39:56,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:39:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -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": "6461bc80-4457-4ccb-b24f-4974836f47d5"}}' 2018-08-10 18:39:56,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bc5b156f-bccc-417f-a46c-36559338e0a0 Date: Fri, 10 Aug 2018 18:39:56 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-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "port_range_min": 22, "revision_number": 0, "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:56Z", "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "105401fb-b792-476b-9810-6c6da99f0911"}} 2018-08-10 18:39:56,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-bc5b156f-bccc-417f-a46c-36559338e0a0 2018-08-10 18:39:56,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.445702075958s 2018-08-10 18:39:56,857 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-bc5b156f-bccc-417f-a46c-36559338e0a0 2018-08-10 18:39:56,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:39:56,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:57,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-7f3f39ed-ff39-40dc-80ea-39a4218e7d1c Date: Fri, 10 Aug 2018 18:39:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:56Z", "updated_at": "2018-08-10T18:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "105401fb-b792-476b-9810-6c6da99f0911", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "232f2e49-d23f-4770-8804-90a08ce427c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "65e20c66-5b81-423a-917c-0092c767a938", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 2, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}, {"description": "Default security group", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:45Z", "updated_at": "2018-08-10T18:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "043193cd-a056-4aad-8dab-93ad90ad97ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "67633840-1c8b-4bdf-ac20-2ac3b2c72546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "d5f7ccc0-175c-4e22-bb29-183ba0fe322e", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "ee352dc1-1333-4a12-846a-662b00eaf8d5", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 1, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "name": "default"}]} 2018-08-10 18:39:57,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7f3f39ed-ff39-40dc-80ea-39a4218e7d1c 2018-08-10 18:39:57,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.216864109039s 2018-08-10 18:39:57,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7f3f39ed-ff39-40dc-80ea-39a4218e7d1c 2018-08-10 18:39:57,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:39:57,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -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": "6461bc80-4457-4ccb-b24f-4974836f47d5"}}' 2018-08-10 18:39:57,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-0f9850bc-6499-43af-8cce-4b390df86c6a Date: Fri, 10 Aug 2018 18:39:57 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-10T18:39:57Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "port_range_min": null, "revision_number": 0, "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:57Z", "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "eef6ae17-cf66-43d2-ada1-4e2bd3d65cb9"}} 2018-08-10 18:39:57,527 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-0f9850bc-6499-43af-8cce-4b390df86c6a 2018-08-10 18:39:57,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.446521997452s 2018-08-10 18:39:57,528 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-0f9850bc-6499-43af-8cce-4b390df86c6a 2018-08-10 18:39:57,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:39:57,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:57,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8a637276-2246-42e3-9c25-d27ea42e8041 Date: Fri, 10 Aug 2018 18:39: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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2b754e60-b5d6-429c-95d8-2bcabdf47a14"],"updated_at":"2018-08-10T18:39:46Z","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:39:57,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-8a637276-2246-42e3-9c25-d27ea42e8041 2018-08-10 18:39:57,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.408155202866s 2018-08-10 18:39:57,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-8a637276-2246-42e3-9c25-d27ea42e8041 2018-08-10 18:39:57,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:39:57,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:58,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-1e4d3b12-6450-4127-9c6e-7a17ed1b111f Date: Fri, 10 Aug 2018 18:39:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:39:53Z", "file": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file", "owner": "619aa196bc7b4670a582e97e4780757c", "id": "50d3a4f9-08f1-477d-9436-198037be8de3", "size": 12716032, "self": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:39:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:39:58,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-1e4d3b12-6450-4127-9c6e-7a17ed1b111f 2018-08-10 18:39:58,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266857147217s 2018-08-10 18:39:58,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-1e4d3b12-6450-4127-9c6e-7a17ed1b111f 2018-08-10 18:39:58,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:39:58,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:39:58,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:39: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-9ee8ec09-c85c-436d-8d0a-a0a5b699aa66 x-compute-request-id: req-9ee8ec09-c85c-436d-8d0a-a0a5b699aa66 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "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": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08"}]} 2018-08-10 18:39:58,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-9ee8ec09-c85c-436d-8d0a-a0a5b699aa66 2018-08-10 18:39:58,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243089199066s 2018-08-10 18:39:58,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-9ee8ec09-c85c-436d-8d0a-a0a5b699aa66 2018-08-10 18:39:58,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:39:58,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"server": {"name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "imageRef": "50d3a4f9-08f1-477d-9436-198037be8de3", "flavorRef": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cce610c8-ab94-4723-bbab-771324f07638"}], "security_groups": [{"name": "6461bc80-4457-4ccb-b24f-4974836f47d5"}]}}' 2018-08-10 18:40:03,889 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:39: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-5cc3deed-eb7f-4bdb-b10c-90977d9002b9 x-compute-request-id: req-5cc3deed-eb7f-4bdb-b10c-90977d9002b9 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6461bc80-4457-4ccb-b24f-4974836f47d5"}], "OS-DCF:diskConfig": "MANUAL", "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "adminPass": "jAk6evjG7NoG"}} 2018-08-10 18:40:03,889 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-5cc3deed-eb7f-4bdb-b10c-90977d9002b9 2018-08-10 18:40:03,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.65214514732s 2018-08-10 18:40:03,890 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-5cc3deed-eb7f-4bdb-b10c-90977d9002b9 2018-08-10 18:40:03,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:03,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:04,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-6b4bdbe3-aafd-4676-a22b-8f01623ed943 x-compute-request-id: req-6b4bdbe3-aafd-4676-a22b-8f01623ed943 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:04,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6b4bdbe3-aafd-4676-a22b-8f01623ed943 2018-08-10 18:40:04,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65872502327s 2018-08-10 18:40:04,550 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6b4bdbe3-aafd-4676-a22b-8f01623ed943 2018-08-10 18:40:04,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:40:04,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:04,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-36067931-4736-491d-9c8a-23813e5af1fa Date: Fri, 10 Aug 2018 18:40: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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2b754e60-b5d6-429c-95d8-2bcabdf47a14"],"updated_at":"2018-08-10T18:39:46Z","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:04,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-36067931-4736-491d-9c8a-23813e5af1fa 2018-08-10 18:40:04,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0984499454498s 2018-08-10 18:40:04,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-36067931-4736-491d-9c8a-23813e5af1fa 2018-08-10 18:40:04,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:40:04,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:04,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-88103e1a-45d3-4e6b-b574-be6fcbb6c271 Date: Fri, 10 Aug 2018 18:40:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce610c8-ab94-4723-bbab-771324f07638","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:39:46Z","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":"619aa196bc7b4670a582e97e4780757c","id":"2b754e60-b5d6-429c-95d8-2bcabdf47a14","subnetpool_id":null,"name":"vping_ssh-subnet_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:04,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-88103e1a-45d3-4e6b-b574-be6fcbb6c271 2018-08-10 18:40:04,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.288357019424s 2018-08-10 18:40:04,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-88103e1a-45d3-4e6b-b574-be6fcbb6c271 2018-08-10 18:40:04,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:06,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:06,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:07,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-6c48bd78-fbee-4129-8149-f13634b666d6 x-compute-request-id: req-6c48bd78-fbee-4129-8149-f13634b666d6 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:07Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:07,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6c48bd78-fbee-4129-8149-f13634b666d6 2018-08-10 18:40:07,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811496973038s 2018-08-10 18:40:07,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6c48bd78-fbee-4129-8149-f13634b666d6 2018-08-10 18:40:07,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:09,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:09,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:11,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-4ba5844c-3f17-40c8-9190-56792c569632 x-compute-request-id: req-4ba5844c-3f17-40c8-9190-56792c569632 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.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:07Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:11,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4ba5844c-3f17-40c8-9190-56792c569632 2018-08-10 18:40:11,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.29860305786s 2018-08-10 18:40:11,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4ba5844c-3f17-40c8-9190-56792c569632 2018-08-10 18:40:11,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:13,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:13,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:14,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-fa06657d-64fd-4b50-8d01-b770195174fa x-compute-request-id: req-fa06657d-64fd-4b50-8d01-b770195174fa Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:13Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:14,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fa06657d-64fd-4b50-8d01-b770195174fa 2018-08-10 18:40:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.84419298172s 2018-08-10 18:40:14,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fa06657d-64fd-4b50-8d01-b770195174fa 2018-08-10 18:40:14,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:40:14,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=9255dc77-4471-4a6e-a56a-d5a481f8ceb4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:14,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5ec76b63-4a3a-4e7c-b9bb-4518c28d1064 Date: Fri, 10 Aug 2018 18:40:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cce610c8-ab94-4723-bbab-771324f07638","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:40:07Z","admin_state_up":true,"updated_at":"2018-08-10T18:40:12Z","binding:vnic_type":"normal","device_id":"9255dc77-4471-4a6e-a56a-d5a481f8ceb4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:92:77:e5","id":"86da1fdd-eff3-4921-98e3-129c83287a6c","port_security_enabled":true,"project_id":"619aa196bc7b4670a582e97e4780757c","fixed_ips":[{"subnet_id":"2b754e60-b5d6-429c-95d8-2bcabdf47a14","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["6461bc80-4457-4ccb-b24f-4974836f47d5"],"name":""}]} 2018-08-10 18:40:14,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=9255dc77-4471-4a6e-a56a-d5a481f8ceb4 used request id req-5ec76b63-4a3a-4e7c-b9bb-4518c28d1064 2018-08-10 18:40:14,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0574290752411s 2018-08-10 18:40:14,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=9255dc77-4471-4a6e-a56a-d5a481f8ceb4 used request id req-5ec76b63-4a3a-4e7c-b9bb-4518c28d1064 2018-08-10 18:40:14,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:40:14,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=86da1fdd-eff3-4921-98e3-129c83287a6c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:15,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8dadc30-25d0-492d-a0b4-69d1e634f4f7 Date: Fri, 10 Aug 2018 18:40:15 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:40:15,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=86da1fdd-eff3-4921-98e3-129c83287a6c used request id req-e8dadc30-25d0-492d-a0b4-69d1e634f4f7 2018-08-10 18:40:15,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0498170852661s 2018-08-10 18:40:15,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=86da1fdd-eff3-4921-98e3-129c83287a6c used request id req-e8dadc30-25d0-492d-a0b4-69d1e634f4f7 2018-08-10 18:40:15,035 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:92:77:e5', 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'50d3a4f9-08f1-477d-9436-198037be8de3'}), 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-10T18:40:13.000000', 'flavor': Munch({u'id': u'3ffb8e68-8d1d-4ecc-95b3-76a17779ab08'}), 'az': u'nova', 'id': u'9255dc77-4471-4a6e-a56a-d5a481f8ceb4', 'security_groups': [Munch({u'name': u'vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'976312df731b439a8bfad8314d4dc8a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'619aa196bc7b4670a582e97e4780757c', 'name': 'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', '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-10T18:40:13.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:40:13Z', 'hostId': u'a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2', '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-10T18:40:13.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'619aa196bc7b4670a582e97e4780757c', 'name': u'vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85', 'adminPass': u'jAk6evjG7NoG', 'tenant_id': u'619aa196bc7b4670a582e97e4780757c', 'created_at': u'2018-08-10T18:40:03Z', 'created': u'2018-08-10T18:40:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:40:15,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:40:15,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:15,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d23d2770-ed49-4a8f-b26d-4bc6c8010cd3 Date: Fri, 10 Aug 2018 18:40:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2b754e60-b5d6-429c-95d8-2bcabdf47a14"],"updated_at":"2018-08-10T18:39:46Z","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:15,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d23d2770-ed49-4a8f-b26d-4bc6c8010cd3 2018-08-10 18:40:15,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.128323793411s 2018-08-10 18:40:15,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d23d2770-ed49-4a8f-b26d-4bc6c8010cd3 2018-08-10 18:40:15,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:40:15,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:15,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9c2255c9-bbe9-409d-9da7-6e9185aa3c1f Date: Fri, 10 Aug 2018 18:40:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:39:53Z", "file": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file", "owner": "619aa196bc7b4670a582e97e4780757c", "id": "50d3a4f9-08f1-477d-9436-198037be8de3", "size": 12716032, "self": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:39:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:40:15,459 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9c2255c9-bbe9-409d-9da7-6e9185aa3c1f 2018-08-10 18:40:15,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290975093842s 2018-08-10 18:40:15,459 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9c2255c9-bbe9-409d-9da7-6e9185aa3c1f 2018-08-10 18:40:15,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:40:15,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:15,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-16fcb429-b28a-4358-9c15-f41f17d0b9c3 x-compute-request-id: req-16fcb429-b28a-4358-9c15-f41f17d0b9c3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "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": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08"}]} 2018-08-10 18:40:15,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-16fcb429-b28a-4358-9c15-f41f17d0b9c3 2018-08-10 18:40:15,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254051685333s 2018-08-10 18:40:15,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-16fcb429-b28a-4358-9c15-f41f17d0b9c3 2018-08-10 18:40:15,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:40:15,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"server": {"name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "imageRef": "50d3a4f9-08f1-477d-9436-198037be8de3", "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "flavorRef": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cce610c8-ab94-4723-bbab-771324f07638"}], "security_groups": [{"name": "6461bc80-4457-4ccb-b24f-4974836f47d5"}]}}' 2018-08-10 18:40:20,602 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:40: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-20302eee-ce1a-4641-8155-1ddca38cd1fe x-compute-request-id: req-20302eee-ce1a-4641-8155-1ddca38cd1fe Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "6461bc80-4457-4ccb-b24f-4974836f47d5"}], "OS-DCF:diskConfig": "MANUAL", "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "adminPass": "f9b5pRCwTKN4"}} 2018-08-10 18:40:20,602 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-20302eee-ce1a-4641-8155-1ddca38cd1fe 2018-08-10 18:40:20,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.11425185204s 2018-08-10 18:40:20,602 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-20302eee-ce1a-4641-8155-1ddca38cd1fe 2018-08-10 18:40:20,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:20,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:21,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-17836990-ff1f-4b73-8895-63f1209b87f0 x-compute-request-id: req-17836990-ff1f-4b73-8895-63f1209b87f0 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.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:13Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:21,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-17836990-ff1f-4b73-8895-63f1209b87f0 2018-08-10 18:40:21,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739946842194s 2018-08-10 18:40:21,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-17836990-ff1f-4b73-8895-63f1209b87f0 2018-08-10 18:40:21,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:23,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:23,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:24,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-467ff667-8e15-4745-9c7d-e5b880f02769 x-compute-request-id: req-467ff667-8e15-4745-9c7d-e5b880f02769 Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:23Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:13Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:24,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-467ff667-8e15-4745-9c7d-e5b880f02769 2018-08-10 18:40:24,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50322604179s 2018-08-10 18:40:24,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-467ff667-8e15-4745-9c7d-e5b880f02769 2018-08-10 18:40:24,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:26,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:26,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:27,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-60c8c4bd-8293-4126-b863-90d7dafffa86 x-compute-request-id: req-60c8c4bd-8293-4126-b863-90d7dafffa86 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.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:24Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:13Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:27,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-60c8c4bd-8293-4126-b863-90d7dafffa86 2018-08-10 18:40:27,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.748771905899s 2018-08-10 18:40:27,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-60c8c4bd-8293-4126-b863-90d7dafffa86 2018-08-10 18:40:27,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:29,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:29,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:30,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-f9ef7170-92f6-433b-9800-213896da0b8d x-compute-request-id: req-f9ef7170-92f6-433b-9800-213896da0b8d 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.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:40:24Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:13Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:30,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f9ef7170-92f6-433b-9800-213896da0b8d 2018-08-10 18:40:30,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6793820858s 2018-08-10 18:40:30,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f9ef7170-92f6-433b-9800-213896da0b8d 2018-08-10 18:40:30,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:32,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:32,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:32,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-a98b13e9-aab2-48d2-881e-6145473b8c88 x-compute-request-id: req-a98b13e9-aab2-48d2-881e-6145473b8c88 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:ba:a4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:30.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:30Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:13Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:32,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a98b13e9-aab2-48d2-881e-6145473b8c88 2018-08-10 18:40:32,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64035487175s 2018-08-10 18:40:32,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a98b13e9-aab2-48d2-881e-6145473b8c88 2018-08-10 18:40:32,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:40:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=ac0bee4a-16a6-4d25-a120-782ccf762038" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:33,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bcb0ccf0-dbd8-41bc-9a10-608812f13fbe Date: Fri, 10 Aug 2018 18:40:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cce610c8-ab94-4723-bbab-771324f07638","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:40:25Z","admin_state_up":true,"updated_at":"2018-08-10T18:40:30Z","binding:vnic_type":"normal","device_id":"ac0bee4a-16a6-4d25-a120-782ccf762038","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b1:ba:a4","id":"dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19","port_security_enabled":true,"project_id":"619aa196bc7b4670a582e97e4780757c","fixed_ips":[{"subnet_id":"2b754e60-b5d6-429c-95d8-2bcabdf47a14","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["6461bc80-4457-4ccb-b24f-4974836f47d5"],"name":""}]} 2018-08-10 18:40:33,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=ac0bee4a-16a6-4d25-a120-782ccf762038 used request id req-bcb0ccf0-dbd8-41bc-9a10-608812f13fbe 2018-08-10 18:40:33,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0783240795135s 2018-08-10 18:40:33,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=ac0bee4a-16a6-4d25-a120-782ccf762038 used request id req-bcb0ccf0-dbd8-41bc-9a10-608812f13fbe 2018-08-10 18:40:33,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:40:33,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:33,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e5182e42-0adc-4486-ae8d-621237c890da Date: Fri, 10 Aug 2018 18:40:33 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:40:33,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19 used request id req-e5182e42-0adc-4486-ae8d-621237c890da 2018-08-10 18:40:33,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.229329109192s 2018-08-10 18:40:33,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19 used request id req-e5182e42-0adc-4486-ae8d-621237c890da 2018-08-10 18:40:33,264 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b1:ba:a4', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'50d3a4f9-08f1-477d-9436-198037be8de3'}), 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-10T18:40:30.000000', 'flavor': Munch({u'id': u'3ffb8e68-8d1d-4ecc-95b3-76a17779ab08'}), 'az': u'nova', 'id': u'ac0bee4a-16a6-4d25-a120-782ccf762038', 'security_groups': [Munch({u'name': u'vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'976312df731b439a8bfad8314d4dc8a0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'619aa196bc7b4670a582e97e4780757c', 'name': 'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', '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-10T18:40:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:40:30Z', 'hostId': u'5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3', '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-10T18:40:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'619aa196bc7b4670a582e97e4780757c', 'name': u'vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85', 'adminPass': u'f9b5pRCwTKN4', 'tenant_id': u'619aa196bc7b4670a582e97e4780757c', 'created_at': u'2018-08-10T18:40:20Z', 'created': u'2018-08-10T18:40:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:40:33,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:40:33,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:33,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1a537a37-ada2-4390-abac-2b944542d738 Date: Fri, 10 Aug 2018 18:40:33 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2b754e60-b5d6-429c-95d8-2bcabdf47a14"],"updated_at":"2018-08-10T18:39:46Z","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:33,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-1a537a37-ada2-4390-abac-2b944542d738 2018-08-10 18:40:33,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1033680439s 2018-08-10 18:40:33,371 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-1a537a37-ada2-4390-abac-2b944542d738 2018-08-10 18:40:33,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:40:33,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=ac0bee4a-16a6-4d25-a120-782ccf762038" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:33,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d1746618-405d-47e5-8160-62279c606570 Date: Fri, 10 Aug 2018 18:40:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cce610c8-ab94-4723-bbab-771324f07638","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:40:25Z","admin_state_up":true,"updated_at":"2018-08-10T18:40:30Z","binding:vnic_type":"normal","device_id":"ac0bee4a-16a6-4d25-a120-782ccf762038","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b1:ba:a4","id":"dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19","port_security_enabled":true,"project_id":"619aa196bc7b4670a582e97e4780757c","fixed_ips":[{"subnet_id":"2b754e60-b5d6-429c-95d8-2bcabdf47a14","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["6461bc80-4457-4ccb-b24f-4974836f47d5"],"name":""}]} 2018-08-10 18:40:33,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=ac0bee4a-16a6-4d25-a120-782ccf762038 used request id req-d1746618-405d-47e5-8160-62279c606570 2018-08-10 18:40:33,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0510601997375s 2018-08-10 18:40:33,424 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=ac0bee4a-16a6-4d25-a120-782ccf762038 used request id req-d1746618-405d-47e5-8160-62279c606570 2018-08-10 18:40:33,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 18:40:33,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.9", "port_id": "dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19"}}' 2018-08-10 18:40:35,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-d180880d-1c81-405b-9e23-f038fd58e04a Date: Fri, 10 Aug 2018 18:40:35 GMT RESP BODY: {"floatingip": {"router_id": "5ac30e62-b75e-4e07-9508-258d9d106bf0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:40:34Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19", "id": "571b1820-830b-4edf-9d8b-fafbed35ee92", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:40:34Z", "project_id": "619aa196bc7b4670a582e97e4780757c"}} 2018-08-10 18:40:35,224 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-d180880d-1c81-405b-9e23-f038fd58e04a 2018-08-10 18:40:35,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79971694946s 2018-08-10 18:40:35,225 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-d180880d-1c81-405b-9e23-f038fd58e04a 2018-08-10 18:40:35,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:40:35,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:35,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-ad7d8072-e008-42ef-b219-65ee643b9314 Date: Fri, 10 Aug 2018 18:40:35 GMT RESP BODY: {"floatingips": [{"router_id": "5ac30e62-b75e-4e07-9508-258d9d106bf0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:40:34Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19", "id": "571b1820-830b-4edf-9d8b-fafbed35ee92", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:40:34Z", "project_id": "619aa196bc7b4670a582e97e4780757c"}]} 2018-08-10 18:40:35,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-ad7d8072-e008-42ef-b219-65ee643b9314 2018-08-10 18:40:35,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0635850429535s 2018-08-10 18:40:35,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-ad7d8072-e008-42ef-b219-65ee643b9314 2018-08-10 18:40:35,300 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'5ac30e62-b75e-4e07-9508-258d9d106bf0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'619aa196bc7b4670a582e97e4780757c', 'created_at': u'2018-08-10T18:40:34Z', 'attached': True, 'updated_at': u'2018-08-10T18:40:34Z', 'id': u'571b1820-830b-4edf-9d8b-fafbed35ee92', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'619aa196bc7b4670a582e97e4780757c', 'name': 'vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'5ac30e62-b75e-4e07-9508-258d9d106bf0', 'project_id': u'619aa196bc7b4670a582e97e4780757c', 'port_id': u'dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19', 'port': u'dff82ae6-f451-4c1b-98aa-c3e9e2f0ba19', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 18:40:35,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:40:35,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038/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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:40:35,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-9fde7d00-d653-449d-b3e3-0956cbc83132 x-compute-request-id: req-9fde7d00-d653-449d-b3e3-0956cbc83132 Content-Encoding: gzip Content-Length: 9565 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470839842 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135310] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.136968] pid_max: default: 32768 minimum: 301\n[ 0.137861] ACPI: Core revision 20150930\n[ 0.139243] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140560] Security Framework initialized\n[ 0.141378] Yama: becoming mindful.\n[ 0.142111] AppArmor: AppArmor initialized\n[ 0.142977] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144320] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.145601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.146819] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148235] Initializing cgroup subsys io\n[ 0.149055] Initializing cgroup subsys memory\n[ 0.149917] Initializing cgroup subsys devices\n[ 0.150805] Initializing cgroup subsys freezer\n[ 0.151675] Initializing cgroup subsys net_cls\n[ 0.152543] Initializing cgroup subsys perf_event\n[ 0.153457] Initializing cgroup subsys net_prio\n[ 0.154352] Initializing cgroup subsys hugetlb\n[ 0.155225] Initializing cgroup subsys pids\n[ 0.156100] CPU: Physical Processor ID: 0\n[ 0.157594] mce: CPU supports 10 MCE banks\n[ 0.158456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173823] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179870] ftrace: allocating 31920 entries in 125 pages\n[ 0.204372] smpboot: Max logical packages: 1\n[ 0.205242] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.206602] x2apic enabled\n[ 0.207416] Switched APIC routing to physical x2apic.\n[ 0.209138] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.210263] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.212282] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214087] KVM setup paravirtual spinlock\n[ 0.215391] x86: Booted up 1 node, 1 CPUs\n[ 0.216206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.217600] devtmpfs: initialized\n[ 0.219319] evm: security.selinux\n[ 0.220023] evm: security.SMACK64\n[ 0.220713] evm: security.SMACK64EXEC\n[ 0.221457] evm: security.SMACK64TRANSMUTE\n[ 0.222264] evm: security.SMACK64MMAP\n[ 0.223014] evm: security.ima\n[ 0.223655] evm: security.capability\n[ 0.224463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.226618] pinctrl core: initialized pinctrl subsystem\n[ 0.227907] RTC time: 18:40:30, date: 08/10/18\n[ 0.229012] NET: Registered protocol family 16\n[ 0.230167] cpuidle: using governor ladder\n[ 0.231090] cpuidle: using governor menu\n[ 0.231942] PCCT header not found.\n[ 0.232776] ACPI: bus type PCI registered\n[ 0.233687] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235067] PCI: Using configuration type 1 for base access\n[ 0.236981] ACPI: Added _OSI(Module Device)\n[ 0.237899] ACPI: Added _OSI(Processor Device)\n[ 0.238850] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239851] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241800] ACPI: Interpreter enabled\n[ 0.242630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248359] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250218] ACPI: (supports S0 S5)\n[ 0.250928] ACPI: Using IOAPIC for interrupt routing\n[ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256174] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260854] acpiphp: Slot [3] registered\n[ 0.261657] acpiphp: Slot [4] registered\n[ 0.262465] acpiphp: Slot [5] registered\n[ 0.263271] acpiphp: Slot [6] registered\n[ 0.264074] acpiphp: Slot [7] registered\n[ 0.264879] acpiphp: Slot [8] registered\n[ 0.265688] acpiphp: Slot [9] registered\n[ 0.266487] acpiphp: Slot [10] registered\n[ 0.267305] acpiphp: Slot [11] registered\n[ 0.268132] acpiphp: Slot [12] registered\n[ 0.268949] acpiphp: Slot [13] registered\n[ 0.269762] acpiphp: Slot [14] registered\n[ 0.270572] acpiphp: Slot [15] registered\n[ 0.281604] acpiphp: Slot [16] registered\n[ 0.282437] acpiphp: Slot [17] registered\n[ 0.283257] acpiphp: Slot [18] registered\n[ 0.284073] acpiphp: Slot [19] registered\n[ 0.284886] acpiphp: Slot [20] registered\n[ 0.285755] acpiphp: Slot [21] registered\n[ 0.286574] acpiphp: Slot [22] registered\n[ 0.287460] acpiphp: Slot [23] registered\n[ 0.288289] acpiphp: Slot [24] registered\n[ 0.289117] acpiphp: Slot [25] registered\n[ 0.289944] acpiphp: Slot [26] registered\n[ 0.290765] acpiphp: Slot [27] registered\n[ 0.291583] acpiphp: Slot [28] registered\n[ 0.292451] acpiphp: Slot [29] registered\n[ 0.293271] acpiphp: Slot [30] registered\n[ 0.294102] acpiphp: Slot [31] registered\n[ 0.294939] PCI host bridge to bus 0000:00\n[ 0.295758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296977] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301136] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302617] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305914] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309672] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.314745] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.334731] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336493] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.337931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339331] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340605] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.341922] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.342993] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344545] vgaarb: loaded\n[ 0.345147] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346383] SCSI subsystem initialized\n[ 0.347302] ACPI: bus type USB registered\n[ 0.348139] usbcore: registered new interface driver usbfs\n[ 0.349174] usbcore: registered new interface driver hub\n[ 0.350191] usbcore: registered new device driver usb\n[ 0.351304] PCI: Using ACPI for IRQ routing\n[ 0.352424] NetLabel: Initializing\n[ 0.353153] NetLabel: domain hash size = 128\n[ 0.354004] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.354968] NetLabel: unlabeled traffic allowed by default\n[ 0.356130] clocksource: Switched to clocksource kvm-clock\n[ 0.364215] AppArmor: AppArmor Filesystem Enabled\n[ 0.365219] pnp: PnP ACPI init\n[ 0.366157] pnp: PnP ACPI: found 5 devices\n[ 0.372467] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374185] NET: Registered protocol family 2\n[ 0.375242] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.376554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.377778] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.378977] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381257] NET: Registered protocol family 1\n[ 0.382145] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383253] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.384341] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.398385] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.412506] Trying to unpack rootfs image as initramfs...\n[ 0.468872] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.470561] Scanning for low memory corruption every 60 seconds\n[ 0.471918] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.473104] audit: initializing netlink subsys (disabled)\n[ 0.474140] audit: type=2000 audit(1533926431.166:1): initialized\n[ 0.475486] Initialise system trusted keyring\n[ 0.476476] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.477647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.479778] zbud: loaded\n[ 0.480518] VFS: Disk quotas dquot_6.6.0\n[ 0.481349] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.482955] fuse init (API version 7.23)\n[ 0.483878] Key type big_key registered\n[ 0.484698] Allocating IMA MOK and blacklist keyrings.\n[ 0.485925] Key type asymmetric registered\n[ 0.486758] Asymmetric key parser 'x509' registered\n[ 0.487724] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.489212] io scheduler noop registered\n[ 0.490026] io scheduler deadline registered (default)\n[ 0.491032] io scheduler cfq registered\n[ 0.491886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.492939] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.494232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.495703] ACPI: Power Button [PWRF]\n[ 0.496571] GHES: HEST is not enabled!\n[ 0.510237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538245] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540354] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564384] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566647] Linux agpgart interface v0.103\n[ 0.569243] brd: module loaded\n[ 0.570898] loop: module loaded\n[ 0.574833] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576335] GPT:90111 != 2097151\n[ 0.577026] GPT:Alternate GPT header not at the end of the disk.\n[ 0.578145] GPT:90111 != 2097151\n[ 0.578835] GPT: Use GNU Parted to correct GPT errors.\n[ 0.579822] vda: vda1 vda15\n[ 0.581063] scsi host0: ata_piix\n[ 0.581858] scsi host1: ata_piix\n[ 0.582590] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.583836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585337] libphy: Fixed MDIO Bus: probed\n[ 0.586276] tun: Universal TUN/TAP device driver, 1.6\n[ 0.587250] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.589433] PPP generic driver version 2.4.2\n[ 0.592712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.593947] ehci-pci: EHCI PCI platform driver\n[ 0.594845] ehci-platform: EHCI generic platform driver\n[ 0.595865] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597040] ohci-pci: OHCI PCI platform driver\n[ 0.597939] ohci-platform: OHCI generic platform driver\n[ 0.598958] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613647] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614693] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616198] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617268] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618452] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619733] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621189] usb usb1: Product: UHCI Host Controller\n[ 0.622160] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623332] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624357] hub 1-0:1.0: USB hub found\n[ 0.625166] hub 1-0:1.0: 2 ports detected\n[ 0.626165] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628404] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630467] mousedev: PS/2 mouse device common for all mice\n[ 0.631910] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633828] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637442] i2c /dev entries driver\n[ 0.638251] device-mapper: uevent: version 1.0.3\n[ 0.639263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.640962] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642506] NET: Registered protocol family 10\n[ 0.643711] NET: Registered protocol family 17\n[ 0.644641] Key type dns_resolver registered\n[ 0.645699] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.646830] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.648695] registered taskstats version 1\n[ 0.649557] Loading compiled-in X.509 certificates\n[ 0.651269] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.653686] zswap: loaded using pool lzo/zbud\n[ 0.655585] Key type trusted registered\n[ 0.657589] Key type encrypted registered\n[ 0.658641] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.660053] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661412] evm: HMAC attrs: 0x1\n[ 0.662610] Magic number: 14:804:695\n[ 0.663618] pci 0000:00:00.0: hash matches\n[ 0.664765] rtc_cmos 00:00: setting system clock to 2018-08-10 18:40:30 UTC (1533926430)\n[ 0.666813] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668239] EDD information not available.\n[ 0.745445] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.747396] Write protecting the kernel read-only data: 14336k\n[ 0.749825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.752086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.58\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.799545] random: blkid urandom read with 2 bits 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.9...\nLease of 192.168.120.9 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.80. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCePf5LUKlcAFbrtvmQXA5FB8f8AX8/wjiT1IEdkvomcrVJ/DsCiVndNj8vidz2mO8VSOddNega+c51DJ+gdZoXGdVE655qSCgZAOCdif7ZBhJ8ZMWI38bAnSecaQyQt+8xmJoLzvHf5BdB5EkEr3/4sPNd+Ha41MU6GkPCoiKP2rWDl8GAyS4FYxK2fBA7U82NcU7+q1bU0o31m9yqG4dFq3K5xujFTt/GT1eGOwyvLS/dHcPox58qOYWvrsOtr8+ZBz+k9k5CnZm57FuMTWJZ6IE8Z38/JDSIi9c8ADdqESsd7zJ+1zaRbFr6yD+CEa738dZ+XNDE5xe9DR3sX6Vz root@vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85\nssh-dss AAAAB3NzaC1kc3MAAACBAIM9rnxb1fCpA4s98RMC/MYyAYHNiP/CVM49cvhgLHLa0sD63fK5vfKWhIwmcC7htc2swbMw3S/WrUT9po5YNuOdoKamIlSnN60iPQKCDPeJXQMo5N+0gYTHUpMyIfxQHUHP7bT1cQ5yheiykThOGr5nfxxNXkPF5oHEoyuGPW03AAAAFQCcloKFJMiv/Cn94R5TVZDK/VvKYQAAAIBTousLUTzf6RTUdNMSQD3f5Dp6iAL5m/q56KA110CyV67eZP5GKL9tluNEzFI7bolDZWy3vqxtEdrrywKxwz01k6B4lm6qmYFln8foUW9SliUltSoJF6ZqeI9lqUumtjslzZDDp9a51009ftBOn2n9pIMTkwTVXb+pxgsEFR1hnQAAAIABZFHxkGddclTZCheDwZHfm5zgmBWDsWZ3PJmXQYNWyixiGUqivwJjKYB0M0Q4eiLwlfb29nng4glb5UHbWvJ0k6Hl9l8ptvfIVXLsGRlvBbAKRY8KREc5bO+TZ3u0vmZyRm9pHJjyM05zucLnuAi/Paj8SiJvNzNgDF6MkKy1hg== root@vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.14s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feb1:baa4/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.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.67 ===\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-62aac581-b579-4d51-9bf0-5487cc61ec85 login: "} 2018-08-10 18:40:35,438 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038/action used request id req-9fde7d00-d653-449d-b3e3-0956cbc83132 2018-08-10 18:40:35,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.137559890747s 2018-08-10 18:40:35,439 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038/action used request id req-9fde7d00-d653-449d-b3e3-0956cbc83132 2018-08-10 18:40:35,440 - 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 470839842 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.135310] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136968] pid_max: default: 32768 minimum: 301 [ 0.137861] ACPI: Core revision 20150930 [ 0.139243] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.140560] Security Framework initialized [ 0.141378] Yama: becoming mindful. [ 0.142111] AppArmor: AppArmor initialized [ 0.142977] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144320] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.145601] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146819] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148235] Initializing cgroup subsys io [ 0.149055] Initializing cgroup subsys memory [ 0.149917] Initializing cgroup subsys devices [ 0.150805] Initializing cgroup subsys freezer [ 0.151675] Initializing cgroup subsys net_cls [ 0.152543] Initializing cgroup subsys perf_event [ 0.153457] Initializing cgroup subsys net_prio [ 0.154352] Initializing cgroup subsys hugetlb [ 0.155225] Initializing cgroup subsys pids [ 0.156100] CPU: Physical Processor ID: 0 [ 0.157594] mce: CPU supports 10 MCE banks [ 0.158456] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159466] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.173823] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179870] ftrace: allocating 31920 entries in 125 pages [ 0.204372] smpboot: Max logical packages: 1 [ 0.205242] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.206602] x2apic enabled [ 0.207416] Switched APIC routing to physical x2apic. [ 0.209138] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.210263] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.212282] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.214087] KVM setup paravirtual spinlock [ 0.215391] x86: Booted up 1 node, 1 CPUs [ 0.216206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.217600] devtmpfs: initialized [ 0.219319] evm: security.selinux [ 0.220023] evm: security.SMACK64 [ 0.220713] evm: security.SMACK64EXEC [ 0.221457] evm: security.SMACK64TRANSMUTE [ 0.222264] evm: security.SMACK64MMAP [ 0.223014] evm: security.ima [ 0.223655] evm: security.capability [ 0.224463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.226618] pinctrl core: initialized pinctrl subsystem [ 0.227907] RTC time: 18:40:30, date: 08/10/18 [ 0.229012] NET: Registered protocol family 16 [ 0.230167] cpuidle: using governor ladder [ 0.231090] cpuidle: using governor menu [ 0.231942] PCCT header not found. [ 0.232776] ACPI: bus type PCI registered [ 0.233687] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235067] PCI: Using configuration type 1 for base access [ 0.236981] ACPI: Added _OSI(Module Device) [ 0.237899] ACPI: Added _OSI(Processor Device) [ 0.238850] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.239851] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241800] ACPI: Interpreter enabled [ 0.242630] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244604] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248359] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250218] ACPI: (supports S0 S5) [ 0.250928] ACPI: Using IOAPIC for interrupt routing [ 0.251884] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256174] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257413] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258609] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260854] acpiphp: Slot [3] registered [ 0.261657] acpiphp: Slot [4] registered [ 0.262465] acpiphp: Slot [5] registered [ 0.263271] acpiphp: Slot [6] registered [ 0.264074] acpiphp: Slot [7] registered [ 0.264879] acpiphp: Slot [8] registered [ 0.265688] acpiphp: Slot [9] registered [ 0.266487] acpiphp: Slot [10] registered [ 0.267305] acpiphp: Slot [11] registered [ 0.268132] acpiphp: Slot [12] registered [ 0.268949] acpiphp: Slot [13] registered [ 0.269762] acpiphp: Slot [14] registered [ 0.270572] acpiphp: Slot [15] registered [ 0.281604] acpiphp: Slot [16] registered [ 0.282437] acpiphp: Slot [17] registered [ 0.283257] acpiphp: Slot [18] registered [ 0.284073] acpiphp: Slot [19] registered [ 0.284886] acpiphp: Slot [20] registered [ 0.285755] acpiphp: Slot [21] registered [ 0.286574] acpiphp: Slot [22] registered [ 0.287460] acpiphp: Slot [23] registered [ 0.288289] acpiphp: Slot [24] registered [ 0.289117] acpiphp: Slot [25] registered [ 0.289944] acpiphp: Slot [26] registered [ 0.290765] acpiphp: Slot [27] registered [ 0.291583] acpiphp: Slot [28] registered [ 0.292451] acpiphp: Slot [29] registered [ 0.293271] acpiphp: Slot [30] registered [ 0.294102] acpiphp: Slot [31] registered [ 0.294939] PCI host bridge to bus 0000:00 [ 0.295758] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296977] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299675] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301136] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302617] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305914] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307213] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308403] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309672] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314745] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333211] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.334731] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336493] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.337931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339331] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340605] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.341922] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.342993] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344545] vgaarb: loaded [ 0.345147] vgaarb: bridge control possible 0000:00:02.0 [ 0.346383] SCSI subsystem initialized [ 0.347302] ACPI: bus type USB registered [ 0.348139] usbcore: registered new interface driver usbfs [ 0.349174] usbcore: registered new interface driver hub [ 0.350191] usbcore: registered new device driver usb [ 0.351304] PCI: Using ACPI for IRQ routing [ 0.352424] NetLabel: Initializing [ 0.353153] NetLabel: domain hash size = 128 [ 0.354004] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.354968] NetLabel: unlabeled traffic allowed by default [ 0.356130] clocksource: Switched to clocksource kvm-clock [ 0.364215] AppArmor: AppArmor Filesystem Enabled [ 0.365219] pnp: PnP ACPI init [ 0.366157] pnp: PnP ACPI: found 5 devices [ 0.372467] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374185] NET: Registered protocol family 2 [ 0.375242] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.376554] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.377778] TCP: Hash tables configured (established 4096 bind 4096) [ 0.378977] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380064] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381257] NET: Registered protocol family 1 [ 0.382145] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383253] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.384341] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.398385] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.412506] Trying to unpack rootfs image as initramfs... [ 0.468872] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.470561] Scanning for low memory corruption every 60 seconds [ 0.471918] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.473104] audit: initializing netlink subsys (disabled) [ 0.474140] audit: type=2000 audit(1533926431.166:1): initialized [ 0.475486] Initialise system trusted keyring [ 0.476476] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.477647] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.479778] zbud: loaded [ 0.480518] VFS: Disk quotas dquot_6.6.0 [ 0.481349] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.482955] fuse init (API version 7.23) [ 0.483878] Key type big_key registered [ 0.484698] Allocating IMA MOK and blacklist keyrings. [ 0.485925] Key type asymmetric registered [ 0.486758] Asymmetric key parser 'x509' registered [ 0.487724] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.489212] io scheduler noop registered [ 0.490026] io scheduler deadline registered (default) [ 0.491032] io scheduler cfq registered [ 0.491886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.492939] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.494232] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.495703] ACPI: Power Button [PWRF] [ 0.496571] GHES: HEST is not enabled! [ 0.510237] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538245] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540354] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564384] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.566647] Linux agpgart interface v0.103 [ 0.569243] brd: module loaded [ 0.570898] loop: module loaded [ 0.574833] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576335] GPT:90111 != 2097151 [ 0.577026] GPT:Alternate GPT header not at the end of the disk. [ 0.578145] GPT:90111 != 2097151 [ 0.578835] GPT: Use GNU Parted to correct GPT errors. [ 0.579822] vda: vda1 vda15 [ 0.581063] scsi host0: ata_piix [ 0.581858] scsi host1: ata_piix [ 0.582590] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.583836] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585337] libphy: Fixed MDIO Bus: probed [ 0.586276] tun: Universal TUN/TAP device driver, 1.6 [ 0.587250] tun: (C) 1999-2004 Max Krasnyansky [ 0.589433] PPP generic driver version 2.4.2 [ 0.592712] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.593947] ehci-pci: EHCI PCI platform driver [ 0.594845] ehci-platform: EHCI generic platform driver [ 0.595865] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597040] ohci-pci: OHCI PCI platform driver [ 0.597939] ohci-platform: OHCI generic platform driver [ 0.598958] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613647] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614693] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616198] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.617268] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.618452] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619733] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621189] usb usb1: Product: UHCI Host Controller [ 0.622160] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623332] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624357] hub 1-0:1.0: USB hub found [ 0.625166] hub 1-0:1.0: 2 ports detected [ 0.626165] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628404] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630467] mousedev: PS/2 mouse device common for all mice [ 0.631910] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633828] rtc_cmos 00:00: RTC can wake from S4 [ 0.634973] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.636215] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637442] i2c /dev entries driver [ 0.638251] device-mapper: uevent: version 1.0.3 [ 0.639263] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.640962] ledtrig-cpu: registered to indicate activity on CPUs [ 0.642506] NET: Registered protocol family 10 [ 0.643711] NET: Registered protocol family 17 [ 0.644641] Key type dns_resolver registered [ 0.645699] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.646830] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.648695] registered taskstats version 1 [ 0.649557] Loading compiled-in X.509 certificates [ 0.651269] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.653686] zswap: loaded using pool lzo/zbud [ 0.655585] Key type trusted registered [ 0.657589] Key type encrypted registered [ 0.658641] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660053] ima: No TPM chip found, activating TPM-bypass! [ 0.661412] evm: HMAC attrs: 0x1 [ 0.662610] Magic number: 14:804:695 [ 0.663618] pci 0000:00:00.0: hash matches [ 0.664765] rtc_cmos 00:00: setting system clock to 2018-08-10 18:40:30 UTC (1533926430) [ 0.666813] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.668239] EDD information not available. [ 0.745445] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.747396] Write protecting the kernel read-only data: 14336k [ 0.749825] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.752086] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 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.799545] 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.71 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.9... Lease of 192.168.120.9 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.80. iid=i-0000000b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCePf5LUKlcAFbrtvmQXA5FB8f8AX8/wjiT1IEdkvomcrVJ/DsCiVndNj8vidz2mO8VSOddNega+c51DJ+gdZoXGdVE655qSCgZAOCdif7ZBhJ8ZMWI38bAnSecaQyQt+8xmJoLzvHf5BdB5EkEr3/4sPNd+Ha41MU6GkPCoiKP2rWDl8GAyS4FYxK2fBA7U82NcU7+q1bU0o31m9yqG4dFq3K5xujFTt/GT1eGOwyvLS/dHcPox58qOYWvrsOtr8+ZBz+k9k5CnZm57FuMTWJZ6IE8Z38/JDSIi9c8ADdqESsd7zJ+1zaRbFr6yD+CEa738dZ+XNDE5xe9DR3sX6Vz root@vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85 ssh-dss AAAAB3NzaC1kc3MAAACBAIM9rnxb1fCpA4s98RMC/MYyAYHNiP/CVM49cvhgLHLa0sD63fK5vfKWhIwmcC7htc2swbMw3S/WrUT9po5YNuOdoKamIlSnN60iPQKCDPeJXQMo5N+0gYTHUpMyIfxQHUHP7bT1cQ5yheiykThOGr5nfxxNXkPF5oHEoyuGPW03AAAAFQCcloKFJMiv/Cn94R5TVZDK/VvKYQAAAIBTousLUTzf6RTUdNMSQD3f5Dp6iAL5m/q56KA110CyV67eZP5GKL9tluNEzFI7bolDZWy3vqxtEdrrywKxwz01k6B4lm6qmYFln8foUW9SliUltSoJF6ZqeI9lqUumtjslzZDDp9a51009ftBOn2n9pIMTkwTVXb+pxgsEFR1hnQAAAIABZFHxkGddclTZCheDwZHfm5zgmBWDsWZ3PJmXQYNWyixiGUqivwJjKYB0M0Q4eiLwlfb29nng4glb5UHbWvJ0k6Hl9l8ptvfIVXLsGRlvBbAKRY8KREc5bO+TZ3u0vmZyRm9pHJjyM05zucLnuAi/Paj8SiJvNzNgDF6MkKy1hg== root@vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.14s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feb1:baa4/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.9 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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85 launch-index: 0 === cirros: current=0.4.0 uptime=3.67 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-62aac581-b579-4d51-9bf0-5487cc61ec85 login: 2018-08-10 18:40:36,440 - paramiko.transport - DEBUG - starting thread (client mode): 0x70a762d0L 2018-08-10 18:40:36,440 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 18:40:36,440 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-10 18:40:36,441 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-10 18:40:36,442 - 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-10 18:40:36,442 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 18:40:36,442 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-10 18:40:36,442 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 18:40:36,442 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 18:40:36,442 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 18:40:36,459 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 18:40:36,460 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 18:40:36,472 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: ddedd7d6008b94c0195131723b09ab87 2018-08-10 18:40:36,473 - paramiko.transport - DEBUG - Trying discovered key a1abdd1c1e9d3e70434d9d4838808b8d in /tmp/tmpkJdXjo 2018-08-10 18:40:36,499 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 18:40:36,505 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 18:40:36,538 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 18:40:36,538 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-10 18:40:36,539 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 18:40:36,540 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 18:40:36,543 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 18:40:36,543 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.6 (192.168.120.6): 56 data bytes 64 bytes from 192.168.120.6: seq=0 ttl=64 time=1.237 ms --- 192.168.120.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.237/1.237/1.237 ms 2018-08-10 18:40:36,543 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-10 18:40:36,547 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 18:40:36,654 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:40:36,654 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:40:36,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:40:36,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:36,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:40: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-3a5edf83-0009-4877-b913-ba9bab9d8ea0 x-compute-request-id: req-3a5edf83-0009-4877-b913-ba9bab9d8ea0 Content-Type: application/json 2018-08-10 18:40:36,874 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4 used request id req-3a5edf83-0009-4877-b913-ba9bab9d8ea0 2018-08-10 18:40:36,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.214159965515s 2018-08-10 18:40:36,875 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4 used request id req-3a5edf83-0009-4877-b913-ba9bab9d8ea0 2018-08-10 18:40:36,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:36,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:37,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-e40506df-d6a7-4bf7-af65-e932e21f24b1 x-compute-request-id: req-e40506df-d6a7-4bf7-af65-e932e21f24b1 Content-Encoding: gzip Content-Length: 877 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:ba:a4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:30.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:30Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:77:e5", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:13.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "9255dc77-4471-4a6e-a56a-d5a481f8ceb4", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:36Z", "hostId": "a98d443f8554b18468a6b72b69c94c61f942c1f06f76471e1b9305d2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:03Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:37,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e40506df-d6a7-4bf7-af65-e932e21f24b1 2018-08-10 18:40:37,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904119968414s 2018-08-10 18:40:37,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e40506df-d6a7-4bf7-af65-e932e21f24b1 2018-08-10 18:40:37,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:39,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:39,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:41,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-a59eea5f-f844-4ee0-8802-2b888620546e x-compute-request-id: req-a59eea5f-f844-4ee0-8802-2b888620546e Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:ba:a4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:ba:a4", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:30.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:30Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:41,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a59eea5f-f844-4ee0-8802-2b888620546e 2018-08-10 18:40:41,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.72970199585s 2018-08-10 18:40:41,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a59eea5f-f844-4ee0-8802-2b888620546e 2018-08-10 18:40:41,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 18:40:41,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/571b1820-830b-4edf-9d8b-fafbed35ee92.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:42,542 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e4e7584f-6191-44b5-b377-9115e972ffd0 Content-Length: 0 Date: Fri, 10 Aug 2018 18:40:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:40:42,542 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/571b1820-830b-4edf-9d8b-fafbed35ee92.json used request id req-e4e7584f-6191-44b5-b377-9115e972ffd0 2018-08-10 18:40:42,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.02312994003s 2018-08-10 18:40:42,543 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/571b1820-830b-4edf-9d8b-fafbed35ee92.json used request id req-e4e7584f-6191-44b5-b377-9115e972ffd0 2018-08-10 18:40:42,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:40:42,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:42,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-59a995f0-14de-4fc0-9394-d0d9f03b0308 Date: Fri, 10 Aug 2018 18:40:42 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:40:42,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-59a995f0-14de-4fc0-9394-d0d9f03b0308 2018-08-10 18:40:42,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0512390136719s 2018-08-10 18:40:42,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-59a995f0-14de-4fc0-9394-d0d9f03b0308 2018-08-10 18:40:42,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:40:42,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:42,957 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:40: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-31acde2b-d179-44ee-8bee-b51ee1cf7865 x-compute-request-id: req-31acde2b-d179-44ee-8bee-b51ee1cf7865 Content-Type: application/json 2018-08-10 18:40:42,957 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038 used request id req-31acde2b-d179-44ee-8bee-b51ee1cf7865 2018-08-10 18:40:42,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.356610059738s 2018-08-10 18:40:42,957 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038 used request id req-31acde2b-d179-44ee-8bee-b51ee1cf7865 2018-08-10 18:40:42,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:42,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:43,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-c0d49dcf-2af1-4115-a561-65b058ed4988 x-compute-request-id: req-c0d49dcf-2af1-4115-a561-65b058ed4988 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:ba:a4", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:ba:a4", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/ac0bee4a-16a6-4d25-a120-782ccf762038", "rel": "bookmark"}], "image": {"id": "50d3a4f9-08f1-477d-9436-198037be8de3", "links": [{"href": "http://172.30.9.31:8774/images/50d3a4f9-08f1-477d-9436-198037be8de3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:40:30.000000", "flavor": {"id": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "links": [{"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "bookmark"}]}, "id": "ac0bee4a-16a6-4d25-a120-782ccf762038", "security_groups": [{"name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}], "user_id": "976312df731b439a8bfad8314d4dc8a0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:40:42Z", "hostId": "5432f41c0d11fd4caa344b96e60c3250c96636f63313b235899234a3", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85", "name": "vping_ssh-vm_62aac581-b579-4d51-9bf0-5487cc61ec85", "created": "2018-08-10T18:40:20Z", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:40:43,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c0d49dcf-2af1-4115-a561-65b058ed4988 2018-08-10 18:40:43,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566342115402s 2018-08-10 18:40:43,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c0d49dcf-2af1-4115-a561-65b058ed4988 2018-08-10 18:40:43,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:40:45,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:40:45,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:45,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40: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-a785ae1b-cbd1-496b-87bd-8423c351dc13 x-compute-request-id: req-a785ae1b-cbd1-496b-87bd-8423c351dc13 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 18:40:45,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a785ae1b-cbd1-496b-87bd-8423c351dc13 2018-08-10 18:40:45,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212316036224s 2018-08-10 18:40:45,741 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a785ae1b-cbd1-496b-87bd-8423c351dc13 2018-08-10 18:40:45,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:40:45,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:46,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-b7345b4b-3906-4ae2-a40b-748ed9e759b7 Date: Fri, 10 Aug 2018 18:40:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:56Z", "updated_at": "2018-08-10T18:39:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "105401fb-b792-476b-9810-6c6da99f0911", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "232f2e49-d23f-4770-8804-90a08ce427c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:56Z", "revision_number": 0, "id": "65e20c66-5b81-423a-917c-0092c767a938", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:56Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:57Z", "revision_number": 0, "id": "eef6ae17-cf66-43d2-ada1-4e2bd3d65cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:57Z", "security_group_id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 3, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "6461bc80-4457-4ccb-b24f-4974836f47d5", "name": "vping_ssh-sg_62aac581-b579-4d51-9bf0-5487cc61ec85"}, {"description": "Default security group", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:45Z", "updated_at": "2018-08-10T18:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "043193cd-a056-4aad-8dab-93ad90ad97ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "67633840-1c8b-4bdf-ac20-2ac3b2c72546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "d5f7ccc0-175c-4e22-bb29-183ba0fe322e", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "ee352dc1-1333-4a12-846a-662b00eaf8d5", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 1, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "name": "default"}]} 2018-08-10 18:40:46,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-b7345b4b-3906-4ae2-a40b-748ed9e759b7 2018-08-10 18:40:46,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.307531833649s 2018-08-10 18:40:46,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-b7345b4b-3906-4ae2-a40b-748ed9e759b7 2018-08-10 18:40:46,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 18:40:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/6461bc80-4457-4ccb-b24f-4974836f47d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:46,245 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d2d0a318-d529-495d-85fa-b99bd7d1fcd3 Content-Length: 0 Date: Fri, 10 Aug 2018 18:40:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:40:46,246 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/6461bc80-4457-4ccb-b24f-4974836f47d5.json used request id req-d2d0a318-d529-495d-85fa-b99bd7d1fcd3 2018-08-10 18:40:46,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.190058231354s 2018-08-10 18:40:46,246 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/6461bc80-4457-4ccb-b24f-4974836f47d5.json used request id req-d2d0a318-d529-495d-85fa-b99bd7d1fcd3 2018-08-10 18:40:46,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 18:40:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:46,360 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:40: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-42f93633-0f0d-4e71-b429-d4661729093f x-compute-request-id: req-42f93633-0f0d-4e71-b429-d4661729093f Content-Length: 0 Content-Type: application/json 2018-08-10 18:40:46,360 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85 used request id req-42f93633-0f0d-4e71-b429-d4661729093f 2018-08-10 18:40:46,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.113471031189s 2018-08-10 18:40:46,360 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/vping_ssh-kp_62aac581-b579-4d51-9bf0-5487cc61ec85 used request id req-42f93633-0f0d-4e71-b429-d4661729093f 2018-08-10 18:40:46,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:40:46,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0/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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" -d '{"subnet_id": "2b754e60-b5d6-429c-95d8-2bcabdf47a14"}' 2018-08-10 18:40:48,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3b10108c-f54e-4952-9d77-087db22d681f Date: Fri, 10 Aug 2018 18:40:48 GMT RESP BODY: {"network_id": "cce610c8-ab94-4723-bbab-771324f07638", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "subnet_id": "2b754e60-b5d6-429c-95d8-2bcabdf47a14", "subnet_ids": ["2b754e60-b5d6-429c-95d8-2bcabdf47a14"], "port_id": "7023a264-2d72-454e-b2cd-73d731005eb0", "id": "5ac30e62-b75e-4e07-9508-258d9d106bf0"} 2018-08-10 18:40:48,056 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0/remove_router_interface.json used request id req-3b10108c-f54e-4952-9d77-087db22d681f 2018-08-10 18:40:48,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.69543385506s 2018-08-10 18:40:48,056 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0/remove_router_interface.json used request id req-3b10108c-f54e-4952-9d77-087db22d681f returning object 5ac30e62-b75e-4e07-9508-258d9d106bf0 2018-08-10 18:40:48,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:40:48,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:48,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-e36e2ef0-8af1-4bf0-81d6-c6216b8cf1f7 Date: Fri, 10 Aug 2018 18:40:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:47Z", "admin_state_up": true, "updated_at": "2018-08-10T18:40:47Z", "revision_number": 4, "routes": [], "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "5ac30e62-b75e-4e07-9508-258d9d106bf0", "name": "vping_ssh-router_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:48,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-e36e2ef0-8af1-4bf0-81d6-c6216b8cf1f7 2018-08-10 18:40:48,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122194051743s 2018-08-10 18:40:48,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-e36e2ef0-8af1-4bf0-81d6-c6216b8cf1f7 2018-08-10 18:40:48,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:40:48,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:49,741 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a042bddc-4fb8-415f-90a0-5b57a36accf5 Content-Length: 0 Date: Fri, 10 Aug 2018 18:40:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:40:49,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0.json used request id req-a042bddc-4fb8-415f-90a0-5b57a36accf5 2018-08-10 18:40:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.56086611748s 2018-08-10 18:40:49,742 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/5ac30e62-b75e-4e07-9508-258d9d106bf0.json used request id req-a042bddc-4fb8-415f-90a0-5b57a36accf5 2018-08-10 18:40:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:40:49,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:49,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-aff01edb-2f38-4d90-8784-dec7b766efa0 Date: Fri, 10 Aug 2018 18:40:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce610c8-ab94-4723-bbab-771324f07638","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:39:46Z","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":"619aa196bc7b4670a582e97e4780757c","id":"2b754e60-b5d6-429c-95d8-2bcabdf47a14","subnetpool_id":null,"name":"vping_ssh-subnet_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:49,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-aff01edb-2f38-4d90-8784-dec7b766efa0 2018-08-10 18:40:49,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0417551994324s 2018-08-10 18:40:49,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-aff01edb-2f38-4d90-8784-dec7b766efa0 2018-08-10 18:40:49,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:40:49,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/2b754e60-b5d6-429c-95d8-2bcabdf47a14.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:52,034 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d71921d-01df-4ee9-95a1-e245f142b2dc Date: Fri, 10 Aug 2018 18:40:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:40:52,034 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/2b754e60-b5d6-429c-95d8-2bcabdf47a14.json used request id req-2d71921d-01df-4ee9-95a1-e245f142b2dc 2018-08-10 18:40:52,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.2486038208s 2018-08-10 18:40:52,035 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/2b754e60-b5d6-429c-95d8-2bcabdf47a14.json used request id req-2d71921d-01df-4ee9-95a1-e245f142b2dc 2018-08-10 18:40:52,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:40:52,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:52,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-88db846d-3782-4dda-b10f-dc22b83b593d Date: Fri, 10 Aug 2018 18:40:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","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-10T18:40:51Z","tenant_id":"619aa196bc7b4670a582e97e4780757c","created_at":"2018-08-10T18:39:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"619aa196bc7b4670a582e97e4780757c","id":"cce610c8-ab94-4723-bbab-771324f07638","name":"vping_ssh-net_62aac581-b579-4d51-9bf0-5487cc61ec85"}]} 2018-08-10 18:40:52,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-88db846d-3782-4dda-b10f-dc22b83b593d 2018-08-10 18:40:52,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0911200046539s 2018-08-10 18:40:52,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-88db846d-3782-4dda-b10f-dc22b83b593d 2018-08-10 18:40:52,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:40:52,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/cce610c8-ab94-4723-bbab-771324f07638.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:53,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7dcca16c-3432-449f-b6c5-e46087218f4f Date: Fri, 10 Aug 2018 18:40:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:40:53,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/cce610c8-ab94-4723-bbab-771324f07638.json used request id req-7dcca16c-3432-449f-b6c5-e46087218f4f 2018-08-10 18:40:53,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40665197372s 2018-08-10 18:40:53,535 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/cce610c8-ab94-4723-bbab-771324f07638.json used request id req-7dcca16c-3432-449f-b6c5-e46087218f4f 2018-08-10 18:40:53,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:40:53,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:53,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-160d3fb9-7f7b-4a22-9862-8fa7ce291734 Date: Fri, 10 Aug 2018 18:40:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:39:53Z", "file": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3/file", "owner": "619aa196bc7b4670a582e97e4780757c", "id": "50d3a4f9-08f1-477d-9436-198037be8de3", "size": 12716032, "self": "/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/50d3a4f9-08f1-477d-9436-198037be8de3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_62aac581-b579-4d51-9bf0-5487cc61ec85", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:39:52Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:40:53,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-160d3fb9-7f7b-4a22-9862-8fa7ce291734 2018-08-10 18:40:53,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0394508838654s 2018-08-10 18:40:53,579 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-160d3fb9-7f7b-4a22-9862-8fa7ce291734 2018-08-10 18:40:53,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:40:53,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8052dea097686e6191a0564b4a6cd5dbe8b93f11" 2018-08-10 18:40:54,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a5b5dbf0-f0e6-49f5-b111-98a52868e320 Date: Fri, 10 Aug 2018 18:40: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-10 18:40:54,084 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3 used request id req-a5b5dbf0-f0e6-49f5-b111-98a52868e320 2018-08-10 18:40:54,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.503695964813s 2018-08-10 18:40:54,084 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/50d3a4f9-08f1-477d-9436-198037be8de3 used request id req-a5b5dbf0-f0e6-49f5-b111-98a52868e320 2018-08-10 18:40:54,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:40:54,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:54,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44cd340a-4571-4903-a02f-d4eeaffe2e81 x-compute-request-id: req-44cd340a-4571-4903-a02f-d4eeaffe2e81 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08", "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": "3ffb8e68-8d1d-4ecc-95b3-76a17779ab08"}]} 2018-08-10 18:40:54,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-44cd340a-4571-4903-a02f-d4eeaffe2e81 2018-08-10 18:40:54,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254368782043s 2018-08-10 18:40:54,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-44cd340a-4571-4903-a02f-d4eeaffe2e81 2018-08-10 18:40:54,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:40:54,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:54,227 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd050d39-b465-4e58-a157-16a5275fd560 x-compute-request-id: req-fd050d39-b465-4e58-a157-16a5275fd560 Content-Length: 0 Content-Type: application/json 2018-08-10 18:40:54,227 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08 used request id req-fd050d39-b465-4e58-a157-16a5275fd560 2018-08-10 18:40:54,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.114770889282s 2018-08-10 18:40:54,227 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/3ffb8e68-8d1d-4ecc-95b3-76a17779ab08 used request id req-fd050d39-b465-4e58-a157-16a5275fd560 2018-08-10 18:40:54,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:40:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:54,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba160bc1-b6da-4d00-9077-3ff9ac40ecae Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": {"self": "http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "976312df731b439a8bfad8314d4dc8a0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:40:54,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-ba160bc1-b6da-4d00-9077-3ff9ac40ecae 2018-08-10 18:40:54,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.221244096756s 2018-08-10 18:40:54,449 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-ba160bc1-b6da-4d00-9077-3ff9ac40ecae 2018-08-10 18:40:54,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:40:54,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:54,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1ce608-78c2-4b41-b85c-8d7ae12b9bb2 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_62aac581-b579-4d51-9bf0-5487cc61ec85", "links": {"self": "http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "976312df731b439a8bfad8314d4dc8a0", "description": null}} 2018-08-10 18:40:54,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0 used request id req-7c1ce608-78c2-4b41-b85c-8d7ae12b9bb2 2018-08-10 18:40:54,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218438148499s 2018-08-10 18:40:54,674 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0 used request id req-7c1ce608-78c2-4b41-b85c-8d7ae12b9bb2 2018-08-10 18:40:54,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 18:40:54,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:55,026 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:40:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac6e4bf6-5e54-4e38-b3d2-771724059145 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:40:55,026 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0 used request id req-ac6e4bf6-5e54-4e38-b3d2-771724059145 2018-08-10 18:40:55,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.351265907288s 2018-08-10 18:40:55,026 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/976312df731b439a8bfad8314d4dc8a0 used request id req-ac6e4bf6-5e54-4e38-b3d2-771724059145 2018-08-10 18:40:55,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:40:55,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:55,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9305cde-a99b-4288-87a5-5875e53166f1 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c"}, "tags": [], "enabled": true, "id": "619aa196bc7b4670a582e97e4780757c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_62aac581-b579-4d51-9bf0-5487cc61ec85"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 18:40:55,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-f9305cde-a99b-4288-87a5-5875e53166f1 2018-08-10 18:40:55,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199239015579s 2018-08-10 18:40:55,232 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-f9305cde-a99b-4288-87a5-5875e53166f1 2018-08-10 18:40:55,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 18:40:55,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f9b27ee99c29ad08c8b0ef8cfc53530e925c7ad4" 2018-08-10 18:40:55,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:40:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3172f6e1-b7e0-4ead-b696-b0f92acc056e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:40:55,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c used request id req-3172f6e1-b7e0-4ead-b696-b0f92acc056e 2018-08-10 18:40:55,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.330296993256s 2018-08-10 18:40:55,567 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/619aa196bc7b4670a582e97e4780757c used request id req-3172f6e1-b7e0-4ead-b696-b0f92acc056e 2018-08-10 18:40:55,616 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-10 18:40:55,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:40:55,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:40:55,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:40:55,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:40:55,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:40:55,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:40:55,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:40:55,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:40:55,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:40:55,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:40:55,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-381b55f5-9138-4549-a3a8-2f0dcfad0d27 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:40:55,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-381b55f5-9138-4549-a3a8-2f0dcfad0d27 2018-08-10 18:40:55,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:40:56,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:40:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["QzhK9VHmS7ykwzoaP_enug"], "issued_at": "2018-08-10T18:40:56.000000Z"}} 2018-08-10 18:40:56,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:40:56,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:56,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dea9c6d9-798c-40e7-93c1-5006c11a2363 Date: Fri, 10 Aug 2018 18:40:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:40:56,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dea9c6d9-798c-40e7-93c1-5006c11a2363 2018-08-10 18:40:56,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346010923386s 2018-08-10 18:40:56,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dea9c6d9-798c-40e7-93c1-5006c11a2363 2018-08-10 18:40:56,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:40:56,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b9b6509-e492-45c1-b3b6-1c3e632bb31d 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:40:56,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-8b9b6509-e492-45c1-b3b6-1c3e632bb31d 2018-08-10 18:40:56,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:40:56,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:56,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe6d4dda-5ad6-425e-b1bb-ba01c9f367ac Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:40:56,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-fe6d4dda-5ad6-425e-b1bb-ba01c9f367ac 2018-08-10 18:40:56,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199328899384s 2018-08-10 18:40:56,624 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-fe6d4dda-5ad6-425e-b1bb-ba01c9f367ac 2018-08-10 18:40:56,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 18:40:56,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805"}}' 2018-08-10 18:40:56,896 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3b4af29-aac7-42a5-9d97-03e84c24fa5d 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.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b"}, "tags": [], "enabled": true, "id": "bf737313f3954553824cf5d0a650a16b", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805"}} 2018-08-10 18:40:56,896 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-b3b4af29-aac7-42a5-9d97-03e84c24fa5d 2018-08-10 18:40:56,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.265670061111s 2018-08-10 18:40:56,897 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-b3b4af29-aac7-42a5-9d97-03e84c24fa5d 2018-08-10 18:40:56,897 - 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'bf737313f3954553824cf5d0a650a16b', '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_7e09f425-3681-4675-91d9-c31b180e1805'}) 2018-08-10 18:40:56,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 18:40:56,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f0866962-d14b-421f-b3b4-1409fe448eb0", "email": null, "name": "vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805"}}' 2018-08-10 18:40:57,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebfac5f3-4ff4-4927-97ee-f3c4520bef98 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805", "links": {"self": "http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "570b985253074e38a51bd98a9c474054", "domain_id": "default", "password_expires_at": null}} 2018-08-10 18:40:57,417 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-ebfac5f3-4ff4-4927-97ee-f3c4520bef98 2018-08-10 18:40:57,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.5134370327s 2018-08-10 18:40:57,417 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-ebfac5f3-4ff4-4927-97ee-f3c4520bef98 2018-08-10 18:40:57,418 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'570b985253074e38a51bd98a9c474054', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805'}) 2018-08-10 18:40:57,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:40:57,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:57,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d524d6-7798-4bef-b964-2dd401f86ca0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:40:57,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-05d524d6-7798-4bef-b964-2dd401f86ca0 2018-08-10 18:40:57,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196799993515s 2018-08-10 18:40:57,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-05d524d6-7798-4bef-b964-2dd401f86ca0 2018-08-10 18:40:57,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:40:57,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:57,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00d6602-fa23-48d2-9858-947c2b83113a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:40:57,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-d00d6602-fa23-48d2-9858-947c2b83113a 2018-08-10 18:40:57,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106679916382s 2018-08-10 18:40:57,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-d00d6602-fa23-48d2-9858-947c2b83113a 2018-08-10 18:40:57,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:40:57,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:57,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cea7f35f-1435-44dd-a1db-6aa90adb7a60 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:40:57,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-cea7f35f-1435-44dd-a1db-6aa90adb7a60 2018-08-10 18:40:57,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198504209518s 2018-08-10 18:40:57,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-cea7f35f-1435-44dd-a1db-6aa90adb7a60 2018-08-10 18:40:57,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:40:57,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:58,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd7d2276-498d-4cb5-8062-b42d13d8983d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 18:40:58,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-cd7d2276-498d-4cb5-8062-b42d13d8983d 2018-08-10 18:40:58,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113965034485s 2018-08-10 18:40:58,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-cd7d2276-498d-4cb5-8062-b42d13d8983d 2018-08-10 18:40:58,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:40:58,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:58,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30db3a3e-250b-4d68-a0d1-6f36aa7d4dc7 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805", "links": {"self": "http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "570b985253074e38a51bd98a9c474054", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:40:58,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-30db3a3e-250b-4d68-a0d1-6f36aa7d4dc7 2018-08-10 18:40:58,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204706907272s 2018-08-10 18:40:58,259 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-30db3a3e-250b-4d68-a0d1-6f36aa7d4dc7 2018-08-10 18:40:58,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:40:58,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:58,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20cd4215-e363-483d-9296-3b919f6169f8 Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b"}, "tags": [], "enabled": true, "id": "bf737313f3954553824cf5d0a650a16b", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:40:58,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-20cd4215-e363-483d-9296-3b919f6169f8 2018-08-10 18:40:58,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.205466032028s 2018-08-10 18:40:58,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-20cd4215-e363-483d-9296-3b919f6169f8 2018-08-10 18:40:58,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:40:58,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=570b985253074e38a51bd98a9c474054&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=bf737313f3954553824cf5d0a650a16b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:58,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4d6269a-b453-49ae-bc51-1195d79c8df7 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=570b985253074e38a51bd98a9c474054&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=bf737313f3954553824cf5d0a650a16b", "previous": null, "next": null}} 2018-08-10 18:40:58,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=570b985253074e38a51bd98a9c474054&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=bf737313f3954553824cf5d0a650a16b used request id req-d4d6269a-b453-49ae-bc51-1195d79c8df7 2018-08-10 18:40:58,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.210741043091s 2018-08-10 18:40:58,693 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=570b985253074e38a51bd98a9c474054&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=bf737313f3954553824cf5d0a650a16b used request id req-d4d6269a-b453-49ae-bc51-1195d79c8df7 2018-08-10 18:40:58,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 18:40:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b/users/570b985253074e38a51bd98a9c474054/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:40:58,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:40:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3515579a-827e-4f0e-b851-ef09fe4dc047 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:40:58,919 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b/users/570b985253074e38a51bd98a9c474054/roles/740829ed47d44511bcb22d86735f9050 used request id req-3515579a-827e-4f0e-b851-ef09fe4dc047 2018-08-10 18:40:58,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.222025871277s 2018-08-10 18:40:58,919 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b/users/570b985253074e38a51bd98a9c474054/roles/740829ed47d44511bcb22d86735f9050 used request id req-3515579a-827e-4f0e-b851-ef09fe4dc047 2018-08-10 18:40:58,920 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805', 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'bf737313f3954553824cf5d0a650a16b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f0866962-d14b-421f-b3b4-1409fe448eb0', 'username': u'vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 18:40:58,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:40:58,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:40:58,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:40:58,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:40:58,922 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:40:58,923 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:40:58,925 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805', 'password': 'f0866962-d14b-421f-b3b4-1409fe448eb0', 'project_name': 'vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': 'bf737313f3954553824cf5d0a650a16b', 'project_domain_name': 'Default'} 2018-08-10 18:40:58,925 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-10 18:40:58,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:40:58,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:40:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95a6a380-a616-4e92-9035-74db19d65f8a 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:40:58,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-95a6a380-a616-4e92-9035-74db19d65f8a 2018-08-10 18:40:58,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:40:59,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:40:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf737313f3954553824cf5d0a650a16b", "name": "vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bf737313f3954553824cf5d0a650a16b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bf737313f3954553824cf5d0a650a16b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bf737313f3954553824cf5d0a650a16b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bf737313f3954553824cf5d0a650a16b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bf737313f3954553824cf5d0a650a16b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bf737313f3954553824cf5d0a650a16b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bf737313f3954553824cf5d0a650a16b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bf737313f3954553824cf5d0a650a16b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bf737313f3954553824cf5d0a650a16b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bf737313f3954553824cf5d0a650a16b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bf737313f3954553824cf5d0a650a16b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bf737313f3954553824cf5d0a650a16b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bf737313f3954553824cf5d0a650a16b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bf737313f3954553824cf5d0a650a16b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805", "id": "570b985253074e38a51bd98a9c474054"}, "audit_ids": ["7ABCJDv2S9GWgu_tawipJw"], "issued_at": "2018-08-10T18:40:59.000000Z"}} 2018-08-10 18:40:59,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:40:59,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"network": {"name": "vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805", "admin_state_up": true}}' 2018-08-10 18:41:00,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-29adc8c1-42f8-4112-b50d-c7249b22e333 Date: Fri, 10 Aug 2018 18:41:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:40:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T18:40:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"bf737313f3954553824cf5d0a650a16b","id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","name":"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805"}} 2018-08-10 18:41:00,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-29adc8c1-42f8-4112-b50d-c7249b22e333 2018-08-10 18:41:00,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.80995798111s 2018-08-10 18:41:00,143 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-29adc8c1-42f8-4112-b50d-c7249b22e333 2018-08-10 18:41:00,143 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:40:59Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805', u'admin_state_up': True, u'tenant_id': u'bf737313f3954553824cf5d0a650a16b', u'created_at': u'2018-08-10T18:40:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bf737313f3954553824cf5d0a650a16b'}) 2018-08-10 18:41:00,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:41:00,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:00,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-7c61e647-01e9-493a-9c8b-4f04d719d4cd Date: Fri, 10 Aug 2018 18:41:00 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","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-10T18:40:59Z","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:40:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"bf737313f3954553824cf5d0a650a16b","id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","name":"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:00,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-7c61e647-01e9-493a-9c8b-4f04d719d4cd 2018-08-10 18:41:00,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.523552179337s 2018-08-10 18:41:00,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-7c61e647-01e9-493a-9c8b-4f04d719d4cd 2018-08-10 18:41:00,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:41:00,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"subnet": {"name": "vping_userdata-subnet_7e09f425-3681-4675-91d9-c31b180e1805", "enable_dhcp": true, "network_id": "e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:41:01,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ae74ad83-3343-4701-9b88-7cb587bc51bf Date: Fri, 10 Aug 2018 18:41:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:41:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:41:01Z","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":"bf737313f3954553824cf5d0a650a16b","id":"929082a5-ddf1-400f-9a56-cbcf67e224d2","subnetpool_id":null,"name":"vping_userdata-subnet_7e09f425-3681-4675-91d9-c31b180e1805"}} 2018-08-10 18:41:01,730 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-ae74ad83-3343-4701-9b88-7cb587bc51bf 2018-08-10 18:41:01,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.06061887741s 2018-08-10 18:41:01,731 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-ae74ad83-3343-4701-9b88-7cb587bc51bf 2018-08-10 18:41:01,731 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:41:01Z', 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'929082a5-ddf1-400f-9a56-cbcf67e224d2', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_7e09f425-3681-4675-91d9-c31b180e1805', u'enable_dhcp': True, u'network_id': u'e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5', u'tenant_id': u'bf737313f3954553824cf5d0a650a16b', u'created_at': u'2018-08-10T18:41:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bf737313f3954553824cf5d0a650a16b'}) 2018-08-10 18:41:01,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:41:01,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "vping_userdata-router_7e09f425-3681-4675-91d9-c31b180e1805", "admin_state_up": true}}' 2018-08-10 18:41:03,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-d2d1d5e4-5ecc-4659-a0a5-8aa79d348d64 Date: Fri, 10 Aug 2018 18:41:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "bf737313f3954553824cf5d0a650a16b", "created_at": "2018-08-10T18:41:02Z", "admin_state_up": true, "updated_at": "2018-08-10T18:41:02Z", "revision_number": 2, "routes": [], "project_id": "bf737313f3954553824cf5d0a650a16b", "id": "b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8", "name": "vping_userdata-router_7e09f425-3681-4675-91d9-c31b180e1805"}} 2018-08-10 18:41:03,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-d2d1d5e4-5ecc-4659-a0a5-8aa79d348d64 2018-08-10 18:41:03,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48411893845s 2018-08-10 18:41:03,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-d2d1d5e4-5ecc-4659-a0a5-8aa79d348d64 2018-08-10 18:41:03,217 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bf737313f3954553824cf5d0a650a16b', u'created_at': u'2018-08-10T18:41:02Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T18:41:02Z', u'revision_number': 2, u'routes': [], u'project_id': u'bf737313f3954553824cf5d0a650a16b', u'id': u'b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8', u'name': u'vping_userdata-router_7e09f425-3681-4675-91d9-c31b180e1805'}) 2018-08-10 18:41:03,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:41:03,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8/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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"subnet_id": "929082a5-ddf1-400f-9a56-cbcf67e224d2"}' 2018-08-10 18:41:05,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-306585d5-163e-4a46-ae83-b9a3185b298f Date: Fri, 10 Aug 2018 18:41:05 GMT RESP BODY: {"network_id": "e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "subnet_id": "929082a5-ddf1-400f-9a56-cbcf67e224d2", "subnet_ids": ["929082a5-ddf1-400f-9a56-cbcf67e224d2"], "port_id": "9c2d4714-5c7c-415a-a81c-7f79368f46ea", "id": "b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8"} 2018-08-10 18:41:05,665 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8/add_router_interface.json used request id req-306585d5-163e-4a46-ae83-b9a3185b298f 2018-08-10 18:41:05,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44793605804s 2018-08-10 18:41:05,666 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8/add_router_interface.json used request id req-306585d5-163e-4a46-ae83-b9a3185b298f returning object b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8 2018-08-10 18:41:05,666 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:41:05,798 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:41:05,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:41:05,804 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:41:05 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:41:05,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:41:05,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:06,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f16ea1e2-7e6f-4be4-bfc8-d2a8847e7641 Date: Fri, 10 Aug 2018 18:41:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:41:06,105 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f16ea1e2-7e6f-4be4-bfc8-d2a8847e7641 2018-08-10 18:41:06,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.29857301712s 2018-08-10 18:41:06,105 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f16ea1e2-7e6f-4be4-bfc8-d2a8847e7641 2018-08-10 18:41:06,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:41:06,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805"}' 2018-08-10 18:41:06,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-65118568-7603-4de6-9cb2-fd5d0feb167e Date: Fri, 10 Aug 2018 18:41:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:41:06Z", "file": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file", "owner": "bf737313f3954553824cf5d0a650a16b", "id": "faa08288-e53d-45ab-a405-5b439b43ef92", "size": null, "self": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92", "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_7e09f425-3681-4675-91d9-c31b180e1805", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "checksum": null, "created_at": "2018-08-10T18:41:06Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:41:06,425 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-65118568-7603-4de6-9cb2-fd5d0feb167e 2018-08-10 18:41:06,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.311679840088s 2018-08-10 18:41:06,426 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-65118568-7603-4de6-9cb2-fd5d0feb167e returning object faa08288-e53d-45ab-a405-5b439b43ef92 2018-08-10 18:41:06,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:41:06,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '' 2018-08-10 18:41:07,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e48a3507-5146-46d3-8891-a00419502b31 Date: Fri, 10 Aug 2018 18:41:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:41:07,568 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file used request id req-e48a3507-5146-46d3-8891-a00419502b31 2018-08-10 18:41:07,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14197421074s 2018-08-10 18:41:07,569 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file used request id req-e48a3507-5146-46d3-8891-a00419502b31 2018-08-10 18:41:07,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:41:07,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:07,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-488e464d-972c-4a6e-b0d7-d0dde14920c8 Date: Fri, 10 Aug 2018 18:41:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:41:07Z", "file": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file", "owner": "bf737313f3954553824cf5d0a650a16b", "id": "faa08288-e53d-45ab-a405-5b439b43ef92", "size": 12716032, "self": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:41:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:41:07,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-488e464d-972c-4a6e-b0d7-d0dde14920c8 2018-08-10 18:41:07,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310342073441s 2018-08-10 18:41:07,884 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-488e464d-972c-4a6e-b0d7-d0dde14920c8 2018-08-10 18:41:07,886 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap', u'metadata': Munch({})})], 'file': u'/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file', 'owner': u'bf737313f3954553824cf5d0a650a16b', 'id': u'faa08288-e53d-45ab-a405-5b439b43ef92', 'size': 12716032, u'self': u'/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf737313f3954553824cf5d0a650a16b', 'name': 'vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:41:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:41:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805', '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/faa08288-e53d-45ab-a405-5b439b43ef92', 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_7e09f425-3681-4675-91d9-c31b180e1805', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805', 'created': u'2018-08-10T18:41:06Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:41:06Z', 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/faa08288-e53d-45ab-a405-5b439b43ef92', 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_7e09f425-3681-4675-91d9-c31b180e1805', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:41:07,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:41:07,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_7e09f425-3681-4675-91d9-c31b180e1805", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:41:08,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f922ac9-f2dc-49e8-b557-3520e77806a8 x-compute-request-id: req-8f922ac9-f2dc-49e8-b557-3520e77806a8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_7e09f425-3681-4675-91d9-c31b180e1805", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "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": "d7633e91-bd6e-4a17-86a3-0dc990ec1304"}} 2018-08-10 18:41:08,199 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-8f922ac9-f2dc-49e8-b557-3520e77806a8 2018-08-10 18:41:08,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.311887025833s 2018-08-10 18:41:08,199 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-8f922ac9-f2dc-49e8-b557-3520e77806a8 2018-08-10 18:41:08,200 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_7e09f425-3681-4675-91d9-c31b180e1805', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'd7633e91-bd6e-4a17-86a3-0dc990ec1304', 'swap': 0}) 2018-08-10 18:41:08,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:41:08,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304/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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" -d '{"extra_specs": {}}' 2018-08-10 18:41:08,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41: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-95022cf5-430a-42b9-95c4-d1b61f492e63 x-compute-request-id: req-95022cf5-430a-42b9-95c4-d1b61f492e63 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:41:08,222 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304/os-extra_specs used request id req-95022cf5-430a-42b9-95c4-d1b61f492e63 2018-08-10 18:41:08,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218529701233s 2018-08-10 18:41:08,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304/os-extra_specs used request id req-95022cf5-430a-42b9-95c4-d1b61f492e63 2018-08-10 18:41:08,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:41:08,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:08,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-e2e75ffb-b079-4b23-8bbc-a7444c6d20e3 Date: Fri, 10 Aug 2018 18:41:08 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["929082a5-ddf1-400f-9a56-cbcf67e224d2"],"updated_at":"2018-08-10T18:41:01Z","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:40:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bf737313f3954553824cf5d0a650a16b","id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","name":"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:08,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-e2e75ffb-b079-4b23-8bbc-a7444c6d20e3 2018-08-10 18:41:08,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280233860016s 2018-08-10 18:41:08,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-e2e75ffb-b079-4b23-8bbc-a7444c6d20e3 2018-08-10 18:41:08,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:41:08,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:08,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-c0a378b0-7cd6-477e-afb6-606c251399f0 Date: Fri, 10 Aug 2018 18:41:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:41:07Z", "file": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file", "owner": "bf737313f3954553824cf5d0a650a16b", "id": "faa08288-e53d-45ab-a405-5b439b43ef92", "size": 12716032, "self": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:41:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:41:08,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c0a378b0-7cd6-477e-afb6-606c251399f0 2018-08-10 18:41:08,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284103870392s 2018-08-10 18:41:08,793 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c0a378b0-7cd6-477e-afb6-606c251399f0 2018-08-10 18:41:08,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:41:08,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:09,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41: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-3f6e50d7-7b60-4ce3-889b-a9cfc3f5a261 x-compute-request-id: req-3f6e50d7-7b60-4ce3-889b-a9cfc3f5a261 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7e09f425-3681-4675-91d9-c31b180e1805", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "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": "d7633e91-bd6e-4a17-86a3-0dc990ec1304"}]} 2018-08-10 18:41:09,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-3f6e50d7-7b60-4ce3-889b-a9cfc3f5a261 2018-08-10 18:41:09,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.296584129333s 2018-08-10 18:41:09,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-3f6e50d7-7b60-4ce3-889b-a9cfc3f5a261 2018-08-10 18:41:09,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:41:09,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"server": {"name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "imageRef": "faa08288-e53d-45ab-a405-5b439b43ef92", "flavorRef": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5"}]}}' 2018-08-10 18:41:12,996 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:41:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5642859-9a99-4adb-a8cb-1ddcc8a073af x-compute-request-id: req-f5642859-9a99-4adb-a8cb-1ddcc8a073af Content-Length: 374 location: http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "adminPass": "w4J7ThLocDHw"}} 2018-08-10 18:41:12,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-f5642859-9a99-4adb-a8cb-1ddcc8a073af 2018-08-10 18:41:12,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.90259695053s 2018-08-10 18:41:12,996 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-f5642859-9a99-4adb-a8cb-1ddcc8a073af 2018-08-10 18:41:12,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:13,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:13,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10a6dcd2-ec3a-453e-842a-6642f604a6c0 x-compute-request-id: req-10a6dcd2-ec3a-453e-842a-6642f604a6c0 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:13,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-10a6dcd2-ec3a-453e-842a-6642f604a6c0 2018-08-10 18:41:13,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.10512304306s 2018-08-10 18:41:13,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-10a6dcd2-ec3a-453e-842a-6642f604a6c0 2018-08-10 18:41:13,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:41:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:13,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-b942258e-579c-4542-a62d-e7e379b554c9 Date: Fri, 10 Aug 2018 18:41: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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["929082a5-ddf1-400f-9a56-cbcf67e224d2"],"updated_at":"2018-08-10T18:41:01Z","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:40:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bf737313f3954553824cf5d0a650a16b","id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","name":"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:13,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-b942258e-579c-4542-a62d-e7e379b554c9 2018-08-10 18:41:13,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0863411426544s 2018-08-10 18:41:13,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-b942258e-579c-4542-a62d-e7e379b554c9 2018-08-10 18:41:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:41:13,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:13,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-20d2153e-5595-4521-b5c0-c75a25bffa83 Date: Fri, 10 Aug 2018 18:41:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:41:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:41:01Z","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":"bf737313f3954553824cf5d0a650a16b","id":"929082a5-ddf1-400f-9a56-cbcf67e224d2","subnetpool_id":null,"name":"vping_userdata-subnet_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:13,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-20d2153e-5595-4521-b5c0-c75a25bffa83 2018-08-10 18:41:13,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.299312829971s 2018-08-10 18:41:13,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-20d2153e-5595-4521-b5c0-c75a25bffa83 2018-08-10 18:41:13,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:15,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:15,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:15,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa3ef44b-2c0a-4ebc-834b-8908c15b9335 x-compute-request-id: req-fa3ef44b-2c0a-4ebc-834b-8908c15b9335 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:15,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fa3ef44b-2c0a-4ebc-834b-8908c15b9335 2018-08-10 18:41:15,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350561141968s 2018-08-10 18:41:15,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fa3ef44b-2c0a-4ebc-834b-8908c15b9335 2018-08-10 18:41:15,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:17,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:17,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:18,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79af5836-f65b-4f14-963a-03d4604234ea x-compute-request-id: req-79af5836-f65b-4f14-963a-03d4604234ea Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:16Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:18,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-79af5836-f65b-4f14-963a-03d4604234ea 2018-08-10 18:41:18,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03030204773s 2018-08-10 18:41:18,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-79af5836-f65b-4f14-963a-03d4604234ea 2018-08-10 18:41:18,892 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:20,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:20,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:21,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02d836ed-3928-46a2-a433-32e99b591d88 x-compute-request-id: req-02d836ed-3928-46a2-a433-32e99b591d88 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:16Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:21,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-02d836ed-3928-46a2-a433-32e99b591d88 2018-08-10 18:41:21,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03724884987s 2018-08-10 18:41:21,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-02d836ed-3928-46a2-a433-32e99b591d88 2018-08-10 18:41:21,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:23,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:23,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:25,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f73b35e-282b-4fb8-96bc-71a06bfe215d x-compute-request-id: req-0f73b35e-282b-4fb8-96bc-71a06bfe215d Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:22Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:25,128 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0f73b35e-282b-4fb8-96bc-71a06bfe215d 2018-08-10 18:41:25,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18897414207s 2018-08-10 18:41:25,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0f73b35e-282b-4fb8-96bc-71a06bfe215d 2018-08-10 18:41:25,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:41:25,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=3aeefafb-4b6c-43a6-b2fc-2b573fc19936" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:25,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c0ca6b0c-5849-40b8-b494-9e41cc7df666 Date: Fri, 10 Aug 2018 18:41:25 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:41:17Z","admin_state_up":true,"updated_at":"2018-08-10T18:41:22Z","binding:vnic_type":"normal","device_id":"3aeefafb-4b6c-43a6-b2fc-2b573fc19936","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1c:94:ca","id":"3194707e-c71b-4ad6-bfca-298d18fa142e","port_security_enabled":true,"project_id":"bf737313f3954553824cf5d0a650a16b","fixed_ips":[{"subnet_id":"929082a5-ddf1-400f-9a56-cbcf67e224d2","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["25d716ba-a945-482d-a6b9-a40496d93eda"],"name":""}]} 2018-08-10 18:41:25,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=3aeefafb-4b6c-43a6-b2fc-2b573fc19936 used request id req-c0ca6b0c-5849-40b8-b494-9e41cc7df666 2018-08-10 18:41:25,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0461020469666s 2018-08-10 18:41:25,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=3aeefafb-4b6c-43a6-b2fc-2b573fc19936 used request id req-c0ca6b0c-5849-40b8-b494-9e41cc7df666 2018-08-10 18:41:25,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:41:25,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=3194707e-c71b-4ad6-bfca-298d18fa142e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:25,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-962ecc30-ed32-4387-ace2-f257d0997e6b Date: Fri, 10 Aug 2018 18:41:25 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:41:25,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=3194707e-c71b-4ad6-bfca-298d18fa142e used request id req-962ecc30-ed32-4387-ace2-f257d0997e6b 2018-08-10 18:41:25,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445191860199s 2018-08-10 18:41:25,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=3194707e-c71b-4ad6-bfca-298d18fa142e used request id req-962ecc30-ed32-4387-ace2-f257d0997e6b 2018-08-10 18:41:25,228 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1c:94:ca', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'faa08288-e53d-45ab-a405-5b439b43ef92'}), 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-10T18:41:22.000000', 'flavor': Munch({u'id': u'd7633e91-bd6e-4a17-86a3-0dc990ec1304'}), 'az': u'nova', 'id': u'3aeefafb-4b6c-43a6-b2fc-2b573fc19936', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'570b985253074e38a51bd98a9c474054', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf737313f3954553824cf5d0a650a16b', 'name': 'vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805', '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-10T18:41:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:41:22Z', 'hostId': u'ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c', '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-10T18:41:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'bf737313f3954553824cf5d0a650a16b', 'name': u'vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805', 'adminPass': u'w4J7ThLocDHw', 'tenant_id': u'bf737313f3954553824cf5d0a650a16b', 'created_at': u'2018-08-10T18:41:12Z', 'created': u'2018-08-10T18:41:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:41:25,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:41:25,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:25,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-13d80f8d-3fb6-4b9d-a20d-f161a4acc90a Date: Fri, 10 Aug 2018 18:41:25 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["929082a5-ddf1-400f-9a56-cbcf67e224d2"],"updated_at":"2018-08-10T18:41:01Z","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:40:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bf737313f3954553824cf5d0a650a16b","id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","name":"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:25,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-13d80f8d-3fb6-4b9d-a20d-f161a4acc90a 2018-08-10 18:41:25,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940291881561s 2018-08-10 18:41:25,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-13d80f8d-3fb6-4b9d-a20d-f161a4acc90a 2018-08-10 18:41:25,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:41:25,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:25,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-b252cb00-db16-4972-bb2d-ef594219530f Date: Fri, 10 Aug 2018 18:41:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:41:07Z", "file": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file", "owner": "bf737313f3954553824cf5d0a650a16b", "id": "faa08288-e53d-45ab-a405-5b439b43ef92", "size": 12716032, "self": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:41:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:41:25,370 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-b252cb00-db16-4972-bb2d-ef594219530f 2018-08-10 18:41:25,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0419218540192s 2018-08-10 18:41:25,371 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-b252cb00-db16-4972-bb2d-ef594219530f 2018-08-10 18:41:25,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:41:25,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:25,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bcf5a20-6ab3-4081-b2f9-7280365221d6 x-compute-request-id: req-1bcf5a20-6ab3-4081-b2f9-7280365221d6 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7e09f425-3681-4675-91d9-c31b180e1805", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "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": "d7633e91-bd6e-4a17-86a3-0dc990ec1304"}]} 2018-08-10 18:41:25,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-1bcf5a20-6ab3-4081-b2f9-7280365221d6 2018-08-10 18:41:25,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.130818128586s 2018-08-10 18:41:25,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-1bcf5a20-6ab3-4081-b2f9-7280365221d6 2018-08-10 18:41:25,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:41:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"server": {"name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "imageRef": "faa08288-e53d-45ab-a405-5b439b43ef92", "flavorRef": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjUgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5"}]}}' 2018-08-10 18:41:28,888 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8891fd76-6f9e-4d51-9e75-b8b6403ce10b x-compute-request-id: req-8891fd76-6f9e-4d51-9e75-b8b6403ce10b Content-Length: 374 location: http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "adminPass": "mGHcZ5rnLG36"}} 2018-08-10 18:41:28,888 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-8891fd76-6f9e-4d51-9e75-b8b6403ce10b 2018-08-10 18:41:28,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.3833220005s 2018-08-10 18:41:28,888 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-8891fd76-6f9e-4d51-9e75-b8b6403ce10b 2018-08-10 18:41:28,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:28,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:29,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68de216c-fdaf-432f-b006-f89b900c9769 x-compute-request-id: req-68de216c-fdaf-432f-b006-f89b900c9769 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:22Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:29,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-68de216c-fdaf-432f-b006-f89b900c9769 2018-08-10 18:41:29,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.835601091385s 2018-08-10 18:41:29,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-68de216c-fdaf-432f-b006-f89b900c9769 2018-08-10 18:41:29,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:31,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:31,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:32,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6cca8e5-1703-4bfc-b80a-2f1f31e034c5 x-compute-request-id: req-b6cca8e5-1703-4bfc-b80a-2f1f31e034c5 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:31Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:22Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:32,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b6cca8e5-1703-4bfc-b80a-2f1f31e034c5 2018-08-10 18:41:32,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14948606491s 2018-08-10 18:41:32,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b6cca8e5-1703-4bfc-b80a-2f1f31e034c5 2018-08-10 18:41:32,888 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:34,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:34,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:36,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41: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-e0e447a4-4a21-48ff-8a5a-f4bbd1aba101 x-compute-request-id: req-e0e447a4-4a21-48ff-8a5a-f4bbd1aba101 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:41:32Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:22Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:36,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0e447a4-4a21-48ff-8a5a-f4bbd1aba101 2018-08-10 18:41:36,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.60106801987s 2018-08-10 18:41:36,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0e447a4-4a21-48ff-8a5a-f4bbd1aba101 2018-08-10 18:41:36,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:38,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:38,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:39,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75e331b3-edd4-4620-9fb3-15fc930abc56 x-compute-request-id: req-75e331b3-edd4-4620-9fb3-15fc930abc56 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2a:c9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:36.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:36Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:22Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:39,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-75e331b3-edd4-4620-9fb3-15fc930abc56 2018-08-10 18:41:39,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693920850754s 2018-08-10 18:41:39,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-75e331b3-edd4-4620-9fb3-15fc930abc56 2018-08-10 18:41:39,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:41:39,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:39,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d966f16b-9d5a-4768-8efc-fe6222d73ece Date: Fri, 10 Aug 2018 18:41:39 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:41:32Z","admin_state_up":true,"updated_at":"2018-08-10T18:41:36Z","binding:vnic_type":"normal","device_id":"2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:26:2a:c9","id":"04528fdf-7285-481a-a5c5-8e18a1f33ae7","port_security_enabled":true,"project_id":"bf737313f3954553824cf5d0a650a16b","fixed_ips":[{"subnet_id":"929082a5-ddf1-400f-9a56-cbcf67e224d2","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["25d716ba-a945-482d-a6b9-a40496d93eda"],"name":""}]} 2018-08-10 18:41:39,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1 used request id req-d966f16b-9d5a-4768-8efc-fe6222d73ece 2018-08-10 18:41:39,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.311863899231s 2018-08-10 18:41:39,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1 used request id req-d966f16b-9d5a-4768-8efc-fe6222d73ece 2018-08-10 18:41:39,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:41:39,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=04528fdf-7285-481a-a5c5-8e18a1f33ae7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:39,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-592f0e6f-ff30-4935-be90-1441567d4f84 Date: Fri, 10 Aug 2018 18:41:39 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:41:39,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=04528fdf-7285-481a-a5c5-8e18a1f33ae7 used request id req-592f0e6f-ff30-4935-be90-1441567d4f84 2018-08-10 18:41:39,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.311506986618s 2018-08-10 18:41:39,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=04528fdf-7285-481a-a5c5-8e18a1f33ae7 used request id req-592f0e6f-ff30-4935-be90-1441567d4f84 2018-08-10 18:41:39,829 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:2a:c9', 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'faa08288-e53d-45ab-a405-5b439b43ef92'}), 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-10T18:41:36.000000', 'flavor': Munch({u'id': u'd7633e91-bd6e-4a17-86a3-0dc990ec1304'}), 'az': u'nova', 'id': u'2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'570b985253074e38a51bd98a9c474054', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf737313f3954553824cf5d0a650a16b', 'name': 'vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805', '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-10T18:41:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:41:36Z', 'hostId': u'ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c', '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-10T18:41:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'bf737313f3954553824cf5d0a650a16b', 'name': u'vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805', 'adminPass': u'mGHcZ5rnLG36', 'tenant_id': u'bf737313f3954553824cf5d0a650a16b', 'created_at': u'2018-08-10T18:41:28Z', 'created': u'2018-08-10T18:41:28Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:41:39,830 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-10 18:41:40,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:40,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:41,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75ed61f9-a722-4afe-8d6c-b3860677ed93 x-compute-request-id: req-75ed61f9-a722-4afe-8d6c-b3860677ed93 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2a:c9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:36.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:36Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:22Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:41,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-75ed61f9-a722-4afe-8d6c-b3860677ed93 2018-08-10 18:41:41,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.801119089127s 2018-08-10 18:41:41,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-75ed61f9-a722-4afe-8d6c-b3860677ed93 2018-08-10 18:41:41,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:41:41,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1/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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:41:41,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41: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-e01bb5cb-be1c-4963-b056-e82db796a790 x-compute-request-id: req-e01bb5cb-be1c-4963-b056-e82db796a790 Content-Encoding: gzip Content-Length: 9569 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470780419 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138977] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140661] pid_max: default: 32768 minimum: 301\n[ 0.141572] ACPI: Core revision 20150930\n[ 0.142966] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144289] Security Framework initialized\n[ 0.145110] Yama: becoming mindful.\n[ 0.145845] AppArmor: AppArmor initialized\n[ 0.146707] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149339] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151992] Initializing cgroup subsys io\n[ 0.152816] Initializing cgroup subsys memory\n[ 0.153685] Initializing cgroup subsys devices\n[ 0.154580] Initializing cgroup subsys freezer\n[ 0.155465] Initializing cgroup subsys net_cls\n[ 0.156357] Initializing cgroup subsys perf_event\n[ 0.157291] Initializing cgroup subsys net_prio\n[ 0.158196] Initializing cgroup subsys hugetlb\n[ 0.159072] Initializing cgroup subsys pids\n[ 0.159953] CPU: Physical Processor ID: 0\n[ 0.161453] mce: CPU supports 10 MCE banks\n[ 0.162330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179106] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185142] ftrace: allocating 31920 entries in 125 pages\n[ 0.209941] smpboot: Max logical packages: 1\n[ 0.210811] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212168] x2apic enabled\n[ 0.212978] Switched APIC routing to physical x2apic.\n[ 0.214718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215847] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217862] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219665] KVM setup paravirtual spinlock\n[ 0.220976] x86: Booted up 1 node, 1 CPUs\n[ 0.221794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223193] devtmpfs: initialized\n[ 0.224913] evm: security.selinux\n[ 0.225620] evm: security.SMACK64\n[ 0.226318] evm: security.SMACK64EXEC\n[ 0.227074] evm: security.SMACK64TRANSMUTE\n[ 0.227887] evm: security.SMACK64MMAP\n[ 0.228636] evm: security.ima\n[ 0.229284] evm: security.capability\n[ 0.230095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231969] pinctrl core: initialized pinctrl subsystem\n[ 0.233080] RTC time: 18:41:36, date: 08/10/18\n[ 0.234056] NET: Registered protocol family 16\n[ 0.235052] cpuidle: using governor ladder\n[ 0.235882] cpuidle: using governor menu\n[ 0.236673] PCCT header not found.\n[ 0.237445] ACPI: bus type PCI registered\n[ 0.238260] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239519] PCI: Using configuration type 1 for base access\n[ 0.241307] ACPI: Added _OSI(Module Device)\n[ 0.242167] ACPI: Added _OSI(Processor Device)\n[ 0.243036] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243943] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245684] ACPI: Interpreter enabled\n[ 0.246468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250188] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253916] ACPI: (supports S0 S5)\n[ 0.254623] ACPI: Using IOAPIC for interrupt routing\n[ 0.255589] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258710] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261130] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262334] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264576] acpiphp: Slot [3] registered\n[ 0.265393] acpiphp: Slot [4] registered\n[ 0.266202] acpiphp: Slot [5] registered\n[ 0.267010] acpiphp: Slot [6] registered\n[ 0.267815] acpiphp: Slot [7] registered\n[ 0.268622] acpiphp: Slot [8] registered\n[ 0.269437] acpiphp: Slot [9] registered\n[ 0.270243] acpiphp: Slot [10] registered\n[ 0.271072] acpiphp: Slot [11] registered\n[ 0.271889] acpiphp: Slot [12] registered\n[ 0.272707] acpiphp: Slot [13] registered\n[ 0.273524] acpiphp: Slot [14] registered\n[ 0.274342] acpiphp: Slot [15] registered\n[ 0.285072] acpiphp: Slot [16] registered\n[ 0.285895] acpiphp: Slot [17] registered\n[ 0.286707] acpiphp: Slot [18] registered\n[ 0.287524] acpiphp: Slot [19] registered\n[ 0.288344] acpiphp: Slot [20] registered\n[ 0.289167] acpiphp: Slot [21] registered\n[ 0.289984] acpiphp: Slot [22] registered\n[ 0.290800] acpiphp: Slot [23] registered\n[ 0.291611] acpiphp: Slot [24] registered\n[ 0.292428] acpiphp: Slot [25] registered\n[ 0.293255] acpiphp: Slot [26] registered\n[ 0.294071] acpiphp: Slot [27] registered\n[ 0.294886] acpiphp: Slot [28] registered\n[ 0.295698] acpiphp: Slot [29] registered\n[ 0.296550] acpiphp: Slot [30] registered\n[ 0.297374] acpiphp: Slot [31] registered\n[ 0.298189] PCI host bridge to bus 0000:00\n[ 0.299002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300225] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301449] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304356] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305843] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309049] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311538] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316341] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317916] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335995] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339217] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343317] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344621] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345692] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347248] vgaarb: loaded\n[ 0.347849] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349078] SCSI subsystem initialized\n[ 0.349990] ACPI: bus type USB registered\n[ 0.350825] usbcore: registered new interface driver usbfs\n[ 0.351860] usbcore: registered new interface driver hub\n[ 0.352877] usbcore: registered new device driver usb\n[ 0.353990] PCI: Using ACPI for IRQ routing\n[ 0.355105] NetLabel: Initializing\n[ 0.355829] NetLabel: domain hash size = 128\n[ 0.356677] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357653] NetLabel: unlabeled traffic allowed by default\n[ 0.358828] clocksource: Switched to clocksource kvm-clock\n[ 0.367021] AppArmor: AppArmor Filesystem Enabled\n[ 0.368008] pnp: PnP ACPI init\n[ 0.368960] pnp: PnP ACPI: found 5 devices\n[ 0.375279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377020] NET: Registered protocol family 2\n[ 0.378072] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380612] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381832] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382935] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384150] NET: Registered protocol family 1\n[ 0.385047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386161] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387257] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415441] Trying to unpack rootfs image as initramfs...\n[ 0.471802] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.473448] Scanning for low memory corruption every 60 seconds\n[ 0.474820] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.476007] audit: initializing netlink subsys (disabled)\n[ 0.477044] audit: type=2000 audit(1533926497.332:1): initialized\n[ 0.478393] Initialise system trusted keyring\n[ 0.479366] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.480549] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.482684] zbud: loaded\n[ 0.483426] VFS: Disk quotas dquot_6.6.0\n[ 0.484259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485875] fuse init (API version 7.23)\n[ 0.486793] Key type big_key registered\n[ 0.487612] Allocating IMA MOK and blacklist keyrings.\n[ 0.488849] Key type asymmetric registered\n[ 0.489678] Asymmetric key parser 'x509' registered\n[ 0.490648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.492153] io scheduler noop registered\n[ 0.492957] io scheduler deadline registered (default)\n[ 0.493962] io scheduler cfq registered\n[ 0.494817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.497170] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.498635] ACPI: Power Button [PWRF]\n[ 0.499504] GHES: HEST is not enabled!\n[ 0.513172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541191] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567205] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569508] Linux agpgart interface v0.103\n[ 0.572134] brd: module loaded\n[ 0.573814] loop: module loaded\n[ 0.577518] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.579018] GPT:90111 != 2097151\n[ 0.579703] GPT:Alternate GPT header not at the end of the disk.\n[ 0.580839] GPT:90111 != 2097151\n[ 0.581524] GPT: Use GNU Parted to correct GPT errors.\n[ 0.582520] vda: vda1 vda15\n[ 0.583795] scsi host0: ata_piix\n[ 0.584647] scsi host1: ata_piix\n[ 0.585395] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.586660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590541] libphy: Fixed MDIO Bus: probed\n[ 0.591411] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592405] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594852] PPP generic driver version 2.4.2\n[ 0.595819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.597069] ehci-pci: EHCI PCI platform driver\n[ 0.597973] ehci-platform: EHCI generic platform driver\n[ 0.599013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600190] ohci-pci: OHCI PCI platform driver\n[ 0.601097] ohci-platform: OHCI generic platform driver\n[ 0.602130] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616443] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617491] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619012] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621248] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.622512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623960] usb usb1: Product: UHCI Host Controller\n[ 0.624918] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626089] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627095] hub 1-0:1.0: USB hub found\n[ 0.627908] hub 1-0:1.0: 2 ports detected\n[ 0.628870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631058] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632052] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633118] mousedev: PS/2 mouse device common for all mice\n[ 0.634538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.636433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.637581] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638800] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640020] i2c /dev entries driver\n[ 0.640821] device-mapper: uevent: version 1.0.3\n[ 0.641804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.643474] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644934] NET: Registered protocol family 10\n[ 0.646089] NET: Registered protocol family 17\n[ 0.647028] Key type dns_resolver registered\n[ 0.648060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.649189] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.651023] registered taskstats version 1\n[ 0.651885] Loading compiled-in X.509 certificates\n[ 0.653372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.655286] zswap: loaded using pool lzo/zbud\n[ 0.656980] Key type trusted registered\n[ 0.658762] Key type encrypted registered\n[ 0.659597] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.660641] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661693] evm: HMAC attrs: 0x1\n[ 0.662672] Magic number: 14:804:695\n[ 0.663494] pci 0000:00:00.0: hash matches\n[ 0.664401] rtc_cmos 00:00: setting system clock to 2018-08-10 18:41:37 UTC (1533926497)\n[ 0.666055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667183] EDD information not available.\n[ 0.744294] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.745902] Write protecting the kernel read-only data: 14336k\n[ 0.748054] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.749950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.901409] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000011\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3CIbDbclG/xX2N/Mcj40wgumr585ozFtwdoKCTFQ9UgQhs0gSa8NPUgPEdkRk6qo1gO9QwXuMN84Ca18B8XSIDRUmyq2xNMo4/OoA4XLP82lmMS/6Qi5ht/f6m6Qnk852v91rJtdtuEOPL1FX+2XbfAUFhv0qONWOzPcXvwdpR09UpmgTBOPTanaQSAZolCorHBcjubY/9jRDWev4GsXkzPLNKCDo9WJ4mGxdplIbUA4oWzgg7WJPxCibdgws2nB3shMTE91dnNEPQHHyyLAF3E7kyS33ATjoD3YCeBDmHBEPjo4hQAzkgmQ2hkyaEL3ez1AGH4p0CZ0f8JQGQST9 root@vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805\nssh-dss AAAAB3NzaC1kc3MAAACBANe1gpU/b+lR3cBQEMgdtR3tWw3aYMM1JYdZRwjC5m3iV6XsLNfRMPR9hAREzmPDSFCE1++KfiCRsOaexMjHTRrmDjBAjWDO0kcgD0m6F6d/Oh2+3XcHpbE7pQP++jMa9vD0WSdSwLwtBjE3ujc19V/TH22DzcXz+3nZs2OQ/LZdAAAAFQDHbSb4ZJ/zVZV8eiDDfkoUrLSbyQAAAIEAonkDtDNoPYkzDfeI5Do+ocxc4Jd1NmeMJCzbGKeavzmgGrBcS6X9GbbQVTgeZVT8NjKZs9y295HLVNawE/wLem2+r9fr3FNPyOhmg1oCzp3fG6g8a8kDEB3u1qkT6Tu+YD2JTQcW3B3s4UKhS0mSv075LZrJ6lUEY0H+K94KkLkAAACAOMVadpnHR5lpdcCUjyh92b2U24LevwzDOIH90quFYexUVDhnzUQtVfvPjOf9MbJP84D0/VsN1t0uSDPaOU+CfLfn4LQ3eZexEEtXJoQC/mmsWoriUj6dR+88WTjBt+Agwy1+optJdsoL0u0R5m+Emqvf5cXpAQpPzzqX0myW/xI= root@vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe26:2ac9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805 login: "} 2018-08-10 18:41:41,872 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1/action used request id req-e01bb5cb-be1c-4963-b056-e82db796a790 2018-08-10 18:41:41,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.235482931137s 2018-08-10 18:41:41,873 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1/action used request id req-e01bb5cb-be1c-4963-b056-e82db796a790 2018-08-10 18:41:41,873 - 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 470780419 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.138977] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.140661] pid_max: default: 32768 minimum: 301 [ 0.141572] ACPI: Core revision 20150930 [ 0.142966] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144289] Security Framework initialized [ 0.145110] Yama: becoming mindful. [ 0.145845] AppArmor: AppArmor initialized [ 0.146707] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148050] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149339] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151992] Initializing cgroup subsys io [ 0.152816] Initializing cgroup subsys memory [ 0.153685] Initializing cgroup subsys devices [ 0.154580] Initializing cgroup subsys freezer [ 0.155465] Initializing cgroup subsys net_cls [ 0.156357] Initializing cgroup subsys perf_event [ 0.157291] Initializing cgroup subsys net_prio [ 0.158196] Initializing cgroup subsys hugetlb [ 0.159072] Initializing cgroup subsys pids [ 0.159953] CPU: Physical Processor ID: 0 [ 0.161453] mce: CPU supports 10 MCE banks [ 0.162330] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179106] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185142] ftrace: allocating 31920 entries in 125 pages [ 0.209941] smpboot: Max logical packages: 1 [ 0.210811] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212168] x2apic enabled [ 0.212978] Switched APIC routing to physical x2apic. [ 0.214718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215847] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217862] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219665] KVM setup paravirtual spinlock [ 0.220976] x86: Booted up 1 node, 1 CPUs [ 0.221794] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223193] devtmpfs: initialized [ 0.224913] evm: security.selinux [ 0.225620] evm: security.SMACK64 [ 0.226318] evm: security.SMACK64EXEC [ 0.227074] evm: security.SMACK64TRANSMUTE [ 0.227887] evm: security.SMACK64MMAP [ 0.228636] evm: security.ima [ 0.229284] evm: security.capability [ 0.230095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231969] pinctrl core: initialized pinctrl subsystem [ 0.233080] RTC time: 18:41:36, date: 08/10/18 [ 0.234056] NET: Registered protocol family 16 [ 0.235052] cpuidle: using governor ladder [ 0.235882] cpuidle: using governor menu [ 0.236673] PCCT header not found. [ 0.237445] ACPI: bus type PCI registered [ 0.238260] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239519] PCI: Using configuration type 1 for base access [ 0.241307] ACPI: Added _OSI(Module Device) [ 0.242167] ACPI: Added _OSI(Processor Device) [ 0.243036] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243943] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245684] ACPI: Interpreter enabled [ 0.246468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250188] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253916] ACPI: (supports S0 S5) [ 0.254623] ACPI: Using IOAPIC for interrupt routing [ 0.255589] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258710] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259881] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261130] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262334] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264576] acpiphp: Slot [3] registered [ 0.265393] acpiphp: Slot [4] registered [ 0.266202] acpiphp: Slot [5] registered [ 0.267010] acpiphp: Slot [6] registered [ 0.267815] acpiphp: Slot [7] registered [ 0.268622] acpiphp: Slot [8] registered [ 0.269437] acpiphp: Slot [9] registered [ 0.270243] acpiphp: Slot [10] registered [ 0.271072] acpiphp: Slot [11] registered [ 0.271889] acpiphp: Slot [12] registered [ 0.272707] acpiphp: Slot [13] registered [ 0.273524] acpiphp: Slot [14] registered [ 0.274342] acpiphp: Slot [15] registered [ 0.285072] acpiphp: Slot [16] registered [ 0.285895] acpiphp: Slot [17] registered [ 0.286707] acpiphp: Slot [18] registered [ 0.287524] acpiphp: Slot [19] registered [ 0.288344] acpiphp: Slot [20] registered [ 0.289167] acpiphp: Slot [21] registered [ 0.289984] acpiphp: Slot [22] registered [ 0.290800] acpiphp: Slot [23] registered [ 0.291611] acpiphp: Slot [24] registered [ 0.292428] acpiphp: Slot [25] registered [ 0.293255] acpiphp: Slot [26] registered [ 0.294071] acpiphp: Slot [27] registered [ 0.294886] acpiphp: Slot [28] registered [ 0.295698] acpiphp: Slot [29] registered [ 0.296550] acpiphp: Slot [30] registered [ 0.297374] acpiphp: Slot [31] registered [ 0.298189] PCI host bridge to bus 0000:00 [ 0.299002] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300225] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301449] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302905] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304356] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.305843] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309049] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310345] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311538] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312819] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316341] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.317916] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.335995] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.337472] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.339217] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.340645] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342050] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.343317] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.344621] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.345692] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.347248] vgaarb: loaded [ 0.347849] vgaarb: bridge control possible 0000:00:02.0 [ 0.349078] SCSI subsystem initialized [ 0.349990] ACPI: bus type USB registered [ 0.350825] usbcore: registered new interface driver usbfs [ 0.351860] usbcore: registered new interface driver hub [ 0.352877] usbcore: registered new device driver usb [ 0.353990] PCI: Using ACPI for IRQ routing [ 0.355105] NetLabel: Initializing [ 0.355829] NetLabel: domain hash size = 128 [ 0.356677] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.357653] NetLabel: unlabeled traffic allowed by default [ 0.358828] clocksource: Switched to clocksource kvm-clock [ 0.367021] AppArmor: AppArmor Filesystem Enabled [ 0.368008] pnp: PnP ACPI init [ 0.368960] pnp: PnP ACPI: found 5 devices [ 0.375279] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377020] NET: Registered protocol family 2 [ 0.378072] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.379386] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.380612] TCP: Hash tables configured (established 4096 bind 4096) [ 0.381832] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.382935] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.384150] NET: Registered protocol family 1 [ 0.385047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.386161] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.387257] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.401307] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.415441] Trying to unpack rootfs image as initramfs... [ 0.471802] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.473448] Scanning for low memory corruption every 60 seconds [ 0.474820] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.476007] audit: initializing netlink subsys (disabled) [ 0.477044] audit: type=2000 audit(1533926497.332:1): initialized [ 0.478393] Initialise system trusted keyring [ 0.479366] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.480549] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.482684] zbud: loaded [ 0.483426] VFS: Disk quotas dquot_6.6.0 [ 0.484259] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.485875] fuse init (API version 7.23) [ 0.486793] Key type big_key registered [ 0.487612] Allocating IMA MOK and blacklist keyrings. [ 0.488849] Key type asymmetric registered [ 0.489678] Asymmetric key parser 'x509' registered [ 0.490648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.492153] io scheduler noop registered [ 0.492957] io scheduler deadline registered (default) [ 0.493962] io scheduler cfq registered [ 0.494817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.495881] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.497170] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.498635] ACPI: Power Button [PWRF] [ 0.499504] GHES: HEST is not enabled! [ 0.513172] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541191] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543301] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567205] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569508] Linux agpgart interface v0.103 [ 0.572134] brd: module loaded [ 0.573814] loop: module loaded [ 0.577518] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.579018] GPT:90111 != 2097151 [ 0.579703] GPT:Alternate GPT header not at the end of the disk. [ 0.580839] GPT:90111 != 2097151 [ 0.581524] GPT: Use GNU Parted to correct GPT errors. [ 0.582520] vda: vda1 vda15 [ 0.583795] scsi host0: ata_piix [ 0.584647] scsi host1: ata_piix [ 0.585395] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.586660] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.590541] libphy: Fixed MDIO Bus: probed [ 0.591411] tun: Universal TUN/TAP device driver, 1.6 [ 0.592405] tun: (C) 1999-2004 Max Krasnyansky [ 0.594852] PPP generic driver version 2.4.2 [ 0.595819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.597069] ehci-pci: EHCI PCI platform driver [ 0.597973] ehci-platform: EHCI generic platform driver [ 0.599013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.600190] ohci-pci: OHCI PCI platform driver [ 0.601097] ohci-platform: OHCI generic platform driver [ 0.602130] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616443] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617491] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.619012] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.620048] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.621248] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622512] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623960] usb usb1: Product: UHCI Host Controller [ 0.624918] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.626089] usb usb1: SerialNumber: 0000:00:01.2 [ 0.627095] hub 1-0:1.0: USB hub found [ 0.627908] hub 1-0:1.0: 2 ports detected [ 0.628870] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.631058] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.632052] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.633118] mousedev: PS/2 mouse device common for all mice [ 0.634538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.636433] rtc_cmos 00:00: RTC can wake from S4 [ 0.637581] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638800] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.640020] i2c /dev entries driver [ 0.640821] device-mapper: uevent: version 1.0.3 [ 0.641804] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.643474] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644934] NET: Registered protocol family 10 [ 0.646089] NET: Registered protocol family 17 [ 0.647028] Key type dns_resolver registered [ 0.648060] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.649189] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.651023] registered taskstats version 1 [ 0.651885] Loading compiled-in X.509 certificates [ 0.653372] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.655286] zswap: loaded using pool lzo/zbud [ 0.656980] Key type trusted registered [ 0.658762] Key type encrypted registered [ 0.659597] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660641] ima: No TPM chip found, activating TPM-bypass! [ 0.661693] evm: HMAC attrs: 0x1 [ 0.662672] Magic number: 14:804:695 [ 0.663494] pci 0000:00:00.0: hash matches [ 0.664401] rtc_cmos 00:00: setting system clock to 2018-08-10 18:41:37 UTC (1533926497) [ 0.666055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.667183] EDD information not available. [ 0.744294] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.745902] Write protecting the kernel read-only data: 14336k [ 0.748054] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.749950] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.901409] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000011 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3CIbDbclG/xX2N/Mcj40wgumr585ozFtwdoKCTFQ9UgQhs0gSa8NPUgPEdkRk6qo1gO9QwXuMN84Ca18B8XSIDRUmyq2xNMo4/OoA4XLP82lmMS/6Qi5ht/f6m6Qnk852v91rJtdtuEOPL1FX+2XbfAUFhv0qONWOzPcXvwdpR09UpmgTBOPTanaQSAZolCorHBcjubY/9jRDWev4GsXkzPLNKCDo9WJ4mGxdplIbUA4oWzgg7WJPxCibdgws2nB3shMTE91dnNEPQHHyyLAF3E7kyS33ATjoD3YCeBDmHBEPjo4hQAzkgmQ2hkyaEL3ez1AGH4p0CZ0f8JQGQST9 root@vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805 ssh-dss AAAAB3NzaC1kc3MAAACBANe1gpU/b+lR3cBQEMgdtR3tWw3aYMM1JYdZRwjC5m3iV6XsLNfRMPR9hAREzmPDSFCE1++KfiCRsOaexMjHTRrmDjBAjWDO0kcgD0m6F6d/Oh2+3XcHpbE7pQP++jMa9vD0WSdSwLwtBjE3ujc19V/TH22DzcXz+3nZs2OQ/LZdAAAAFQDHbSb4ZJ/zVZV8eiDDfkoUrLSbyQAAAIEAonkDtDNoPYkzDfeI5Do+ocxc4Jd1NmeMJCzbGKeavzmgGrBcS6X9GbbQVTgeZVT8NjKZs9y295HLVNawE/wLem2+r9fr3FNPyOhmg1oCzp3fG6g8a8kDEB3u1qkT6Tu+YD2JTQcW3B3s4UKhS0mSv075LZrJ6lUEY0H+K94KkLkAAACAOMVadpnHR5lpdcCUjyh92b2U24LevwzDOIH90quFYexUVDhnzUQtVfvPjOf9MbJP84D0/VsN1t0uSDPaOU+CfLfn4LQ3eZexEEtXJoQC/mmsWoriUj6dR+88WTjBt+Agwy1+optJdsoL0u0R5m+Emqvf5cXpAQpPzzqX0myW/xI= root@vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe26:2ac9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805 launch-index: 0 === cirros: current=0.4.0 uptime=3.74 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-7e09f425-3681-4675-91d9-c31b180e1805 login: 2018-08-10 18:41:41,874 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-10 18:41:41,996 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:41:41,997 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:43 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-10 18:41:42,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:41:42,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:42,208 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dfecaef8-549e-4561-8764-b39fbf4ad176 x-compute-request-id: req-dfecaef8-549e-4561-8764-b39fbf4ad176 Content-Type: application/json 2018-08-10 18:41:42,208 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936 used request id req-dfecaef8-549e-4561-8764-b39fbf4ad176 2018-08-10 18:41:42,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.206558942795s 2018-08-10 18:41:42,209 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936 used request id req-dfecaef8-549e-4561-8764-b39fbf4ad176 2018-08-10 18:41:42,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:42,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:43,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cb8aa2a-d0a0-410b-b9e5-f775137294ab x-compute-request-id: req-5cb8aa2a-d0a0-410b-b9e5-f775137294ab Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2a:c9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:36.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:36Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1c:94:ca", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:22.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "3aeefafb-4b6c-43a6-b2fc-2b573fc19936", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:42Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:12Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:43,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5cb8aa2a-d0a0-410b-b9e5-f775137294ab 2018-08-10 18:41:43,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878261089325s 2018-08-10 18:41:43,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5cb8aa2a-d0a0-410b-b9e5-f775137294ab 2018-08-10 18:41:43,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:45,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:45,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:45,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7676adf-e2bc-44c6-8334-e802406e0c76 x-compute-request-id: req-a7676adf-e2bc-44c6-8334-e802406e0c76 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2a:c9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:36.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:36Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:45,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a7676adf-e2bc-44c6-8334-e802406e0c76 2018-08-10 18:41:45,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.778506994247s 2018-08-10 18:41:45,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a7676adf-e2bc-44c6-8334-e802406e0c76 2018-08-10 18:41:45,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:41:45,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:46,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:41:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d48f387-ae6f-4057-bf3d-402442d51946 x-compute-request-id: req-1d48f387-ae6f-4057-bf3d-402442d51946 Content-Type: application/json 2018-08-10 18:41:46,052 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1 used request id req-1d48f387-ae6f-4057-bf3d-402442d51946 2018-08-10 18:41:46,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.178776025772s 2018-08-10 18:41:46,053 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1 used request id req-1d48f387-ae6f-4057-bf3d-402442d51946 2018-08-10 18:41:46,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:46,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:47,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-601f9462-7f1d-42dd-a2c4-3c3ae5fdc7bd x-compute-request-id: req-601f9462-7f1d-42dd-a2c4-3c3ae5fdc7bd Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:2a:c9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "rel": "bookmark"}], "image": {"id": "faa08288-e53d-45ab-a405-5b439b43ef92", "links": [{"href": "http://172.30.9.31:8774/images/faa08288-e53d-45ab-a405-5b439b43ef92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:41:36.000000", "flavor": {"id": "d7633e91-bd6e-4a17-86a3-0dc990ec1304", "links": [{"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "bookmark"}]}, "id": "2bf6b117-97f3-4fb7-9c95-00a33d7bf4b1", "security_groups": [{"name": "default"}], "user_id": "570b985253074e38a51bd98a9c474054", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:41:45Z", "hostId": "ded1800a943815e0b3948245273be6f198133cf44a8714be972b185c", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7e09f425-3681-4675-91d9-c31b180e1805", "created": "2018-08-10T18:41:28Z", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:41:47,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-601f9462-7f1d-42dd-a2c4-3c3ae5fdc7bd 2018-08-10 18:41:47,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03198719025s 2018-08-10 18:41:47,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-601f9462-7f1d-42dd-a2c4-3c3ae5fdc7bd 2018-08-10 18:41:47,087 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:41:49,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:41:49,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:49,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d7bcb353-40f2-42a0-bcc9-437775ea0acd x-compute-request-id: req-d7bcb353-40f2-42a0-bcc9-437775ea0acd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 18:41:49,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d7bcb353-40f2-42a0-bcc9-437775ea0acd 2018-08-10 18:41:49,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179513931274s 2018-08-10 18:41:49,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d7bcb353-40f2-42a0-bcc9-437775ea0acd 2018-08-10 18:41:49,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:41:49,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8/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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" -d '{"subnet_id": "929082a5-ddf1-400f-9a56-cbcf67e224d2"}' 2018-08-10 18:41:51,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6fa23baa-9aa3-4964-b45c-4fc618c35e72 Date: Fri, 10 Aug 2018 18:41:51 GMT RESP BODY: {"network_id": "e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "subnet_id": "929082a5-ddf1-400f-9a56-cbcf67e224d2", "subnet_ids": ["929082a5-ddf1-400f-9a56-cbcf67e224d2"], "port_id": "9c2d4714-5c7c-415a-a81c-7f79368f46ea", "id": "b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8"} 2018-08-10 18:41:51,009 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8/remove_router_interface.json used request id req-6fa23baa-9aa3-4964-b45c-4fc618c35e72 2018-08-10 18:41:51,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73941302299s 2018-08-10 18:41:51,010 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8/remove_router_interface.json used request id req-6fa23baa-9aa3-4964-b45c-4fc618c35e72 returning object b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8 2018-08-10 18:41:51,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:41:51,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:51,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3fdb64cf-a9fa-4969-933d-f61f0810ccf2 Date: Fri, 10 Aug 2018 18:41:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "bf737313f3954553824cf5d0a650a16b", "created_at": "2018-08-10T18:41:02Z", "admin_state_up": true, "updated_at": "2018-08-10T18:41:50Z", "revision_number": 4, "routes": [], "project_id": "bf737313f3954553824cf5d0a650a16b", "id": "b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8", "name": "vping_userdata-router_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:51,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3fdb64cf-a9fa-4969-933d-f61f0810ccf2 2018-08-10 18:41:51,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110977888107s 2018-08-10 18:41:51,122 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3fdb64cf-a9fa-4969-933d-f61f0810ccf2 2018-08-10 18:41:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:41:51,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:52,571 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9944d881-4c9f-41aa-8803-60a0c2a36ea4 Content-Length: 0 Date: Fri, 10 Aug 2018 18:41:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:41:52,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8.json used request id req-9944d881-4c9f-41aa-8803-60a0c2a36ea4 2018-08-10 18:41:52,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.44840502739s 2018-08-10 18:41:52,572 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/b9ff7390-1d46-4b5f-8b2a-5421cf8f35b8.json used request id req-9944d881-4c9f-41aa-8803-60a0c2a36ea4 2018-08-10 18:41:52,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:41:52,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:52,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ccd0cc96-66d6-4c42-a1f1-f35689082158 Date: Fri, 10 Aug 2018 18:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:41:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:41:01Z","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":"bf737313f3954553824cf5d0a650a16b","id":"929082a5-ddf1-400f-9a56-cbcf67e224d2","subnetpool_id":null,"name":"vping_userdata-subnet_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:52,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-ccd0cc96-66d6-4c42-a1f1-f35689082158 2018-08-10 18:41:52,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0420200824738s 2018-08-10 18:41:52,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-ccd0cc96-66d6-4c42-a1f1-f35689082158 2018-08-10 18:41:52,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:41:52,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/929082a5-ddf1-400f-9a56-cbcf67e224d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:54,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b7b30e4-139c-40ff-b176-eeb5ec9420c7 Date: Fri, 10 Aug 2018 18:41:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:41:54,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/929082a5-ddf1-400f-9a56-cbcf67e224d2.json used request id req-2b7b30e4-139c-40ff-b176-eeb5ec9420c7 2018-08-10 18:41:54,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37747192383s 2018-08-10 18:41:54,994 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/929082a5-ddf1-400f-9a56-cbcf67e224d2.json used request id req-2b7b30e4-139c-40ff-b176-eeb5ec9420c7 2018-08-10 18:41:54,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:41:54,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:55,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-2dc5bb79-3d21-45cd-b9c2-325cace6f7df Date: Fri, 10 Aug 2018 18:41:55 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","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-10T18:41:54Z","tenant_id":"bf737313f3954553824cf5d0a650a16b","created_at":"2018-08-10T18:40:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bf737313f3954553824cf5d0a650a16b","id":"e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5","name":"vping_userdata-net_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:55,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2dc5bb79-3d21-45cd-b9c2-325cace6f7df 2018-08-10 18:41:55,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.413917064667s 2018-08-10 18:41:55,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2dc5bb79-3d21-45cd-b9c2-325cace6f7df 2018-08-10 18:41:55,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:41:55,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:56,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ce9ad35-a5ca-40bb-a1fd-9343fa40c113 Date: Fri, 10 Aug 2018 18:41:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:41:56,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5.json used request id req-8ce9ad35-a5ca-40bb-a1fd-9343fa40c113 2018-08-10 18:41:56,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.54650306702s 2018-08-10 18:41:56,957 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/e9e290a7-50a3-4599-a6c6-e1fca6e3d5c5.json used request id req-8ce9ad35-a5ca-40bb-a1fd-9343fa40c113 2018-08-10 18:41:56,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:41:56,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:57,000 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-bdb2d955-8253-4b18-9c02-d850dff38c75 Date: Fri, 10 Aug 2018 18:41:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:41:07Z", "file": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92/file", "owner": "bf737313f3954553824cf5d0a650a16b", "id": "faa08288-e53d-45ab-a405-5b439b43ef92", "size": 12716032, "self": "/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/faa08288-e53d-45ab-a405-5b439b43ef92/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7e09f425-3681-4675-91d9-c31b180e1805", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:41:06Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:41:57,000 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-bdb2d955-8253-4b18-9c02-d850dff38c75 2018-08-10 18:41:57,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0389759540558s 2018-08-10 18:41:57,001 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-bdb2d955-8253-4b18-9c02-d850dff38c75 2018-08-10 18:41:57,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:41:57,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7c06118ead7c1e2d4a0ad52cd199954d1f380e82" 2018-08-10 18:41:58,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29967a60-3bfd-48af-bc9a-d228a14fc0fb Date: Fri, 10 Aug 2018 18:41: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-10 18:41:58,130 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92 used request id req-29967a60-3bfd-48af-bc9a-d228a14fc0fb 2018-08-10 18:41:58,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12767481804s 2018-08-10 18:41:58,130 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/faa08288-e53d-45ab-a405-5b439b43ef92 used request id req-29967a60-3bfd-48af-bc9a-d228a14fc0fb 2018-08-10 18:41:58,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:41:58,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:58,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd35c26b-9076-45c2-bec8-bfc433274531 x-compute-request-id: req-fd35c26b-9076-45c2-bec8-bfc433274531 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7e09f425-3681-4675-91d9-c31b180e1805", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304", "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": "d7633e91-bd6e-4a17-86a3-0dc990ec1304"}]} 2018-08-10 18:41:58,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-fd35c26b-9076-45c2-bec8-bfc433274531 2018-08-10 18:41:58,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260360240936s 2018-08-10 18:41:58,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-fd35c26b-9076-45c2-bec8-bfc433274531 2018-08-10 18:41:58,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:41:58,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:58,190 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e208abe3-c61a-4567-8db3-b6dc058bc091 x-compute-request-id: req-e208abe3-c61a-4567-8db3-b6dc058bc091 Content-Length: 0 Content-Type: application/json 2018-08-10 18:41:58,190 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304 used request id req-e208abe3-c61a-4567-8db3-b6dc058bc091 2018-08-10 18:41:58,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0319287776947s 2018-08-10 18:41:58,191 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/d7633e91-bd6e-4a17-86a3-0dc990ec1304 used request id req-e208abe3-c61a-4567-8db3-b6dc058bc091 2018-08-10 18:41:58,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:41:58,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:58,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1cccff7-8eb2-48d1-a21d-f97533cdc94e Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805", "links": {"self": "http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "570b985253074e38a51bd98a9c474054", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:41:58,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-e1cccff7-8eb2-48d1-a21d-f97533cdc94e 2018-08-10 18:41:58,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200409889221s 2018-08-10 18:41:58,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-e1cccff7-8eb2-48d1-a21d-f97533cdc94e 2018-08-10 18:41:58,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:41:58,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:58,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a91f4b6c-acf6-4640-9777-2518e23e1886 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_7e09f425-3681-4675-91d9-c31b180e1805", "links": {"self": "http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "570b985253074e38a51bd98a9c474054", "description": null}} 2018-08-10 18:41:58,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054 used request id req-a91f4b6c-acf6-4640-9777-2518e23e1886 2018-08-10 18:41:58,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226105928421s 2018-08-10 18:41:58,624 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054 used request id req-a91f4b6c-acf6-4640-9777-2518e23e1886 2018-08-10 18:41:58,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 18:41:58,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:59,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:41:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71d91151-4b28-4f5f-81e3-848380b85f6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:41:59,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054 used request id req-71d91151-4b28-4f5f-81e3-848380b85f6f 2018-08-10 18:41:59,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.376644849777s 2018-08-10 18:41:59,002 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/570b985253074e38a51bd98a9c474054 used request id req-71d91151-4b28-4f5f-81e3-848380b85f6f 2018-08-10 18:41:59,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:41:59,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:59,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efea268f-fb3b-4824-9ab4-3a5206e390a8 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b"}, "tags": [], "enabled": true, "id": "bf737313f3954553824cf5d0a650a16b", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7e09f425-3681-4675-91d9-c31b180e1805"}]} 2018-08-10 18:41:59,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-efea268f-fb3b-4824-9ab4-3a5206e390a8 2018-08-10 18:41:59,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194716930389s 2018-08-10 18:41:59,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-efea268f-fb3b-4824-9ab4-3a5206e390a8 2018-08-10 18:41:59,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 18:41:59,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2431b7d48ec30fe919bc14e6cdfbe6500eb58fa1" 2018-08-10 18:41:59,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:41:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a9f94ce-3558-49e4-8f90-5309ee739411 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:41:59,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b used request id req-6a9f94ce-3558-49e4-8f90-5309ee739411 2018-08-10 18:41:59,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.269243955612s 2018-08-10 18:41:59,476 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/bf737313f3954553824cf5d0a650a16b used request id req-6a9f94ce-3558-49e4-8f90-5309ee739411 2018-08-10 18:41:59,532 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:41:59,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:41:59,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:41:59,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:41:59,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:41:59,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:41:59,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:41:59,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:41:59,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:41:59,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87adb90a-9c4f-4dca-873b-dbb8e0e77eea 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:41:59,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-87adb90a-9c4f-4dca-873b-dbb8e0e77eea 2018-08-10 18:41:59,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:41:59,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:41:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["Z7o0H5GHRY2cpO6ABJzuSQ"], "issued_at": "2018-08-10T18:41:59.000000Z"}} 2018-08-10 18:41:59,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:00,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:00,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a5c3ecbf-6ea4-402b-b4a5-bdbaeb1dc02f Date: Fri, 10 Aug 2018 18:42:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:42:00,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a5c3ecbf-6ea4-402b-b4a5-bdbaeb1dc02f 2018-08-10 18:42:00,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.331581115723s 2018-08-10 18:42:00,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a5c3ecbf-6ea4-402b-b4a5-bdbaeb1dc02f 2018-08-10 18:42:00,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:42:00,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:42:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-191473d9-1f82-49ff-8b7f-61c4343d5177 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:42:00,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-191473d9-1f82-49ff-8b7f-61c4343d5177 2018-08-10 18:42:00,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:42:00,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:00,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a58a0df8-9c34-46c1-83fa-1a1924920765 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 18:42:00,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-a58a0df8-9c34-46c1-83fa-1a1924920765 2018-08-10 18:42:00,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196704864502s 2018-08-10 18:42:00,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-a58a0df8-9c34-46c1-83fa-1a1924920765 2018-08-10 18:42:00,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 18:42:00,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}}' 2018-08-10 18:42:00,689 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:42:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1337fbb-b354-4291-9ce6-ae90ad949bf9 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.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab"}, "tags": [], "enabled": true, "id": "b4e2e747a9f44d79a547815067990bab", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}} 2018-08-10 18:42:00,689 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-a1337fbb-b354-4291-9ce6-ae90ad949bf9 2018-08-10 18:42:00,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.143868207932s 2018-08-10 18:42:00,690 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-a1337fbb-b354-4291-9ce6-ae90ad949bf9 2018-08-10 18:42:00,690 - 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'b4e2e747a9f44d79a547815067990bab', '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_35dcaaff-61e4-44a0-8cbf-143dad67ec2b'}) 2018-08-10 18:42:00,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 18:42:00,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ad5d8e73-560d-4806-a5f4-88132cfa903f", "email": null, "name": "cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}}' 2018-08-10 18:42:01,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 18:42:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20a5bc73-15bb-48a9-9e07-6049afb13fca Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": {"self": "http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d509cbce16544f519665564233e109e1", "domain_id": "default", "password_expires_at": null}} 2018-08-10 18:42:01,224 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-20a5bc73-15bb-48a9-9e07-6049afb13fca 2018-08-10 18:42:01,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.527898073196s 2018-08-10 18:42:01,225 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-20a5bc73-15bb-48a9-9e07-6049afb13fca 2018-08-10 18:42:01,226 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd509cbce16544f519665564233e109e1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b'}) 2018-08-10 18:42:01,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:42:01,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:01,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3058b2-2e7b-4b71-9d91-48a2fdbf52ac Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:42:01,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bb3058b2-2e7b-4b71-9d91-48a2fdbf52ac 2018-08-10 18:42:01,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198757886887s 2018-08-10 18:42:01,428 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bb3058b2-2e7b-4b71-9d91-48a2fdbf52ac 2018-08-10 18:42:01,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:42:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:01,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4faac27e-de26-4381-b35c-cabba1cb516e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:42:01,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-4faac27e-de26-4381-b35c-cabba1cb516e 2018-08-10 18:42:01,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18652510643s 2018-08-10 18:42:01,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-4faac27e-de26-4381-b35c-cabba1cb516e 2018-08-10 18:42:01,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:42:01,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:01,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4580665-0f5b-46d9-b2bf-c1e889882bca Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:42:01,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-a4580665-0f5b-46d9-b2bf-c1e889882bca 2018-08-10 18:42:01,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203174114227s 2018-08-10 18:42:01,828 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-a4580665-0f5b-46d9-b2bf-c1e889882bca 2018-08-10 18:42:01,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 18:42:01,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:02,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b93851a-4062-458d-870a-ede3c694f67e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 18:42:02,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-6b93851a-4062-458d-870a-ede3c694f67e 2018-08-10 18:42:02,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192039012909s 2018-08-10 18:42:02,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-6b93851a-4062-458d-870a-ede3c694f67e 2018-08-10 18:42:02,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:42:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:02,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3292b9c8-58b6-4665-bb1b-c5baa11e06f3 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": {"self": "http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d509cbce16544f519665564233e109e1", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:42:02,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-3292b9c8-58b6-4665-bb1b-c5baa11e06f3 2018-08-10 18:42:02,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194885015488s 2018-08-10 18:42:02,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-3292b9c8-58b6-4665-bb1b-c5baa11e06f3 2018-08-10 18:42:02,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:42:02,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:02,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81e847f4-5904-456e-805f-99935e74ef68 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab"}, "tags": [], "enabled": true, "id": "b4e2e747a9f44d79a547815067990bab", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-10 18:42:02,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-81e847f4-5904-456e-805f-99935e74ef68 2018-08-10 18:42:02,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.116990804672s 2018-08-10 18:42:02,350 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-81e847f4-5904-456e-805f-99935e74ef68 2018-08-10 18:42:02,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 18:42:02,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=d509cbce16544f519665564233e109e1&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=b4e2e747a9f44d79a547815067990bab" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:02,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-893125bb-eb8e-4fcb-836a-d04631372398 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=d509cbce16544f519665564233e109e1&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=b4e2e747a9f44d79a547815067990bab", "previous": null, "next": null}} 2018-08-10 18:42:02,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=d509cbce16544f519665564233e109e1&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=b4e2e747a9f44d79a547815067990bab used request id req-893125bb-eb8e-4fcb-836a-d04631372398 2018-08-10 18:42:02,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106158018112s 2018-08-10 18:42:02,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=d509cbce16544f519665564233e109e1&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=b4e2e747a9f44d79a547815067990bab used request id req-893125bb-eb8e-4fcb-836a-d04631372398 2018-08-10 18:42:02,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 18:42:02,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab/users/d509cbce16544f519665564233e109e1/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:42:02,698 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:42:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8780aea-9081-4c3a-b8f6-5bca2e2a7f60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:42:02,698 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab/users/d509cbce16544f519665564233e109e1/roles/740829ed47d44511bcb22d86735f9050 used request id req-e8780aea-9081-4c3a-b8f6-5bca2e2a7f60 2018-08-10 18:42:02,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.229794979095s 2018-08-10 18:42:02,698 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab/users/d509cbce16544f519665564233e109e1/roles/740829ed47d44511bcb22d86735f9050 used request id req-e8780aea-9081-4c3a-b8f6-5bca2e2a7f60 2018-08-10 18:42:02,699 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 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'b4e2e747a9f44d79a547815067990bab', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ad5d8e73-560d-4806-a5f4-88132cfa903f', 'username': u'cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 18:42:02,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:42:02,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:42:02,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:42:02,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:42:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:42:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:42:02,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:42:02,704 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'password': 'ad5d8e73-560d-4806-a5f4-88132cfa903f', 'project_name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': 'b4e2e747a9f44d79a547815067990bab', 'project_domain_name': 'Default'} 2018-08-10 18:42:02,705 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-10 18:42:02,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:42:02,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede32fc4-f4a8-415d-8869-822151884a5c 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:42:02,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-ede32fc4-f4a8-415d-8869-822151884a5c 2018-08-10 18:42:02,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:42:03,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:42:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4e2e747a9f44d79a547815067990bab", "name": "cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_b4e2e747a9f44d79a547815067990bab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_b4e2e747a9f44d79a547815067990bab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/b4e2e747a9f44d79a547815067990bab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/b4e2e747a9f44d79a547815067990bab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/b4e2e747a9f44d79a547815067990bab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/b4e2e747a9f44d79a547815067990bab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/b4e2e747a9f44d79a547815067990bab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/b4e2e747a9f44d79a547815067990bab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/b4e2e747a9f44d79a547815067990bab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/b4e2e747a9f44d79a547815067990bab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/b4e2e747a9f44d79a547815067990bab", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/b4e2e747a9f44d79a547815067990bab", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/b4e2e747a9f44d79a547815067990bab", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "id": "d509cbce16544f519665564233e109e1"}, "audit_ids": ["RkpZf1LVRI-cMuP2Nq51fw"], "issued_at": "2018-08-10T18:42:03.000000Z"}} 2018-08-10 18:42:03,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:42:03,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"network": {"name": "cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "admin_state_up": true}}' 2018-08-10 18:42:03,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-3aa9976b-eaa3-488a-a565-248c1639e62a Date: Fri, 10 Aug 2018 18:42:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T18:42:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}} 2018-08-10 18:42:03,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3aa9976b-eaa3-488a-a565-248c1639e62a 2018-08-10 18:42:03,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.723261117935s 2018-08-10 18:42:03,837 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3aa9976b-eaa3-488a-a565-248c1639e62a 2018-08-10 18:42:03,837 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:42:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'90858140-3c6c-40d0-b316-0aede948bfb4', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', u'admin_state_up': True, u'tenant_id': u'b4e2e747a9f44d79a547815067990bab', u'created_at': u'2018-08-10T18:42:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b4e2e747a9f44d79a547815067990bab'}) 2018-08-10 18:42:03,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:03,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:04,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-74dd1a44-9ddd-4c18-b74f-be16b1759c1f Date: Fri, 10 Aug 2018 18:42:04 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-10T18:42:03Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:42:04,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-74dd1a44-9ddd-4c18-b74f-be16b1759c1f 2018-08-10 18:42:04,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368213891983s 2018-08-10 18:42:04,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-74dd1a44-9ddd-4c18-b74f-be16b1759c1f 2018-08-10 18:42:04,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:42:04,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"subnet": {"name": "cinder_test-subnet_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "enable_dhcp": true, "network_id": "90858140-3c6c-40d0-b316-0aede948bfb4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:42:05,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b726a972-a11e-40f6-8339-bc4ca6cad93b Date: Fri, 10 Aug 2018 18:42:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:42:04Z","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":"b4e2e747a9f44d79a547815067990bab","id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","subnetpool_id":null,"name":"cinder_test-subnet_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}} 2018-08-10 18:42:05,100 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b726a972-a11e-40f6-8339-bc4ca6cad93b 2018-08-10 18:42:05,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.892286062241s 2018-08-10 18:42:05,100 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b726a972-a11e-40f6-8339-bc4ca6cad93b 2018-08-10 18:42:05,101 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:42:04Z', 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'ae32e4e0-f20d-4daa-ae54-ee58546d26b6', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', u'enable_dhcp': True, u'network_id': u'90858140-3c6c-40d0-b316-0aede948bfb4', u'tenant_id': u'b4e2e747a9f44d79a547815067990bab', u'created_at': u'2018-08-10T18:42:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b4e2e747a9f44d79a547815067990bab'}) 2018-08-10 18:42:05,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:42:05,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "cinder_test-router_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "admin_state_up": true}}' 2018-08-10 18:42:06,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-80e0bd9e-efee-4fd9-8f03-87d17650b045 Date: Fri, 10 Aug 2018 18:42:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:05Z", "admin_state_up": true, "updated_at": "2018-08-10T18:42:06Z", "revision_number": 2, "routes": [], "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "name": "cinder_test-router_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}} 2018-08-10 18:42:06,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-80e0bd9e-efee-4fd9-8f03-87d17650b045 2018-08-10 18:42:06,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47983002663s 2018-08-10 18:42:06,582 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-80e0bd9e-efee-4fd9-8f03-87d17650b045 2018-08-10 18:42:06,582 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b4e2e747a9f44d79a547815067990bab', u'created_at': u'2018-08-10T18:42:05Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T18:42:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'b4e2e747a9f44d79a547815067990bab', u'id': u'6b53a08b-a0e4-4acd-9432-78bc85d82770', u'name': u'cinder_test-router_35dcaaff-61e4-44a0-8cbf-143dad67ec2b'}) 2018-08-10 18:42:06,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:42:06,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"subnet_id": "ae32e4e0-f20d-4daa-ae54-ee58546d26b6"}' 2018-08-10 18:42:09,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2c553028-a259-4651-a529-8ae4542aeaa6 Date: Fri, 10 Aug 2018 18:42:09 GMT RESP BODY: {"network_id": "90858140-3c6c-40d0-b316-0aede948bfb4", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "subnet_id": "ae32e4e0-f20d-4daa-ae54-ee58546d26b6", "subnet_ids": ["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"], "port_id": "f86fd876-c181-4c49-b3f0-e0db61db11ba", "id": "6b53a08b-a0e4-4acd-9432-78bc85d82770"} 2018-08-10 18:42:09,277 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770/add_router_interface.json used request id req-2c553028-a259-4651-a529-8ae4542aeaa6 2018-08-10 18:42:09,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.69475698471s 2018-08-10 18:42:09,278 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770/add_router_interface.json used request id req-2c553028-a259-4651-a529-8ae4542aeaa6 returning object 6b53a08b-a0e4-4acd-9432-78bc85d82770 2018-08-10 18:42:09,278 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:42:09,404 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:42:09,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:42:09,410 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:42:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:42:09,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:42:09,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:09,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-891ebb8c-0ce5-47b7-93d3-a2f5ebb20046 Date: Fri, 10 Aug 2018 18:42:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:42:09,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-891ebb8c-0ce5-47b7-93d3-a2f5ebb20046 2018-08-10 18:42:09,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.355182886124s 2018-08-10 18:42:09,768 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-891ebb8c-0ce5-47b7-93d3-a2f5ebb20046 2018-08-10 18:42:09,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:42:09,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}' 2018-08-10 18:42:10,586 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4845fc0e-2480-4741-b2d6-206b153a39fa Date: Fri, 10 Aug 2018 18:42:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:42:10Z", "file": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file", "owner": "b4e2e747a9f44d79a547815067990bab", "id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "size": null, "self": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "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_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "checksum": null, "created_at": "2018-08-10T18:42:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:42:10,586 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-4845fc0e-2480-4741-b2d6-206b153a39fa 2018-08-10 18:42:10,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.810441970825s 2018-08-10 18:42:10,587 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-4845fc0e-2480-4741-b2d6-206b153a39fa returning object c08ae179-0a0f-49f0-b646-cd4e8e2d306a 2018-08-10 18:42:10,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:42:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '' 2018-08-10 18:42:11,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a96e644-0610-426d-b63d-a410a6c07e10 Date: Fri, 10 Aug 2018 18:42:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:42:11,551 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file used request id req-4a96e644-0610-426d-b63d-a410a6c07e10 2018-08-10 18:42:11,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.963554143906s 2018-08-10 18:42:11,551 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file used request id req-4a96e644-0610-426d-b63d-a410a6c07e10 2018-08-10 18:42:11,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:42:11,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:11,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-92a6c348-a1fc-4c8a-90cb-cbd64155a93b Date: Fri, 10 Aug 2018 18:42:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:42:11Z", "file": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file", "owner": "b4e2e747a9f44d79a547815067990bab", "id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "size": 12716032, "self": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:42:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:42:11,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-92a6c348-a1fc-4c8a-90cb-cbd64155a93b 2018-08-10 18:42:11,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0364089012146s 2018-08-10 18:42:11,592 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-92a6c348-a1fc-4c8a-90cb-cbd64155a93b 2018-08-10 18:42:11,594 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file', 'owner': u'b4e2e747a9f44d79a547815067990bab', 'id': u'c08ae179-0a0f-49f0-b646-cd4e8e2d306a', 'size': 12716032, u'self': u'/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4e2e747a9f44d79a547815067990bab', 'name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:42:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T18:42:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', '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/c08ae179-0a0f-49f0-b646-cd4e8e2d306a', 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_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'created': u'2018-08-10T18:42:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:42: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/c08ae179-0a0f-49f0-b646-cd4e8e2d306a', 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_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:42:11,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:42:11,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:42:11,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42: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-290380cd-50cf-46e4-b506-e73444e608e9 x-compute-request-id: req-290380cd-50cf-46e4-b506-e73444e608e9 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "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": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142"}} 2018-08-10 18:42:11,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-290380cd-50cf-46e4-b506-e73444e608e9 2018-08-10 18:42:11,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.342216014862s 2018-08-10 18:42:11,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-290380cd-50cf-46e4-b506-e73444e608e9 2018-08-10 18:42:11,938 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'4d1d9f0a-b1f1-4c30-aaf1-a77804a16142', 'swap': 0}) 2018-08-10 18:42:11,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:42:11,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142/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}64b7729e12fe564ff4127e707fc3e719aa5626fd" -d '{"extra_specs": {}}' 2018-08-10 18:42:11,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42: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-33b564a0-5957-4406-ad9e-9ee882133b04 x-compute-request-id: req-33b564a0-5957-4406-ad9e-9ee882133b04 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:42:11,958 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142/os-extra_specs used request id req-33b564a0-5957-4406-ad9e-9ee882133b04 2018-08-10 18:42:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0194108486176s 2018-08-10 18:42:11,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142/os-extra_specs used request id req-33b564a0-5957-4406-ad9e-9ee882133b04 2018-08-10 18:42:11,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 18:42:11,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"keypair": {"name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}}' 2018-08-10 18:42:12,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42: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-853b6e65-ffcb-44a9-8b1f-c7f435862416 x-compute-request-id: req-853b6e65-ffcb-44a9-8b1f-c7f435862416 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwwSXv+y4Qpt9pZfBLzTT2qqyJ2vCoJcinVFxYzcBjmY/TQRrBpdqq2xe8ifq4NTxCOHJgNE0+CHKSKBstngiNMBGTseLHDKJ2aGAyWdg7vSwMsrpqGJHD9G+KhswFmQiSoO58YBh7X+E1v74uwAboEacNDsKQv1CEmdLTluVgThcPPqiTXDMz64HEwtCND4kYjFHpbXTYv1LyVdbMm3qx68haFWcjD3ANakVPHlcBBSS+OYI7Nj2GUB8dwMxDOpYSYkyO5A0ItOU3nK+zEgqfY19SDEYU4CFhhR97LRUpadxLIILRXDg8RN8VWwrZMy2loKhTl+cyF2MBRa/rP8b1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA8MEl7/suEKbfaWXwS8009qqsidrwqCXIp1RcWM3AY5mP00Ea\nwaXaqtsXvIn6uDU8QjhyYDRNPghykigbLZ4IjTARk7HixwyidmhgMlnYO70sDLK6\nahiRw/RviobMBZkIkqDufGAYe1/hNb++LsAG6BGnDQ7CkL9QhJnS05blYE4XDz6o\nk1wzM+uBxMLQjQ+JGIxR6W102L9S8lXWzJt6sevIWhVnIw9wDWpFTx5XAQUkvjmC\nOzY9hlAfHcDMQzqWEmJMjuQNCLTlN5yvsxIKn2NfUgxGFOAhYYUfey0VKWncSyCC\n0Vw4PETfFVsK2TMtpaCoU5fnMhdjAUWv6z/G9QIDAQABAoIBAQC1eHFXJZbAWHg4\nIu1wxZnxgA6TzqLtq6VGc3E0QsqMiLh/fShk5NYhSQnoRHzmksH8DD4yQ9ohMw7h\nGjf6N4+slJn7IO+WJ/DhnaU87rnttZbZb3LR+/kLoljdKuPoKETs+T8qIujxPgEs\nmX4KERZjoMKxNfn0TzCq8qOWd7wnzN6TzZTuGJ/myXxJG9Xqb34pPkmXVEPLgdfT\nHoerjCxpQzLB5pAsHyffWadjmVVdtTBgcEyG7H18/hzwmbKk6djJ0Cstod4RCtFb\ngVxue5nbP6vAaVLv3s+snwjhka3kdVBH4JQMtBnoCKPNWg6k+Yh3yHg/fqGTwd8f\nuxsMZFAVAoGBAPhiatcyG7Beb6/eXPhVYF2Wax1qo6Qe4kXiLoozeQOWbaF3XcLB\n/9/J7vMPtdeGO4BZ7YdDKi0WkgUybOy+VVpJ0IRF+NS9d3HSGiH7RcBz+UBr3SP1\nZHC1bID30zOCvTT5Bn0sg1FdubXlJ4UWUuTzJWDpykt22pphDsBgCh13AoGBAPgi\n18iiRCItR7Ddb+Cchjtgu5IhggJFGRS6V+JgWQ+YE7vDD/AG1ImKH72+Hdzf6s2e\nbE1u/wSrkasrhHIKQQTFIO7OS5Nne+/PsP9jG9yvIU3oRFpcNecO4z/VreOhR1IH\nkhdHHpxg3B6XLeZVQ7mDl67Uzsd2df8uj4Hk8GnzAoGBANviPFTvPgXfRB47yq/o\n3NtcysyK1/z1fjiBZ9Peh1W+uKTFSBKerUbOvCMemEsIwOn6MkWZFuA9Z90D69uV\nD3hTei1uyD6E0BXJ+mp0yCX8RP5bvrQTi+wfH8P4IFcseRVJEw6C9ml0gG/fQiIW\nRiH6ge+OaBBwUktyep2hJ7M3AoGALKtpGS9NALISE97pQxAqggn5+maZ1vrFdxvM\nsm4R2mLQOp71AYrZPCFncWsGSTruNDHu4Um4Ewkn4h6lazo5Vjh+oz70EAczIorL\nHE6lN2c3oaTMmU+8TGo7ssQu16mzAytlu1cMRa6SMdeZZbu3w2/TIKAi0Xmb6GJj\nZ0jlls0CgYBx4OZIbMFOfZKagrOr6y92vWCEQwZPjvfL1499o7OyqFQpbbmlkqOK\n4aFjuRHoqXA0Ua8R+ikGIMHLGWXKaHpWEgxNjPRjA0zCsBq2rA753bIb33tcBfcK\n4iE9f225LOZfXRBnj6C0DUZCieQ7I+/0DzFgwjTu80xJD1X3SpES0Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "d509cbce16544f519665564233e109e1", "name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "fingerprint": "38:40:b8:f4:d0:17:13:c3:28:86:c8:05:f7:a5:b0:8b"}} 2018-08-10 18:42:12,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-853b6e65-ffcb-44a9-8b1f-c7f435862416 2018-08-10 18:42:12,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.463907003403s 2018-08-10 18:42:12,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-853b6e65-ffcb-44a9-8b1f-c7f435862416 2018-08-10 18:42:12,424 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwwSXv+y4Qpt9pZfBLzTT2qqyJ2vCoJcinVFxYzcBjmY/TQRrBpdqq2xe8ifq4NTxCOHJgNE0+CHKSKBstngiNMBGTseLHDKJ2aGAyWdg7vSwMsrpqGJHD9G+KhswFmQiSoO58YBh7X+E1v74uwAboEacNDsKQv1CEmdLTluVgThcPPqiTXDMz64HEwtCND4kYjFHpbXTYv1LyVdbMm3qx68haFWcjD3ANakVPHlcBBSS+OYI7Nj2GUB8dwMxDOpYSYkyO5A0ItOU3nK+zEgqfY19SDEYU4CFhhR97LRUpadxLIILRXDg8RN8VWwrZMy2loKhTl+cyF2MBRa/rP8b1 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA8MEl7/suEKbfaWXwS8009qqsidrwqCXIp1RcWM3AY5mP00Ea\nwaXaqtsXvIn6uDU8QjhyYDRNPghykigbLZ4IjTARk7HixwyidmhgMlnYO70sDLK6\nahiRw/RviobMBZkIkqDufGAYe1/hNb++LsAG6BGnDQ7CkL9QhJnS05blYE4XDz6o\nk1wzM+uBxMLQjQ+JGIxR6W102L9S8lXWzJt6sevIWhVnIw9wDWpFTx5XAQUkvjmC\nOzY9hlAfHcDMQzqWEmJMjuQNCLTlN5yvsxIKn2NfUgxGFOAhYYUfey0VKWncSyCC\n0Vw4PETfFVsK2TMtpaCoU5fnMhdjAUWv6z/G9QIDAQABAoIBAQC1eHFXJZbAWHg4\nIu1wxZnxgA6TzqLtq6VGc3E0QsqMiLh/fShk5NYhSQnoRHzmksH8DD4yQ9ohMw7h\nGjf6N4+slJn7IO+WJ/DhnaU87rnttZbZb3LR+/kLoljdKuPoKETs+T8qIujxPgEs\nmX4KERZjoMKxNfn0TzCq8qOWd7wnzN6TzZTuGJ/myXxJG9Xqb34pPkmXVEPLgdfT\nHoerjCxpQzLB5pAsHyffWadjmVVdtTBgcEyG7H18/hzwmbKk6djJ0Cstod4RCtFb\ngVxue5nbP6vAaVLv3s+snwjhka3kdVBH4JQMtBnoCKPNWg6k+Yh3yHg/fqGTwd8f\nuxsMZFAVAoGBAPhiatcyG7Beb6/eXPhVYF2Wax1qo6Qe4kXiLoozeQOWbaF3XcLB\n/9/J7vMPtdeGO4BZ7YdDKi0WkgUybOy+VVpJ0IRF+NS9d3HSGiH7RcBz+UBr3SP1\nZHC1bID30zOCvTT5Bn0sg1FdubXlJ4UWUuTzJWDpykt22pphDsBgCh13AoGBAPgi\n18iiRCItR7Ddb+Cchjtgu5IhggJFGRS6V+JgWQ+YE7vDD/AG1ImKH72+Hdzf6s2e\nbE1u/wSrkasrhHIKQQTFIO7OS5Nne+/PsP9jG9yvIU3oRFpcNecO4z/VreOhR1IH\nkhdHHpxg3B6XLeZVQ7mDl67Uzsd2df8uj4Hk8GnzAoGBANviPFTvPgXfRB47yq/o\n3NtcysyK1/z1fjiBZ9Peh1W+uKTFSBKerUbOvCMemEsIwOn6MkWZFuA9Z90D69uV\nD3hTei1uyD6E0BXJ+mp0yCX8RP5bvrQTi+wfH8P4IFcseRVJEw6C9ml0gG/fQiIW\nRiH6ge+OaBBwUktyep2hJ7M3AoGALKtpGS9NALISE97pQxAqggn5+maZ1vrFdxvM\nsm4R2mLQOp71AYrZPCFncWsGSTruNDHu4Um4Ewkn4h6lazo5Vjh+oz70EAczIorL\nHE6lN2c3oaTMmU+8TGo7ssQu16mzAytlu1cMRa6SMdeZZbu3w2/TIKAi0Xmb6GJj\nZ0jlls0CgYBx4OZIbMFOfZKagrOr6y92vWCEQwZPjvfL1499o7OyqFQpbbmlkqOK\n4aFjuRHoqXA0Ua8R+ikGIMHLGWXKaHpWEgxNjPRjA0zCsBq2rA753bIb33tcBfcK\n4iE9f225LOZfXRBnj6C0DUZCieQ7I+/0DzFgwjTu80xJD1X3SpES0Q==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd509cbce16544f519665564233e109e1', 'name': u'cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'created_at': '2018-08-10T18:42:12.424480', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4e2e747a9f44d79a547815067990bab', 'name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'38:40:b8:f4:d0:17:13:c3:28:86:c8:05:f7:a5:b0:8b', 'type': 'ssh', 'id': u'cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b'}) 2018-08-10 18:42:12,424 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA8MEl7/suEKbfaWXwS8009qqsidrwqCXIp1RcWM3AY5mP00Ea waXaqtsXvIn6uDU8QjhyYDRNPghykigbLZ4IjTARk7HixwyidmhgMlnYO70sDLK6 ahiRw/RviobMBZkIkqDufGAYe1/hNb++LsAG6BGnDQ7CkL9QhJnS05blYE4XDz6o k1wzM+uBxMLQjQ+JGIxR6W102L9S8lXWzJt6sevIWhVnIw9wDWpFTx5XAQUkvjmC OzY9hlAfHcDMQzqWEmJMjuQNCLTlN5yvsxIKn2NfUgxGFOAhYYUfey0VKWncSyCC 0Vw4PETfFVsK2TMtpaCoU5fnMhdjAUWv6z/G9QIDAQABAoIBAQC1eHFXJZbAWHg4 Iu1wxZnxgA6TzqLtq6VGc3E0QsqMiLh/fShk5NYhSQnoRHzmksH8DD4yQ9ohMw7h Gjf6N4+slJn7IO+WJ/DhnaU87rnttZbZb3LR+/kLoljdKuPoKETs+T8qIujxPgEs mX4KERZjoMKxNfn0TzCq8qOWd7wnzN6TzZTuGJ/myXxJG9Xqb34pPkmXVEPLgdfT HoerjCxpQzLB5pAsHyffWadjmVVdtTBgcEyG7H18/hzwmbKk6djJ0Cstod4RCtFb gVxue5nbP6vAaVLv3s+snwjhka3kdVBH4JQMtBnoCKPNWg6k+Yh3yHg/fqGTwd8f uxsMZFAVAoGBAPhiatcyG7Beb6/eXPhVYF2Wax1qo6Qe4kXiLoozeQOWbaF3XcLB /9/J7vMPtdeGO4BZ7YdDKi0WkgUybOy+VVpJ0IRF+NS9d3HSGiH7RcBz+UBr3SP1 ZHC1bID30zOCvTT5Bn0sg1FdubXlJ4UWUuTzJWDpykt22pphDsBgCh13AoGBAPgi 18iiRCItR7Ddb+Cchjtgu5IhggJFGRS6V+JgWQ+YE7vDD/AG1ImKH72+Hdzf6s2e bE1u/wSrkasrhHIKQQTFIO7OS5Nne+/PsP9jG9yvIU3oRFpcNecO4z/VreOhR1IH khdHHpxg3B6XLeZVQ7mDl67Uzsd2df8uj4Hk8GnzAoGBANviPFTvPgXfRB47yq/o 3NtcysyK1/z1fjiBZ9Peh1W+uKTFSBKerUbOvCMemEsIwOn6MkWZFuA9Z90D69uV D3hTei1uyD6E0BXJ+mp0yCX8RP5bvrQTi+wfH8P4IFcseRVJEw6C9ml0gG/fQiIW RiH6ge+OaBBwUktyep2hJ7M3AoGALKtpGS9NALISE97pQxAqggn5+maZ1vrFdxvM sm4R2mLQOp71AYrZPCFncWsGSTruNDHu4Um4Ewkn4h6lazo5Vjh+oz70EAczIorL HE6lN2c3oaTMmU+8TGo7ssQu16mzAytlu1cMRa6SMdeZZbu3w2/TIKAi0Xmb6GJj Z0jlls0CgYBx4OZIbMFOfZKagrOr6y92vWCEQwZPjvfL1499o7OyqFQpbbmlkqOK 4aFjuRHoqXA0Ua8R+ikGIMHLGWXKaHpWEgxNjPRjA0zCsBq2rA753bIb33tcBfcK 4iE9f225LOZfXRBnj6C0DUZCieQ7I+/0DzFgwjTu80xJD1X3SpES0Q== -----END RSA PRIVATE KEY----- 2018-08-10 18:42:12,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 18:42:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"security_group": {"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-10 18:42:12,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-a62b99b7-b68b-4e35-856c-0025380ae410 Date: Fri, 10 Aug 2018 18:42:12 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:12Z", "updated_at": "2018-08-10T18:42:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "1d1e828f-83c7-42c7-a7e7-48d10653b963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "d8c600dd-4527-4444-b420-3f87820eb6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 1, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "4a0efe39-8958-433e-809d-45e9b01bdada", "name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}} 2018-08-10 18:42:12,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a62b99b7-b68b-4e35-856c-0025380ae410 2018-08-10 18:42:12,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.50062918663s 2018-08-10 18:42:12,928 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a62b99b7-b68b-4e35-856c-0025380ae410 2018-08-10 18:42:12,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:42:12,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:13,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-1ba8614c-9a38-40e0-8075-89d200816b0b Date: Fri, 10 Aug 2018 18:42:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:03Z", "updated_at": "2018-08-10T18:42:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "56429eb4-bc7d-4b52-a6eb-8b2c29a16bfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "7328b2b0-4d1c-4fa3-8a96-4fea1afb5a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "b2fd5fd4-8140-430c-b820-cecc8c79cab6", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "ca51363d-34d9-4045-935b-294b29fc1f6f", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 1, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "11e80aac-ba28-4a19-8501-198544de56a8", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:12Z", "updated_at": "2018-08-10T18:42:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "1d1e828f-83c7-42c7-a7e7-48d10653b963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "d8c600dd-4527-4444-b420-3f87820eb6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 1, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "4a0efe39-8958-433e-809d-45e9b01bdada", "name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}]} 2018-08-10 18:42:13,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-1ba8614c-9a38-40e0-8075-89d200816b0b 2018-08-10 18:42:13,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311993837357s 2018-08-10 18:42:13,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-1ba8614c-9a38-40e0-8075-89d200816b0b 2018-08-10 18:42:13,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:42:13,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -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": "4a0efe39-8958-433e-809d-45e9b01bdada"}}' 2018-08-10 18:42:13,694 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1dd9f7ad-08ea-4a5d-8d29-ccfd2b7c2041 Date: Fri, 10 Aug 2018 18:42:13 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-10T18:42:13Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "port_range_min": 22, "revision_number": 0, "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:13Z", "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "1eb7c6c5-30ca-4c5e-bb20-d6f7159aa7ff"}} 2018-08-10 18:42:13,694 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-1dd9f7ad-08ea-4a5d-8d29-ccfd2b7c2041 2018-08-10 18:42:13,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.446393966675s 2018-08-10 18:42:13,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-1dd9f7ad-08ea-4a5d-8d29-ccfd2b7c2041 2018-08-10 18:42:13,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:42:13,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:14,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-001ff5a9-95e3-413e-ad81-9f934c43efe6 Date: Fri, 10 Aug 2018 18:42:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:03Z", "updated_at": "2018-08-10T18:42:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "56429eb4-bc7d-4b52-a6eb-8b2c29a16bfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "7328b2b0-4d1c-4fa3-8a96-4fea1afb5a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "b2fd5fd4-8140-430c-b820-cecc8c79cab6", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "ca51363d-34d9-4045-935b-294b29fc1f6f", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 1, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "11e80aac-ba28-4a19-8501-198544de56a8", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:12Z", "updated_at": "2018-08-10T18:42:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "1d1e828f-83c7-42c7-a7e7-48d10653b963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:42:13Z", "revision_number": 0, "id": "1eb7c6c5-30ca-4c5e-bb20-d6f7159aa7ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:13Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "d8c600dd-4527-4444-b420-3f87820eb6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 2, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "4a0efe39-8958-433e-809d-45e9b01bdada", "name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}]} 2018-08-10 18:42:14,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-001ff5a9-95e3-413e-ad81-9f934c43efe6 2018-08-10 18:42:14,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.377843141556s 2018-08-10 18:42:14,077 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-001ff5a9-95e3-413e-ad81-9f934c43efe6 2018-08-10 18:42:14,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 18:42:14,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -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": "4a0efe39-8958-433e-809d-45e9b01bdada"}}' 2018-08-10 18:42:14,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-bdde67af-a3b0-4c67-ba08-f1c5495a4409 Date: Fri, 10 Aug 2018 18:42: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-10T18:42:14Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "port_range_min": null, "revision_number": 0, "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:14Z", "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "3bd24a76-7ca5-4066-871c-c6caf1e5ccf1"}} 2018-08-10 18:42:14,221 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-bdde67af-a3b0-4c67-ba08-f1c5495a4409 2018-08-10 18:42:14,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.141184091568s 2018-08-10 18:42:14,221 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-bdde67af-a3b0-4c67-ba08-f1c5495a4409 2018-08-10 18:42:14,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:14,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:14,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-3cc4ec92-885b-4f63-862b-4b25b60dd4c5 Date: Fri, 10 Aug 2018 18:42:14 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":["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"],"updated_at":"2018-08-10T18:42:04Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:42:14,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3cc4ec92-885b-4f63-862b-4b25b60dd4c5 2018-08-10 18:42:14,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0923759937286s 2018-08-10 18:42:14,315 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3cc4ec92-885b-4f63-862b-4b25b60dd4c5 2018-08-10 18:42:14,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:42:14,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:14,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-66b22e0b-ee45-4e92-b686-8c54ebbbc2ad Date: Fri, 10 Aug 2018 18:42:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:42:11Z", "file": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file", "owner": "b4e2e747a9f44d79a547815067990bab", "id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "size": 12716032, "self": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:42:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:42:14,541 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-66b22e0b-ee45-4e92-b686-8c54ebbbc2ad 2018-08-10 18:42:14,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.220649003983s 2018-08-10 18:42:14,541 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-66b22e0b-ee45-4e92-b686-8c54ebbbc2ad 2018-08-10 18:42:14,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:42:14,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:14,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aafc3738-6c72-481a-81b2-db45755e406b x-compute-request-id: req-aafc3738-6c72-481a-81b2-db45755e406b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "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": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142"}]} 2018-08-10 18:42:14,569 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-aafc3738-6c72-481a-81b2-db45755e406b 2018-08-10 18:42:14,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260848999023s 2018-08-10 18:42:14,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-aafc3738-6c72-481a-81b2-db45755e406b 2018-08-10 18:42:14,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:42:14,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"server": {"name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "imageRef": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "flavorRef": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "max_count": 1, "min_count": 1, "networks": [{"uuid": "90858140-3c6c-40d0-b316-0aede948bfb4"}], "security_groups": [{"name": "4a0efe39-8958-433e-809d-45e9b01bdada"}]}}' 2018-08-10 18:42:20,677 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:42:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5664eab-bb77-45f2-bf65-7fdb0cdfa4b8 x-compute-request-id: req-d5664eab-bb77-45f2-bf65-7fdb0cdfa4b8 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4a0efe39-8958-433e-809d-45e9b01bdada"}], "OS-DCF:diskConfig": "MANUAL", "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "adminPass": "iqvzGUWC99NP"}} 2018-08-10 18:42:20,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-d5664eab-bb77-45f2-bf65-7fdb0cdfa4b8 2018-08-10 18:42:20,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 6.10630917549s 2018-08-10 18:42:20,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-d5664eab-bb77-45f2-bf65-7fdb0cdfa4b8 2018-08-10 18:42:20,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:20,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:21,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b02fe378-5a83-4e23-a791-73629324598e x-compute-request-id: req-b02fe378-5a83-4e23-a791-73629324598e 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.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:21,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b02fe378-5a83-4e23-a791-73629324598e 2018-08-10 18:42:21,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55867600441s 2018-08-10 18:42:21,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b02fe378-5a83-4e23-a791-73629324598e 2018-08-10 18:42:21,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:21,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:21,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-f28ba137-b512-41fd-a03d-b8efbbc5528e Date: Fri, 10 Aug 2018 18:42:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"],"updated_at":"2018-08-10T18:42:04Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:42:21,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f28ba137-b512-41fd-a03d-b8efbbc5528e 2018-08-10 18:42:21,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26606798172s 2018-08-10 18:42:21,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-f28ba137-b512-41fd-a03d-b8efbbc5528e 2018-08-10 18:42:21,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:42:21,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:21,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4883db0a-fdd5-4d13-99f4-3938cdc98d44 Date: Fri, 10 Aug 2018 18:42:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:42:04Z","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":"b4e2e747a9f44d79a547815067990bab","id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","subnetpool_id":null,"name":"cinder_test-subnet_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}]} 2018-08-10 18:42:21,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-4883db0a-fdd5-4d13-99f4-3938cdc98d44 2018-08-10 18:42:21,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.307950019836s 2018-08-10 18:42:21,820 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-4883db0a-fdd5-4d13-99f4-3938cdc98d44 2018-08-10 18:42:21,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:23,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:23,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:24,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83d28d60-3828-433a-9487-b2e5d97b1ab5 x-compute-request-id: req-83d28d60-3828-433a-9487-b2e5d97b1ab5 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:24,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83d28d60-3828-433a-9487-b2e5d97b1ab5 2018-08-10 18:42:24,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446887969971s 2018-08-10 18:42:24,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83d28d60-3828-433a-9487-b2e5d97b1ab5 2018-08-10 18:42:24,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:26,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:26,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:26,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df59b292-1d69-4197-8800-4323399ed6c4 x-compute-request-id: req-df59b292-1d69-4197-8800-4323399ed6c4 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.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:24Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:26,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-df59b292-1d69-4197-8800-4323399ed6c4 2018-08-10 18:42:26,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648282051086s 2018-08-10 18:42:26,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-df59b292-1d69-4197-8800-4323399ed6c4 2018-08-10 18:42:26,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:28,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:28,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:29,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83e5d4e0-2b14-4d04-b848-535356fb6b32 x-compute-request-id: req-83e5d4e0-2b14-4d04-b848-535356fb6b32 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.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:24Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:29,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83e5d4e0-2b14-4d04-b848-535356fb6b32 2018-08-10 18:42:29,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703994989395s 2018-08-10 18:42:29,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83e5d4e0-2b14-4d04-b848-535356fb6b32 2018-08-10 18:42:29,639 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:31,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:31,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:32,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bffd4a6-7848-4309-b5fe-c94bdc10954c x-compute-request-id: req-8bffd4a6-7848-4309-b5fe-c94bdc10954c Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:30.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:30Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:32,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8bffd4a6-7848-4309-b5fe-c94bdc10954c 2018-08-10 18:42:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10213804245s 2018-08-10 18:42:32,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8bffd4a6-7848-4309-b5fe-c94bdc10954c 2018-08-10 18:42:32,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:42:32,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=87cf3359-66a4-4caa-9c8d-a3adf26d41e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:32,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-52bd4d4f-62b3-4775-b1c5-c28e4d36d866 Date: Fri, 10 Aug 2018 18:42:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:25Z","admin_state_up":true,"updated_at":"2018-08-10T18:42:29Z","binding:vnic_type":"normal","device_id":"87cf3359-66a4-4caa-9c8d-a3adf26d41e8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:de:85:e4","id":"508bda87-b1fe-4dd6-8f3f-d571544c4fef","port_security_enabled":true,"project_id":"b4e2e747a9f44d79a547815067990bab","fixed_ips":[{"subnet_id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["4a0efe39-8958-433e-809d-45e9b01bdada"],"name":""}]} 2018-08-10 18:42:32,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=87cf3359-66a4-4caa-9c8d-a3adf26d41e8 used request id req-52bd4d4f-62b3-4775-b1c5-c28e4d36d866 2018-08-10 18:42:32,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.050822019577s 2018-08-10 18:42:32,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=87cf3359-66a4-4caa-9c8d-a3adf26d41e8 used request id req-52bd4d4f-62b3-4775-b1c5-c28e4d36d866 2018-08-10 18:42:32,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:42:32,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=508bda87-b1fe-4dd6-8f3f-d571544c4fef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:33,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-65dea55f-9721-46ce-8ad2-701481a61d9b Date: Fri, 10 Aug 2018 18:42:33 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:42:33,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=508bda87-b1fe-4dd6-8f3f-d571544c4fef used request id req-65dea55f-9721-46ce-8ad2-701481a61d9b 2018-08-10 18:42:33,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.313283920288s 2018-08-10 18:42:33,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=508bda87-b1fe-4dd6-8f3f-d571544c4fef used request id req-65dea55f-9721-46ce-8ad2-701481a61d9b 2018-08-10 18:42:33,118 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:de:85:e4', 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'c08ae179-0a0f-49f0-b646-cd4e8e2d306a'}), 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-10T18:42:30.000000', 'flavor': Munch({u'id': u'4d1d9f0a-b1f1-4c30-aaf1-a77804a16142'}), 'az': u'nova', 'id': u'87cf3359-66a4-4caa-9c8d-a3adf26d41e8', 'security_groups': [Munch({u'name': u'cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd509cbce16544f519665564233e109e1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4e2e747a9f44d79a547815067990bab', 'name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', '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-10T18:42:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:42:30Z', 'hostId': u'dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c', '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-10T18:42:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b4e2e747a9f44d79a547815067990bab', 'name': u'cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'adminPass': u'iqvzGUWC99NP', 'tenant_id': u'b4e2e747a9f44d79a547815067990bab', 'created_at': u'2018-08-10T18:42:20Z', 'created': u'2018-08-10T18:42:20Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:42:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:33,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:33,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-ffa1b8b4-c197-4f9b-a69c-92f6e43d7e83 Date: Fri, 10 Aug 2018 18:42: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":["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"],"updated_at":"2018-08-10T18:42:04Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:42:33,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ffa1b8b4-c197-4f9b-a69c-92f6e43d7e83 2018-08-10 18:42:33,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357104063034s 2018-08-10 18:42:33,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ffa1b8b4-c197-4f9b-a69c-92f6e43d7e83 2018-08-10 18:42:33,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:42:33,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=87cf3359-66a4-4caa-9c8d-a3adf26d41e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:33,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7ebefce0-c5cd-4dc2-a370-0bfd7679c4d6 Date: Fri, 10 Aug 2018 18:42:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:25Z","admin_state_up":true,"updated_at":"2018-08-10T18:42:29Z","binding:vnic_type":"normal","device_id":"87cf3359-66a4-4caa-9c8d-a3adf26d41e8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:de:85:e4","id":"508bda87-b1fe-4dd6-8f3f-d571544c4fef","port_security_enabled":true,"project_id":"b4e2e747a9f44d79a547815067990bab","fixed_ips":[{"subnet_id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["4a0efe39-8958-433e-809d-45e9b01bdada"],"name":""}]} 2018-08-10 18:42:33,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=87cf3359-66a4-4caa-9c8d-a3adf26d41e8 used request id req-7ebefce0-c5cd-4dc2-a370-0bfd7679c4d6 2018-08-10 18:42:33,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.420861959457s 2018-08-10 18:42:33,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=87cf3359-66a4-4caa-9c8d-a3adf26d41e8 used request id req-7ebefce0-c5cd-4dc2-a370-0bfd7679c4d6 2018-08-10 18:42:33,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 18:42:33,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.6", "port_id": "508bda87-b1fe-4dd6-8f3f-d571544c4fef"}}' 2018-08-10 18:42:35,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-20a9026c-16e2-4109-a2a7-10a88b6cd901 Date: Fri, 10 Aug 2018 18:42:35 GMT RESP BODY: {"floatingip": {"router_id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:42:34Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "508bda87-b1fe-4dd6-8f3f-d571544c4fef", "id": "4b3f0955-f6eb-4021-81d4-902f39841736", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:34Z", "project_id": "b4e2e747a9f44d79a547815067990bab"}} 2018-08-10 18:42:35,582 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-20a9026c-16e2-4109-a2a7-10a88b6cd901 2018-08-10 18:42:35,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.67944908142s 2018-08-10 18:42:35,582 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-20a9026c-16e2-4109-a2a7-10a88b6cd901 2018-08-10 18:42:35,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:42:35,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:35,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-978d6d84-7d3a-4b91-9faf-9eeaec597340 Date: Fri, 10 Aug 2018 18:42:35 GMT RESP BODY: {"floatingips": [{"router_id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:42:34Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "508bda87-b1fe-4dd6-8f3f-d571544c4fef", "id": "4b3f0955-f6eb-4021-81d4-902f39841736", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:34Z", "project_id": "b4e2e747a9f44d79a547815067990bab"}]} 2018-08-10 18:42:35,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-978d6d84-7d3a-4b91-9faf-9eeaec597340 2018-08-10 18:42:35,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0643630027771s 2018-08-10 18:42:35,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-978d6d84-7d3a-4b91-9faf-9eeaec597340 2018-08-10 18:42:35,659 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6b53a08b-a0e4-4acd-9432-78bc85d82770', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b4e2e747a9f44d79a547815067990bab', 'created_at': u'2018-08-10T18:42:34Z', 'attached': True, 'updated_at': u'2018-08-10T18:42:34Z', 'id': u'4b3f0955-f6eb-4021-81d4-902f39841736', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.214', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4e2e747a9f44d79a547815067990bab', 'name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6b53a08b-a0e4-4acd-9432-78bc85d82770', 'project_id': u'b4e2e747a9f44d79a547815067990bab', 'port_id': u'508bda87-b1fe-4dd6-8f3f-d571544c4fef', 'port': u'508bda87-b1fe-4dd6-8f3f-d571544c4fef', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 18:42:35,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:42:35,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:42:35,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42: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-dd1248e7-fb36-48d6-a60d-d7aee934aa1d x-compute-request-id: req-dd1248e7-fb36-48d6-a60d-d7aee934aa1d 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 475233108 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142883] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144610] pid_max: default: 32768 minimum: 301\n[ 0.145537] ACPI: Core revision 20150930\n[ 0.147075] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148331] Security Framework initialized\n[ 0.149103] Yama: becoming mindful.\n[ 0.150010] AppArmor: AppArmor initialized\n[ 0.151080] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152743] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154359] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157642] Initializing cgroup subsys io\n[ 0.158659] Initializing cgroup subsys memory\n[ 0.159730] Initializing cgroup subsys devices\n[ 0.160816] Initializing cgroup subsys freezer\n[ 0.161901] Initializing cgroup subsys net_cls\n[ 0.162985] Initializing cgroup subsys perf_event\n[ 0.164121] Initializing cgroup subsys net_prio\n[ 0.165221] Initializing cgroup subsys hugetlb\n[ 0.166302] Initializing cgroup subsys pids\n[ 0.167371] CPU: Physical Processor ID: 0\n[ 0.169046] mce: CPU supports 10 MCE banks\n[ 0.170105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171358] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.192919] ftrace: allocating 31920 entries in 125 pages\n[ 0.219010] smpboot: Max logical packages: 1\n[ 0.220066] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221711] x2apic enabled\n[ 0.222671] Switched APIC routing to physical x2apic.\n[ 0.224625] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226037] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.228509] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230713] KVM setup paravirtual spinlock\n[ 0.232260] x86: Booted up 1 node, 1 CPUs\n[ 0.233250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.234966] devtmpfs: initialized\n[ 0.236822] evm: security.selinux\n[ 0.237691] evm: security.SMACK64\n[ 0.238516] evm: security.SMACK64EXEC\n[ 0.239439] evm: security.SMACK64TRANSMUTE\n[ 0.240425] evm: security.SMACK64MMAP\n[ 0.241311] evm: security.ima\n[ 0.242069] evm: security.capability\n[ 0.243028] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.245323] pinctrl core: initialized pinctrl subsystem\n[ 0.246675] RTC time: 18:42:29, date: 08/10/18\n[ 0.247862] NET: Registered protocol family 16\n[ 0.249041] cpuidle: using governor ladder\n[ 0.250040] cpuidle: using governor menu\n[ 0.251025] PCCT header not found.\n[ 0.251949] ACPI: bus type PCI registered\n[ 0.252915] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254429] PCI: Using configuration type 1 for base access\n[ 0.256461] ACPI: Added _OSI(Module Device)\n[ 0.257479] ACPI: Added _OSI(Processor Device)\n[ 0.258533] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259632] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.261602] ACPI: Interpreter enabled\n[ 0.262559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.264791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.267063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.269284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.271518] ACPI: (supports S0 S5)\n[ 0.272392] ACPI: Using IOAPIC for interrupt routing\n[ 0.273556] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.277143] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.278581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.280142] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.281655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.284455] acpiphp: Slot [3] registered\n[ 0.285477] acpiphp: Slot [4] registered\n[ 0.286486] acpiphp: Slot [5] registered\n[ 0.287484] acpiphp: Slot [6] registered\n[ 0.288515] acpiphp: Slot [7] registered\n[ 0.289423] acpiphp: Slot [8] registered\n[ 0.290231] acpiphp: Slot [9] registered\n[ 0.291049] acpiphp: Slot [10] registered\n[ 0.291890] acpiphp: Slot [11] registered\n[ 0.292718] acpiphp: Slot [12] registered\n[ 0.293543] acpiphp: Slot [13] registered\n[ 0.294359] acpiphp: Slot [14] registered\n[ 0.295359] acpiphp: Slot [15] registered\n[ 0.306451] acpiphp: Slot [16] registered\n[ 0.307317] acpiphp: Slot [17] registered\n[ 0.308145] acpiphp: Slot [18] registered\n[ 0.308963] acpiphp: Slot [19] registered\n[ 0.309787] acpiphp: Slot [20] registered\n[ 0.310618] acpiphp: Slot [21] registered\n[ 0.311446] acpiphp: Slot [22] registered\n[ 0.312299] acpiphp: Slot [23] registered\n[ 0.313121] acpiphp: Slot [24] registered\n[ 0.313947] acpiphp: Slot [25] registered\n[ 0.314774] acpiphp: Slot [26] registered\n[ 0.315600] acpiphp: Slot [27] registered\n[ 0.316428] acpiphp: Slot [28] registered\n[ 0.317254] acpiphp: Slot [29] registered\n[ 0.318074] acpiphp: Slot [30] registered\n[ 0.318903] acpiphp: Slot [31] registered\n[ 0.319727] PCI host bridge to bus 0000:00\n[ 0.320551] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.321784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324490] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.325954] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.327452] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.330724] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.332029] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.333229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.334508] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.338040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.339589] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359811] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361629] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363063] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364470] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365760] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367133] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369785] vgaarb: loaded\n[ 0.370399] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371656] SCSI subsystem initialized\n[ 0.372600] ACPI: bus type USB registered\n[ 0.373453] usbcore: registered new interface driver usbfs\n[ 0.374507] usbcore: registered new interface driver hub\n[ 0.375537] usbcore: registered new device driver usb\n[ 0.376679] PCI: Using ACPI for IRQ routing\n[ 0.377835] NetLabel: Initializing\n[ 0.378574] NetLabel: domain hash size = 128\n[ 0.379444] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380441] NetLabel: unlabeled traffic allowed by default\n[ 0.381642] clocksource: Switched to clocksource kvm-clock\n[ 0.390147] AppArmor: AppArmor Filesystem Enabled\n[ 0.391145] pnp: PnP ACPI init\n[ 0.392100] pnp: PnP ACPI: found 5 devices\n[ 0.398450] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.400209] NET: Registered protocol family 2\n[ 0.401282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.402601] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403832] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.405053] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.406171] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407379] NET: Registered protocol family 1\n[ 0.408275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409400] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410503] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.424573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.438728] Trying to unpack rootfs image as initramfs...\n[ 0.495274] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496972] Scanning for low memory corruption every 60 seconds\n[ 0.498399] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499592] audit: initializing netlink subsys (disabled)\n[ 0.500648] audit: type=2000 audit(1533926550.780:1): initialized\n[ 0.502069] Initialise system trusted keyring\n[ 0.503050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.504244] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.506417] zbud: loaded\n[ 0.507169] VFS: Disk quotas dquot_6.6.0\n[ 0.508012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509678] fuse init (API version 7.23)\n[ 0.510605] Key type big_key registered\n[ 0.511434] Allocating IMA MOK and blacklist keyrings.\n[ 0.512695] Key type asymmetric registered\n[ 0.513541] Asymmetric key parser 'x509' registered\n[ 0.514535] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.516039] io scheduler noop registered\n[ 0.516850] io scheduler deadline registered (default)\n[ 0.517874] io scheduler cfq registered\n[ 0.518743] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522617] ACPI: Power Button [PWRF]\n[ 0.523494] GHES: HEST is not enabled!\n[ 0.537076] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564598] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.566751] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596876] Linux agpgart interface v0.103\n[ 0.600594] brd: module loaded\n[ 0.602411] loop: module loaded\n[ 0.607040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608546] GPT:90111 != 2097151\n[ 0.609243] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610387] GPT:90111 != 2097151\n[ 0.611085] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612105] vda: vda1 vda15\n[ 0.613814] scsi host0: ata_piix\n[ 0.614640] scsi host1: ata_piix\n[ 0.615395] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.616662] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.618253] libphy: Fixed MDIO Bus: probed\n[ 0.619101] tun: Universal TUN/TAP device driver, 1.6\n[ 0.620090] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622860] PPP generic driver version 2.4.2\n[ 0.623875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625154] ehci-pci: EHCI PCI platform driver\n[ 0.626083] ehci-platform: EHCI generic platform driver\n[ 0.627103] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628390] ohci-pci: OHCI PCI platform driver\n[ 0.629302] ohci-platform: OHCI generic platform driver\n[ 0.630348] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644759] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645838] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647380] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648431] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.649701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.652440] usb usb1: Product: UHCI Host Controller\n[ 0.653402] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.654580] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.655611] hub 1-0:1.0: USB hub found\n[ 0.656436] hub 1-0:1.0: 2 ports detected\n[ 0.657499] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.659737] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.660729] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.661841] mousedev: PS/2 mouse device common for all mice\n[ 0.663179] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.665183] rtc_cmos 00:00: RTC can wake from S4\n[ 0.666377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.667612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.668847] i2c /dev entries driver\n[ 0.669693] device-mapper: uevent: version 1.0.3\n[ 0.670713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.672436] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.674203] NET: Registered protocol family 10\n[ 0.675589] NET: Registered protocol family 17\n[ 0.676566] Key type dns_resolver registered\n[ 0.677795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.678929] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.680866] registered taskstats version 1\n[ 0.681780] Loading compiled-in X.509 certificates\n[ 0.683379] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.685322] zswap: loaded using pool lzo/zbud\n[ 0.687424] Key type trusted registered\n[ 0.689272] Key type encrypted registered\n[ 0.690139] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691225] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692310] evm: HMAC attrs: 0x1\n[ 0.693351] Magic number: 14:357:746\n[ 0.694291] rtc_cmos 00:00: setting system clock to 2018-08-10 18:42:30 UTC (1533926550)\n[ 0.696005] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697154] EDD information not available.\n[ 0.776026] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788236] Write protecting the kernel read-only data: 14336k\n[ 0.791847] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793874] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840834] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 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.91. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCQ7w2+UjMhU1YsT11bH35bunnXyRyi+ZG5eeNhNOPFl9gU1gwiv9hv144341VcqWXzJfVfwvTfftj+oOMWLTL8tBlpqotYz/QZfdxBCPudxBBtIeU+dmkZe4vlQDcwqbxAFjqXMOY6G0JV7OozSkRMX6YBacqZN2HxswyjE9Lz5vCrVAzU/ImsGCdLr9kxeo3Cla01mjm603euqYKVhNFILMf+7hGrRj4aMsNPKTqmyBuTtzTM3udCBF8aK3bWBqgsTZyUbKYTLdd2e7YqSz2vQ/2nddozuxRHGxxG9tqqKH/YLp23BTPwOqvYNS6GcVVAeYbIAcwLmaOpulAcz1sb root@cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\nssh-dss AAAAB3NzaC1kc3MAAACBAJQrg60srwyXCTHCrmgbIJpGSF72st4BhPcSDH6MYZdQMuKDqa0n37ynibZUhEq5taInCn0l6Ye+UZeIYwFk0+jxzzGAmP1P2LncxL8HA1P8gE6ODGEEQ8rpt+gKPb8xtzE8CzeTcL4PwixG/7WFdJNftPlLEPlcb7gOoebkboo1AAAAFQCDMU8MRaYhQQYvrQieN9E/EUHC6wAAAIBP5wo362PwdgpFmwdw774lXIxyOH/wd+TMJMD21QMaG7MPyhAq/APtLgQqYQYkTGWU221mT8tmXmRcXRjMKQC9XzCOFEg3ZFQjmhN8aCDiMbSqrLrGeZqCoyLD4iES2/hixxjwbCL7VFcDaScna9JQmXTDEVz035UWHncgn79jawAAAIEAjA+JJGuDNJ7B427cSrcD1YDKnDpNa8TKhmEp4n2O0ESRRnV4XlyBylBOY7qKHro6r2ekd2+jNai1qjyFykIDiN5eJmndOYlGjDcPaM3BZJz1JFG0fAer9lClwcTJ/ncKQIOM74BX6tdP0/clTneFFbsYgcamq1jegolSy/ukMTY= root@cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.17s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fede:85e4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\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-35dcaaff-61e4-44a0-8cbf-143dad67ec2b login: "} 2018-08-10 18:42:35,769 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/action used request id req-dd1248e7-fb36-48d6-a60d-d7aee934aa1d 2018-08-10 18:42:35,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109741926193s 2018-08-10 18:42:35,770 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/action used request id req-dd1248e7-fb36-48d6-a60d-d7aee934aa1d 2018-08-10 18:42:35,770 - 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 475233108 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.142883] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144610] pid_max: default: 32768 minimum: 301 [ 0.145537] ACPI: Core revision 20150930 [ 0.147075] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148331] Security Framework initialized [ 0.149103] Yama: becoming mindful. [ 0.150010] AppArmor: AppArmor initialized [ 0.151080] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.152743] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154359] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155876] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157642] Initializing cgroup subsys io [ 0.158659] Initializing cgroup subsys memory [ 0.159730] Initializing cgroup subsys devices [ 0.160816] Initializing cgroup subsys freezer [ 0.161901] Initializing cgroup subsys net_cls [ 0.162985] Initializing cgroup subsys perf_event [ 0.164121] Initializing cgroup subsys net_prio [ 0.165221] Initializing cgroup subsys hugetlb [ 0.166302] Initializing cgroup subsys pids [ 0.167371] CPU: Physical Processor ID: 0 [ 0.169046] mce: CPU supports 10 MCE banks [ 0.170105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171358] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.186311] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192919] ftrace: allocating 31920 entries in 125 pages [ 0.219010] smpboot: Max logical packages: 1 [ 0.220066] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.221711] x2apic enabled [ 0.222671] Switched APIC routing to physical x2apic. [ 0.224625] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.226037] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.228509] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.230713] KVM setup paravirtual spinlock [ 0.232260] x86: Booted up 1 node, 1 CPUs [ 0.233250] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.234966] devtmpfs: initialized [ 0.236822] evm: security.selinux [ 0.237691] evm: security.SMACK64 [ 0.238516] evm: security.SMACK64EXEC [ 0.239439] evm: security.SMACK64TRANSMUTE [ 0.240425] evm: security.SMACK64MMAP [ 0.241311] evm: security.ima [ 0.242069] evm: security.capability [ 0.243028] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.245323] pinctrl core: initialized pinctrl subsystem [ 0.246675] RTC time: 18:42:29, date: 08/10/18 [ 0.247862] NET: Registered protocol family 16 [ 0.249041] cpuidle: using governor ladder [ 0.250040] cpuidle: using governor menu [ 0.251025] PCCT header not found. [ 0.251949] ACPI: bus type PCI registered [ 0.252915] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254429] PCI: Using configuration type 1 for base access [ 0.256461] ACPI: Added _OSI(Module Device) [ 0.257479] ACPI: Added _OSI(Processor Device) [ 0.258533] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.259632] ACPI: Added _OSI(Processor Aggregator Device) [ 0.261602] ACPI: Interpreter enabled [ 0.262559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.264791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.267063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.269284] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.271518] ACPI: (supports S0 S5) [ 0.272392] ACPI: Using IOAPIC for interrupt routing [ 0.273556] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.277143] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.278581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.280142] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.281655] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.284455] acpiphp: Slot [3] registered [ 0.285477] acpiphp: Slot [4] registered [ 0.286486] acpiphp: Slot [5] registered [ 0.287484] acpiphp: Slot [6] registered [ 0.288515] acpiphp: Slot [7] registered [ 0.289423] acpiphp: Slot [8] registered [ 0.290231] acpiphp: Slot [9] registered [ 0.291049] acpiphp: Slot [10] registered [ 0.291890] acpiphp: Slot [11] registered [ 0.292718] acpiphp: Slot [12] registered [ 0.293543] acpiphp: Slot [13] registered [ 0.294359] acpiphp: Slot [14] registered [ 0.295359] acpiphp: Slot [15] registered [ 0.306451] acpiphp: Slot [16] registered [ 0.307317] acpiphp: Slot [17] registered [ 0.308145] acpiphp: Slot [18] registered [ 0.308963] acpiphp: Slot [19] registered [ 0.309787] acpiphp: Slot [20] registered [ 0.310618] acpiphp: Slot [21] registered [ 0.311446] acpiphp: Slot [22] registered [ 0.312299] acpiphp: Slot [23] registered [ 0.313121] acpiphp: Slot [24] registered [ 0.313947] acpiphp: Slot [25] registered [ 0.314774] acpiphp: Slot [26] registered [ 0.315600] acpiphp: Slot [27] registered [ 0.316428] acpiphp: Slot [28] registered [ 0.317254] acpiphp: Slot [29] registered [ 0.318074] acpiphp: Slot [30] registered [ 0.318903] acpiphp: Slot [31] registered [ 0.319727] PCI host bridge to bus 0000:00 [ 0.320551] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.321784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.323018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.324490] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.325954] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.327452] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.330724] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.332029] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.333229] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.334508] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.338040] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.339589] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358313] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.359811] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361629] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363063] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364470] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365760] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367133] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369785] vgaarb: loaded [ 0.370399] vgaarb: bridge control possible 0000:00:02.0 [ 0.371656] SCSI subsystem initialized [ 0.372600] ACPI: bus type USB registered [ 0.373453] usbcore: registered new interface driver usbfs [ 0.374507] usbcore: registered new interface driver hub [ 0.375537] usbcore: registered new device driver usb [ 0.376679] PCI: Using ACPI for IRQ routing [ 0.377835] NetLabel: Initializing [ 0.378574] NetLabel: domain hash size = 128 [ 0.379444] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380441] NetLabel: unlabeled traffic allowed by default [ 0.381642] clocksource: Switched to clocksource kvm-clock [ 0.390147] AppArmor: AppArmor Filesystem Enabled [ 0.391145] pnp: PnP ACPI init [ 0.392100] pnp: PnP ACPI: found 5 devices [ 0.398450] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400209] NET: Registered protocol family 2 [ 0.401282] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402601] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403832] TCP: Hash tables configured (established 4096 bind 4096) [ 0.405053] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.406171] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407379] NET: Registered protocol family 1 [ 0.408275] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409400] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410503] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.424573] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.438728] Trying to unpack rootfs image as initramfs... [ 0.495274] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.496972] Scanning for low memory corruption every 60 seconds [ 0.498399] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.499592] audit: initializing netlink subsys (disabled) [ 0.500648] audit: type=2000 audit(1533926550.780:1): initialized [ 0.502069] Initialise system trusted keyring [ 0.503050] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.504244] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.506417] zbud: loaded [ 0.507169] VFS: Disk quotas dquot_6.6.0 [ 0.508012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509678] fuse init (API version 7.23) [ 0.510605] Key type big_key registered [ 0.511434] Allocating IMA MOK and blacklist keyrings. [ 0.512695] Key type asymmetric registered [ 0.513541] Asymmetric key parser 'x509' registered [ 0.514535] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.516039] io scheduler noop registered [ 0.516850] io scheduler deadline registered (default) [ 0.517874] io scheduler cfq registered [ 0.518743] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.519819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.522617] ACPI: Power Button [PWRF] [ 0.523494] GHES: HEST is not enabled! [ 0.537076] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.564598] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.566751] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.592958] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596876] Linux agpgart interface v0.103 [ 0.600594] brd: module loaded [ 0.602411] loop: module loaded [ 0.607040] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608546] GPT:90111 != 2097151 [ 0.609243] GPT:Alternate GPT header not at the end of the disk. [ 0.610387] GPT:90111 != 2097151 [ 0.611085] GPT: Use GNU Parted to correct GPT errors. [ 0.612105] vda: vda1 vda15 [ 0.613814] scsi host0: ata_piix [ 0.614640] scsi host1: ata_piix [ 0.615395] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.616662] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.618253] libphy: Fixed MDIO Bus: probed [ 0.619101] tun: Universal TUN/TAP device driver, 1.6 [ 0.620090] tun: (C) 1999-2004 Max Krasnyansky [ 0.622860] PPP generic driver version 2.4.2 [ 0.623875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.625154] ehci-pci: EHCI PCI platform driver [ 0.626083] ehci-platform: EHCI generic platform driver [ 0.627103] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628390] ohci-pci: OHCI PCI platform driver [ 0.629302] ohci-platform: OHCI generic platform driver [ 0.630348] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644759] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.645838] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647380] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648431] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.649701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650978] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652440] usb usb1: Product: UHCI Host Controller [ 0.653402] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654580] usb usb1: SerialNumber: 0000:00:01.2 [ 0.655611] hub 1-0:1.0: USB hub found [ 0.656436] hub 1-0:1.0: 2 ports detected [ 0.657499] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.659737] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.660729] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.661841] mousedev: PS/2 mouse device common for all mice [ 0.663179] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665183] rtc_cmos 00:00: RTC can wake from S4 [ 0.666377] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.667612] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.668847] i2c /dev entries driver [ 0.669693] device-mapper: uevent: version 1.0.3 [ 0.670713] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672436] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674203] NET: Registered protocol family 10 [ 0.675589] NET: Registered protocol family 17 [ 0.676566] Key type dns_resolver registered [ 0.677795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678929] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.680866] registered taskstats version 1 [ 0.681780] Loading compiled-in X.509 certificates [ 0.683379] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685322] zswap: loaded using pool lzo/zbud [ 0.687424] Key type trusted registered [ 0.689272] Key type encrypted registered [ 0.690139] AppArmor: AppArmor sha1 policy hashing enabled [ 0.691225] ima: No TPM chip found, activating TPM-bypass! [ 0.692310] evm: HMAC attrs: 0x1 [ 0.693351] Magic number: 14:357:746 [ 0.694291] rtc_cmos 00:00: setting system clock to 2018-08-10 18:42:30 UTC (1533926550) [ 0.696005] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.697154] EDD information not available. [ 0.776026] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.788236] Write protecting the kernel read-only data: 14336k [ 0.791847] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.793874] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.840834] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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.91. iid=i-00000014 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQ7w2+UjMhU1YsT11bH35bunnXyRyi+ZG5eeNhNOPFl9gU1gwiv9hv144341VcqWXzJfVfwvTfftj+oOMWLTL8tBlpqotYz/QZfdxBCPudxBBtIeU+dmkZe4vlQDcwqbxAFjqXMOY6G0JV7OozSkRMX6YBacqZN2HxswyjE9Lz5vCrVAzU/ImsGCdLr9kxeo3Cla01mjm603euqYKVhNFILMf+7hGrRj4aMsNPKTqmyBuTtzTM3udCBF8aK3bWBqgsTZyUbKYTLdd2e7YqSz2vQ/2nddozuxRHGxxG9tqqKH/YLp23BTPwOqvYNS6GcVVAeYbIAcwLmaOpulAcz1sb root@cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b ssh-dss AAAAB3NzaC1kc3MAAACBAJQrg60srwyXCTHCrmgbIJpGSF72st4BhPcSDH6MYZdQMuKDqa0n37ynibZUhEq5taInCn0l6Ye+UZeIYwFk0+jxzzGAmP1P2LncxL8HA1P8gE6ODGEEQ8rpt+gKPb8xtzE8CzeTcL4PwixG/7WFdJNftPlLEPlcb7gOoebkboo1AAAAFQCDMU8MRaYhQQYvrQieN9E/EUHC6wAAAIBP5wo362PwdgpFmwdw774lXIxyOH/wd+TMJMD21QMaG7MPyhAq/APtLgQqYQYkTGWU221mT8tmXmRcXRjMKQC9XzCOFEg3ZFQjmhN8aCDiMbSqrLrGeZqCoyLD4iES2/hixxjwbCL7VFcDaScna9JQmXTDEVz035UWHncgn79jawAAAIEAjA+JJGuDNJ7B427cSrcD1YDKnDpNa8TKhmEp4n2O0ESRRnV4XlyBylBOY7qKHro6r2ekd2+jNai1qjyFykIDiN5eJmndOYlGjDcPaM3BZJz1JFG0fAer9lClwcTJ/ncKQIOM74BX6tdP0/clTneFFbsYgcamq1jegolSy/ukMTY= root@cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.17s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fede:85e4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b launch-index: 0 === cirros: current=0.4.0 uptime=3.01 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-35dcaaff-61e4-44a0-8cbf-143dad67ec2b login: 2018-08-10 18:42:36,772 - paramiko.transport - DEBUG - starting thread (client mode): 0x708a7a90L 2018-08-10 18:42:36,773 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 18:42:36,773 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-10 18:42:36,773 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-10 18:42:36,774 - 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-10 18:42:36,775 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 18:42:36,775 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-10 18:42:36,775 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 18:42:36,775 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 18:42:36,775 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 18:42:36,792 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 18:42:36,792 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 18:42:36,805 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.214: 862222c9d42f7b8607f52d8b227f99be 2018-08-10 18:42:36,806 - paramiko.transport - DEBUG - Trying discovered key 3840b8f4d01713c32886c805f7a5b08b in /tmp/tmpCKby4j 2018-08-10 18:42:36,831 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 18:42:36,837 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 18:42:36,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-10 18:42:36,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"volume": {"display_name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "size": "2"}}' 2018-08-10 18:42:38,152 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:42:36 GMT Server: Apache x-compute-request-id: req-a2fd781c-9727-4670-9850-8fbe6ec87366 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a2fd781c-9727-4670-9850-8fbe6ec87366 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}} 2018-08-10 18:42:38,152 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes used request id req-a2fd781c-9727-4670-9850-8fbe6ec87366 2018-08-10 18:42:38,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.31183791161s 2018-08-10 18:42:38,153 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes used request id req-a2fd781c-9727-4670-9850-8fbe6ec87366 2018-08-10 18:42:38,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:42:38,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:39,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:38 GMT Server: Apache x-compute-request-id: req-02921db7-2991-4900-ba03-9f17e8aebefb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-02921db7-2991-4900-ba03-9f17e8aebefb Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:42:38.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:42:39,203 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-02921db7-2991-4900-ba03-9f17e8aebefb 2018-08-10 18:42:39,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04985904694s 2018-08-10 18:42:39,204 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-02921db7-2991-4900-ba03-9f17e8aebefb 2018-08-10 18:42:39,205 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:41,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:42:41,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:42,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:41 GMT Server: Apache x-compute-request-id: req-2ae8da9d-c094-477a-8142-7eb04233da3f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ae8da9d-c094-477a-8142-7eb04233da3f Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:42:40.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:42:42,245 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-2ae8da9d-c094-477a-8142-7eb04233da3f 2018-08-10 18:42:42,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03724503517s 2018-08-10 18:42:42,245 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-2ae8da9d-c094-477a-8142-7eb04233da3f 2018-08-10 18:42:42,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:42,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:42,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-3c8703a5-6ab0-48a2-b1c2-267ad0c85d03 Date: Fri, 10 Aug 2018 18:42:42 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":["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"],"updated_at":"2018-08-10T18:42:04Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:42:42,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3c8703a5-6ab0-48a2-b1c2-267ad0c85d03 2018-08-10 18:42:42,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.337028980255s 2018-08-10 18:42:42,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3c8703a5-6ab0-48a2-b1c2-267ad0c85d03 2018-08-10 18:42:42,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:42:42,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:42,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-180900a7-9592-448a-a9df-6fc11ce09c33 Date: Fri, 10 Aug 2018 18:42:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:42:11Z", "file": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file", "owner": "b4e2e747a9f44d79a547815067990bab", "id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "size": 12716032, "self": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:42:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:42:42,883 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-180900a7-9592-448a-a9df-6fc11ce09c33 2018-08-10 18:42:42,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.293903112411s 2018-08-10 18:42:42,883 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-180900a7-9592-448a-a9df-6fc11ce09c33 2018-08-10 18:42:42,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:42:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:43,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-026e84d1-17a4-4a75-8165-d237b074c840 x-compute-request-id: req-026e84d1-17a4-4a75-8165-d237b074c840 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "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": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142"}]} 2018-08-10 18:42:43,050 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-026e84d1-17a4-4a75-8165-d237b074c840 2018-08-10 18:42:43,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.164757013321s 2018-08-10 18:42:43,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-026e84d1-17a4-4a75-8165-d237b074c840 2018-08-10 18:42:43,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 18:42:43,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"server": {"name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "imageRef": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "flavorRef": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "max_count": 1, "min_count": 1, "networks": [{"uuid": "90858140-3c6c-40d0-b316-0aede948bfb4"}], "security_groups": [{"name": "4a0efe39-8958-433e-809d-45e9b01bdada"}]}}' 2018-08-10 18:42:47,706 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c89079e3-9b3d-42d7-aedd-01874da8573d x-compute-request-id: req-c89079e3-9b3d-42d7-aedd-01874da8573d Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4a0efe39-8958-433e-809d-45e9b01bdada"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "adminPass": "C3kdGHUTCepY"}} 2018-08-10 18:42:47,706 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-c89079e3-9b3d-42d7-aedd-01874da8573d 2018-08-10 18:42:47,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.65472102165s 2018-08-10 18:42:47,707 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-c89079e3-9b3d-42d7-aedd-01874da8573d 2018-08-10 18:42:47,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:47,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:48,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfb70e53-80a5-4d8f-b1de-b75c17b20e27 x-compute-request-id: req-dfb70e53-80a5-4d8f-b1de-b75c17b20e27 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:30.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:30Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:48,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-dfb70e53-80a5-4d8f-b1de-b75c17b20e27 2018-08-10 18:42:48,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00342082977s 2018-08-10 18:42:48,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-dfb70e53-80a5-4d8f-b1de-b75c17b20e27 2018-08-10 18:42:48,716 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:50,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:50,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:51,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fd9bc80-7203-44e8-9625-39097739853c x-compute-request-id: req-9fd9bc80-7203-44e8-9625-39097739853c 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.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:50Z", "hostId": "231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:30.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:30Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:51,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9fd9bc80-7203-44e8-9625-39097739853c 2018-08-10 18:42:51,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.896726131439s 2018-08-10 18:42:51,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9fd9bc80-7203-44e8-9625-39097739853c 2018-08-10 18:42:51,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:53,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:53,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:54,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0b35476-334d-462e-b67d-90ef2787d50d x-compute-request-id: req-e0b35476-334d-462e-b67d-90ef2787d50d 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.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T18:42:50Z", "hostId": "231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:30.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:30Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:54,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0b35476-334d-462e-b67d-90ef2787d50d 2018-08-10 18:42:54,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.16480398178s 2018-08-10 18:42:54,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0b35476-334d-462e-b67d-90ef2787d50d 2018-08-10 18:42:54,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:42:56,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:42:56,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:57,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be26162e-121a-4ffa-b20e-72fe9408e849 x-compute-request-id: req-be26162e-121a-4ffa-b20e-72fe9408e849 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:55.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:55Z", "hostId": "231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:30.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:30Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:42:57,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-be26162e-121a-4ffa-b20e-72fe9408e849 2018-08-10 18:42:57,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359344959259s 2018-08-10 18:42:57,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-be26162e-121a-4ffa-b20e-72fe9408e849 2018-08-10 18:42:57,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:42:57,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=7f65da87-e750-4598-b747-90bb01fcc7a6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:57,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8011b445-7d1a-4816-80b3-f06d850d3089 Date: Fri, 10 Aug 2018 18:42:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:50Z","admin_state_up":true,"updated_at":"2018-08-10T18:42:55Z","binding:vnic_type":"normal","device_id":"7f65da87-e750-4598-b747-90bb01fcc7a6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:64:d5:ed","id":"7d3342dc-8452-45a5-9b05-0077fbfa9e40","port_security_enabled":true,"project_id":"b4e2e747a9f44d79a547815067990bab","fixed_ips":[{"subnet_id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["4a0efe39-8958-433e-809d-45e9b01bdada"],"name":""}]} 2018-08-10 18:42:57,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=7f65da87-e750-4598-b747-90bb01fcc7a6 used request id req-8011b445-7d1a-4816-80b3-f06d850d3089 2018-08-10 18:42:57,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.227962017059s 2018-08-10 18:42:57,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=7f65da87-e750-4598-b747-90bb01fcc7a6 used request id req-8011b445-7d1a-4816-80b3-f06d850d3089 2018-08-10 18:42:57,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:42:57,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=7d3342dc-8452-45a5-9b05-0077fbfa9e40" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:57,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-261c6a78-fc34-40b1-9275-523398a103ab Date: Fri, 10 Aug 2018 18:42:57 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:42:57,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=7d3342dc-8452-45a5-9b05-0077fbfa9e40 used request id req-261c6a78-fc34-40b1-9275-523398a103ab 2018-08-10 18:42:57,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.323807954788s 2018-08-10 18:42:57,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=7d3342dc-8452-45a5-9b05-0077fbfa9e40 used request id req-261c6a78-fc34-40b1-9275-523398a103ab 2018-08-10 18:42:57,719 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:64:d5:ed', 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'c08ae179-0a0f-49f0-b646-cd4e8e2d306a'}), 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-10T18:42:55.000000', 'flavor': Munch({u'id': u'4d1d9f0a-b1f1-4c30-aaf1-a77804a16142'}), 'az': u'nova', 'id': u'7f65da87-e750-4598-b747-90bb01fcc7a6', 'security_groups': [Munch({u'name': u'cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd509cbce16544f519665564233e109e1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4e2e747a9f44d79a547815067990bab', 'name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', '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-10T18:42:55.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T18:42:55Z', 'hostId': u'231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900', '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-10T18:42:55.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b4e2e747a9f44d79a547815067990bab', 'name': u'cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'adminPass': u'C3kdGHUTCepY', 'tenant_id': u'b4e2e747a9f44d79a547815067990bab', 'created_at': u'2018-08-10T18:42:47Z', 'created': u'2018-08-10T18:42:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 18:42:57,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:42:57,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:57,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-67837d74-1b56-4388-8d7a-9ec99a3f69ee Date: Fri, 10 Aug 2018 18:42:57 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":["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"],"updated_at":"2018-08-10T18:42:04Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:42:57,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-67837d74-1b56-4388-8d7a-9ec99a3f69ee 2018-08-10 18:42:57,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107685804367s 2018-08-10 18:42:57,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-67837d74-1b56-4388-8d7a-9ec99a3f69ee 2018-08-10 18:42:57,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 18:42:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=7f65da87-e750-4598-b747-90bb01fcc7a6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fc92988b-4554-48ef-b036-b5e04615bd71 Date: Fri, 10 Aug 2018 18:42:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:50Z","admin_state_up":true,"updated_at":"2018-08-10T18:42:55Z","binding:vnic_type":"normal","device_id":"7f65da87-e750-4598-b747-90bb01fcc7a6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:64:d5:ed","id":"7d3342dc-8452-45a5-9b05-0077fbfa9e40","port_security_enabled":true,"project_id":"b4e2e747a9f44d79a547815067990bab","fixed_ips":[{"subnet_id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["4a0efe39-8958-433e-809d-45e9b01bdada"],"name":""}]} 2018-08-10 18:42:57,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=7f65da87-e750-4598-b747-90bb01fcc7a6 used request id req-fc92988b-4554-48ef-b036-b5e04615bd71 2018-08-10 18:42:57,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.049861907959s 2018-08-10 18:42:57,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=7f65da87-e750-4598-b747-90bb01fcc7a6 used request id req-fc92988b-4554-48ef-b036-b5e04615bd71 2018-08-10 18:42:57,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 18:42:57,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.8", "port_id": "7d3342dc-8452-45a5-9b05-0077fbfa9e40"}}' 2018-08-10 18:42:59,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-25e7e239-edf9-41aa-907a-12c4c54c4dec Date: Fri, 10 Aug 2018 18:42:59 GMT RESP BODY: {"floatingip": {"router_id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:42:58Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "7d3342dc-8452-45a5-9b05-0077fbfa9e40", "id": "04f8b3ac-6116-4477-b688-b8bd93203511", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:58Z", "project_id": "b4e2e747a9f44d79a547815067990bab"}} 2018-08-10 18:42:59,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-25e7e239-edf9-41aa-907a-12c4c54c4dec 2018-08-10 18:42:59,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.94831085205s 2018-08-10 18:42:59,831 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-25e7e239-edf9-41aa-907a-12c4c54c4dec 2018-08-10 18:42:59,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:42:59,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:42:59,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1095 X-Openstack-Request-Id: req-cb3bb04e-13ca-4154-a648-8ba113e172c2 Date: Fri, 10 Aug 2018 18:42:59 GMT RESP BODY: {"floatingips": [{"router_id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:42:58Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "7d3342dc-8452-45a5-9b05-0077fbfa9e40", "id": "04f8b3ac-6116-4477-b688-b8bd93203511", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:58Z", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"router_id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:42:34Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "508bda87-b1fe-4dd6-8f3f-d571544c4fef", "id": "4b3f0955-f6eb-4021-81d4-902f39841736", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:34Z", "project_id": "b4e2e747a9f44d79a547815067990bab"}]} 2018-08-10 18:42:59,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-cb3bb04e-13ca-4154-a648-8ba113e172c2 2018-08-10 18:42:59,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0617778301239s 2018-08-10 18:42:59,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-cb3bb04e-13ca-4154-a648-8ba113e172c2 2018-08-10 18:42:59,908 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6b53a08b-a0e4-4acd-9432-78bc85d82770', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b4e2e747a9f44d79a547815067990bab', 'created_at': u'2018-08-10T18:42:58Z', 'attached': True, 'updated_at': u'2018-08-10T18:42:58Z', 'id': u'04f8b3ac-6116-4477-b688-b8bd93203511', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4e2e747a9f44d79a547815067990bab', 'name': 'cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6b53a08b-a0e4-4acd-9432-78bc85d82770', 'project_id': u'b4e2e747a9f44d79a547815067990bab', 'port_id': u'7d3342dc-8452-45a5-9b05-0077fbfa9e40', 'port': u'7d3342dc-8452-45a5-9b05-0077fbfa9e40', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 18:42:59,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:42:59,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:43:00,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b88026e-97e6-4723-b007-f570695868f5 x-compute-request-id: req-9b88026e-97e6-4723-b007-f570695868f5 Content-Encoding: gzip Content-Length: 9557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470057665 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138085] pid_max: default: 32768 minimum: 301\n[ 0.138975] ACPI: Core revision 20150930\n[ 0.140357] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141658] Security Framework initialized\n[ 0.142466] Yama: becoming mindful.\n[ 0.143192] AppArmor: AppArmor initialized\n[ 0.144054] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145379] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149268] Initializing cgroup subsys io\n[ 0.150081] Initializing cgroup subsys memory\n[ 0.150938] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152683] Initializing cgroup subsys net_cls\n[ 0.153545] Initializing cgroup subsys perf_event\n[ 0.154454] Initializing cgroup subsys net_prio\n[ 0.155338] Initializing cgroup subsys hugetlb\n[ 0.156210] Initializing cgroup subsys pids\n[ 0.157079] CPU: Physical Processor ID: 0\n[ 0.158566] mce: CPU supports 10 MCE banks\n[ 0.159408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174742] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180769] ftrace: allocating 31920 entries in 125 pages\n[ 0.205248] smpboot: Max logical packages: 1\n[ 0.206131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207485] x2apic enabled\n[ 0.208292] Switched APIC routing to physical x2apic.\n[ 0.210013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213144] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214925] KVM setup paravirtual spinlock\n[ 0.216219] x86: Booted up 1 node, 1 CPUs\n[ 0.217039] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218430] devtmpfs: initialized\n[ 0.220148] evm: security.selinux\n[ 0.220847] evm: security.SMACK64\n[ 0.221531] evm: security.SMACK64EXEC\n[ 0.222284] evm: security.SMACK64TRANSMUTE\n[ 0.223091] evm: security.SMACK64MMAP\n[ 0.223834] evm: security.ima\n[ 0.224472] evm: security.capability\n[ 0.225279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227143] pinctrl core: initialized pinctrl subsystem\n[ 0.228244] RTC time: 18:42:56, date: 08/10/18\n[ 0.229208] NET: Registered protocol family 16\n[ 0.230192] cpuidle: using governor ladder\n[ 0.231022] cpuidle: using governor menu\n[ 0.231803] PCCT header not found.\n[ 0.232554] ACPI: bus type PCI registered\n[ 0.233354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234592] PCI: Using configuration type 1 for base access\n[ 0.236357] ACPI: Added _OSI(Module Device)\n[ 0.237208] ACPI: Added _OSI(Processor Device)\n[ 0.238075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238977] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240738] ACPI: Interpreter enabled\n[ 0.241506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243346] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248841] ACPI: (supports S0 S5)\n[ 0.249537] ACPI: Using IOAPIC for interrupt routing\n[ 0.250480] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259365] acpiphp: Slot [3] registered\n[ 0.260173] acpiphp: Slot [4] registered\n[ 0.260967] acpiphp: Slot [5] registered\n[ 0.261758] acpiphp: Slot [6] registered\n[ 0.262545] acpiphp: Slot [7] registered\n[ 0.263349] acpiphp: Slot [8] registered\n[ 0.264147] acpiphp: Slot [9] registered\n[ 0.264939] acpiphp: Slot [10] registered\n[ 0.265737] acpiphp: Slot [11] registered\n[ 0.266545] acpiphp: Slot [12] registered\n[ 0.267358] acpiphp: Slot [13] registered\n[ 0.268166] acpiphp: Slot [14] registered\n[ 0.268970] acpiphp: Slot [15] registered\n[ 0.279610] acpiphp: Slot [16] registered\n[ 0.280431] acpiphp: Slot [17] registered\n[ 0.281241] acpiphp: Slot [18] registered\n[ 0.282045] acpiphp: Slot [19] registered\n[ 0.282850] acpiphp: Slot [20] registered\n[ 0.283661] acpiphp: Slot [21] registered\n[ 0.284460] acpiphp: Slot [22] registered\n[ 0.285265] acpiphp: Slot [23] registered\n[ 0.286070] acpiphp: Slot [24] registered\n[ 0.286873] acpiphp: Slot [25] registered\n[ 0.287678] acpiphp: Slot [26] registered\n[ 0.288477] acpiphp: Slot [27] registered\n[ 0.289290] acpiphp: Slot [28] registered\n[ 0.290093] acpiphp: Slot [29] registered\n[ 0.290891] acpiphp: Slot [30] registered\n[ 0.291738] acpiphp: Slot [31] registered\n[ 0.292537] PCI host bridge to bus 0000:00\n[ 0.293343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294548] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297206] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298652] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.300127] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303452] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304733] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310654] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.330441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.331932] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.333675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.335090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.336473] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.337748] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.339047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.340103] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.341652] vgaarb: loaded\n[ 0.342249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.343471] SCSI subsystem initialized\n[ 0.344393] ACPI: bus type USB registered\n[ 0.345220] usbcore: registered new interface driver usbfs\n[ 0.346253] usbcore: registered new interface driver hub\n[ 0.347271] usbcore: registered new device driver usb\n[ 0.348380] PCI: Using ACPI for IRQ routing\n[ 0.349495] NetLabel: Initializing\n[ 0.350210] NetLabel: domain hash size = 128\n[ 0.351057] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.352024] NetLabel: unlabeled traffic allowed by default\n[ 0.353182] clocksource: Switched to clocksource kvm-clock\n[ 0.361223] AppArmor: AppArmor Filesystem Enabled\n[ 0.362241] pnp: PnP ACPI init\n[ 0.363178] pnp: PnP ACPI: found 5 devices\n[ 0.369510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.371241] NET: Registered protocol family 2\n[ 0.372289] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.373589] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.374792] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.375982] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.377065] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378242] NET: Registered protocol family 1\n[ 0.379125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.380233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.381312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.395349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.409488] Trying to unpack rootfs image as initramfs...\n[ 0.465836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.467476] Scanning for low memory corruption every 60 seconds\n[ 0.468826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.470014] audit: initializing netlink subsys (disabled)\n[ 0.471053] audit: type=2000 audit(1533926576.335:1): initialized\n[ 0.472399] Initialise system trusted keyring\n[ 0.473369] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.474527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.476657] zbud: loaded\n[ 0.477392] VFS: Disk quotas dquot_6.6.0\n[ 0.478219] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.479832] fuse init (API version 7.23)\n[ 0.480734] Key type big_key registered\n[ 0.481545] Allocating IMA MOK and blacklist keyrings.\n[ 0.482792] Key type asymmetric registered\n[ 0.483617] Asymmetric key parser 'x509' registered\n[ 0.484579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.486066] io scheduler noop registered\n[ 0.486864] io scheduler deadline registered (default)\n[ 0.487863] io scheduler cfq registered\n[ 0.488706] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.489757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.491030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.492482] ACPI: Power Button [PWRF]\n[ 0.493350] GHES: HEST is not enabled!\n[ 0.507014] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534749] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.536846] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.560908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.563185] Linux agpgart interface v0.103\n[ 0.565794] brd: module loaded\n[ 0.567438] loop: module loaded\n[ 0.571473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.572938] GPT:90111 != 2097151\n[ 0.573616] GPT:Alternate GPT header not at the end of the disk.\n[ 0.574711] GPT:90111 != 2097151\n[ 0.575383] GPT: Use GNU Parted to correct GPT errors.\n[ 0.576347] vda: vda1 vda15\n[ 0.577570] scsi host0: ata_piix\n[ 0.578382] scsi host1: ata_piix\n[ 0.579127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.580363] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.581856] libphy: Fixed MDIO Bus: probed\n[ 0.582689] tun: Universal TUN/TAP device driver, 1.6\n[ 0.583651] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585871] PPP generic driver version 2.4.2\n[ 0.586837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587929] ehci-pci: EHCI PCI platform driver\n[ 0.588735] ehci-platform: EHCI generic platform driver\n[ 0.589658] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.593397] ohci-pci: OHCI PCI platform driver\n[ 0.594669] ohci-platform: OHCI generic platform driver\n[ 0.596031] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.610969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.612312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.614225] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.615566] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.617076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.618774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620697] usb usb1: Product: UHCI Host Controller\n[ 0.621929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623456] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624797] hub 1-0:1.0: USB hub found\n[ 0.625819] hub 1-0:1.0: 2 ports detected\n[ 0.627036] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630011] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632675] mousedev: PS/2 mouse device common for all mice\n[ 0.634339] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.636714] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638142] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641482] i2c /dev entries driver\n[ 0.642510] device-mapper: uevent: version 1.0.3\n[ 0.643782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647881] NET: Registered protocol family 10\n[ 0.649351] NET: Registered protocol family 17\n[ 0.650558] Key type dns_resolver registered\n[ 0.651866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653337] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655738] registered taskstats version 1\n[ 0.656840] Loading compiled-in X.509 certificates\n[ 0.658617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661326] zswap: loaded using pool lzo/zbud\n[ 0.663288] Key type trusted registered\n[ 0.665326] Key type encrypted registered\n[ 0.666412] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669205] evm: HMAC attrs: 0x1\n[ 0.670452] Magic number: 14:357:746\n[ 0.671580] rtc_cmos 00:00: setting system clock to 2018-08-10 18:42:56 UTC (1533926576)\n[ 0.673736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675234] EDD information not available.\n[ 0.738711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.750672] Write protecting the kernel read-only data: 14336k\n[ 0.753163] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.755448] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917005] 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.82. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDGZMDQPfe6fDhIBFYEs8cRJHO0EZZycs9EpSwRRmFmfzg4s07pvs75dBHL00MVXab2CZThz1O0bU51aINa2Px/nXXhHE7rqIosbkx9SWR9oua/2Q/bTtj+mB18yDTWJ6ODTpq2bAqY4GdgjbHK3FjNobVSo3I7gYfPKB2OVncgQmvrCoF5azTGNyx2nd1IAsuZAB8swqPVrVAgbfbnPyXL0/DuFd4M6RUZXbXZ3YmjM1M+WFONkJFiCJwfsJSrq9w1No2ML9ppwi9O89iSolfh79zo+nF1NDgR5W27H7EUt6fNvL1JQUi/oVeTaqBQdamO8924CLK6PEVhLbRAgXl root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\nssh-dss AAAAB3NzaC1kc3MAAACBAMrKQUKQFSpgEC6e+Oz0i9W8YPg7d1XtztzD1Di2osPom5kVKpTa6H70EuOTTE7mGS6F3xHuaZ1z6q5k8o47vKn6qUHDezcr2l+JMBV6VkjHZfsw5f3Mn88fNFcOQsxJEGuUu4YNB1Ol0jWs2VuTWFTkMiFVhP+rS0s6Op6LHJpDAAAAFQCapeiExw07H9f3w+svRGv8KFiBWwAAAIEArD5awbDlV1sBySyyAzG3yvZUkaSRjVK67PSzoaRkekCKO6RNCIjc5HQNWFnkwtStcoGdd+1Sp+xd4DsXv35TeuvaIxedHfWStTGXFNzOiMCvHsfr4RhrHiC8vI+pfNkcqMjE1AmLmnfowOK6t3v1cB9UYRLoo1jqX0Zlllc63cEAAACAX2m8flR8Ot3jU5LlVUV4H3pnKFq+1ZYSPQcTxMk4SVXCetk4jee+jl1cyetw5/VcL6Ghro0gHpBO0Ay0GLCA/JhIZ3MPY60s8dGtC+7PADnzw5MFyE5XqBGDgQb2nQyRDO58eY7JgT5oW6dOQMGJv2DrcD2TMXigi7fK7ZX6e2A= root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.42s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe64:d5ed/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.36 ===\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-35dcaaff-61e4-44a0-8cbf-143dad67ec2b login: "} 2018-08-10 18:43:00,024 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/action used request id req-9b88026e-97e6-4723-b007-f570695868f5 2018-08-10 18:43:00,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.114880084991s 2018-08-10 18:43:00,025 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/action used request id req-9b88026e-97e6-4723-b007-f570695868f5 2018-08-10 18:43:00,025 - 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 470057665 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.136433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138085] pid_max: default: 32768 minimum: 301 [ 0.138975] ACPI: Core revision 20150930 [ 0.140357] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141658] Security Framework initialized [ 0.142466] Yama: becoming mindful. [ 0.143192] AppArmor: AppArmor initialized [ 0.144054] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145379] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149268] Initializing cgroup subsys io [ 0.150081] Initializing cgroup subsys memory [ 0.150938] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152683] Initializing cgroup subsys net_cls [ 0.153545] Initializing cgroup subsys perf_event [ 0.154454] Initializing cgroup subsys net_prio [ 0.155338] Initializing cgroup subsys hugetlb [ 0.156210] Initializing cgroup subsys pids [ 0.157079] CPU: Physical Processor ID: 0 [ 0.158566] mce: CPU supports 10 MCE banks [ 0.159408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174742] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180769] ftrace: allocating 31920 entries in 125 pages [ 0.205248] smpboot: Max logical packages: 1 [ 0.206131] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207485] x2apic enabled [ 0.208292] Switched APIC routing to physical x2apic. [ 0.210013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213144] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.214925] KVM setup paravirtual spinlock [ 0.216219] x86: Booted up 1 node, 1 CPUs [ 0.217039] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218430] devtmpfs: initialized [ 0.220148] evm: security.selinux [ 0.220847] evm: security.SMACK64 [ 0.221531] evm: security.SMACK64EXEC [ 0.222284] evm: security.SMACK64TRANSMUTE [ 0.223091] evm: security.SMACK64MMAP [ 0.223834] evm: security.ima [ 0.224472] evm: security.capability [ 0.225279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227143] pinctrl core: initialized pinctrl subsystem [ 0.228244] RTC time: 18:42:56, date: 08/10/18 [ 0.229208] NET: Registered protocol family 16 [ 0.230192] cpuidle: using governor ladder [ 0.231022] cpuidle: using governor menu [ 0.231803] PCCT header not found. [ 0.232554] ACPI: bus type PCI registered [ 0.233354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234592] PCI: Using configuration type 1 for base access [ 0.236357] ACPI: Added _OSI(Module Device) [ 0.237208] ACPI: Added _OSI(Processor Device) [ 0.238075] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.238977] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240738] ACPI: Interpreter enabled [ 0.241506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243346] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248841] ACPI: (supports S0 S5) [ 0.249537] ACPI: Using IOAPIC for interrupt routing [ 0.250480] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.254726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.255961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.257148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259365] acpiphp: Slot [3] registered [ 0.260173] acpiphp: Slot [4] registered [ 0.260967] acpiphp: Slot [5] registered [ 0.261758] acpiphp: Slot [6] registered [ 0.262545] acpiphp: Slot [7] registered [ 0.263349] acpiphp: Slot [8] registered [ 0.264147] acpiphp: Slot [9] registered [ 0.264939] acpiphp: Slot [10] registered [ 0.265737] acpiphp: Slot [11] registered [ 0.266545] acpiphp: Slot [12] registered [ 0.267358] acpiphp: Slot [13] registered [ 0.268166] acpiphp: Slot [14] registered [ 0.268970] acpiphp: Slot [15] registered [ 0.279610] acpiphp: Slot [16] registered [ 0.280431] acpiphp: Slot [17] registered [ 0.281241] acpiphp: Slot [18] registered [ 0.282045] acpiphp: Slot [19] registered [ 0.282850] acpiphp: Slot [20] registered [ 0.283661] acpiphp: Slot [21] registered [ 0.284460] acpiphp: Slot [22] registered [ 0.285265] acpiphp: Slot [23] registered [ 0.286070] acpiphp: Slot [24] registered [ 0.286873] acpiphp: Slot [25] registered [ 0.287678] acpiphp: Slot [26] registered [ 0.288477] acpiphp: Slot [27] registered [ 0.289290] acpiphp: Slot [28] registered [ 0.290093] acpiphp: Slot [29] registered [ 0.290891] acpiphp: Slot [30] registered [ 0.291738] acpiphp: Slot [31] registered [ 0.292537] PCI host bridge to bus 0000:00 [ 0.293343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.294548] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.295757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297206] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.298652] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.300127] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303452] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304733] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310654] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.330441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.331932] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.333675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.335090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.336473] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.337748] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.339047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.340103] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.341652] vgaarb: loaded [ 0.342249] vgaarb: bridge control possible 0000:00:02.0 [ 0.343471] SCSI subsystem initialized [ 0.344393] ACPI: bus type USB registered [ 0.345220] usbcore: registered new interface driver usbfs [ 0.346253] usbcore: registered new interface driver hub [ 0.347271] usbcore: registered new device driver usb [ 0.348380] PCI: Using ACPI for IRQ routing [ 0.349495] NetLabel: Initializing [ 0.350210] NetLabel: domain hash size = 128 [ 0.351057] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.352024] NetLabel: unlabeled traffic allowed by default [ 0.353182] clocksource: Switched to clocksource kvm-clock [ 0.361223] AppArmor: AppArmor Filesystem Enabled [ 0.362241] pnp: PnP ACPI init [ 0.363178] pnp: PnP ACPI: found 5 devices [ 0.369510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.371241] NET: Registered protocol family 2 [ 0.372289] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.373589] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.374792] TCP: Hash tables configured (established 4096 bind 4096) [ 0.375982] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.377065] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.378242] NET: Registered protocol family 1 [ 0.379125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.380233] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.381312] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.395349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.409488] Trying to unpack rootfs image as initramfs... [ 0.465836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.467476] Scanning for low memory corruption every 60 seconds [ 0.468826] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.470014] audit: initializing netlink subsys (disabled) [ 0.471053] audit: type=2000 audit(1533926576.335:1): initialized [ 0.472399] Initialise system trusted keyring [ 0.473369] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.474527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.476657] zbud: loaded [ 0.477392] VFS: Disk quotas dquot_6.6.0 [ 0.478219] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.479832] fuse init (API version 7.23) [ 0.480734] Key type big_key registered [ 0.481545] Allocating IMA MOK and blacklist keyrings. [ 0.482792] Key type asymmetric registered [ 0.483617] Asymmetric key parser 'x509' registered [ 0.484579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.486066] io scheduler noop registered [ 0.486864] io scheduler deadline registered (default) [ 0.487863] io scheduler cfq registered [ 0.488706] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.489757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.491030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.492482] ACPI: Power Button [PWRF] [ 0.493350] GHES: HEST is not enabled! [ 0.507014] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534749] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.536846] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.560908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.563185] Linux agpgart interface v0.103 [ 0.565794] brd: module loaded [ 0.567438] loop: module loaded [ 0.571473] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.572938] GPT:90111 != 2097151 [ 0.573616] GPT:Alternate GPT header not at the end of the disk. [ 0.574711] GPT:90111 != 2097151 [ 0.575383] GPT: Use GNU Parted to correct GPT errors. [ 0.576347] vda: vda1 vda15 [ 0.577570] scsi host0: ata_piix [ 0.578382] scsi host1: ata_piix [ 0.579127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.580363] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.581856] libphy: Fixed MDIO Bus: probed [ 0.582689] tun: Universal TUN/TAP device driver, 1.6 [ 0.583651] tun: (C) 1999-2004 Max Krasnyansky [ 0.585871] PPP generic driver version 2.4.2 [ 0.586837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587929] ehci-pci: EHCI PCI platform driver [ 0.588735] ehci-platform: EHCI generic platform driver [ 0.589658] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.593397] ohci-pci: OHCI PCI platform driver [ 0.594669] ohci-platform: OHCI generic platform driver [ 0.596031] uhci_hcd: USB Universal Host Controller Interface driver [ 0.610969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.612312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.614225] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.615566] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.617076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.618774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620697] usb usb1: Product: UHCI Host Controller [ 0.621929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623456] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624797] hub 1-0:1.0: USB hub found [ 0.625819] hub 1-0:1.0: 2 ports detected [ 0.627036] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630011] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631298] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632675] mousedev: PS/2 mouse device common for all mice [ 0.634339] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.636714] rtc_cmos 00:00: RTC can wake from S4 [ 0.638142] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.639799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.641482] i2c /dev entries driver [ 0.642510] device-mapper: uevent: version 1.0.3 [ 0.643782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.645971] ledtrig-cpu: registered to indicate activity on CPUs [ 0.647881] NET: Registered protocol family 10 [ 0.649351] NET: Registered protocol family 17 [ 0.650558] Key type dns_resolver registered [ 0.651866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.653337] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.655738] registered taskstats version 1 [ 0.656840] Loading compiled-in X.509 certificates [ 0.658617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.661326] zswap: loaded using pool lzo/zbud [ 0.663288] Key type trusted registered [ 0.665326] Key type encrypted registered [ 0.666412] AppArmor: AppArmor sha1 policy hashing enabled [ 0.667800] ima: No TPM chip found, activating TPM-bypass! [ 0.669205] evm: HMAC attrs: 0x1 [ 0.670452] Magic number: 14:357:746 [ 0.671580] rtc_cmos 00:00: setting system clock to 2018-08-10 18:42:56 UTC (1533926576) [ 0.673736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.675234] EDD information not available. [ 0.738711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.750672] Write protecting the kernel read-only data: 14336k [ 0.753163] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.755448] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.917005] 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.82. iid=i-00000017 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDDGZMDQPfe6fDhIBFYEs8cRJHO0EZZycs9EpSwRRmFmfzg4s07pvs75dBHL00MVXab2CZThz1O0bU51aINa2Px/nXXhHE7rqIosbkx9SWR9oua/2Q/bTtj+mB18yDTWJ6ODTpq2bAqY4GdgjbHK3FjNobVSo3I7gYfPKB2OVncgQmvrCoF5azTGNyx2nd1IAsuZAB8swqPVrVAgbfbnPyXL0/DuFd4M6RUZXbXZ3YmjM1M+WFONkJFiCJwfsJSrq9w1No2ML9ppwi9O89iSolfh79zo+nF1NDgR5W27H7EUt6fNvL1JQUi/oVeTaqBQdamO8924CLK6PEVhLbRAgXl root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b ssh-dss AAAAB3NzaC1kc3MAAACBAMrKQUKQFSpgEC6e+Oz0i9W8YPg7d1XtztzD1Di2osPom5kVKpTa6H70EuOTTE7mGS6F3xHuaZ1z6q5k8o47vKn6qUHDezcr2l+JMBV6VkjHZfsw5f3Mn88fNFcOQsxJEGuUu4YNB1Ol0jWs2VuTWFTkMiFVhP+rS0s6Op6LHJpDAAAAFQCapeiExw07H9f3w+svRGv8KFiBWwAAAIEArD5awbDlV1sBySyyAzG3yvZUkaSRjVK67PSzoaRkekCKO6RNCIjc5HQNWFnkwtStcoGdd+1Sp+xd4DsXv35TeuvaIxedHfWStTGXFNzOiMCvHsfr4RhrHiC8vI+pfNkcqMjE1AmLmnfowOK6t3v1cB9UYRLoo1jqX0Zlllc63cEAAACAX2m8flR8Ot3jU5LlVUV4H3pnKFq+1ZYSPQcTxMk4SVXCetk4jee+jl1cyetw5/VcL6Ghro0gHpBO0Ay0GLCA/JhIZ3MPY60s8dGtC+7PADnzw5MFyE5XqBGDgQb2nQyRDO58eY7JgT5oW6dOQMGJv2DrcD2TMXigi7fK7ZX6e2A= root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.42s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe64:d5ed/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b launch-index: 0 === cirros: current=0.4.0 uptime=3.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b login: 2018-08-10 18:43:01,027 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-10 18:43:10,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 18:43:10,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 18:43:10,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09cae330-2edd-445d-a008-da6d7da103ce x-compute-request-id: req-09cae330-2edd-445d-a008-da6d7da103ce Content-Encoding: gzip Content-Length: 9557 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470057665 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138085] pid_max: default: 32768 minimum: 301\n[ 0.138975] ACPI: Core revision 20150930\n[ 0.140357] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141658] Security Framework initialized\n[ 0.142466] Yama: becoming mindful.\n[ 0.143192] AppArmor: AppArmor initialized\n[ 0.144054] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145379] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149268] Initializing cgroup subsys io\n[ 0.150081] Initializing cgroup subsys memory\n[ 0.150938] Initializing cgroup subsys devices\n[ 0.151818] Initializing cgroup subsys freezer\n[ 0.152683] Initializing cgroup subsys net_cls\n[ 0.153545] Initializing cgroup subsys perf_event\n[ 0.154454] Initializing cgroup subsys net_prio\n[ 0.155338] Initializing cgroup subsys hugetlb\n[ 0.156210] Initializing cgroup subsys pids\n[ 0.157079] CPU: Physical Processor ID: 0\n[ 0.158566] mce: CPU supports 10 MCE banks\n[ 0.159408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174742] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180769] ftrace: allocating 31920 entries in 125 pages\n[ 0.205248] smpboot: Max logical packages: 1\n[ 0.206131] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207485] x2apic enabled\n[ 0.208292] Switched APIC routing to physical x2apic.\n[ 0.210013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213144] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214925] KVM setup paravirtual spinlock\n[ 0.216219] x86: Booted up 1 node, 1 CPUs\n[ 0.217039] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218430] devtmpfs: initialized\n[ 0.220148] evm: security.selinux\n[ 0.220847] evm: security.SMACK64\n[ 0.221531] evm: security.SMACK64EXEC\n[ 0.222284] evm: security.SMACK64TRANSMUTE\n[ 0.223091] evm: security.SMACK64MMAP\n[ 0.223834] evm: security.ima\n[ 0.224472] evm: security.capability\n[ 0.225279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227143] pinctrl core: initialized pinctrl subsystem\n[ 0.228244] RTC time: 18:42:56, date: 08/10/18\n[ 0.229208] NET: Registered protocol family 16\n[ 0.230192] cpuidle: using governor ladder\n[ 0.231022] cpuidle: using governor menu\n[ 0.231803] PCCT header not found.\n[ 0.232554] ACPI: bus type PCI registered\n[ 0.233354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234592] PCI: Using configuration type 1 for base access\n[ 0.236357] ACPI: Added _OSI(Module Device)\n[ 0.237208] ACPI: Added _OSI(Processor Device)\n[ 0.238075] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.238977] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.240738] ACPI: Interpreter enabled\n[ 0.241506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243346] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.248841] ACPI: (supports S0 S5)\n[ 0.249537] ACPI: Using IOAPIC for interrupt routing\n[ 0.250480] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.253580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.254726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.255961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259365] acpiphp: Slot [3] registered\n[ 0.260173] acpiphp: Slot [4] registered\n[ 0.260967] acpiphp: Slot [5] registered\n[ 0.261758] acpiphp: Slot [6] registered\n[ 0.262545] acpiphp: Slot [7] registered\n[ 0.263349] acpiphp: Slot [8] registered\n[ 0.264147] acpiphp: Slot [9] registered\n[ 0.264939] acpiphp: Slot [10] registered\n[ 0.265737] acpiphp: Slot [11] registered\n[ 0.266545] acpiphp: Slot [12] registered\n[ 0.267358] acpiphp: Slot [13] registered\n[ 0.268166] acpiphp: Slot [14] registered\n[ 0.268970] acpiphp: Slot [15] registered\n[ 0.279610] acpiphp: Slot [16] registered\n[ 0.280431] acpiphp: Slot [17] registered\n[ 0.281241] acpiphp: Slot [18] registered\n[ 0.282045] acpiphp: Slot [19] registered\n[ 0.282850] acpiphp: Slot [20] registered\n[ 0.283661] acpiphp: Slot [21] registered\n[ 0.284460] acpiphp: Slot [22] registered\n[ 0.285265] acpiphp: Slot [23] registered\n[ 0.286070] acpiphp: Slot [24] registered\n[ 0.286873] acpiphp: Slot [25] registered\n[ 0.287678] acpiphp: Slot [26] registered\n[ 0.288477] acpiphp: Slot [27] registered\n[ 0.289290] acpiphp: Slot [28] registered\n[ 0.290093] acpiphp: Slot [29] registered\n[ 0.290891] acpiphp: Slot [30] registered\n[ 0.291738] acpiphp: Slot [31] registered\n[ 0.292537] PCI host bridge to bus 0000:00\n[ 0.293343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.294548] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.295757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.297206] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.298652] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.300127] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303452] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304733] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.307169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310654] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.312227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.330441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.331932] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.333675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.335090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.336473] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.337748] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.339047] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.340103] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.341652] vgaarb: loaded\n[ 0.342249] vgaarb: bridge control possible 0000:00:02.0\n[ 0.343471] SCSI subsystem initialized\n[ 0.344393] ACPI: bus type USB registered\n[ 0.345220] usbcore: registered new interface driver usbfs\n[ 0.346253] usbcore: registered new interface driver hub\n[ 0.347271] usbcore: registered new device driver usb\n[ 0.348380] PCI: Using ACPI for IRQ routing\n[ 0.349495] NetLabel: Initializing\n[ 0.350210] NetLabel: domain hash size = 128\n[ 0.351057] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.352024] NetLabel: unlabeled traffic allowed by default\n[ 0.353182] clocksource: Switched to clocksource kvm-clock\n[ 0.361223] AppArmor: AppArmor Filesystem Enabled\n[ 0.362241] pnp: PnP ACPI init\n[ 0.363178] pnp: PnP ACPI: found 5 devices\n[ 0.369510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.371241] NET: Registered protocol family 2\n[ 0.372289] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.373589] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.374792] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.375982] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.377065] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378242] NET: Registered protocol family 1\n[ 0.379125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.380233] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.381312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.395349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.409488] Trying to unpack rootfs image as initramfs...\n[ 0.465836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.467476] Scanning for low memory corruption every 60 seconds\n[ 0.468826] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.470014] audit: initializing netlink subsys (disabled)\n[ 0.471053] audit: type=2000 audit(1533926576.335:1): initialized\n[ 0.472399] Initialise system trusted keyring\n[ 0.473369] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.474527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.476657] zbud: loaded\n[ 0.477392] VFS: Disk quotas dquot_6.6.0\n[ 0.478219] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.479832] fuse init (API version 7.23)\n[ 0.480734] Key type big_key registered\n[ 0.481545] Allocating IMA MOK and blacklist keyrings.\n[ 0.482792] Key type asymmetric registered\n[ 0.483617] Asymmetric key parser 'x509' registered\n[ 0.484579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.486066] io scheduler noop registered\n[ 0.486864] io scheduler deadline registered (default)\n[ 0.487863] io scheduler cfq registered\n[ 0.488706] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.489757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.491030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.492482] ACPI: Power Button [PWRF]\n[ 0.493350] GHES: HEST is not enabled!\n[ 0.507014] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.534749] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.536846] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.560908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.563185] Linux agpgart interface v0.103\n[ 0.565794] brd: module loaded\n[ 0.567438] loop: module loaded\n[ 0.571473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.572938] GPT:90111 != 2097151\n[ 0.573616] GPT:Alternate GPT header not at the end of the disk.\n[ 0.574711] GPT:90111 != 2097151\n[ 0.575383] GPT: Use GNU Parted to correct GPT errors.\n[ 0.576347] vda: vda1 vda15\n[ 0.577570] scsi host0: ata_piix\n[ 0.578382] scsi host1: ata_piix\n[ 0.579127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.580363] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.581856] libphy: Fixed MDIO Bus: probed\n[ 0.582689] tun: Universal TUN/TAP device driver, 1.6\n[ 0.583651] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585871] PPP generic driver version 2.4.2\n[ 0.586837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587929] ehci-pci: EHCI PCI platform driver\n[ 0.588735] ehci-platform: EHCI generic platform driver\n[ 0.589658] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.593397] ohci-pci: OHCI PCI platform driver\n[ 0.594669] ohci-platform: OHCI generic platform driver\n[ 0.596031] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.610969] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.612312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.614225] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.615566] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.617076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.618774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620697] usb usb1: Product: UHCI Host Controller\n[ 0.621929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623456] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624797] hub 1-0:1.0: USB hub found\n[ 0.625819] hub 1-0:1.0: 2 ports detected\n[ 0.627036] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630011] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631298] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632675] mousedev: PS/2 mouse device common for all mice\n[ 0.634339] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.636714] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638142] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641482] i2c /dev entries driver\n[ 0.642510] device-mapper: uevent: version 1.0.3\n[ 0.643782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647881] NET: Registered protocol family 10\n[ 0.649351] NET: Registered protocol family 17\n[ 0.650558] Key type dns_resolver registered\n[ 0.651866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653337] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655738] registered taskstats version 1\n[ 0.656840] Loading compiled-in X.509 certificates\n[ 0.658617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661326] zswap: loaded using pool lzo/zbud\n[ 0.663288] Key type trusted registered\n[ 0.665326] Key type encrypted registered\n[ 0.666412] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667800] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669205] evm: HMAC attrs: 0x1\n[ 0.670452] Magic number: 14:357:746\n[ 0.671580] rtc_cmos 00:00: setting system clock to 2018-08-10 18:42:56 UTC (1533926576)\n[ 0.673736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.675234] EDD information not available.\n[ 0.738711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.750672] Write protecting the kernel read-only data: 14336k\n[ 0.753163] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.755448] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917005] 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.82. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDGZMDQPfe6fDhIBFYEs8cRJHO0EZZycs9EpSwRRmFmfzg4s07pvs75dBHL00MVXab2CZThz1O0bU51aINa2Px/nXXhHE7rqIosbkx9SWR9oua/2Q/bTtj+mB18yDTWJ6ODTpq2bAqY4GdgjbHK3FjNobVSo3I7gYfPKB2OVncgQmvrCoF5azTGNyx2nd1IAsuZAB8swqPVrVAgbfbnPyXL0/DuFd4M6RUZXbXZ3YmjM1M+WFONkJFiCJwfsJSrq9w1No2ML9ppwi9O89iSolfh79zo+nF1NDgR5W27H7EUt6fNvL1JQUi/oVeTaqBQdamO8924CLK6PEVhLbRAgXl root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\nssh-dss AAAAB3NzaC1kc3MAAACBAMrKQUKQFSpgEC6e+Oz0i9W8YPg7d1XtztzD1Di2osPom5kVKpTa6H70EuOTTE7mGS6F3xHuaZ1z6q5k8o47vKn6qUHDezcr2l+JMBV6VkjHZfsw5f3Mn88fNFcOQsxJEGuUu4YNB1Ol0jWs2VuTWFTkMiFVhP+rS0s6Op6LHJpDAAAAFQCapeiExw07H9f3w+svRGv8KFiBWwAAAIEArD5awbDlV1sBySyyAzG3yvZUkaSRjVK67PSzoaRkekCKO6RNCIjc5HQNWFnkwtStcoGdd+1Sp+xd4DsXv35TeuvaIxedHfWStTGXFNzOiMCvHsfr4RhrHiC8vI+pfNkcqMjE1AmLmnfowOK6t3v1cB9UYRLoo1jqX0Zlllc63cEAAACAX2m8flR8Ot3jU5LlVUV4H3pnKFq+1ZYSPQcTxMk4SVXCetk4jee+jl1cyetw5/VcL6Ghro0gHpBO0Ay0GLCA/JhIZ3MPY60s8dGtC+7PADnzw5MFyE5XqBGDgQb2nQyRDO58eY7JgT5oW6dOQMGJv2DrcD2TMXigi7fK7ZX6e2A= root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.42s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe64:d5ed/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.36 ===\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-35dcaaff-61e4-44a0-8cbf-143dad67ec2b login: "} 2018-08-10 18:43:10,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/action used request id req-09cae330-2edd-445d-a008-da6d7da103ce 2018-08-10 18:43:10,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105520009995s 2018-08-10 18:43:10,142 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/action used request id req-09cae330-2edd-445d-a008-da6d7da103ce 2018-08-10 18:43:10,142 - 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 470057665 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.136433] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138085] pid_max: default: 32768 minimum: 301 [ 0.138975] ACPI: Core revision 20150930 [ 0.140357] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141658] Security Framework initialized [ 0.142466] Yama: becoming mindful. [ 0.143192] AppArmor: AppArmor initialized [ 0.144054] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145379] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146653] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147861] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149268] Initializing cgroup subsys io [ 0.150081] Initializing cgroup subsys memory [ 0.150938] Initializing cgroup subsys devices [ 0.151818] Initializing cgroup subsys freezer [ 0.152683] Initializing cgroup subsys net_cls [ 0.153545] Initializing cgroup subsys perf_event [ 0.154454] Initializing cgroup subsys net_prio [ 0.155338] Initializing cgroup subsys hugetlb [ 0.156210] Initializing cgroup subsys pids [ 0.157079] CPU: Physical Processor ID: 0 [ 0.158566] mce: CPU supports 10 MCE banks [ 0.159408] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174742] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180769] ftrace: allocating 31920 entries in 125 pages [ 0.205248] smpboot: Max logical packages: 1 [ 0.206131] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.207485] x2apic enabled [ 0.208292] Switched APIC routing to physical x2apic. [ 0.210013] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.211131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.213144] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.214925] KVM setup paravirtual spinlock [ 0.216219] x86: Booted up 1 node, 1 CPUs [ 0.217039] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.218430] devtmpfs: initialized [ 0.220148] evm: security.selinux [ 0.220847] evm: security.SMACK64 [ 0.221531] evm: security.SMACK64EXEC [ 0.222284] evm: security.SMACK64TRANSMUTE [ 0.223091] evm: security.SMACK64MMAP [ 0.223834] evm: security.ima [ 0.224472] evm: security.capability [ 0.225279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.227143] pinctrl core: initialized pinctrl subsystem [ 0.228244] RTC time: 18:42:56, date: 08/10/18 [ 0.229208] NET: Registered protocol family 16 [ 0.230192] cpuidle: using governor ladder [ 0.231022] cpuidle: using governor menu [ 0.231803] PCCT header not found. [ 0.232554] ACPI: bus type PCI registered [ 0.233354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.234592] PCI: Using configuration type 1 for base access [ 0.236357] ACPI: Added _OSI(Module Device) [ 0.237208] ACPI: Added _OSI(Processor Device) [ 0.238075] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.238977] ACPI: Added _OSI(Processor Aggregator Device) [ 0.240738] ACPI: Interpreter enabled [ 0.241506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.243346] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.245171] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.247018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248841] ACPI: (supports S0 S5) [ 0.249537] ACPI: Using IOAPIC for interrupt routing [ 0.250480] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.253580] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.254726] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.255961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.257148] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.259365] acpiphp: Slot [3] registered [ 0.260173] acpiphp: Slot [4] registered [ 0.260967] acpiphp: Slot [5] registered [ 0.261758] acpiphp: Slot [6] registered [ 0.262545] acpiphp: Slot [7] registered [ 0.263349] acpiphp: Slot [8] registered [ 0.264147] acpiphp: Slot [9] registered [ 0.264939] acpiphp: Slot [10] registered [ 0.265737] acpiphp: Slot [11] registered [ 0.266545] acpiphp: Slot [12] registered [ 0.267358] acpiphp: Slot [13] registered [ 0.268166] acpiphp: Slot [14] registered [ 0.268970] acpiphp: Slot [15] registered [ 0.279610] acpiphp: Slot [16] registered [ 0.280431] acpiphp: Slot [17] registered [ 0.281241] acpiphp: Slot [18] registered [ 0.282045] acpiphp: Slot [19] registered [ 0.282850] acpiphp: Slot [20] registered [ 0.283661] acpiphp: Slot [21] registered [ 0.284460] acpiphp: Slot [22] registered [ 0.285265] acpiphp: Slot [23] registered [ 0.286070] acpiphp: Slot [24] registered [ 0.286873] acpiphp: Slot [25] registered [ 0.287678] acpiphp: Slot [26] registered [ 0.288477] acpiphp: Slot [27] registered [ 0.289290] acpiphp: Slot [28] registered [ 0.290093] acpiphp: Slot [29] registered [ 0.290891] acpiphp: Slot [30] registered [ 0.291738] acpiphp: Slot [31] registered [ 0.292537] PCI host bridge to bus 0000:00 [ 0.293343] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.294548] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.295757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.297206] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.298652] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.300127] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303452] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304733] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305904] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.307169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.310654] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.312227] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.330441] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.331932] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.333675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.335090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.336473] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.337748] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.339047] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.340103] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.341652] vgaarb: loaded [ 0.342249] vgaarb: bridge control possible 0000:00:02.0 [ 0.343471] SCSI subsystem initialized [ 0.344393] ACPI: bus type USB registered [ 0.345220] usbcore: registered new interface driver usbfs [ 0.346253] usbcore: registered new interface driver hub [ 0.347271] usbcore: registered new device driver usb [ 0.348380] PCI: Using ACPI for IRQ routing [ 0.349495] NetLabel: Initializing [ 0.350210] NetLabel: domain hash size = 128 [ 0.351057] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.352024] NetLabel: unlabeled traffic allowed by default [ 0.353182] clocksource: Switched to clocksource kvm-clock [ 0.361223] AppArmor: AppArmor Filesystem Enabled [ 0.362241] pnp: PnP ACPI init [ 0.363178] pnp: PnP ACPI: found 5 devices [ 0.369510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.371241] NET: Registered protocol family 2 [ 0.372289] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.373589] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.374792] TCP: Hash tables configured (established 4096 bind 4096) [ 0.375982] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.377065] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.378242] NET: Registered protocol family 1 [ 0.379125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.380233] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.381312] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.395349] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.409488] Trying to unpack rootfs image as initramfs... [ 0.465836] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.467476] Scanning for low memory corruption every 60 seconds [ 0.468826] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.470014] audit: initializing netlink subsys (disabled) [ 0.471053] audit: type=2000 audit(1533926576.335:1): initialized [ 0.472399] Initialise system trusted keyring [ 0.473369] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.474527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.476657] zbud: loaded [ 0.477392] VFS: Disk quotas dquot_6.6.0 [ 0.478219] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.479832] fuse init (API version 7.23) [ 0.480734] Key type big_key registered [ 0.481545] Allocating IMA MOK and blacklist keyrings. [ 0.482792] Key type asymmetric registered [ 0.483617] Asymmetric key parser 'x509' registered [ 0.484579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.486066] io scheduler noop registered [ 0.486864] io scheduler deadline registered (default) [ 0.487863] io scheduler cfq registered [ 0.488706] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.489757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.491030] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.492482] ACPI: Power Button [PWRF] [ 0.493350] GHES: HEST is not enabled! [ 0.507014] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.534749] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.536846] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.560908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.563185] Linux agpgart interface v0.103 [ 0.565794] brd: module loaded [ 0.567438] loop: module loaded [ 0.571473] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.572938] GPT:90111 != 2097151 [ 0.573616] GPT:Alternate GPT header not at the end of the disk. [ 0.574711] GPT:90111 != 2097151 [ 0.575383] GPT: Use GNU Parted to correct GPT errors. [ 0.576347] vda: vda1 vda15 [ 0.577570] scsi host0: ata_piix [ 0.578382] scsi host1: ata_piix [ 0.579127] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.580363] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.581856] libphy: Fixed MDIO Bus: probed [ 0.582689] tun: Universal TUN/TAP device driver, 1.6 [ 0.583651] tun: (C) 1999-2004 Max Krasnyansky [ 0.585871] PPP generic driver version 2.4.2 [ 0.586837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587929] ehci-pci: EHCI PCI platform driver [ 0.588735] ehci-platform: EHCI generic platform driver [ 0.589658] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.593397] ohci-pci: OHCI PCI platform driver [ 0.594669] ohci-platform: OHCI generic platform driver [ 0.596031] uhci_hcd: USB Universal Host Controller Interface driver [ 0.610969] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.612312] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.614225] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.615566] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.617076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.618774] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620697] usb usb1: Product: UHCI Host Controller [ 0.621929] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.623456] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624797] hub 1-0:1.0: USB hub found [ 0.625819] hub 1-0:1.0: 2 ports detected [ 0.627036] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630011] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631298] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632675] mousedev: PS/2 mouse device common for all mice [ 0.634339] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.636714] rtc_cmos 00:00: RTC can wake from S4 [ 0.638142] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.639799] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.641482] i2c /dev entries driver [ 0.642510] device-mapper: uevent: version 1.0.3 [ 0.643782] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.645971] ledtrig-cpu: registered to indicate activity on CPUs [ 0.647881] NET: Registered protocol family 10 [ 0.649351] NET: Registered protocol family 17 [ 0.650558] Key type dns_resolver registered [ 0.651866] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.653337] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.655738] registered taskstats version 1 [ 0.656840] Loading compiled-in X.509 certificates [ 0.658617] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.661326] zswap: loaded using pool lzo/zbud [ 0.663288] Key type trusted registered [ 0.665326] Key type encrypted registered [ 0.666412] AppArmor: AppArmor sha1 policy hashing enabled [ 0.667800] ima: No TPM chip found, activating TPM-bypass! [ 0.669205] evm: HMAC attrs: 0x1 [ 0.670452] Magic number: 14:357:746 [ 0.671580] rtc_cmos 00:00: setting system clock to 2018-08-10 18:42:56 UTC (1533926576) [ 0.673736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.675234] EDD information not available. [ 0.738711] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.750672] Write protecting the kernel read-only data: 14336k [ 0.753163] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.755448] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.917005] 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.82. iid=i-00000017 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDDGZMDQPfe6fDhIBFYEs8cRJHO0EZZycs9EpSwRRmFmfzg4s07pvs75dBHL00MVXab2CZThz1O0bU51aINa2Px/nXXhHE7rqIosbkx9SWR9oua/2Q/bTtj+mB18yDTWJ6ODTpq2bAqY4GdgjbHK3FjNobVSo3I7gYfPKB2OVncgQmvrCoF5azTGNyx2nd1IAsuZAB8swqPVrVAgbfbnPyXL0/DuFd4M6RUZXbXZ3YmjM1M+WFONkJFiCJwfsJSrq9w1No2ML9ppwi9O89iSolfh79zo+nF1NDgR5W27H7EUt6fNvL1JQUi/oVeTaqBQdamO8924CLK6PEVhLbRAgXl root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b ssh-dss AAAAB3NzaC1kc3MAAACBAMrKQUKQFSpgEC6e+Oz0i9W8YPg7d1XtztzD1Di2osPom5kVKpTa6H70EuOTTE7mGS6F3xHuaZ1z6q5k8o47vKn6qUHDezcr2l+JMBV6VkjHZfsw5f3Mn88fNFcOQsxJEGuUu4YNB1Ol0jWs2VuTWFTkMiFVhP+rS0s6Op6LHJpDAAAAFQCapeiExw07H9f3w+svRGv8KFiBWwAAAIEArD5awbDlV1sBySyyAzG3yvZUkaSRjVK67PSzoaRkekCKO6RNCIjc5HQNWFnkwtStcoGdd+1Sp+xd4DsXv35TeuvaIxedHfWStTGXFNzOiMCvHsfr4RhrHiC8vI+pfNkcqMjE1AmLmnfowOK6t3v1cB9UYRLoo1jqX0Zlllc63cEAAACAX2m8flR8Ot3jU5LlVUV4H3pnKFq+1ZYSPQcTxMk4SVXCetk4jee+jl1cyetw5/VcL6Ghro0gHpBO0Ay0GLCA/JhIZ3MPY60s8dGtC+7PADnzw5MFyE5XqBGDgQb2nQyRDO58eY7JgT5oW6dOQMGJv2DrcD2TMXigi7fK7ZX6e2A= root@cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.42s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe64:d5ed/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b launch-index: 0 === cirros: current=0.4.0 uptime=3.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-35dcaaff-61e4-44a0-8cbf-143dad67ec2b login: 2018-08-10 18:43:10,145 - paramiko.transport - DEBUG - starting thread (client mode): 0x70a8d610L 2018-08-10 18:43:10,146 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 18:43:10,146 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-10 18:43:10,146 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-10 18:43:10,147 - 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-10 18:43:10,147 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 18:43:10,148 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-10 18:43:10,148 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 18:43:10,148 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 18:43:10,148 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 18:43:10,165 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 18:43:10,165 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 18:43:10,178 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: ae1ef8dce348c11f38dad4d60bee730a 2018-08-10 18:43:10,178 - paramiko.transport - DEBUG - Trying discovered key 3840b8f4d01713c32886c805f7a5b08b in /tmp/tmpCKby4j 2018-08-10 18:43:10,204 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 18:43:10,208 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 18:43:10,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-10 18:43:10,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"volumeAttachment": {"volumeId": "0387bd79-49b0-45ea-9aae-100c8324874c"}}' 2018-08-10 18:43:13,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42cdd674-3605-4f38-94ea-fdac512a5bf6 x-compute-request-id: req-42cdd674-3605-4f38-94ea-fdac512a5bf6 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "7f65da87-e750-4598-b747-90bb01fcc7a6", "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "volumeId": "0387bd79-49b0-45ea-9aae-100c8324874c"}} 2018-08-10 18:43:13,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/os-volume_attachments used request id req-42cdd674-3605-4f38-94ea-fdac512a5bf6 2018-08-10 18:43:13,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.83291101456s 2018-08-10 18:43:13,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/os-volume_attachments used request id req-42cdd674-3605-4f38-94ea-fdac512a5bf6 2018-08-10 18:43:13,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:13,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:14,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:13 GMT Server: Apache x-compute-request-id: req-6c370d57-6029-441f-abc6-28d83400856e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c370d57-6029-441f-abc6-28d83400856e Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:12.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:14,039 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-6c370d57-6029-441f-abc6-28d83400856e 2018-08-10 18:43:14,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.995204925537s 2018-08-10 18:43:14,040 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-6c370d57-6029-441f-abc6-28d83400856e 2018-08-10 18:43:14,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:43:16,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:16,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:16,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:16 GMT Server: Apache x-compute-request-id: req-1a7aa11d-43ec-46d8-af32-500395bc9f45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a7aa11d-43ec-46d8-af32-500395bc9f45 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:12.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:16,098 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-1a7aa11d-43ec-46d8-af32-500395bc9f45 2018-08-10 18:43:16,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0542941093445s 2018-08-10 18:43:16,098 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-1a7aa11d-43ec-46d8-af32-500395bc9f45 2018-08-10 18:43:16,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:43:18,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:18,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:18,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:18 GMT Server: Apache x-compute-request-id: req-6e9ba17a-247e-4242-89f6-8b8c0407a274 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e9ba17a-247e-4242-89f6-8b8c0407a274 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [{"server_id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "attachment_id": "7b83de18-f0e8-4907-91a5-20ef7ce45e2d", "attached_at": "2018-08-10T18:43:16.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "0387bd79-49b0-45ea-9aae-100c8324874c", "device": "/dev/vdb", "id": "0387bd79-49b0-45ea-9aae-100c8324874c"}], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:17.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:18,166 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-6e9ba17a-247e-4242-89f6-8b8c0407a274 2018-08-10 18:43:18,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.065201997757s 2018-08-10 18:43:18,167 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-6e9ba17a-247e-4242-89f6-8b8c0407a274 2018-08-10 18:43:18,168 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 18:43:18,169 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-10 18:43:18,170 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 18:43:18,171 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 18:43:18,238 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 18:43:18,239 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-10 18:43:18,240 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-10 18:43:18,240 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 18:43:18,280 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-10 18:43:18,280 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-10 18:43:18,305 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-10 18:43:19,099 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-10 18:43:19,100 - 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: 7d2b98dd-3a19-47e9-8d57-a9a4c73e373f 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-10 18:43:19,101 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-10 18:43:19,100 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-10 18:43:19,101 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-10 18:43:19,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-10 18:43:19,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/os-volume_attachments/0387bd79-49b0-45ea-9aae-100c8324874c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:21,761 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:43:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd21e02b-2529-4e22-8a81-c787b48fc896 x-compute-request-id: req-fd21e02b-2529-4e22-8a81-c787b48fc896 Content-Length: 0 Content-Type: application/json 2018-08-10 18:43:21,762 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/os-volume_attachments/0387bd79-49b0-45ea-9aae-100c8324874c used request id req-fd21e02b-2529-4e22-8a81-c787b48fc896 2018-08-10 18:43:21,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.6599919796s 2018-08-10 18:43:21,762 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6/os-volume_attachments/0387bd79-49b0-45ea-9aae-100c8324874c used request id req-fd21e02b-2529-4e22-8a81-c787b48fc896 2018-08-10 18:43:21,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:21,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:22,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:21 GMT Server: Apache x-compute-request-id: req-49368583-552e-44bc-879d-492b35d30226 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49368583-552e-44bc-879d-492b35d30226 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [{"server_id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "attachment_id": "7b83de18-f0e8-4907-91a5-20ef7ce45e2d", "attached_at": "2018-08-10T18:43:16.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "0387bd79-49b0-45ea-9aae-100c8324874c", "device": "/dev/vdb", "id": "0387bd79-49b0-45ea-9aae-100c8324874c"}], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:21.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:22,807 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-49368583-552e-44bc-879d-492b35d30226 2018-08-10 18:43:22,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04423689842s 2018-08-10 18:43:22,807 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-49368583-552e-44bc-879d-492b35d30226 2018-08-10 18:43:22,809 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:43:24,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:24,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:25,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:24 GMT Server: Apache x-compute-request-id: req-026077ee-4eda-437d-a1df-f878f3d8226e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-026077ee-4eda-437d-a1df-f878f3d8226e Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:24.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:25,810 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-026077ee-4eda-437d-a1df-f878f3d8226e 2018-08-10 18:43:25,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.998677968979s 2018-08-10 18:43:25,810 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-026077ee-4eda-437d-a1df-f878f3d8226e 2018-08-10 18:43:25,812 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-10 18:43:25,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-10 18:43:25,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"volumeAttachment": {"volumeId": "0387bd79-49b0-45ea-9aae-100c8324874c"}}' 2018-08-10 18:43:28,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae351d03-4627-48c7-9d93-ccebf22c7627 x-compute-request-id: req-ae351d03-4627-48c7-9d93-ccebf22c7627 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "volumeId": "0387bd79-49b0-45ea-9aae-100c8324874c"}} 2018-08-10 18:43:28,804 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/os-volume_attachments used request id req-ae351d03-4627-48c7-9d93-ccebf22c7627 2018-08-10 18:43:28,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.99146699905s 2018-08-10 18:43:28,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/os-volume_attachments used request id req-ae351d03-4627-48c7-9d93-ccebf22c7627 2018-08-10 18:43:28,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:28,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:29,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:28 GMT Server: Apache x-compute-request-id: req-4e178d6d-cbd7-44c2-882d-24681ae64aee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4e178d6d-cbd7-44c2-882d-24681ae64aee Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:28.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:29,814 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-4e178d6d-cbd7-44c2-882d-24681ae64aee 2018-08-10 18:43:29,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00900101662s 2018-08-10 18:43:29,814 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-4e178d6d-cbd7-44c2-882d-24681ae64aee 2018-08-10 18:43:29,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:43:31,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:31,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:31,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:31 GMT Server: Apache x-compute-request-id: req-ff5050dd-bc07-4d0f-b7fd-c33e9f9919bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ff5050dd-bc07-4d0f-b7fd-c33e9f9919bb Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [{"server_id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "attachment_id": "f650d2b8-6fb2-4c16-9424-632ec445d69e", "attached_at": "2018-08-10T18:43:31.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "0387bd79-49b0-45ea-9aae-100c8324874c", "device": "/dev/vdb", "id": "0387bd79-49b0-45ea-9aae-100c8324874c"}], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:31.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:31,872 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-ff5050dd-bc07-4d0f-b7fd-c33e9f9919bb 2018-08-10 18:43:31,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0538911819458s 2018-08-10 18:43:31,872 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-ff5050dd-bc07-4d0f-b7fd-c33e9f9919bb 2018-08-10 18:43:31,874 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 18:43:31,876 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-10 18:43:31,876 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 18:43:31,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 18:43:31,947 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 18:43:31,948 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-10 18:43:31,949 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-10 18:43:31,949 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 18:43:31,987 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-10 18:43:31,988 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-10 18:43:32,014 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-10 18:43:32,036 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-10 18:43:32,037 - 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-10 18:43:32,037 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-10 18:43:32,038 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-10 18:43:32,038 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-10 18:43:32,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-10 18:43:32,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/os-volume_attachments/0387bd79-49b0-45ea-9aae-100c8324874c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:33,727 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:43: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-2155a3b0-a56b-4941-b7cd-85099539a4c7 x-compute-request-id: req-2155a3b0-a56b-4941-b7cd-85099539a4c7 Content-Length: 0 Content-Type: application/json 2018-08-10 18:43:33,727 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/os-volume_attachments/0387bd79-49b0-45ea-9aae-100c8324874c used request id req-2155a3b0-a56b-4941-b7cd-85099539a4c7 2018-08-10 18:43:33,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.68805098534s 2018-08-10 18:43:33,727 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8/os-volume_attachments/0387bd79-49b0-45ea-9aae-100c8324874c used request id req-2155a3b0-a56b-4941-b7cd-85099539a4c7 2018-08-10 18:43:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:33,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:34,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:33 GMT Server: Apache x-compute-request-id: req-8a5aa7e8-94de-4739-aa66-1d0cb24747f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8a5aa7e8-94de-4739-aa66-1d0cb24747f2 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:34.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:34,775 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-8a5aa7e8-94de-4739-aa66-1d0cb24747f2 2018-08-10 18:43:34,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04749393463s 2018-08-10 18:43:34,776 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-8a5aa7e8-94de-4739-aa66-1d0cb24747f2 2018-08-10 18:43:34,900 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:43:34,901 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:32 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-10 18:43:34,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:43:34,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:35,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ae76baee-776b-4c4b-9751-65a3e4fcb47b x-compute-request-id: req-ae76baee-776b-4c4b-9751-65a3e4fcb47b Content-Type: application/json 2018-08-10 18:43:35,112 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8 used request id req-ae76baee-776b-4c4b-9751-65a3e4fcb47b 2018-08-10 18:43:35,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.206415176392s 2018-08-10 18:43:35,112 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8 used request id req-ae76baee-776b-4c4b-9751-65a3e4fcb47b 2018-08-10 18:43:35,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:43:35,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:35,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50fcd006-b733-4a71-9999-6371f7c1d761 x-compute-request-id: req-50fcd006-b733-4a71-9999-6371f7c1d761 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:55.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:55Z", "hostId": "231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:85:e4", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:30.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "87cf3359-66a4-4caa-9c8d-a3adf26d41e8", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:43:34Z", "hostId": "dd338905aed6c9310df8919e819a19ad7045b3dafd4d1e9da90b046c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm2_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:20Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:43:35,958 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-50fcd006-b733-4a71-9999-6371f7c1d761 2018-08-10 18:43:35,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.845201015472s 2018-08-10 18:43:35,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-50fcd006-b733-4a71-9999-6371f7c1d761 2018-08-10 18:43:35,961 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:43:37,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:43:37,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:38,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4118c09b-507c-4f32-bb7b-cf0e2d527c4f x-compute-request-id: req-4118c09b-507c-4f32-bb7b-cf0e2d527c4f Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:55.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:42:55Z", "hostId": "231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:43:38,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4118c09b-507c-4f32-bb7b-cf0e2d527c4f 2018-08-10 18:43:38,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.976703882217s 2018-08-10 18:43:38,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4118c09b-507c-4f32-bb7b-cf0e2d527c4f 2018-08-10 18:43:38,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 18:43:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/4b3f0955-f6eb-4021-81d4-902f39841736.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:40,027 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efd511e9-5d33-453f-807f-d32f2d9befcc Content-Length: 0 Date: Fri, 10 Aug 2018 18:43:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:43:40,027 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/4b3f0955-f6eb-4021-81d4-902f39841736.json used request id req-efd511e9-5d33-453f-807f-d32f2d9befcc 2018-08-10 18:43:40,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.08242201805s 2018-08-10 18:43:40,028 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/4b3f0955-f6eb-4021-81d4-902f39841736.json used request id req-efd511e9-5d33-453f-807f-d32f2d9befcc 2018-08-10 18:43:40,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:43:40,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:40,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2392f2e4-1a76-44db-9ed0-8453ecd09099 Date: Fri, 10 Aug 2018 18:43:40 GMT RESP BODY: {"floatingips": [{"router_id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T18:42:58Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "7d3342dc-8452-45a5-9b05-0077fbfa9e40", "id": "04f8b3ac-6116-4477-b688-b8bd93203511", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:58Z", "project_id": "b4e2e747a9f44d79a547815067990bab"}]} 2018-08-10 18:43:40,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-2392f2e4-1a76-44db-9ed0-8453ecd09099 2018-08-10 18:43:40,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.05876994133s 2018-08-10 18:43:40,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-2392f2e4-1a76-44db-9ed0-8453ecd09099 2018-08-10 18:43:40,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:40,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:40,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:40 GMT Server: Apache x-compute-request-id: req-4067fa20-a1cc-46b6-a437-82294040e089 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4067fa20-a1cc-46b6-a437-82294040e089 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "d509cbce16544f519665564233e109e1", "attachments": [], "links": [{"href": "http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "self"}, {"href": "http://172.30.9.31:8776/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-10T18:42:37.000000", "description": null, "os-vol-tenant-attr:tenant_id": "b4e2e747a9f44d79a547815067990bab", "updated_at": "2018-08-10T18:43:34.000000", "volume_type": null, "name": "cinder_test-volume_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0387bd79-49b0-45ea-9aae-100c8324874c", "size": 2}]} 2018-08-10 18:43:40,144 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-4067fa20-a1cc-46b6-a437-82294040e089 2018-08-10 18:43:40,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.048465013504s 2018-08-10 18:43:40,145 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-4067fa20-a1cc-46b6-a437-82294040e089 2018-08-10 18:43:40,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-10 18:43:40,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:41,223 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:43:40 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c87618f-2e1e-426f-a574-3a27e2d0c689 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-10 18:43:41,224 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c used request id req-8c87618f-2e1e-426f-a574-3a27e2d0c689 2018-08-10 18:43:41,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.07737088203s 2018-08-10 18:43:41,224 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/0387bd79-49b0-45ea-9aae-100c8324874c used request id req-8c87618f-2e1e-426f-a574-3a27e2d0c689 2018-08-10 18:43:41,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 18:43:41,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:42,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:41 GMT Server: Apache x-compute-request-id: req-6c38dbf3-17c5-42cc-9a20-8a76b4361ba8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c38dbf3-17c5-42cc-9a20-8a76b4361ba8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 18:43:42,270 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-6c38dbf3-17c5-42cc-9a20-8a76b4361ba8 2018-08-10 18:43:42,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04537081718s 2018-08-10 18:43:42,270 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/b4e2e747a9f44d79a547815067990bab/volumes/detail used request id req-6c38dbf3-17c5-42cc-9a20-8a76b4361ba8 2018-08-10 18:43:42,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 18:43:42,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/04f8b3ac-6116-4477-b688-b8bd93203511.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:43,303 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8cf3acd0-913e-4bdd-a88d-ff286d1541da Content-Length: 0 Date: Fri, 10 Aug 2018 18:43:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:43:43,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/04f8b3ac-6116-4477-b688-b8bd93203511.json used request id req-8cf3acd0-913e-4bdd-a88d-ff286d1541da 2018-08-10 18:43:43,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.03051304817s 2018-08-10 18:43:43,304 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/04f8b3ac-6116-4477-b688-b8bd93203511.json used request id req-8cf3acd0-913e-4bdd-a88d-ff286d1541da 2018-08-10 18:43:43,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 18:43:43,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:43,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fdc7da26-f399-47ab-969e-5059ed9c2688 Date: Fri, 10 Aug 2018 18:43:43 GMT RESP BODY: {"floatingips": []} 2018-08-10 18:43:43,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-fdc7da26-f399-47ab-969e-5059ed9c2688 2018-08-10 18:43:43,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.197926044464s 2018-08-10 18:43:43,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-fdc7da26-f399-47ab-969e-5059ed9c2688 2018-08-10 18:43:43,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 18:43:43,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:43,704 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:43:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d2c7e358-f815-4206-9229-b980209eed1a x-compute-request-id: req-d2c7e358-f815-4206-9229-b980209eed1a Content-Type: application/json 2018-08-10 18:43:43,705 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6 used request id req-d2c7e358-f815-4206-9229-b980209eed1a 2018-08-10 18:43:43,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.196780920029s 2018-08-10 18:43:43,705 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6 used request id req-d2c7e358-f815-4206-9229-b980209eed1a 2018-08-10 18:43:43,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:43:43,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:44,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43: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-9207626f-65f2-4e5d-865a-8bbc95f92af0 x-compute-request-id: req-9207626f-65f2-4e5d-865a-8bbc95f92af0 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:d5:ed", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/7f65da87-e750-4598-b747-90bb01fcc7a6", "rel": "bookmark"}], "image": {"id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "links": [{"href": "http://172.30.9.31:8774/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T18:42:55.000000", "flavor": {"id": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "links": [{"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "bookmark"}]}, "id": "7f65da87-e750-4598-b747-90bb01fcc7a6", "security_groups": [{"name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}], "user_id": "d509cbce16544f519665564233e109e1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T18:43:43Z", "hostId": "231c655dc57bd1eaec91a54bf129814df776d6bc35a1661c5244b900", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "name": "cinder_test-vm_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "created": "2018-08-10T18:42:47Z", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 18:43:44,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9207626f-65f2-4e5d-865a-8bbc95f92af0 2018-08-10 18:43:44,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4818110466s 2018-08-10 18:43:44,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9207626f-65f2-4e5d-865a-8bbc95f92af0 2018-08-10 18:43:44,189 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 18:43:46,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 18:43:46,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:46,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43: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-0de4ef79-33a2-430b-9324-50038728b9da x-compute-request-id: req-0de4ef79-33a2-430b-9324-50038728b9da Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 18:43:46,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0de4ef79-33a2-430b-9324-50038728b9da 2018-08-10 18:43:46,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0650238990784s 2018-08-10 18:43:46,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0de4ef79-33a2-430b-9324-50038728b9da 2018-08-10 18:43:46,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 18:43:46,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:46,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-4cf29c04-7eb6-4e3b-8791-8e3f76713e3e Date: Fri, 10 Aug 2018 18:43:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:03Z", "updated_at": "2018-08-10T18:42:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "56429eb4-bc7d-4b52-a6eb-8b2c29a16bfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "7328b2b0-4d1c-4fa3-8a96-4fea1afb5a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "b2fd5fd4-8140-430c-b820-cecc8c79cab6", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "ca51363d-34d9-4045-935b-294b29fc1f6f", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 1, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "11e80aac-ba28-4a19-8501-198544de56a8", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:12Z", "updated_at": "2018-08-10T18:42:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "1d1e828f-83c7-42c7-a7e7-48d10653b963", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T18:42:13Z", "revision_number": 0, "id": "1eb7c6c5-30ca-4c5e-bb20-d6f7159aa7ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:13Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:14Z", "revision_number": 0, "id": "3bd24a76-7ca5-4066-871c-c6caf1e5ccf1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:14Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:12Z", "revision_number": 0, "id": "d8c600dd-4527-4444-b420-3f87820eb6c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:12Z", "security_group_id": "4a0efe39-8958-433e-809d-45e9b01bdada", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 3, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "4a0efe39-8958-433e-809d-45e9b01bdada", "name": "cinder_test-sg_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}]} 2018-08-10 18:43:46,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-4cf29c04-7eb6-4e3b-8791-8e3f76713e3e 2018-08-10 18:43:46,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.318352937698s 2018-08-10 18:43:46,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-4cf29c04-7eb6-4e3b-8791-8e3f76713e3e 2018-08-10 18:43:46,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 18:43:46,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/4a0efe39-8958-433e-809d-45e9b01bdada.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:46,769 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e9f6687-7a47-41cf-a114-3f97e2428124 Content-Length: 0 Date: Fri, 10 Aug 2018 18:43:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:43:46,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/4a0efe39-8958-433e-809d-45e9b01bdada.json used request id req-4e9f6687-7a47-41cf-a114-3f97e2428124 2018-08-10 18:43:46,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.186305046082s 2018-08-10 18:43:46,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/4a0efe39-8958-433e-809d-45e9b01bdada.json used request id req-4e9f6687-7a47-41cf-a114-3f97e2428124 2018-08-10 18:43:46,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 18:43:46,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:46,831 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:43: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-4dea1b14-fc34-477a-8a27-aea872b97082 x-compute-request-id: req-4dea1b14-fc34-477a-8a27-aea872b97082 Content-Length: 0 Content-Type: application/json 2018-08-10 18:43:46,831 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b used request id req-4dea1b14-fc34-477a-8a27-aea872b97082 2018-08-10 18:43:46,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.061637878418s 2018-08-10 18:43:46,832 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/cinder_test-kp_35dcaaff-61e4-44a0-8cbf-143dad67ec2b used request id req-4dea1b14-fc34-477a-8a27-aea872b97082 2018-08-10 18:43:46,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:43:46,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770/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}0652fd93c42b955b4685f3d9431b62c9a9bac521" -d '{"subnet_id": "ae32e4e0-f20d-4daa-ae54-ee58546d26b6"}' 2018-08-10 18:43:48,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-af91bad5-a0fc-4905-a643-79959fd2d30e Date: Fri, 10 Aug 2018 18:43:48 GMT RESP BODY: {"network_id": "90858140-3c6c-40d0-b316-0aede948bfb4", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "subnet_id": "ae32e4e0-f20d-4daa-ae54-ee58546d26b6", "subnet_ids": ["ae32e4e0-f20d-4daa-ae54-ee58546d26b6"], "port_id": "f86fd876-c181-4c49-b3f0-e0db61db11ba", "id": "6b53a08b-a0e4-4acd-9432-78bc85d82770"} 2018-08-10 18:43:48,556 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770/remove_router_interface.json used request id req-af91bad5-a0fc-4905-a643-79959fd2d30e 2018-08-10 18:43:48,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72451400757s 2018-08-10 18:43:48,557 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770/remove_router_interface.json used request id req-af91bad5-a0fc-4905-a643-79959fd2d30e returning object 6b53a08b-a0e4-4acd-9432-78bc85d82770 2018-08-10 18:43:48,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:43:48,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:48,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-5168cbc6-ab58-4a35-a063-a34c0ed85408 Date: Fri, 10 Aug 2018 18:43:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:05Z", "admin_state_up": true, "updated_at": "2018-08-10T18:43:47Z", "revision_number": 4, "routes": [], "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "6b53a08b-a0e4-4acd-9432-78bc85d82770", "name": "cinder_test-router_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}]} 2018-08-10 18:43:48,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-5168cbc6-ab58-4a35-a063-a34c0ed85408 2018-08-10 18:43:48,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117979049683s 2018-08-10 18:43:48,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-5168cbc6-ab58-4a35-a063-a34c0ed85408 2018-08-10 18:43:48,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:43:48,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:50,344 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e95ca895-e40b-4c90-a81f-ab17acd2c3d7 Content-Length: 0 Date: Fri, 10 Aug 2018 18:43:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:43:50,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770.json used request id req-e95ca895-e40b-4c90-a81f-ab17acd2c3d7 2018-08-10 18:43:50,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66746497154s 2018-08-10 18:43:50,345 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/6b53a08b-a0e4-4acd-9432-78bc85d82770.json used request id req-e95ca895-e40b-4c90-a81f-ab17acd2c3d7 2018-08-10 18:43:50,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:43:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:50,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-82150e60-bebb-43c9-bd43-36a56eaf1acd Date: Fri, 10 Aug 2018 18:43:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"90858140-3c6c-40d0-b316-0aede948bfb4","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:42:04Z","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":"b4e2e747a9f44d79a547815067990bab","id":"ae32e4e0-f20d-4daa-ae54-ee58546d26b6","subnetpool_id":null,"name":"cinder_test-subnet_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}]} 2018-08-10 18:43:50,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-82150e60-bebb-43c9-bd43-36a56eaf1acd 2018-08-10 18:43:50,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0428471565247s 2018-08-10 18:43:50,389 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-82150e60-bebb-43c9-bd43-36a56eaf1acd 2018-08-10 18:43:50,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:43:50,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/ae32e4e0-f20d-4daa-ae54-ee58546d26b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:52,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2120ef5c-cc0b-4b7b-af4d-50a1a46cb54a Date: Fri, 10 Aug 2018 18:43:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:43:52,669 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/ae32e4e0-f20d-4daa-ae54-ee58546d26b6.json used request id req-2120ef5c-cc0b-4b7b-af4d-50a1a46cb54a 2018-08-10 18:43:52,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27875995636s 2018-08-10 18:43:52,669 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/ae32e4e0-f20d-4daa-ae54-ee58546d26b6.json used request id req-2120ef5c-cc0b-4b7b-af4d-50a1a46cb54a 2018-08-10 18:43:52,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:43:52,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:52,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-be98b013-0d17-40bb-9413-263cc2425c81 Date: Fri, 10 Aug 2018 18:43:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-10T18:43:52Z","tenant_id":"b4e2e747a9f44d79a547815067990bab","created_at":"2018-08-10T18:42:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b4e2e747a9f44d79a547815067990bab","id":"90858140-3c6c-40d0-b316-0aede948bfb4","name":"cinder_test-net_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:32:15Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 18:43:52,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-be98b013-0d17-40bb-9413-263cc2425c81 2018-08-10 18:43:52,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0922400951385s 2018-08-10 18:43:52,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-be98b013-0d17-40bb-9413-263cc2425c81 2018-08-10 18:43:52,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:43:52,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/90858140-3c6c-40d0-b316-0aede948bfb4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:54,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0bc405de-030e-4607-9403-af5ef6723b05 Date: Fri, 10 Aug 2018 18:43:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:43:54,737 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/90858140-3c6c-40d0-b316-0aede948bfb4.json used request id req-0bc405de-030e-4607-9403-af5ef6723b05 2018-08-10 18:43:54,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.97206997871s 2018-08-10 18:43:54,737 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/90858140-3c6c-40d0-b316-0aede948bfb4.json used request id req-0bc405de-030e-4607-9403-af5ef6723b05 2018-08-10 18:43:54,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:43:54,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:55,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-3d20d3d8-927f-464b-bb48-7c98d39e8abd Date: Fri, 10 Aug 2018 18:43:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:42:11Z", "file": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/file", "owner": "b4e2e747a9f44d79a547815067990bab", "id": "c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "size": 12716032, "self": "/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:42:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:43:55,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-3d20d3d8-927f-464b-bb48-7c98d39e8abd 2018-08-10 18:43:55,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295432090759s 2018-08-10 18:43:55,037 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-3d20d3d8-927f-464b-bb48-7c98d39e8abd 2018-08-10 18:43:55,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:43:55,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0652fd93c42b955b4685f3d9431b62c9a9bac521" 2018-08-10 18:43:55,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc910913-3352-4142-94b9-8350147d6206 Date: Fri, 10 Aug 2018 18:43: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-10 18:43:55,681 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a used request id req-bc910913-3352-4142-94b9-8350147d6206 2018-08-10 18:43:55,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.642868041992s 2018-08-10 18:43:55,682 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/c08ae179-0a0f-49f0-b646-cd4e8e2d306a used request id req-bc910913-3352-4142-94b9-8350147d6206 2018-08-10 18:43:55,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:43:55,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:55,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43: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-ecfe2dba-7b3b-4531-9949-728f52b705ed x-compute-request-id: req-ecfe2dba-7b3b-4531-9949-728f52b705ed Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142", "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": "4d1d9f0a-b1f1-4c30-aaf1-a77804a16142"}]} 2018-08-10 18:43:55,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-ecfe2dba-7b3b-4531-9949-728f52b705ed 2018-08-10 18:43:55,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220930576324s 2018-08-10 18:43:55,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-ecfe2dba-7b3b-4531-9949-728f52b705ed 2018-08-10 18:43:55,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:43:55,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:55,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:43: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-d8457db3-2acb-4d5d-a727-9ba1d9430843 x-compute-request-id: req-d8457db3-2acb-4d5d-a727-9ba1d9430843 Content-Length: 0 Content-Type: application/json 2018-08-10 18:43:55,746 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142 used request id req-d8457db3-2acb-4d5d-a727-9ba1d9430843 2018-08-10 18:43:55,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0397970676422s 2018-08-10 18:43:55,747 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/4d1d9f0a-b1f1-4c30-aaf1-a77804a16142 used request id req-d8457db3-2acb-4d5d-a727-9ba1d9430843 2018-08-10 18:43:55,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:43:55,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:55,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce29c790-82bb-4748-a8eb-e657319e7a61 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": {"self": "http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d509cbce16544f519665564233e109e1", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 18:43:55,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-ce29c790-82bb-4748-a8eb-e657319e7a61 2018-08-10 18:43:55,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193138837814s 2018-08-10 18:43:55,941 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-ce29c790-82bb-4748-a8eb-e657319e7a61 2018-08-10 18:43:55,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 18:43:55,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:56,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b6f4f78-2933-45a0-ad0a-00e930c8d66d Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_35dcaaff-61e4-44a0-8cbf-143dad67ec2b", "links": {"self": "http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d509cbce16544f519665564233e109e1", "description": null}} 2018-08-10 18:43:56,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1 used request id req-4b6f4f78-2933-45a0-ad0a-00e930c8d66d 2018-08-10 18:43:56,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207677125931s 2018-08-10 18:43:56,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1 used request id req-4b6f4f78-2933-45a0-ad0a-00e930c8d66d 2018-08-10 18:43:56,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 18:43:56,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:56,567 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6632acf-f81a-4ba8-bd6e-2c59a7e97d8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:43:56,567 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1 used request id req-d6632acf-f81a-4ba8-bd6e-2c59a7e97d8b 2018-08-10 18:43:56,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.41214799881s 2018-08-10 18:43:56,568 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/d509cbce16544f519665564233e109e1 used request id req-d6632acf-f81a-4ba8-bd6e-2c59a7e97d8b 2018-08-10 18:43:56,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 18:43:56,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:56,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a08072c-e3f2-4407-8c13-de80c13043d3 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab"}, "tags": [], "enabled": true, "id": "b4e2e747a9f44d79a547815067990bab", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_35dcaaff-61e4-44a0-8cbf-143dad67ec2b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 18:43:56,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-2a08072c-e3f2-4407-8c13-de80c13043d3 2018-08-10 18:43:56,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199634075165s 2018-08-10 18:43:56,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-2a08072c-e3f2-4407-8c13-de80c13043d3 2018-08-10 18:43:56,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 18:43:56,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}64b7729e12fe564ff4127e707fc3e719aa5626fd" 2018-08-10 18:43:57,069 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 18:43:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8425700f-37bc-450e-92f7-7c557a0f66fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 18:43:57,069 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab used request id req-8425700f-37bc-450e-92f7-7c557a0f66fc 2018-08-10 18:43:57,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.290746927261s 2018-08-10 18:43:57,070 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/b4e2e747a9f44d79a547815067990bab used request id req-8425700f-37bc-450e-92f7-7c557a0f66fc 2018-08-10 18:43:57,125 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-10 18:43:57,256 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:43:57,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:43:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:43:57,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:43:57,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0abdc66-080f-4879-a9f9-017625ed915e 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:43:57,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-d0abdc66-080f-4879-a9f9-017625ed915e 2018-08-10 18:43:57,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:43:57,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:43:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["wAinkS7KS4G9Z2fc09Cehg"], "issued_at": "2018-08-10T18:43:57.000000Z"}} 2018-08-10 18:43:57,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:43:57,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:43:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0b7e0ff-0e93-4bff-bded-0b4686bec110 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:43:57,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-f0b7e0ff-0e93-4bff-bded-0b4686bec110 2018-08-10 18:43:57,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 18:43:57,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 18:43:57,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:43:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34965181-2234-4127-babc-c34d2884ed8a 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 18:43:57,686 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-34965181-2234-4127-babc-c34d2884ed8a 2018-08-10 18:43:57,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}b5986bf211f3826c8c434497ae66fd82fba43a87" 2018-08-10 18:43:57,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd76aeaa-d610-4a60-b14b-3285a4786631 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 18:43:57,979 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-dd76aeaa-d610-4a60-b14b-3285a4786631 2018-08-10 18:43:57,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.300754070282s 2018-08-10 18:43:57,979 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-dd76aeaa-d610-4a60-b14b-3285a4786631 2018-08-10 18:43:57,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-10 18:43:57,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b5986bf211f3826c8c434497ae66fd82fba43a87" 2018-08-10 18:43:58,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:43:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce2246fe-f7be-4422-bdf7-ffea65048bc5 Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5"}, "url": "http://172.30.9.31:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4"}, "url": "http://172.30.9.31:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "09d78a8b03c745208c6b4d248e924613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "0b043b597304451c9a26a358a2ad3653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "37054d8f3c534abab774cca19cb18454"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "39c75605b15148198d15e0bec7eae13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664"}, "url": "http://172.30.9.31:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96"}, "url": "http://172.30.9.31:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d"}, "url": "http://172.30.9.31:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "5b3757321c7d4c56af84d26cc927cc46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "810e61e0819844b1ab5d4e67911d38b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "826e871703074137bf7564f526c9410f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "86955c07d0d74cdc897f604654fce087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f"}, "url": "http://172.30.9.31:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "92c851e811e042baa4a2f5292d631e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d"}, "url": "http://172.30.9.31:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "97ed0361957642b884dee4c4ded23020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4"}, "url": "http://172.30.9.31:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b96adcd9537c40c4821c71118341ba65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0"}, "url": "http://172.30.9.31:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "c1f67dd4bab548c89564606ac20e87c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01"}, "url": "http://172.30.9.31:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "c677d005ec0d48529d8677ab43da8e01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef"}, "url": "http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "c6b83e3331234983b119a2330dc49fef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "da5a888bcd5842268f7b335f16387e86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392"}, "url": "http://172.30.9.31:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "df74eacc9789494bb174567db053b392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "e631f024b00943fa81813a3f35691b7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "eb4a5427c7044b43b532388dd62a63aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f12c4d283da74b1c870b4690563b5135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb"}, "url": "http://172.30.9.31:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "f586fda38d2b44e3989355d8a10e41cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f"}, "url": "http://172.30.9.31:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "links": {"self": "http://172.30.9.31:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-10 18:43:58,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-ce2246fe-f7be-4422-bdf7-ffea65048bc5 2018-08-10 18:43:58,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.203508138657s 2018-08-10 18:43:58,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-ce2246fe-f7be-4422-bdf7-ffea65048bc5 2018-08-10 18:44:19,299 - 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-10 18:44:19,329 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-10 18:44:19,446 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-10 18:44:19,570 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:44:19,571 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:44:19,627 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-10 18:44:19,938 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-10 18:44:19,938 - openstack_tests - INFO - OS Credentials = > 2018-08-10 18:44:21,022 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-10 18:44:21,710 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-10 18:44:21,710 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-10 18:44:21,766 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-10 18:44:21,806 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-10 18:44:21,806 - openstack_tests - INFO - OS Credentials = > 2018-08-10 18:44:22,890 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-10 18:44:23,581 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-10 18:44:23,581 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-10 18:44:23,587 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:09 | PASS | | vmready1 | functest | healthcheck | 00:12 | PASS | | vmready2 | functest | healthcheck | 00:11 | PASS | | singlevm1 | functest | healthcheck | 00:42 | PASS | | singlevm2 | functest | healthcheck | 00:57 | PASS | | vping_ssh | functest | healthcheck | 00:52 | PASS | | vping_userdata | functest | healthcheck | 00:43 | PASS | | cinder_test | functest | healthcheck | 01:32 | PASS | | odl | functest | healthcheck | 00:21 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-10 18:44:23,601 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-10 18:44:53,379 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-208 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-10 18:44:53,382 - 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.31,192.30.9.7 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.31:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=AqiubScesyyGthmkQabEx5iVe 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=bd3ffce622a240f8bc7cc73cb3eb81b6 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=06SWZ0kyvXG2vEo5aELejkfP9 export OS_REGION_NAME=regionOne 2018-08-10 18:44:53,382 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-10 18:44:53,383 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity patrole vmtp shaker | | | | | snaps_smoke neutron_trunk networking- | | | | | bgpvpn networking-sfc barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-10 18:44:53,410 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-10 18:44:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:44:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 18:44:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:44:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:44:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:44:54,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:44:54,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:44:54,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:44:54,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 18:44:54,324 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 18:44:54,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:44:54,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a703e5a-5a06-4646-a93c-9419d71235f6 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:44:54,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-7a703e5a-5a06-4646-a93c-9419d71235f6 2018-08-10 18:44:54,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:44:54,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:44:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["vpNG6ZK8QXiWXzW3ZnNNQQ"], "issued_at": "2018-08-10T18:44:54.000000Z"}} 2018-08-10 18:44:54,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:44:54,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:44:55,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a67a4e00-7e90-4fa3-aaf9-a70d7df1a84f Date: Fri, 10 Aug 2018 18:44:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:44:55,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a67a4e00-7e90-4fa3-aaf9-a70d7df1a84f 2018-08-10 18:44:55,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360867023468s 2018-08-10 18:44:55,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a67a4e00-7e90-4fa3-aaf9-a70d7df1a84f 2018-08-10 18:44:55,109 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 18:45:00,321 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 97969e92-3bd5-4d59-b64c-c005a8a79194 | 2018-08-10T18:44:59.932221 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 97969e92-3bd5-4d59-b64c-c005a8a79194 ~/.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-10 18:45:06,409 - 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-10 18:45:06,409 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 18:45:21,731 - 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=3ed61e2c-8bb5-40d6-8299-09020469c03a) as the default verifier for the future CLI operations. 2018-08-10 18:45:25,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 18:45:25,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:25,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-89ea00cb-4ba2-4dce-9553-459e78be1f5c Date: Fri, 10 Aug 2018 18:45:25 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": "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-10 18:45:25,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-89ea00cb-4ba2-4dce-9553-459e78be1f5c 2018-08-10 18:45:25,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.283385038376s 2018-08-10 18:45:25,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-89ea00cb-4ba2-4dce-9553-459e78be1f5c 2018-08-10 18:45:25,347 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-10 18:45:25,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:45:25,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"network": {"name": "tempest_smoke-net_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "admin_state_up": true}}' 2018-08-10 18:45:25,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-879850dc-5360-484c-ab04-ec4b6cb78973 Date: Fri, 10 Aug 2018 18:45: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":"2ac6f0fa-d771-4636-bcdf-0132109d39e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:45:25Z","is_default":false,"provider:segmentation_id":43,"name":"tempest_smoke-net_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:45:25Z","mtu":1450}} 2018-08-10 18:45:25,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-879850dc-5360-484c-ab04-ec4b6cb78973 2018-08-10 18:45:25,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.523009061813s 2018-08-10 18:45:25,871 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-879850dc-5360-484c-ab04-ec4b6cb78973 2018-08-10 18:45:25,871 - 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-10T18:45:25Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2ac6f0fa-d771-4636-bcdf-0132109d39e6', u'provider:segmentation_id': 43, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:45:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:45:25,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:45:25,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:26,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-3e310796-1645-48aa-a692-dc82577e576b Date: Fri, 10 Aug 2018 18:45:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2ac6f0fa-d771-4636-bcdf-0132109d39e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:45:25Z","provider:segmentation_id":43,"name":"tempest_smoke-net_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:45:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:45:26,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3e310796-1645-48aa-a692-dc82577e576b 2018-08-10 18:45:26,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.326570034027s 2018-08-10 18:45:26,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-3e310796-1645-48aa-a692-dc82577e576b 2018-08-10 18:45:26,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:45:26,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"subnet": {"name": "tempest_smoke-subnet_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "enable_dhcp": true, "network_id": "2ac6f0fa-d771-4636-bcdf-0132109d39e6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:45:27,116 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-f2792ea6-60e9-484c-bb3b-659be271964a Date: Fri, 10 Aug 2018 18:45:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ac6f0fa-d771-4636-bcdf-0132109d39e6","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:45:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:45:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"af395638-16f4-43f7-bb64-ab8cefb9f42b","subnetpool_id":null,"name":"tempest_smoke-subnet_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5"}} 2018-08-10 18:45:27,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-f2792ea6-60e9-484c-bb3b-659be271964a 2018-08-10 18:45:27,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.915886163712s 2018-08-10 18:45:27,117 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-f2792ea6-60e9-484c-bb3b-659be271964a 2018-08-10 18:45:27,118 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:45:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'af395638-16f4-43f7-bb64-ab8cefb9f42b', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', u'enable_dhcp': True, u'network_id': u'2ac6f0fa-d771-4636-bcdf-0132109d39e6', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:45:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:45:27,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:45:27,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "tempest_smoke-router_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "admin_state_up": true}}' 2018-08-10 18:45:28,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-0067b95d-29fb-474e-ae5c-7fb9484ef694 Date: Fri, 10 Aug 2018 18:45:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:45:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:45:28Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "4926a647-a570-417e-8a53-08954e7a21f1", "name": "tempest_smoke-router_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5"}} 2018-08-10 18:45:28,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-0067b95d-29fb-474e-ae5c-7fb9484ef694 2018-08-10 18:45:28,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.6409881115s 2018-08-10 18:45:28,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-0067b95d-29fb-474e-ae5c-7fb9484ef694 2018-08-10 18:45:28,760 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:45:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T18:45:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'4926a647-a570-417e-8a53-08954e7a21f1', u'name': u'tempest_smoke-router_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5'}) 2018-08-10 18:45:28,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:45:28,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1/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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"subnet_id": "af395638-16f4-43f7-bb64-ab8cefb9f42b"}' 2018-08-10 18:45:30,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f2231bc4-cdca-493d-a0ca-a5cef90c8090 Date: Fri, 10 Aug 2018 18:45:30 GMT RESP BODY: {"network_id": "2ac6f0fa-d771-4636-bcdf-0132109d39e6", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "af395638-16f4-43f7-bb64-ab8cefb9f42b", "subnet_ids": ["af395638-16f4-43f7-bb64-ab8cefb9f42b"], "port_id": "f5f4185f-9103-4c90-9064-3afc08d0720a", "id": "4926a647-a570-417e-8a53-08954e7a21f1"} 2018-08-10 18:45:30,940 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1/add_router_interface.json used request id req-f2231bc4-cdca-493d-a0ca-a5cef90c8090 2018-08-10 18:45:30,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.17928504944s 2018-08-10 18:45:30,940 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1/add_router_interface.json used request id req-f2231bc4-cdca-493d-a0ca-a5cef90c8090 returning object 4926a647-a570-417e-8a53-08954e7a21f1 2018-08-10 18:45:30,941 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:45:31,067 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:45:31,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:45:31,073 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:45:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:45:31,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:45:31,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:31,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c4e0c067-4a83-4304-b5da-23dbc276af8d Date: Fri, 10 Aug 2018 18:45:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:45:31,340 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c4e0c067-4a83-4304-b5da-23dbc276af8d 2018-08-10 18:45:31,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.263936042786s 2018-08-10 18:45:31,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c4e0c067-4a83-4304-b5da-23dbc276af8d 2018-08-10 18:45:31,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:45:31,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5"}' 2018-08-10 18:45:31,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bf8f0066-a28c-44f7-bcc1-c3bee856e603 Date: Fri, 10 Aug 2018 18:45:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:31Z", "file": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "37214004-04f7-48e6-bb97-e01998ec516b", "size": null, "self": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b", "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_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": null, "created_at": "2018-08-10T18:45:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:45:31,683 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-bf8f0066-a28c-44f7-bcc1-c3bee856e603 2018-08-10 18:45:31,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.334540128708s 2018-08-10 18:45:31,683 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-bf8f0066-a28c-44f7-bcc1-c3bee856e603 returning object 37214004-04f7-48e6-bb97-e01998ec516b 2018-08-10 18:45:31,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:45:31,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '' 2018-08-10 18:45:32,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-75022843-9ccb-42d0-9156-17c58b22f367 Date: Fri, 10 Aug 2018 18:45: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-10 18:45:32,547 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file used request id req-75022843-9ccb-42d0-9156-17c58b22f367 2018-08-10 18:45:32,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.863343954086s 2018-08-10 18:45:32,547 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file used request id req-75022843-9ccb-42d0-9156-17c58b22f367 2018-08-10 18:45:32,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:45:32,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:32,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-52337c5c-8c40-4680-8cfb-7cacfe1b59f6 Date: Fri, 10 Aug 2018 18:45:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:32Z", "file": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "37214004-04f7-48e6-bb97-e01998ec516b", "size": 12716032, "self": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:45:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:45:32,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-52337c5c-8c40-4680-8cfb-7cacfe1b59f6 2018-08-10 18:45:32,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.319063186646s 2018-08-10 18:45:32,871 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-52337c5c-8c40-4680-8cfb-7cacfe1b59f6 2018-08-10 18:45:32,873 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'37214004-04f7-48e6-bb97-e01998ec516b', 'size': 12716032, u'self': u'/v2/images/37214004-04f7-48e6-bb97-e01998ec516b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:45:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T18:45:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', '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/37214004-04f7-48e6-bb97-e01998ec516b', 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_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', 'created': u'2018-08-10T18:45:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:45: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/37214004-04f7-48e6-bb97-e01998ec516b', 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_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:45:32,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:45:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:45:33,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45: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-4ffee3e7-fac9-43e8-af9b-deddaa669393 x-compute-request-id: req-4ffee3e7-fac9-43e8-af9b-deddaa669393 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500", "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": "ea27467f-3345-4b69-b86a-dac8e8cc0500"}} 2018-08-10 18:45:33,611 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-4ffee3e7-fac9-43e8-af9b-deddaa669393 2018-08-10 18:45:33,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.73717713356s 2018-08-10 18:45:33,612 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-4ffee3e7-fac9-43e8-af9b-deddaa669393 2018-08-10 18:45:33,613 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'ea27467f-3345-4b69-b86a-dac8e8cc0500', 'swap': 0}) 2018-08-10 18:45:33,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:45:33,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500/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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"extra_specs": {}}' 2018-08-10 18:45:33,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45: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-fc838628-c5c9-4645-b313-4c4f1fb104a5 x-compute-request-id: req-fc838628-c5c9-4645-b313-4c4f1fb104a5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:45:33,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500/os-extra_specs used request id req-fc838628-c5c9-4645-b313-4c4f1fb104a5 2018-08-10 18:45:33,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215950012207s 2018-08-10 18:45:33,635 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500/os-extra_specs used request id req-fc838628-c5c9-4645-b313-4c4f1fb104a5 2018-08-10 18:45:35,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:45:35,326 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:45:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0f127c8-1f05-4d4e-9793-684de34d2a99 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:45:35,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-f0f127c8-1f05-4d4e-9793-684de34d2a99 2018-08-10 18:45:35,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:45:35,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:35,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6847a3bc-9971-46e0-94ca-b3c393d9c661 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:45:35,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-6847a3bc-9971-46e0-94ca-b3c393d9c661 2018-08-10 18:45:35,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187278032303s 2018-08-10 18:45:35,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-6847a3bc-9971-46e0-94ca-b3c393d9c661 2018-08-10 18:45:35,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:45:35,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:35,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29b5b471-386a-446d-a802-0668829bdc8a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:45:35,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-29b5b471-386a-446d-a802-0668829bdc8a 2018-08-10 18:45:35,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.172086000443s 2018-08-10 18:45:35,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-29b5b471-386a-446d-a802-0668829bdc8a 2018-08-10 18:45:35,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-10 18:45:35,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:35,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45: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-af1d232b-5b99-4fcc-9178-e14ff60c0963 x-compute-request-id: req-af1d232b-5b99-4fcc-9178-e14ff60c0963 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "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.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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 347}, "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.5", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-10 18:45:35,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-af1d232b-5b99-4fcc-9178-e14ff60c0963 2018-08-10 18:45:35,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0393278598785s 2018-08-10 18:45:35,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-af1d232b-5b99-4fcc-9178-e14ff60c0963 2018-08-10 18:45:35,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:45:35,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:36,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-420eedfb-8e3a-456d-b628-825032028c24 Date: Fri, 10 Aug 2018 18:45:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:32Z", "file": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "37214004-04f7-48e6-bb97-e01998ec516b", "size": 12716032, "self": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:45:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:45:36,043 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-420eedfb-8e3a-456d-b628-825032028c24 2018-08-10 18:45:36,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295102119446s 2018-08-10 18:45:36,044 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-420eedfb-8e3a-456d-b628-825032028c24 2018-08-10 18:45:36,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:45:36,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5"}' 2018-08-10 18:45:36,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4836b6c2-8656-4143-8d6f-9d47691ee77b Date: Fri, 10 Aug 2018 18:45:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:36Z", "file": "/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "f3f8802e-317e-4218-bc4c-3060e5bd976a", "size": null, "self": "/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a", "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_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": null, "created_at": "2018-08-10T18:45:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:45:36,289 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-4836b6c2-8656-4143-8d6f-9d47691ee77b 2018-08-10 18:45:36,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.236398935318s 2018-08-10 18:45:36,289 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-4836b6c2-8656-4143-8d6f-9d47691ee77b returning object f3f8802e-317e-4218-bc4c-3060e5bd976a 2018-08-10 18:45:36,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:45:36,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '' 2018-08-10 18:45:37,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5d2126d1-ca69-4aa1-8b15-2dfd09e91f62 Date: Fri, 10 Aug 2018 18:45:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:45:37,629 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/file used request id req-5d2126d1-ca69-4aa1-8b15-2dfd09e91f62 2018-08-10 18:45:37,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.3390288353s 2018-08-10 18:45:37,629 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/file used request id req-5d2126d1-ca69-4aa1-8b15-2dfd09e91f62 2018-08-10 18:45:37,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:45:37,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:45:37,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-36e06afb-cfa8-4c28-bc01-4551d34dc3b2 Date: Fri, 10 Aug 2018 18:45:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:37Z", "file": "/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "f3f8802e-317e-4218-bc4c-3060e5bd976a", "size": 12716032, "self": "/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:45:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:32Z", "file": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "37214004-04f7-48e6-bb97-e01998ec516b", "size": 12716032, "self": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:45:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:45:37,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-36e06afb-cfa8-4c28-bc01-4551d34dc3b2 2018-08-10 18:45:37,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300848960876s 2018-08-10 18:45:37,935 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-36e06afb-cfa8-4c28-bc01-4551d34dc3b2 2018-08-10 18:45:37,938 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'f3f8802e-317e-4218-bc4c-3060e5bd976a', 'size': 12716032, u'self': u'/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/f3f8802e-317e-4218-bc4c-3060e5bd976a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:45:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T18:45:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', '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/f3f8802e-317e-4218-bc4c-3060e5bd976a', 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_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', 'created': u'2018-08-10T18:45:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:45:36Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a', 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_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:45:37,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:45:37,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:45:37,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dbfcf2e-fd12-444b-a866-b04446ac41fe x-compute-request-id: req-5dbfcf2e-fd12-444b-a866-b04446ac41fe Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c", "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": "421c66ec-28d7-4fca-ba9a-cf5e409ca64c"}} 2018-08-10 18:45:37,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-5dbfcf2e-fd12-444b-a866-b04446ac41fe 2018-08-10 18:45:37,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0421001911163s 2018-08-10 18:45:37,981 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-5dbfcf2e-fd12-444b-a866-b04446ac41fe 2018-08-10 18:45:37,982 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'421c66ec-28d7-4fca-ba9a-cf5e409ca64c', 'swap': 0}) 2018-08-10 18:45:37,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:45:37,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c/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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"extra_specs": {}}' 2018-08-10 18:45:38,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:45:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-18d357f0-c321-441d-bd5a-1e0083bb5a04 x-compute-request-id: req-18d357f0-c321-441d-bd5a-1e0083bb5a04 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:45:38,003 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c/os-extra_specs used request id req-18d357f0-c321-441d-bd5a-1e0083bb5a04 2018-08-10 18:45:38,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207540988922s 2018-08-10 18:45:38,004 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c/os-extra_specs used request id req-18d357f0-c321-441d-bd5a-1e0083bb5a04 2018-08-10 18:45:38,004 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'421c66ec-28d7-4fca-ba9a-cf5e409ca64c', 'swap': 0}) 2018-08-10 18:45:41,885 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-10 18:45:41,885 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-10 18:45:41,886 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-10 18:45:41,888 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-10 18:45:41,892 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-10 18:45:45,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3ed61e2c-8bb5-40d6-8299-09020469c03a/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-10 18:45:45,690 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-10 18:45:45,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-10 18:45:45,705 - 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-10 18:45:53,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:45:53.933 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-10 18:45:56,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:45:56.812 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.280s] 2018-08-10 18:45:57,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:45:57.044 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.232s] 2018-08-10 18:46:00,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:00.073 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.920s] 2018-08-10 18:46:05,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:05.494 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.591s] 2018-08-10 18:46:08,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:08.031 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.869s] 2018-08-10 18:46:09,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:09.649 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.154s] 2018-08-10 18:46:11,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:11.358 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.175s] 2018-08-10 18:46:17,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:17.770 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.697s] 2018-08-10 18:46:27,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:27.076 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.030s] 2018-08-10 18:46:27,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:27.666 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.792s] 2018-08-10 18:46:27,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:27.675 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-10 18:46:34,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:34.536 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.995s] 2018-08-10 18:46:36,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:36.429 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.463s] 2018-08-10 18:46:44,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:44.166 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.072s] 2018-08-10 18:46:44,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:44.167 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-10 18:46:45,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:45.580 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.151s] 2018-08-10 18:46:45,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:45.882 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.992s] 2018-08-10 18:46:53,377 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:53.376 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.353s] 2018-08-10 18:46:55,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:55.451 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.074s] 2018-08-10 18:46:57,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:46:57.529 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.077s] 2018-08-10 18:47:00,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:00.951 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.062s] 2018-08-10 18:47:00,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:00.952 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-10 18:47:02,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:02.465 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.159s] 2018-08-10 18:47:09,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:09.439 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.830s] 2018-08-10 18:47:10,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:10.158 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.005s] 2018-08-10 18:47:14,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:14.030 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.589s] 2018-08-10 18:47:23,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:23.256 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.226s] 2018-08-10 18:47:30,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:30.543 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.925s] 2018-08-10 18:47:31,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:31.265 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.722s] 2018-08-10 18:47:31,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:31.632 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.367s] 2018-08-10 18:47:31,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:31.941 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.308s] 2018-08-10 18:47:32,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:32.039 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.098s] 2018-08-10 18:47:32,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:32.387 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.348s] 2018-08-10 18:47:36,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:36.066 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.080s] 2018-08-10 18:47:36,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:36.067 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-10 18:47:38,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:38.515 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.242s] 2018-08-10 18:47:41,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:41.628 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.110s] 2018-08-10 18:47:41,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:41.741 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.116s] 2018-08-10 18:47:50,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:50.998 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.604s] 2018-08-10 18:47:51,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:51.018 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.020s] 2018-08-10 18:47:52,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:52.599 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-10 18:47:54,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:54.230 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [10.648s] 2018-08-10 18:47:54,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:54.646 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.416s] 2018-08-10 18:47:55,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:54.999 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.352s] 2018-08-10 18:47:55,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.045 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.046s] 2018-08-10 18:47:55,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.402 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.356s] 2018-08-10 18:47:55,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.509 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.156s] 2018-08-10 18:47:55,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.631 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.229s] 2018-08-10 18:47:55,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.681 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.171s] 2018-08-10 18:47:55,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.861 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.180s] 2018-08-10 18:47:55,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:47:55.868 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-10 18:48:06,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:06.621 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.841s] 2018-08-10 18:48:11,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:11.698 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.221s] 2018-08-10 18:48:11,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:11.791 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.093s] 2018-08-10 18:48:11,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:11.898 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.107s] 2018-08-10 18:48:12,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:12.025 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.126s] 2018-08-10 18:48:19,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:19.074 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.937s] 2018-08-10 18:48:22,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:22.672 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.857s] 2018-08-10 18:48:26,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:26.893 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.819s] 2018-08-10 18:48:28,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:28.305 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.633s] 2018-08-10 18:48:31,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:31.673 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [1.015s] 2018-08-10 18:48:34,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:34.662 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.768s] 2018-08-10 18:48:38,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:38.714 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.051s] 2018-08-10 18:48:43,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:43.993 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.437s] 2018-08-10 18:48:48,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:48.702 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.707s] 2018-08-10 18:48:59,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:48:59.822 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.120s] 2018-08-10 18:49:03,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:03.703 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.022s] 2018-08-10 18:49:04,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:04.170 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.609s] 2018-08-10 18:49:11,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:11.691 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.456s] 2018-08-10 18:49:14,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:14.481 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.787s] 2018-08-10 18:49:16,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:16.926 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.789s] 2018-08-10 18:49:17,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:17.322 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.842s] 2018-08-10 18:49:22,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:22.364 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-10 18:49:26,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:26.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [9.645s] 2018-08-10 18:49:28,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:28.453 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.881s] 2018-08-10 18:49:28,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:28.687 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.234s] 2018-08-10 18:49:28,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:28.986 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.299s] 2018-08-10 18:49:35,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:35.991 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON ... fail 2018-08-10 18:49:35,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:35.992 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-10 18:49:40,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:40.112 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.271s] 2018-08-10 18:49:50,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:50.425 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.280s] 2018-08-10 18:49:51,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:51.581 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.121s] 2018-08-10 18:49:59,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:49:59.318 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.736s] 2018-08-10 18:50:06,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:06.420 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.101s] 2018-08-10 18:50:07,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:07.660 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.386s] 2018-08-10 18:50:10,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:10.818 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.398s] 2018-08-10 18:50:17,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:17.858 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.197s] 2018-08-10 18:50:20,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:20.432 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.574s] 2018-08-10 18:50:20,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:20.486 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-08-10 18:50:20,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:20.567 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.080s] 2018-08-10 18:50:30,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:30.725 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.109s] 2018-08-10 18:50:33,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:33.905 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-10 18:50:35,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:35.316 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.588s] 2018-08-10 18:50:35,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:35.608 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.296s] 2018-08-10 18:50:42,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:42.084 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.982s] 2018-08-10 18:50:42,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:42.329 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.245s] 2018-08-10 18:50:53,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:53.699 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.302s] 2018-08-10 18:50:56,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:56.214 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.514s] 2018-08-10 18:50:57,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:57.760 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.225s] 2018-08-10 18:50:58,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:50:58.797 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.583s] 2018-08-10 18:51:10,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:51:10.792 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.065s] 2018-08-10 18:51:21,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-10 18:51:21.608 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.814s] 2018-08-10 18:51:25,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 10ba2eff-92d9-4c30-a616-33695f70a594 2018-08-10 18:51:25,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '10ba2eff-92d9-4c30-a616-33695f70a594']'. 2018-08-10 18:51:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-10 18:51:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-10 18:51:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 18:51:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 10ba2eff-92d9-4c30-a616-33695f70a594 | 2018-08-10 18:51:26,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-10 18:45:48 | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-10 18:51:25 | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:37 | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3ed61e2c-8bb5-40d6-8299-09020469c03a) | 2018-08-10 18:51:26,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 97969e92-3bd5-4d59-b64c-c005a8a79194) | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 327.82 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 99 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-08-10 18:51:26,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 18:51:26,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-10 18:51:26,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-10 18:51:26,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 98.0198019802% 2018-08-10 18:51:26,487 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 18:51:26,487 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:01 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-10 18:51:26,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:51:26,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:27,801 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-745ac964-54ff-418d-b0aa-4f3ca6d8bb9c Date: Fri, 10 Aug 2018 18:51: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-10 18:51:27,802 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a used request id req-745ac964-54ff-418d-b0aa-4f3ca6d8bb9c 2018-08-10 18:51:27,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.30828404427s 2018-08-10 18:51:27,802 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/f3f8802e-317e-4218-bc4c-3060e5bd976a used request id req-745ac964-54ff-418d-b0aa-4f3ca6d8bb9c 2018-08-10 18:51:27,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:51:27,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:28,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:51:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d3e33778-0b60-4ee2-a867-ab0047cd9523 x-compute-request-id: req-d3e33778-0b60-4ee2-a867-ab0047cd9523 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c", "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": "421c66ec-28d7-4fca-ba9a-cf5e409ca64c"}, {"name": "tempest_smoke-flavor_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500", "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": "ea27467f-3345-4b69-b86a-dac8e8cc0500"}]} 2018-08-10 18:51:28,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-d3e33778-0b60-4ee2-a867-ab0047cd9523 2018-08-10 18:51:28,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.275012969971s 2018-08-10 18:51:28,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-d3e33778-0b60-4ee2-a867-ab0047cd9523 2018-08-10 18:51:28,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:51:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:28,114 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:51:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a26017ee-8443-4fc4-abfd-097e17912ca7 x-compute-request-id: req-a26017ee-8443-4fc4-abfd-097e17912ca7 Content-Length: 0 Content-Type: application/json 2018-08-10 18:51:28,114 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c used request id req-a26017ee-8443-4fc4-abfd-097e17912ca7 2018-08-10 18:51:28,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0346119403839s 2018-08-10 18:51:28,115 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/421c66ec-28d7-4fca-ba9a-cf5e409ca64c used request id req-a26017ee-8443-4fc4-abfd-097e17912ca7 2018-08-10 18:51:28,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 18:51:28,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1/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}568bf83483a871d1b49a3b58733300d7deb9a0de" -d '{"subnet_id": "af395638-16f4-43f7-bb64-ab8cefb9f42b"}' 2018-08-10 18:51:29,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-35340a28-81b3-4e03-a1cc-f4c8abdd5f3f Date: Fri, 10 Aug 2018 18:51:29 GMT RESP BODY: {"network_id": "2ac6f0fa-d771-4636-bcdf-0132109d39e6", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "af395638-16f4-43f7-bb64-ab8cefb9f42b", "subnet_ids": ["af395638-16f4-43f7-bb64-ab8cefb9f42b"], "port_id": "f5f4185f-9103-4c90-9064-3afc08d0720a", "id": "4926a647-a570-417e-8a53-08954e7a21f1"} 2018-08-10 18:51:29,972 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1/remove_router_interface.json used request id req-35340a28-81b3-4e03-a1cc-f4c8abdd5f3f 2018-08-10 18:51:29,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.85717582703s 2018-08-10 18:51:29,973 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1/remove_router_interface.json used request id req-35340a28-81b3-4e03-a1cc-f4c8abdd5f3f returning object 4926a647-a570-417e-8a53-08954e7a21f1 2018-08-10 18:51:29,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 18:51:29,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:30,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b8f61d44-4254-4613-9402-b1df3f504f5c Date: Fri, 10 Aug 2018 18:51:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:45:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:51:29Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "4926a647-a570-417e-8a53-08954e7a21f1", "name": "tempest_smoke-router_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5"}]} 2018-08-10 18:51:30,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-b8f61d44-4254-4613-9402-b1df3f504f5c 2018-08-10 18:51:30,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.550203084946s 2018-08-10 18:51:30,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-b8f61d44-4254-4613-9402-b1df3f504f5c 2018-08-10 18:51:30,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 18:51:30,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:32,238 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-328ced74-4b2f-447e-bd5f-111646fe469c Content-Length: 0 Date: Fri, 10 Aug 2018 18:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:51:32,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1.json used request id req-328ced74-4b2f-447e-bd5f-111646fe469c 2018-08-10 18:51:32,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.71322417259s 2018-08-10 18:51:32,239 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/4926a647-a570-417e-8a53-08954e7a21f1.json used request id req-328ced74-4b2f-447e-bd5f-111646fe469c 2018-08-10 18:51:32,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 18:51:32,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:32,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-65478bd1-4782-4331-9f3e-8f4be4ed1885 Date: Fri, 10 Aug 2018 18:51:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2ac6f0fa-d771-4636-bcdf-0132109d39e6","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:45:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:45:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"af395638-16f4-43f7-bb64-ab8cefb9f42b","subnetpool_id":null,"name":"tempest_smoke-subnet_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 18:51:32,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-65478bd1-4782-4331-9f3e-8f4be4ed1885 2018-08-10 18:51:32,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.359647035599s 2018-08-10 18:51:32,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-65478bd1-4782-4331-9f3e-8f4be4ed1885 2018-08-10 18:51:32,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 18:51:32,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/af395638-16f4-43f7-bb64-ab8cefb9f42b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:35,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2d5c4e9-be21-4af7-a4ec-b10e9f2f6301 Date: Fri, 10 Aug 2018 18:51:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:51:35,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/af395638-16f4-43f7-bb64-ab8cefb9f42b.json used request id req-d2d5c4e9-be21-4af7-a4ec-b10e9f2f6301 2018-08-10 18:51:35,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46568202972s 2018-08-10 18:51:35,067 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/af395638-16f4-43f7-bb64-ab8cefb9f42b.json used request id req-d2d5c4e9-be21-4af7-a4ec-b10e9f2f6301 2018-08-10 18:51:35,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:51:35,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:35,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-889472af-d28d-4dc3-ac8e-3180cdf7cedf Date: Fri, 10 Aug 2018 18:51:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2ac6f0fa-d771-4636-bcdf-0132109d39e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:51:34Z","provider:segmentation_id":43,"name":"tempest_smoke-net_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:45:25Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:51:35,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-889472af-d28d-4dc3-ac8e-3180cdf7cedf 2018-08-10 18:51:35,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.466789960861s 2018-08-10 18:51:35,534 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-889472af-d28d-4dc3-ac8e-3180cdf7cedf 2018-08-10 18:51:35,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 18:51:35,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/2ac6f0fa-d771-4636-bcdf-0132109d39e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:36,613 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c8453ac-8d13-46c3-8739-15f40efa274c Date: Fri, 10 Aug 2018 18:51:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 18:51:36,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/2ac6f0fa-d771-4636-bcdf-0132109d39e6.json used request id req-3c8453ac-8d13-46c3-8739-15f40efa274c 2018-08-10 18:51:36,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.07794308662s 2018-08-10 18:51:36,614 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/2ac6f0fa-d771-4636-bcdf-0132109d39e6.json used request id req-3c8453ac-8d13-46c3-8739-15f40efa274c 2018-08-10 18:51:36,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:51:36,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:36,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-c07bd6d3-5aa3-4a98-8c76-07ca04aae14b Date: Fri, 10 Aug 2018 18:51:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:45:32Z", "file": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "37214004-04f7-48e6-bb97-e01998ec516b", "size": 12716032, "self": "/v2/images/37214004-04f7-48e6-bb97-e01998ec516b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/37214004-04f7-48e6-bb97-e01998ec516b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:45:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:51:36,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c07bd6d3-5aa3-4a98-8c76-07ca04aae14b 2018-08-10 18:51:36,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290491104126s 2018-08-10 18:51:36,909 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c07bd6d3-5aa3-4a98-8c76-07ca04aae14b 2018-08-10 18:51:36,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 18:51:36,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:37,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-47ff0a81-d52f-49b3-9533-a86209ae45d4 Date: Fri, 10 Aug 2018 18:51:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 18:51:37,865 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b used request id req-47ff0a81-d52f-49b3-9533-a86209ae45d4 2018-08-10 18:51:37,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.954768896103s 2018-08-10 18:51:37,865 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/37214004-04f7-48e6-bb97-e01998ec516b used request id req-47ff0a81-d52f-49b3-9533-a86209ae45d4 2018-08-10 18:51:37,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 18:51:37,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:37,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:51:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31c48453-90f2-4b7d-91f4-c04c53c5d6b6 x-compute-request-id: req-31c48453-90f2-4b7d-91f4-c04c53c5d6b6 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_dfda2dbc-8f21-4d82-aca0-917b8cfb3fc5", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500", "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": "ea27467f-3345-4b69-b86a-dac8e8cc0500"}]} 2018-08-10 18:51:37,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-31c48453-90f2-4b7d-91f4-c04c53c5d6b6 2018-08-10 18:51:37,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0293970108032s 2018-08-10 18:51:37,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-31c48453-90f2-4b7d-91f4-c04c53c5d6b6 2018-08-10 18:51:37,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 18:51:37,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}568bf83483a871d1b49a3b58733300d7deb9a0de" 2018-08-10 18:51:37,941 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 18:51:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3de1f8ae-2db9-4640-a946-9f976bda1687 x-compute-request-id: req-3de1f8ae-2db9-4640-a946-9f976bda1687 Content-Length: 0 Content-Type: application/json 2018-08-10 18:51:37,941 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500 used request id req-3de1f8ae-2db9-4640-a946-9f976bda1687 2018-08-10 18:51:37,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437490940094s 2018-08-10 18:51:37,941 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/ea27467f-3345-4b69-b86a-dac8e8cc0500 used request id req-3de1f8ae-2db9-4640-a946-9f976bda1687 2018-08-10 18:51:37,942 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-08-10 18:51:38,002 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 18:51:38,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 18:51:38,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 18:51:38,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 18:51:38,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 18:51:38,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 18:51:38,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:51:38,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fba81a2-d365-49df-ac8f-d3eae5f18a45 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 18:51:38,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-4fba81a2-d365-49df-ac8f-d3eae5f18a45 2018-08-10 18:51:38,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 18:51:38,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T19:51:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["Y-BHQ1LbTqyykYS_EjMJjQ"], "issued_at": "2018-08-10T18:51:38.000000Z"}} 2018-08-10 18:51:38,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:51:38,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:51:38,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5942a334-0efc-4d96-981b-f5258208881f Date: Fri, 10 Aug 2018 18:51:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:51:38,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5942a334-0efc-4d96-981b-f5258208881f 2018-08-10 18:51:38,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281376123428s 2018-08-10 18:51:38,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5942a334-0efc-4d96-981b-f5258208881f 2018-08-10 18:51:38,742 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 18:51:41,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 18:51:44,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 85679226-1ba3-4c52-9d31-f84aa6c235be | 2018-08-10T18:51:44.009687 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 85679226-1ba3-4c52-9d31-f84aa6c235be ~/.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-10 18:51:48,206 - 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-10 18:51:48,206 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 18:51:50,895 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-10 18:51:54,439 - 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=e91813c9-ae27-4059-84ad-090ad297903a) as the default verifier for the future CLI operations. 2018-08-10 18:51:57,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 18:51:57,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:51:58,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-6fd0936f-0555-4db1-95be-848aa92c1d64 Date: Fri, 10 Aug 2018 18:51:58 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": "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-10 18:51:58,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-6fd0936f-0555-4db1-95be-848aa92c1d64 2018-08-10 18:51:58,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.288330078125s 2018-08-10 18:51:58,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-6fd0936f-0555-4db1-95be-848aa92c1d64 2018-08-10 18:51:58,175 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-10 18:51:58,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 18:51:58,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"network": {"name": "neutron-tempest-plugin-api-net_429d5e37-727e-4244-8031-0cc93ee8df23", "admin_state_up": true}}' 2018-08-10 18:51:58,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-14e558ab-5653-4a87-be51-4073fdaa3e50 Date: Fri, 10 Aug 2018 18:51:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"89b5af5a-7947-4335-99a3-3ef352460a87","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:51:58Z","is_default":false,"provider:segmentation_id":50,"name":"neutron-tempest-plugin-api-net_429d5e37-727e-4244-8031-0cc93ee8df23","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:51:58Z","mtu":1450}} 2018-08-10 18:51:58,761 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-14e558ab-5653-4a87-be51-4073fdaa3e50 2018-08-10 18:51:58,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.585279941559s 2018-08-10 18:51:58,761 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-14e558ab-5653-4a87-be51-4073fdaa3e50 2018-08-10 18:51:58,762 - 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-10T18:51:58Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'89b5af5a-7947-4335-99a3-3ef352460a87', u'provider:segmentation_id': 50, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_429d5e37-727e-4244-8031-0cc93ee8df23', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:51:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:51:58,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 18:51:58,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:51:59,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-0394378a-addd-4b0f-aca2-178640afd5c5 Date: Fri, 10 Aug 2018 18:51:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"89b5af5a-7947-4335-99a3-3ef352460a87","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T18:51:58Z","provider:segmentation_id":50,"name":"neutron-tempest-plugin-api-net_429d5e37-727e-4244-8031-0cc93ee8df23","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:51:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:32:15Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 18:51:59,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-0394378a-addd-4b0f-aca2-178640afd5c5 2018-08-10 18:51:59,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370208978653s 2018-08-10 18:51:59,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-0394378a-addd-4b0f-aca2-178640afd5c5 2018-08-10 18:51:59,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 18:51:59,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_429d5e37-727e-4244-8031-0cc93ee8df23", "enable_dhcp": true, "network_id": "89b5af5a-7947-4335-99a3-3ef352460a87", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 18:51:59,978 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b474cfd6-4ada-434d-a9d4-a4fcb7d59b57 Date: Fri, 10 Aug 2018 18:51:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89b5af5a-7947-4335-99a3-3ef352460a87","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:51:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:51:59Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"97a173c6-fe69-44af-9594-9cd4b92f0258","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_429d5e37-727e-4244-8031-0cc93ee8df23"}} 2018-08-10 18:51:59,978 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b474cfd6-4ada-434d-a9d4-a4fcb7d59b57 2018-08-10 18:51:59,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.842147111893s 2018-08-10 18:51:59,979 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b474cfd6-4ada-434d-a9d4-a4fcb7d59b57 2018-08-10 18:51:59,979 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T18:51:59Z', 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'97a173c6-fe69-44af-9594-9cd4b92f0258', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_429d5e37-727e-4244-8031-0cc93ee8df23', u'enable_dhcp': True, u'network_id': u'89b5af5a-7947-4335-99a3-3ef352460a87', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:51:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 18:51:59,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 18:51:59,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "neutron-tempest-plugin-api-router_429d5e37-727e-4244-8031-0cc93ee8df23", "admin_state_up": true}}' 2018-08-10 18:52:01,535 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-4e7c50c5-8b7b-4cb0-bc59-a10f98c5e65a Date: Fri, 10 Aug 2018 18:52:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:52:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T18:52:01Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "06255589-6a5b-42bd-8bbe-3120968687ed", "name": "neutron-tempest-plugin-api-router_429d5e37-727e-4244-8031-0cc93ee8df23"}} 2018-08-10 18:52:01,535 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-4e7c50c5-8b7b-4cb0-bc59-a10f98c5e65a 2018-08-10 18:52:01,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55581498146s 2018-08-10 18:52:01,536 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-4e7c50c5-8b7b-4cb0-bc59-a10f98c5e65a 2018-08-10 18:52:01,536 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T18:52:00Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T18:52:01Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'06255589-6a5b-42bd-8bbe-3120968687ed', u'name': u'neutron-tempest-plugin-api-router_429d5e37-727e-4244-8031-0cc93ee8df23'}) 2018-08-10 18:52:01,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 18:52:01,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed/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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"subnet_id": "97a173c6-fe69-44af-9594-9cd4b92f0258"}' 2018-08-10 18:52:04,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-14cb0001-1c30-4d93-854f-0b6ef26b8bba Date: Fri, 10 Aug 2018 18:52:04 GMT RESP BODY: {"network_id": "89b5af5a-7947-4335-99a3-3ef352460a87", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "97a173c6-fe69-44af-9594-9cd4b92f0258", "subnet_ids": ["97a173c6-fe69-44af-9594-9cd4b92f0258"], "port_id": "63296208-34e7-42ad-9576-cbd13a4ef730", "id": "06255589-6a5b-42bd-8bbe-3120968687ed"} 2018-08-10 18:52:04,070 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed/add_router_interface.json used request id req-14cb0001-1c30-4d93-854f-0b6ef26b8bba 2018-08-10 18:52:04,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.53316807747s 2018-08-10 18:52:04,071 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed/add_router_interface.json used request id req-14cb0001-1c30-4d93-854f-0b6ef26b8bba returning object 06255589-6a5b-42bd-8bbe-3120968687ed 2018-08-10 18:52:04,071 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 18:52:04,190 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 18:52:04,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:52:04,196 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 18:52:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 18:52:04,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:52:04,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:04,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-15537e12-25fb-40b1-9482-b4e91a8a07b6 Date: Fri, 10 Aug 2018 18:52:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:52:04,491 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-15537e12-25fb-40b1-9482-b4e91a8a07b6 2018-08-10 18:52:04,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290195941925s 2018-08-10 18:52:04,492 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-15537e12-25fb-40b1-9482-b4e91a8a07b6 2018-08-10 18:52:04,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:52:04,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23"}' 2018-08-10 18:52:04,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2a676d91-c96b-4b34-abde-1d09720e00fe Date: Fri, 10 Aug 2018 18:52:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:04Z", "file": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "9c831555-60a6-4412-828d-2a4b24837e6b", "size": null, "self": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b", "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_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": null, "created_at": "2018-08-10T18:52:04Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:52:04,819 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-2a676d91-c96b-4b34-abde-1d09720e00fe 2018-08-10 18:52:04,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.319230079651s 2018-08-10 18:52:04,820 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-2a676d91-c96b-4b34-abde-1d09720e00fe returning object 9c831555-60a6-4412-828d-2a4b24837e6b 2018-08-10 18:52:04,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:52:04,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '' 2018-08-10 18:52:05,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac791b8f-a070-49d6-8abe-bacd531a0d9a Date: Fri, 10 Aug 2018 18:52: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-10 18:52:05,783 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file used request id req-ac791b8f-a070-49d6-8abe-bacd531a0d9a 2018-08-10 18:52:05,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.963065862656s 2018-08-10 18:52:05,784 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file used request id req-ac791b8f-a070-49d6-8abe-bacd531a0d9a 2018-08-10 18:52:05,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:52:05,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:05,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-c36a00de-4e9a-4fb6-a40d-b5587e9567c8 Date: Fri, 10 Aug 2018 18:52:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:05Z", "file": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "9c831555-60a6-4412-828d-2a4b24837e6b", "size": 12716032, "self": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:52:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:52:05,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c36a00de-4e9a-4fb6-a40d-b5587e9567c8 2018-08-10 18:52:05,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0284252166748s 2018-08-10 18:52:05,816 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c36a00de-4e9a-4fb6-a40d-b5587e9567c8 2018-08-10 18:52:05,818 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'9c831555-60a6-4412-828d-2a4b24837e6b', 'size': 12716032, u'self': u'/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:52:05Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T18:52:05Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23', '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/9c831555-60a6-4412-828d-2a4b24837e6b', 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_429d5e37-727e-4244-8031-0cc93ee8df23', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23', 'created': u'2018-08-10T18:52:04Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:52:04Z', 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/9c831555-60a6-4412-828d-2a4b24837e6b', 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_429d5e37-727e-4244-8031-0cc93ee8df23', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:52:05,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:52:05,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_429d5e37-727e-4244-8031-0cc93ee8df23", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:52:06,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4c446d1-8ebf-4ed8-98f7-2353fb127480 x-compute-request-id: req-e4c446d1-8ebf-4ed8-98f7-2353fb127480 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_429d5e37-727e-4244-8031-0cc93ee8df23", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/b863d2d1-c584-4643-944e-12b968d812d0", "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": "b863d2d1-c584-4643-944e-12b968d812d0"}} 2018-08-10 18:52:06,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-e4c446d1-8ebf-4ed8-98f7-2353fb127480 2018-08-10 18:52:06,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.340319156647s 2018-08-10 18:52:06,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-e4c446d1-8ebf-4ed8-98f7-2353fb127480 2018-08-10 18:52:06,160 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_429d5e37-727e-4244-8031-0cc93ee8df23', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'b863d2d1-c584-4643-944e-12b968d812d0', 'swap': 0}) 2018-08-10 18:52:06,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:52:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0/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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"extra_specs": {}}' 2018-08-10 18:52:06,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc9b593e-08c9-472b-bac2-f54cd14eb64f x-compute-request-id: req-cc9b593e-08c9-472b-bac2-f54cd14eb64f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:52:06,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0/os-extra_specs used request id req-cc9b593e-08c9-472b-bac2-f54cd14eb64f 2018-08-10 18:52:06,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0248670578003s 2018-08-10 18:52:06,186 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0/os-extra_specs used request id req-cc9b593e-08c9-472b-bac2-f54cd14eb64f 2018-08-10 18:52:06,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 18:52:06,196 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 18:52:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-869796f2-bf06-4cff-b871-d43291069754 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 18:52:06,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-869796f2-bf06-4cff-b871-d43291069754 2018-08-10 18:52:06,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:52:06,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:06,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f77240-8b28-4139-a8db-cadc3ac1571d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:52:06,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-b6f77240-8b28-4139-a8db-cadc3ac1571d 2018-08-10 18:52:06,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194854974747s 2018-08-10 18:52:06,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-b6f77240-8b28-4139-a8db-cadc3ac1571d 2018-08-10 18:52:06,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 18:52:06,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:06,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-677824b8-1e00-4c08-ba16-8f1655fb7b51 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 18:52:06,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-677824b8-1e00-4c08-ba16-8f1655fb7b51 2018-08-10 18:52:06,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20533490181s 2018-08-10 18:52:06,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-677824b8-1e00-4c08-ba16-8f1655fb7b51 2018-08-10 18:52:06,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-10 18:52:06,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:06,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1311d93-126f-407a-be7f-e70fa326890c x-compute-request-id: req-e1311d93-126f-407a-be7f-e70fa326890c Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "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.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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 347}, "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.5", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-10 18:52:06,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-e1311d93-126f-407a-be7f-e70fa326890c 2018-08-10 18:52:06,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0396931171417s 2018-08-10 18:52:06,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-e1311d93-126f-407a-be7f-e70fa326890c 2018-08-10 18:52:06,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:52:06,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:07,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-92b8cafb-85ec-4455-81c2-4da0615ffd46 Date: Fri, 10 Aug 2018 18:52:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:05Z", "file": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "9c831555-60a6-4412-828d-2a4b24837e6b", "size": 12716032, "self": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:52:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:52:07,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-92b8cafb-85ec-4455-81c2-4da0615ffd46 2018-08-10 18:52:07,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.421935081482s 2018-08-10 18:52:07,080 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-92b8cafb-85ec-4455-81c2-4da0615ffd46 2018-08-10 18:52:07,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 18:52:07,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23"}' 2018-08-10 18:52:07,411 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-17c3f6e4-d8f1-4e81-854e-dac55b5d4d27 Date: Fri, 10 Aug 2018 18:52:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:07Z", "file": "/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "35f36990-4a87-45e2-8484-f9acaf85c637", "size": null, "self": "/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637", "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_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": null, "created_at": "2018-08-10T18:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 18:52:07,411 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-17c3f6e4-d8f1-4e81-854e-dac55b5d4d27 2018-08-10 18:52:07,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.322021961212s 2018-08-10 18:52:07,412 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-17c3f6e4-d8f1-4e81-854e-dac55b5d4d27 returning object 35f36990-4a87-45e2-8484-f9acaf85c637 2018-08-10 18:52:07,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 18:52:07,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637/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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '' 2018-08-10 18:52:08,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6f4377d-a595-4ed4-baf1-f118da88544f Date: Fri, 10 Aug 2018 18:52: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-10 18:52:08,124 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637/file used request id req-d6f4377d-a595-4ed4-baf1-f118da88544f 2018-08-10 18:52:08,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.711375951767s 2018-08-10 18:52:08,124 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637/file used request id req-d6f4377d-a595-4ed4-baf1-f118da88544f 2018-08-10 18:52:08,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 18:52:08,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 18:52:08,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-ff5ae18e-a8c7-474b-a563-75948528878a Date: Fri, 10 Aug 2018 18:52:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:08Z", "file": "/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "35f36990-4a87-45e2-8484-f9acaf85c637", "size": 12716032, "self": "/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/35f36990-4a87-45e2-8484-f9acaf85c637/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/35f36990-4a87-45e2-8484-f9acaf85c637/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:52:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:05Z", "file": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "9c831555-60a6-4412-828d-2a4b24837e6b", "size": 12716032, "self": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:52:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 18:52:08,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-ff5ae18e-a8c7-474b-a563-75948528878a 2018-08-10 18:52:08,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313472986221s 2018-08-10 18:52:08,442 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-ff5ae18e-a8c7-474b-a563-75948528878a 2018-08-10 18:52:08,445 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/35f36990-4a87-45e2-8484-f9acaf85c637/snap', u'metadata': Munch({})})], 'file': u'/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'35f36990-4a87-45e2-8484-f9acaf85c637', 'size': 12716032, u'self': u'/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/35f36990-4a87-45e2-8484-f9acaf85c637/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T18:52:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T18:52:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23', '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/35f36990-4a87-45e2-8484-f9acaf85c637', 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_429d5e37-727e-4244-8031-0cc93ee8df23', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_429d5e37-727e-4244-8031-0cc93ee8df23', 'created': u'2018-08-10T18:52:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T18:52: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/35f36990-4a87-45e2-8484-f9acaf85c637', 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_429d5e37-727e-4244-8031-0cc93ee8df23', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 18:52:08,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 18:52:08,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 18:52:08,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8518745c-9945-44fe-93c9-e90238e2b13e x-compute-request-id: req-8518745c-9945-44fe-93c9-e90238e2b13e Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377", "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": "0b005909-57f1-4f0a-bc80-89b614d3d377"}} 2018-08-10 18:52:08,484 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-8518745c-9945-44fe-93c9-e90238e2b13e 2018-08-10 18:52:08,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.038507938385s 2018-08-10 18:52:08,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-8518745c-9945-44fe-93c9-e90238e2b13e 2018-08-10 18:52:08,485 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_429d5e37-727e-4244-8031-0cc93ee8df23', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'0b005909-57f1-4f0a-bc80-89b614d3d377', 'swap': 0}) 2018-08-10 18:52:08,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 18:52:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377/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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"extra_specs": {}}' 2018-08-10 18:52:08,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 18:52:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7fd4a937-7877-4131-88c4-8fd485e5faec x-compute-request-id: req-7fd4a937-7877-4131-88c4-8fd485e5faec Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 18:52:08,507 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377/os-extra_specs used request id req-7fd4a937-7877-4131-88c4-8fd485e5faec 2018-08-10 18:52:08,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021430015564s 2018-08-10 18:52:08,508 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377/os-extra_specs used request id req-7fd4a937-7877-4131-88c4-8fd485e5faec 2018-08-10 18:52:08,508 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_429d5e37-727e-4244-8031-0cc93ee8df23', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'0b005909-57f1-4f0a-bc80-89b614d3d377', 'swap': 0}) 2018-08-10 18:52:12,268 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-10 18:52:12,269 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-10 18:52:12,269 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-10 18:52:12,272 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-10 18:52:12,275 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-10 18:52:15,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e91813c9-ae27-4059-84ad-090ad297903a/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-10 18:52:15,786 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-10 18:52:15,798 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-10 18:52:15,799 - 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-10 19:06:11,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1f90ea4b-a54e-4552-a6d3-6ffc916bf695 2018-08-10 19:06:11,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1f90ea4b-a54e-4552-a6d3-6ffc916bf695']'. 2018-08-10 19:06:12,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-10 19:06:12,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-10 19:06:12,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 19:06:12,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1f90ea4b-a54e-4552-a6d3-6ffc916bf695 | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-10 18:52:18 | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-10 19:06:11 | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:53 | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-10 19:06:12,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e91813c9-ae27-4059-84ad-090ad297903a) | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 85679226-1ba3-4c52-9d31-f84aa6c235be) | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 546 | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 820.522 | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 370 | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-10 19:06:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-10 19:06:12,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-10 19:06:12,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 19:06:12,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-10 19:06:12,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-10 19:06:12,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1957104558% 2018-08-10 19:06:13,145 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'neutron-tempest-plugin-api'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-10 19:06:13,147 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:15 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-10 19:06:13,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 19:06:13,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:14,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c69be81a-7c6d-47d1-ac54-b66d9c44b0ff Date: Fri, 10 Aug 2018 19:06:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 19:06:14,177 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637 used request id req-c69be81a-7c6d-47d1-ac54-b66d9c44b0ff 2018-08-10 19:06:14,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.02494692802s 2018-08-10 19:06:14,177 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/35f36990-4a87-45e2-8484-f9acaf85c637 used request id req-c69be81a-7c6d-47d1-ac54-b66d9c44b0ff 2018-08-10 19:06:14,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:06:14,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:14,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19: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-09cf5382-9190-4572-92c0-9e0e69e8499c x-compute-request-id: req-09cf5382-9190-4572-92c0-9e0e69e8499c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_alt_429d5e37-727e-4244-8031-0cc93ee8df23", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377", "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": "0b005909-57f1-4f0a-bc80-89b614d3d377"}, {"name": "neutron-tempest-plugin-api-flavor_429d5e37-727e-4244-8031-0cc93ee8df23", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/b863d2d1-c584-4643-944e-12b968d812d0", "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": "b863d2d1-c584-4643-944e-12b968d812d0"}]} 2018-08-10 19:06:14,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-09cf5382-9190-4572-92c0-9e0e69e8499c 2018-08-10 19:06:14,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.306098937988s 2018-08-10 19:06:14,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-09cf5382-9190-4572-92c0-9e0e69e8499c 2018-08-10 19:06:14,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:06:14,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:14,540 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19: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 x-openstack-request-id: req-295d6264-cb73-4cab-82f3-0b2a82232e50 x-compute-request-id: req-295d6264-cb73-4cab-82f3-0b2a82232e50 Content-Length: 0 Content-Type: application/json 2018-08-10 19:06:14,541 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377 used request id req-295d6264-cb73-4cab-82f3-0b2a82232e50 2018-08-10 19:06:14,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0542178153992s 2018-08-10 19:06:14,541 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/0b005909-57f1-4f0a-bc80-89b614d3d377 used request id req-295d6264-cb73-4cab-82f3-0b2a82232e50 2018-08-10 19:06:14,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 19:06:14,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed/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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" -d '{"subnet_id": "97a173c6-fe69-44af-9594-9cd4b92f0258"}' 2018-08-10 19:06:16,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-44a32bd7-0007-4d92-8c2b-9d263fc17cd8 Date: Fri, 10 Aug 2018 19:06:16 GMT RESP BODY: {"network_id": "89b5af5a-7947-4335-99a3-3ef352460a87", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "97a173c6-fe69-44af-9594-9cd4b92f0258", "subnet_ids": ["97a173c6-fe69-44af-9594-9cd4b92f0258"], "port_id": "63296208-34e7-42ad-9576-cbd13a4ef730", "id": "06255589-6a5b-42bd-8bbe-3120968687ed"} 2018-08-10 19:06:16,594 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed/remove_router_interface.json used request id req-44a32bd7-0007-4d92-8c2b-9d263fc17cd8 2018-08-10 19:06:16,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0521709919s 2018-08-10 19:06:16,594 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed/remove_router_interface.json used request id req-44a32bd7-0007-4d92-8c2b-9d263fc17cd8 returning object 06255589-6a5b-42bd-8bbe-3120968687ed 2018-08-10 19:06:16,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 19:06:16,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:16,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-f82a7955-8fb7-4da6-89fc-886bcea11ce8 Date: Fri, 10 Aug 2018 19:06:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:52:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T19:06:15Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "06255589-6a5b-42bd-8bbe-3120968687ed", "name": "neutron-tempest-plugin-api-router_429d5e37-727e-4244-8031-0cc93ee8df23"}]} 2018-08-10 19:06:16,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f82a7955-8fb7-4da6-89fc-886bcea11ce8 2018-08-10 19:06:16,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.363305091858s 2018-08-10 19:06:16,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f82a7955-8fb7-4da6-89fc-886bcea11ce8 2018-08-10 19:06:16,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 19:06:16,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:18,694 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09c08ef7-5e7d-4e1a-aa5a-a639e056a03d Content-Length: 0 Date: Fri, 10 Aug 2018 19:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:06:18,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed.json used request id req-09c08ef7-5e7d-4e1a-aa5a-a639e056a03d 2018-08-10 19:06:18,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.73568511009s 2018-08-10 19:06:18,695 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/06255589-6a5b-42bd-8bbe-3120968687ed.json used request id req-09c08ef7-5e7d-4e1a-aa5a-a639e056a03d 2018-08-10 19:06:18,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 19:06:18,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:19,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-713ac5f7-1f0a-413a-a40b-1585ec6ca759 Date: Fri, 10 Aug 2018 19:06:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89b5af5a-7947-4335-99a3-3ef352460a87","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:51:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T18:51:59Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"97a173c6-fe69-44af-9594-9cd4b92f0258","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_429d5e37-727e-4244-8031-0cc93ee8df23"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 19:06:19,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-713ac5f7-1f0a-413a-a40b-1585ec6ca759 2018-08-10 19:06:19,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308334827423s 2018-08-10 19:06:19,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-713ac5f7-1f0a-413a-a40b-1585ec6ca759 2018-08-10 19:06:19,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 19:06:19,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/97a173c6-fe69-44af-9594-9cd4b92f0258.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:21,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-941b9c1a-f3da-4d00-b8f7-76ab99726ec4 Date: Fri, 10 Aug 2018 19:06:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:06:21,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/97a173c6-fe69-44af-9594-9cd4b92f0258.json used request id req-941b9c1a-f3da-4d00-b8f7-76ab99726ec4 2018-08-10 19:06:21,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33589100838s 2018-08-10 19:06:21,342 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/97a173c6-fe69-44af-9594-9cd4b92f0258.json used request id req-941b9c1a-f3da-4d00-b8f7-76ab99726ec4 2018-08-10 19:06:21,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:06:21,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:21,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-7d37dcd8-3617-48be-8a83-863ab17b67dc Date: Fri, 10 Aug 2018 19:06:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"89b5af5a-7947-4335-99a3-3ef352460a87","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:06:21Z","provider:segmentation_id":50,"name":"neutron-tempest-plugin-api-net_429d5e37-727e-4244-8031-0cc93ee8df23","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T18:51:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:06:21,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-7d37dcd8-3617-48be-8a83-863ab17b67dc 2018-08-10 19:06:21,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.411870002747s 2018-08-10 19:06:21,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-7d37dcd8-3617-48be-8a83-863ab17b67dc 2018-08-10 19:06:21,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 19:06:21,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/89b5af5a-7947-4335-99a3-3ef352460a87.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:23,442 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db7cd3a7-a19c-45f8-9a8b-561337d36f76 Date: Fri, 10 Aug 2018 19:06:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:06:23,442 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/89b5af5a-7947-4335-99a3-3ef352460a87.json used request id req-db7cd3a7-a19c-45f8-9a8b-561337d36f76 2018-08-10 19:06:23,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.68621206284s 2018-08-10 19:06:23,442 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/89b5af5a-7947-4335-99a3-3ef352460a87.json used request id req-db7cd3a7-a19c-45f8-9a8b-561337d36f76 2018-08-10 19:06:23,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:06:23,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:23,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-44b5dc37-028e-4e99-8e1e-235943ecb151 Date: Fri, 10 Aug 2018 19:06:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T18:52:05Z", "file": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "9c831555-60a6-4412-828d-2a4b24837e6b", "size": 12716032, "self": "/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/9c831555-60a6-4412-828d-2a4b24837e6b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_429d5e37-727e-4244-8031-0cc93ee8df23", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T18:52:04Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:06:23,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-44b5dc37-028e-4e99-8e1e-235943ecb151 2018-08-10 19:06:23,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301848173141s 2018-08-10 19:06:23,749 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-44b5dc37-028e-4e99-8e1e-235943ecb151 2018-08-10 19:06:23,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 19:06:23,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:24,438 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd4a221e-41e7-4c19-a12b-a930b3745235 Date: Fri, 10 Aug 2018 19:06:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 19:06:24,438 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b used request id req-fd4a221e-41e7-4c19-a12b-a930b3745235 2018-08-10 19:06:24,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.687279224396s 2018-08-10 19:06:24,438 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/9c831555-60a6-4412-828d-2a4b24837e6b used request id req-fd4a221e-41e7-4c19-a12b-a930b3745235 2018-08-10 19:06:24,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:06:24,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:24,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19: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-c679250d-8546-4e8a-8441-a29dc72d768e x-compute-request-id: req-c679250d-8546-4e8a-8441-a29dc72d768e Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_429d5e37-727e-4244-8031-0cc93ee8df23", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/b863d2d1-c584-4643-944e-12b968d812d0", "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": "b863d2d1-c584-4643-944e-12b968d812d0"}]} 2018-08-10 19:06:24,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-c679250d-8546-4e8a-8441-a29dc72d768e 2018-08-10 19:06:24,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0258750915527s 2018-08-10 19:06:24,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-c679250d-8546-4e8a-8441-a29dc72d768e 2018-08-10 19:06:24,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:06:24,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4c0bcf508a0af3d7719b52e6cf040248e4d35d0c" 2018-08-10 19:06:24,504 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19: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 x-openstack-request-id: req-1b16b778-4795-4ad0-bbc8-9fe60a7e4bef x-compute-request-id: req-1b16b778-4795-4ad0-bbc8-9fe60a7e4bef Content-Length: 0 Content-Type: application/json 2018-08-10 19:06:24,504 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0 used request id req-1b16b778-4795-4ad0-bbc8-9fe60a7e4bef 2018-08-10 19:06:24,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0375161170959s 2018-08-10 19:06:24,504 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/b863d2d1-c584-4643-944e-12b968d812d0 used request id req-1b16b778-4795-4ad0-bbc8-9fe60a7e4bef 2018-08-10 19:06:24,505 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-10 19:06:24,560 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 19:06:24,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 19:06:24,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 19:06:24,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:06:24,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:06:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e13f8cf5-b2a6-4068-99e0-bb7c2d112a4f 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 19:06:24,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-e13f8cf5-b2a6-4068-99e0-bb7c2d112a4f 2018-08-10 19:06:24,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:06:25,017 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T20:06:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["MsVjciOsS9WUUh387_NL8g"], "issued_at": "2018-08-10T19:06:24.000000Z"}} 2018-08-10 19:06:25,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:06:25,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:06:25,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-c3026b3c-d3d8-49e0-850d-224ed5084f58 Date: Fri, 10 Aug 2018 19:06:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:06:25,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3026b3c-d3d8-49e0-850d-224ed5084f58 2018-08-10 19:06:25,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342297077179s 2018-08-10 19:06:25,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c3026b3c-d3d8-49e0-850d-224ed5084f58 2018-08-10 19:06:25,364 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-10 19:06:25,732 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-10 19:06:25,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 19:06:25,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"network": {"shared": true, "name": "rally_sanity-net_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "admin_state_up": true}}' 2018-08-10 19:06:26,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-aed6ed8f-5950-470c-b7f8-c4954a725e51 Date: Fri, 10 Aug 2018 19:06:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"457eea2b-b448-4274-a878-f37162c81dcc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:06:26Z","is_default":false,"provider:segmentation_id":79,"name":"rally_sanity-net_2df7eadf-e7d5-43a4-b857-5df39ada8b4a","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:06:26Z","mtu":1450}} 2018-08-10 19:06:26,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-aed6ed8f-5950-470c-b7f8-c4954a725e51 2018-08-10 19:06:26,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.585834980011s 2018-08-10 19:06:26,319 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-aed6ed8f-5950-470c-b7f8-c4954a725e51 2018-08-10 19:06:26,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-10T19:06:26Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'457eea2b-b448-4274-a878-f37162c81dcc', u'provider:segmentation_id': 79, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T19:06:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 19:06:26,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:06:26,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:06:26,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-ea53967a-76ee-4363-a2cc-9a85ef9bb99f Date: Fri, 10 Aug 2018 19:06:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"457eea2b-b448-4274-a878-f37162c81dcc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:06:26Z","provider:segmentation_id":79,"name":"rally_sanity-net_2df7eadf-e7d5-43a4-b857-5df39ada8b4a","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:06:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:06:26,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ea53967a-76ee-4363-a2cc-9a85ef9bb99f 2018-08-10 19:06:26,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356770038605s 2018-08-10 19:06:26,677 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ea53967a-76ee-4363-a2cc-9a85ef9bb99f 2018-08-10 19:06:26,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 19:06:26,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"subnet": {"name": "rally_sanity-subnet_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "enable_dhcp": true, "network_id": "457eea2b-b448-4274-a878-f37162c81dcc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 19:06:27,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1e34966d-eedf-428a-a7ca-7af22a09ccb0 Date: Fri, 10 Aug 2018 19:06:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457eea2b-b448-4274-a878-f37162c81dcc","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:06:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:06:27Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"b7fdef1c-23e3-44cb-9f62-2bc92391634c","subnetpool_id":null,"name":"rally_sanity-subnet_2df7eadf-e7d5-43a4-b857-5df39ada8b4a"}} 2018-08-10 19:06:27,558 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-1e34966d-eedf-428a-a7ca-7af22a09ccb0 2018-08-10 19:06:27,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.87929391861s 2018-08-10 19:06:27,558 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-1e34966d-eedf-428a-a7ca-7af22a09ccb0 2018-08-10 19:06:27,559 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T19:06:27Z', 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'b7fdef1c-23e3-44cb-9f62-2bc92391634c', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', u'enable_dhcp': True, u'network_id': u'457eea2b-b448-4274-a878-f37162c81dcc', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T19:06:27Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 19:06:27,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 19:06:27,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "rally_sanity-router_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "admin_state_up": true}}' 2018-08-10 19:06:28,973 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b69c2d38-dd7e-4a3b-b642-70fdb7ffc489 Date: Fri, 10 Aug 2018 19:06:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T19:06:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T19:06:28Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "05484cac-c185-4e46-8d3b-704813126d61", "name": "rally_sanity-router_2df7eadf-e7d5-43a4-b857-5df39ada8b4a"}} 2018-08-10 19:06:28,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-b69c2d38-dd7e-4a3b-b642-70fdb7ffc489 2018-08-10 19:06:28,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.41448402405s 2018-08-10 19:06:28,974 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-b69c2d38-dd7e-4a3b-b642-70fdb7ffc489 2018-08-10 19:06:28,975 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T19:06:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T19:06:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'05484cac-c185-4e46-8d3b-704813126d61', u'name': u'rally_sanity-router_2df7eadf-e7d5-43a4-b857-5df39ada8b4a'}) 2018-08-10 19:06:28,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 19:06:28,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61/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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"subnet_id": "b7fdef1c-23e3-44cb-9f62-2bc92391634c"}' 2018-08-10 19:06:31,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cbf8420a-ba83-4661-bacf-d477bf26d4e6 Date: Fri, 10 Aug 2018 19:06:31 GMT RESP BODY: {"network_id": "457eea2b-b448-4274-a878-f37162c81dcc", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "b7fdef1c-23e3-44cb-9f62-2bc92391634c", "subnet_ids": ["b7fdef1c-23e3-44cb-9f62-2bc92391634c"], "port_id": "810c5ae6-7ae6-4f94-81ad-a32dd195cae1", "id": "05484cac-c185-4e46-8d3b-704813126d61"} 2018-08-10 19:06:31,027 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61/add_router_interface.json used request id req-cbf8420a-ba83-4661-bacf-d477bf26d4e6 2018-08-10 19:06:31,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05177593231s 2018-08-10 19:06:31,027 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61/add_router_interface.json used request id req-cbf8420a-ba83-4661-bacf-d477bf26d4e6 returning object 05484cac-c185-4e46-8d3b-704813126d61 2018-08-10 19:06:31,028 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 19:06:31,154 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 19:06:31,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:06:31,160 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 19:06:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 19:06:31,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:06:31,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:06:31,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9f541fec-0c5e-497d-9741-25006118eb23 Date: Fri, 10 Aug 2018 19:06:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:06:31,570 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9f541fec-0c5e-497d-9741-25006118eb23 2018-08-10 19:06:31,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.407089948654s 2018-08-10 19:06:31,570 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9f541fec-0c5e-497d-9741-25006118eb23 2018-08-10 19:06:31,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 19:06:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a"}' 2018-08-10 19:06:31,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2b3769a5-e477-4c42-bce0-082df3d76dab Date: Fri, 10 Aug 2018 19:06:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:06:31Z", "file": "/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "1d1c1920-fe30-497e-83b2-05cadc309b2c", "size": null, "self": "/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c", "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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "checksum": null, "created_at": "2018-08-10T19:06:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 19:06:31,867 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-2b3769a5-e477-4c42-bce0-082df3d76dab 2018-08-10 19:06:31,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.289324045181s 2018-08-10 19:06:31,868 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-2b3769a5-e477-4c42-bce0-082df3d76dab returning object 1d1c1920-fe30-497e-83b2-05cadc309b2c 2018-08-10 19:06:31,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 19:06:31,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '' 2018-08-10 19:06:32,771 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25283b1d-3e20-447a-94c5-d4a09152944a Date: Fri, 10 Aug 2018 19:06: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-10 19:06:32,771 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/file used request id req-25283b1d-3e20-447a-94c5-d4a09152944a 2018-08-10 19:06:32,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.9023001194s 2018-08-10 19:06:32,771 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/file used request id req-25283b1d-3e20-447a-94c5-d4a09152944a 2018-08-10 19:06:32,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:06:32,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:06:33,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-eb1fc524-bcdc-465e-9a55-401a942c4cd6 Date: Fri, 10 Aug 2018 19:06:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:06:32Z", "file": "/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "1d1c1920-fe30-497e-83b2-05cadc309b2c", "size": 12716032, "self": "/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:06:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:06:33,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-eb1fc524-bcdc-465e-9a55-401a942c4cd6 2018-08-10 19:06:33,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.357139110565s 2018-08-10 19:06:33,133 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-eb1fc524-bcdc-465e-9a55-401a942c4cd6 2018-08-10 19:06:33,135 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'1d1c1920-fe30-497e-83b2-05cadc309b2c', 'size': 12716032, u'self': u'/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T19:06:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T19:06:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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/1d1c1920-fe30-497e-83b2-05cadc309b2c', 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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'created': u'2018-08-10T19:06:31Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T19:06: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/1d1c1920-fe30-497e-83b2-05cadc309b2c', 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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 19:06:33,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 19:06:33,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 19:06:33,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:06: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-eecb00d8-fc60-4474-9398-fa781606968a x-compute-request-id: req-eecb00d8-fc60-4474-9398-fa781606968a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76", "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": "ddc9f247-6a40-4db1-b5c9-9ff88d778a76"}} 2018-08-10 19:06:33,448 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-eecb00d8-fc60-4474-9398-fa781606968a 2018-08-10 19:06:33,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312488794327s 2018-08-10 19:06:33,448 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-eecb00d8-fc60-4474-9398-fa781606968a 2018-08-10 19:06:33,449 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'ddc9f247-6a40-4db1-b5c9-9ff88d778a76', 'swap': 0}) 2018-08-10 19:06:33,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 19:06:33,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76/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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"extra_specs": {}}' 2018-08-10 19:06:33,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:06: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-c631971d-c7e1-4a93-8061-101d59b545e8 x-compute-request-id: req-c631971d-c7e1-4a93-8061-101d59b545e8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 19:06:33,472 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76/os-extra_specs used request id req-c631971d-c7e1-4a93-8061-101d59b545e8 2018-08-10 19:06:33,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217478275299s 2018-08-10 19:06:33,472 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76/os-extra_specs used request id req-c631971d-c7e1-4a93-8061-101d59b545e8 2018-08-10 19:06:33,472 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 19:06:36,272 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 19:06:39,045 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 56816359-7f53-4386-bc71-90dcb3c30fb4 | 2018-08-10T19:06:38.670184 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 56816359-7f53-4386-bc71-90dcb3c30fb4 ~/.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-10 19:06:42,882 - 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-10 19:06:42,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-10 19:06:42,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-10 19:06:42,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:06:42,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:06: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-cac6d7e8-872e-4892-8aa8-f8be90406ac4 x-compute-request-id: req-cac6d7e8-872e-4892-8aa8-f8be90406ac4 Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "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.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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 347}, "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.5", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-10 19:06:42,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-cac6d7e8-872e-4892-8aa8-f8be90406ac4 2018-08-10 19:06:42,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0420000553131s 2018-08-10 19:06:42,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-cac6d7e8-872e-4892-8aa8-f8be90406ac4 2018-08-10 19:06:42,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 19:06:42,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 19:06:43,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:06: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-4a687f34-f86d-4c4a-aaa5-d9556409ac97 x-compute-request-id: req-4a687f34-f86d-4c4a-aaa5-d9556409ac97 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e", "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": "000013a9-2818-4329-a7c8-63c3bc2a2e8e"}} 2018-08-10 19:06:43,012 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-4a687f34-f86d-4c4a-aaa5-d9556409ac97 2018-08-10 19:06:43,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.085718870163s 2018-08-10 19:06:43,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-4a687f34-f86d-4c4a-aaa5-d9556409ac97 2018-08-10 19:06:43,013 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'000013a9-2818-4329-a7c8-63c3bc2a2e8e', 'swap': 0}) 2018-08-10 19:06:43,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 19:06:43,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e/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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"extra_specs": {}}' 2018-08-10 19:06:43,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:06:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a038ce07-31c1-4afd-ab09-710cf3a1735a x-compute-request-id: req-a038ce07-31c1-4afd-ab09-710cf3a1735a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 19:06:43,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e/os-extra_specs used request id req-a038ce07-31c1-4afd-ab09-710cf3a1735a 2018-08-10 19:06:43,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206940174103s 2018-08-10 19:06:43,035 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e/os-extra_specs used request id req-a038ce07-31c1-4afd-ab09-710cf3a1735a 2018-08-10 19:06:43,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'000013a9-2818-4329-a7c8-63c3bc2a2e8e', 'swap': 0}) 2018-08-10 19:06:43,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-10 19:06:43,036 - 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-10 19:06:43,037 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:06:43,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:06:43,055 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:08:13,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 2018-08-10 19:08:13,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-10 19:08:13,436 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6cd1d2cb-334e-4928-b07b-80ea1299cbb0'] 2018-08-10 19:08:14,371 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 -------------------------------------------------------------------------------- Task 6cd1d2cb-334e-4928-b07b-80ea1299cbb0: 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 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 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.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | total | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> duration | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 0.571 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.571431 Full duration: 10.67673 -------------------------------------------------------------------------------- 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 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 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 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 1.753 | 100.0% | 1 | | total | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 100.0% | 1 | | -> duration | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 2.241 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.240703 Full duration: 12.33408 -------------------------------------------------------------------------------- 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 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 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.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | total | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 100.0% | 1 | | -> duration | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 1.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.342018 Full duration: 11.074772 -------------------------------------------------------------------------------- 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 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 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.641 | 1.641 | 1.641 | 1.641 | 1.641 | 1.641 | 100.0% | 1 | | total | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> duration | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.087899 Full duration: 11.626343 -------------------------------------------------------------------------------- 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 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 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.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | total | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> duration | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.256784 Full duration: 10.72341 -------------------------------------------------------------------------------- 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 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 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.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787329 Full duration: 10.633606 HINTS: * To plot HTML graphics with this data, run: rally task report 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 --out output.html * To generate a JUnit report, run: rally task export 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 --json --out output.json 2018-08-10 19:08:14,372 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6cd1d2cb-334e-4928-b07b-80ea1299cbb0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-10 19:08:16,880 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-10 19:08:16.777 766 INFO rally.api [-] Building 'json' report for the following task(s): '6cd1d2cb-334e-4928-b07b-80ea1299cbb0'. 2018-08-10 19:08:16.782 766 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:08:16,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6cd1d2cb-334e-4928-b07b-80ea1299cbb0', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-10 19:08:19,487 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6cd1d2cb-334e-4928-b07b-80ea1299cbb0 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-10 19:08:19.367 769 INFO rally.api [-] Building 'html' report for the following task(s): '6cd1d2cb-334e-4928-b07b-80ea1299cbb0'. 2018-08-10 19:08:19.389 769 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:08:19,494 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-10 19:08:19,494 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-10 19:08:19,495 - 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-10 19:08:19,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:08:19,512 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:08:19,512 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:10:19,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f 2018-08-10 19:10:19,593 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7052d4dd-bf92-4e4e-ba5c-5e7def53b87f'] 2018-08-10 19:10:20,547 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f -------------------------------------------------------------------------------- Task 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f: 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 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.049 | 4.049 | 4.049 | 4.049 | 4.049 | 4.049 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 0.669 | 100.0% | 1 | | -> glance_v2.upload_data | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | glance_v2.delete_image | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | total | 5.055 | 5.055 | 5.055 | 5.055 | 5.055 | 5.055 | 100.0% | 1 | | -> duration | 5.055 | 5.055 | 5.055 | 5.055 | 5.055 | 5.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.055112 Full duration: 16.265854 -------------------------------------------------------------------------------- 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 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.813 | 4.813 | 4.813 | 4.813 | 4.813 | 4.813 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 0.887 | 100.0% | 1 | | -> glance_v2.upload_data | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 100.0% | 1 | | glance_v2.list_images | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 0.294 | 100.0% | 1 | | total | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 100.0% | 1 | | -> duration | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 5.108 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.10817 Full duration: 19.332425 -------------------------------------------------------------------------------- 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 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> duration | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.677546 Full duration: 11.0679 -------------------------------------------------------------------------------- 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": "457eea2b-b448-4274-a878-f37162c81dcc" } ], "flavor": { "name": "rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.525 | 4.525 | 4.525 | 4.525 | 4.525 | 4.525 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 0.823 | 100.0% | 1 | | -> glance_v2.upload_data | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | nova.boot_servers | 20.938 | 20.938 | 20.938 | 20.938 | 20.938 | 20.938 | 100.0% | 1 | | total | 25.464 | 25.464 | 25.464 | 25.464 | 25.464 | 25.464 | 100.0% | 1 | | -> duration | 24.464 | 24.464 | 24.464 | 24.464 | 24.464 | 24.464 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.46406 Full duration: 50.648757 HINTS: * To plot HTML graphics with this data, run: rally task report 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f --out output.html * To generate a JUnit report, run: rally task export 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f --json --out output.json 2018-08-10 19:10:20,548 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7052d4dd-bf92-4e4e-ba5c-5e7def53b87f', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-10 19:10:22,976 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-10 19:10:22.873 1322 INFO rally.api [-] Building 'json' report for the following task(s): '7052d4dd-bf92-4e4e-ba5c-5e7def53b87f'. 2018-08-10 19:10:22.878 1322 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:10:22,977 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7052d4dd-bf92-4e4e-ba5c-5e7def53b87f', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-10 19:10:25,596 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7052d4dd-bf92-4e4e-ba5c-5e7def53b87f --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-10 19:10:25.458 1325 INFO rally.api [-] Building 'html' report for the following task(s): '7052d4dd-bf92-4e4e-ba5c-5e7def53b87f'. 2018-08-10 19:10:25.482 1325 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:10:25,602 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-10 19:10:25,603 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-10 19:10:25,603 - 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-10 19:10:25,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:10:25,619 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:10:25,620 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:14:25,300 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a5e63054-b567-4e16-ab04-962fb464a839 2018-08-10 19:14:25,301 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a5e63054-b567-4e16-ab04-962fb464a839'] 2018-08-10 19:14:26,321 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a5e63054-b567-4e16-ab04-962fb464a839 -------------------------------------------------------------------------------- Task a5e63054-b567-4e16-ab04-962fb464a839: 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 a5e63054-b567-4e16-ab04-962fb464a839 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.401 | 3.401 | 3.401 | 3.401 | 3.401 | 3.401 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.881 | 2.881 | 2.881 | 2.881 | 2.881 | 2.881 | 100.0% | 1 | | total | 6.283 | 6.283 | 6.283 | 6.283 | 6.283 | 6.283 | 100.0% | 1 | | -> duration | 6.283 | 6.283 | 6.283 | 6.283 | 6.283 | 6.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.282506 Full duration: 26.387186 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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 | 4.192 | 4.192 | 4.192 | 4.192 | 4.192 | 4.192 | 100.0% | 1 | | cinder_v2.delete_volume | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | total | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | -> duration | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.846395 Full duration: 18.516579 -------------------------------------------------------------------------------- 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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task a5e63054-b567-4e16-ab04-962fb464a839 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.329 | 8.329 | 8.329 | 8.329 | 8.329 | 8.329 | 100.0% | 1 | | cinder_v2.delete_volume | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 0.649 | 100.0% | 1 | | total | 8.978 | 8.978 | 8.978 | 8.978 | 8.978 | 8.978 | 100.0% | 1 | | -> duration | 8.978 | 8.978 | 8.978 | 8.978 | 8.978 | 8.978 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.978444 Full duration: 24.774076 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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 | 4.212 | 4.212 | 4.212 | 4.212 | 4.212 | 4.212 | 100.0% | 1 | | cinder_v2.delete_volume | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 0.631 | 100.0% | 1 | | total | 4.844 | 4.844 | 4.844 | 4.844 | 4.844 | 4.844 | 100.0% | 1 | | -> duration | 4.844 | 4.844 | 4.844 | 4.844 | 4.844 | 4.844 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.844029 Full duration: 18.621634 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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.576 | 3.576 | 3.576 | 3.576 | 3.576 | 3.576 | 100.0% | 1 | | cinder_v2.extend_volume | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | cinder_v2.delete_volume | 2.417 | 2.417 | 2.417 | 2.417 | 2.417 | 2.417 | 100.0% | 1 | | total | 6.808 | 6.808 | 6.808 | 6.808 | 6.808 | 6.808 | 100.0% | 1 | | -> duration | 6.808 | 6.808 | 6.808 | 6.808 | 6.808 | 6.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.808011 Full duration: 20.564145 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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.609 | 3.609 | 3.609 | 3.609 | 3.609 | 3.609 | 100.0% | 1 | | cinder_v2.delete_volume | 3.503 | 3.503 | 3.503 | 3.503 | 3.503 | 3.503 | 100.0% | 1 | | total | 7.112 | 7.112 | 7.112 | 7.112 | 7.112 | 7.112 | 100.0% | 1 | | -> duration | 7.112 | 7.112 | 7.112 | 7.112 | 7.112 | 7.112 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.112421 Full duration: 27.146774 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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.743 | 0.743 | 0.743 | 0.743 | 0.743 | 0.743 | 100.0% | 1 | | cinder_v2.list_qos | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 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.03063 Full duration: 16.78408 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | cinder_v2.set_qos | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 100.0% | 1 | | -> duration | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 1.079 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.078954 Full duration: 17.310677 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | cinder_v2.list_types | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | -> duration | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 1.166 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.16648 Full duration: 16.826999 -------------------------------------------------------------------------------- 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 a5e63054-b567-4e16-ab04-962fb464a839 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.755 | 0.755 | 0.755 | 0.755 | 0.755 | 0.755 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 0.351 | 100.0% | 1 | | total | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | -> duration | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.106367 Full duration: 16.790651 HINTS: * To plot HTML graphics with this data, run: rally task report a5e63054-b567-4e16-ab04-962fb464a839 --out output.html * To generate a JUnit report, run: rally task export a5e63054-b567-4e16-ab04-962fb464a839 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a5e63054-b567-4e16-ab04-962fb464a839 --json --out output.json 2018-08-10 19:14:26,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a5e63054-b567-4e16-ab04-962fb464a839', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-10 19:14:28,927 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a5e63054-b567-4e16-ab04-962fb464a839 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-10 19:14:28.819 3114 INFO rally.api [-] Building 'json' report for the following task(s): 'a5e63054-b567-4e16-ab04-962fb464a839'. 2018-08-10 19:14:28.829 3114 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:14:28,928 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a5e63054-b567-4e16-ab04-962fb464a839', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-10 19:14:31,549 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a5e63054-b567-4e16-ab04-962fb464a839 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-10 19:14:31.422 3117 INFO rally.api [-] Building 'html' report for the following task(s): 'a5e63054-b567-4e16-ab04-962fb464a839'. 2018-08-10 19:14:31.450 3117 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:14:31,561 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-10 19:14:31,562 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-10 19:14:31,562 - 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-10 19:14:31,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:14:31,577 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:14:31,578 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:17:07,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b90e5173-b6c6-419c-8eda-7aaed21db164 2018-08-10 19:17:07,305 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b90e5173-b6c6-419c-8eda-7aaed21db164'] 2018-08-10 19:17:08,150 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b90e5173-b6c6-419c-8eda-7aaed21db164 -------------------------------------------------------------------------------- Task b90e5173-b6c6-419c-8eda-7aaed21db164: 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80815 Full duration: 10.254621 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | total | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> duration | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.707942 Full duration: 10.401943 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | total | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> duration | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.720304 Full duration: 10.267244 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 0.383 | 100.0% | 1 | | total | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> duration | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 1.257 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.257335 Full duration: 11.480571 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689332 Full duration: 10.388118 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 0.395 | 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.092997 Full duration: 11.097904 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | total | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> duration | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.680857 Full duration: 10.166135 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.211 | 1.211 | 1.211 | 1.211 | 1.211 | 1.211 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 0.413 | 100.0% | 1 | | total | 1.624 | 1.624 | 1.624 | 1.624 | 1.624 | 1.624 | 100.0% | 1 | | -> duration | 1.624 | 1.624 | 1.624 | 1.624 | 1.624 | 1.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.624245 Full duration: 12.074722 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687699 Full duration: 10.377986 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | gnocchi.delete_metric | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> duration | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.290135 Full duration: 11.437054 -------------------------------------------------------------------------------- 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 b90e5173-b6c6-419c-8eda-7aaed21db164 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | gnocchi.delete_resource | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> duration | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.011203 Full duration: 11.338637 HINTS: * To plot HTML graphics with this data, run: rally task report b90e5173-b6c6-419c-8eda-7aaed21db164 --out output.html * To generate a JUnit report, run: rally task export b90e5173-b6c6-419c-8eda-7aaed21db164 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b90e5173-b6c6-419c-8eda-7aaed21db164 --json --out output.json 2018-08-10 19:17:08,151 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b90e5173-b6c6-419c-8eda-7aaed21db164', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-10 19:17:10,775 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b90e5173-b6c6-419c-8eda-7aaed21db164 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-10 19:17:10.657 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'b90e5173-b6c6-419c-8eda-7aaed21db164'. 2018-08-10 19:17:10.666 4252 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:17:10,776 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b90e5173-b6c6-419c-8eda-7aaed21db164', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-10 19:17:13,408 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b90e5173-b6c6-419c-8eda-7aaed21db164 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-10 19:17:13.280 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'b90e5173-b6c6-419c-8eda-7aaed21db164'. 2018-08-10 19:17:13.308 4255 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:17:13,421 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-10 19:17:13,422 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-10 19:17:13,422 - 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-10 19:17:13,422 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:17:13,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:17:13,439 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:19:16,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fee7e628-e236-4722-80b4-8dbff6c02b27 2018-08-10 19:19:16,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'fee7e628-e236-4722-80b4-8dbff6c02b27'] 2018-08-10 19:19:17,190 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid fee7e628-e236-4722-80b4-8dbff6c02b27 -------------------------------------------------------------------------------- Task fee7e628-e236-4722-80b4-8dbff6c02b27: 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 fee7e628-e236-4722-80b4-8dbff6c02b27 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 8.322 | 8.322 | 8.322 | 8.322 | 8.322 | 8.322 | 100.0% | 1 | | heat.update_stack | 5.684 | 5.684 | 5.684 | 5.684 | 5.684 | 5.684 | 100.0% | 1 | | heat.delete_stack | 3.733 | 3.733 | 3.733 | 3.733 | 3.733 | 3.733 | 100.0% | 1 | | total | 17.739 | 17.739 | 17.739 | 17.739 | 17.739 | 17.739 | 100.0% | 1 | | -> duration | 13.739 | 13.739 | 13.739 | 13.739 | 13.739 | 13.739 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.739081 Full duration: 30.294405 -------------------------------------------------------------------------------- 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 fee7e628-e236-4722-80b4-8dbff6c02b27 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.746 | 7.746 | 7.746 | 7.746 | 7.746 | 7.746 | 100.0% | 1 | | heat.check_stack | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 100.0% | 1 | | heat.delete_stack | 2.138 | 2.138 | 2.138 | 2.138 | 2.138 | 2.138 | 100.0% | 1 | | total | 12.234 | 12.234 | 12.234 | 12.234 | 12.234 | 12.234 | 100.0% | 1 | | -> duration | 10.234 | 10.234 | 10.234 | 10.234 | 10.234 | 10.234 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.234268 Full duration: 24.177437 -------------------------------------------------------------------------------- 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 fee7e628-e236-4722-80b4-8dbff6c02b27 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 | 6.136 | 6.136 | 6.136 | 6.136 | 6.136 | 6.136 | 100.0% | 1 | | heat.suspend_stack | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 1.728 | 100.0% | 1 | | heat.resume_stack | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | heat.delete_stack | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 1.761 | 100.0% | 1 | | total | 11.181 | 11.181 | 11.181 | 11.181 | 11.181 | 11.181 | 100.0% | 1 | | -> duration | 9.181 | 9.181 | 9.181 | 9.181 | 9.181 | 9.181 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.180982 Full duration: 25.910386 -------------------------------------------------------------------------------- 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 fee7e628-e236-4722-80b4-8dbff6c02b27 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 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | total | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | -> duration | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 1.213 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.212998 Full duration: 12.115647 HINTS: * To plot HTML graphics with this data, run: rally task report fee7e628-e236-4722-80b4-8dbff6c02b27 --out output.html * To generate a JUnit report, run: rally task export fee7e628-e236-4722-80b4-8dbff6c02b27 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fee7e628-e236-4722-80b4-8dbff6c02b27 --json --out output.json 2018-08-10 19:19:17,191 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'fee7e628-e236-4722-80b4-8dbff6c02b27', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-10 19:19:19,633 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid fee7e628-e236-4722-80b4-8dbff6c02b27 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-10 19:19:19.530 5168 INFO rally.api [-] Building 'json' report for the following task(s): 'fee7e628-e236-4722-80b4-8dbff6c02b27'. 2018-08-10 19:19:19.535 5168 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:19:19,633 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'fee7e628-e236-4722-80b4-8dbff6c02b27', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-10 19:19:22,208 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid fee7e628-e236-4722-80b4-8dbff6c02b27 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-10 19:19:22.089 5171 INFO rally.api [-] Building 'html' report for the following task(s): 'fee7e628-e236-4722-80b4-8dbff6c02b27'. 2018-08-10 19:19:22.110 5171 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:19:22,214 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-10 19:19:22,214 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-10 19:19:22,215 - 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-10 19:19:22,215 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:19:22,232 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:19:22,233 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:23:43,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f877a3be-0413-48ce-8393-9b2393033502 2018-08-10 19:23:43,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f877a3be-0413-48ce-8393-9b2393033502'] 2018-08-10 19:23:44,540 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f877a3be-0413-48ce-8393-9b2393033502 -------------------------------------------------------------------------------- Task f877a3be-0413-48ce-8393-9b2393033502: 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 f877a3be-0413-48ce-8393-9b2393033502 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.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | keystone_v3.add_role | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | keystone_v3.revoke_role | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 100.0% | 1 | | -> duration | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.199618 Full duration: 19.945156 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | keystone_v3.add_role | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | keystone_v3.list_roles | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | total | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | -> duration | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 1.163 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.162864 Full duration: 19.786246 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 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.15 | 1.15 | 1.15 | 1.15 | 1.15 | 1.15 | 100.0% | 1 | | keystone_v3.list_projects | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | -> duration | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 1.424 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.423939 Full duration: 20.189783 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 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.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | keystone_v3.delete_role | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | -> duration | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 1.065 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06452 Full duration: 17.481773 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | keystone_v3.delete_service | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> duration | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.937441 Full duration: 17.697314 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 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.087 | 1.087 | 1.087 | 1.087 | 1.087 | 1.087 | 100.0% | 1 | | keystone_v3.create_user | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | -> keystone_v3.add_role | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | keystone_v3.create_role | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | keystone_v3.get_project | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.get_user | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | keystone_v3.get_role | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.list_services | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | keystone_v3.get_services | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 0.195 | 100.0% | 1 | | total | 3.24 | 3.24 | 3.24 | 3.24 | 3.24 | 3.24 | 100.0% | 1 | | -> duration | 3.24 | 3.24 | 3.24 | 3.24 | 3.24 | 3.24 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.239948 Full duration: 26.950416 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 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.302 | 1.302 | 1.302 | 1.302 | 1.302 | 1.302 | 100.0% | 1 | | keystone_v3.update_project | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | keystone_v3.delete_project | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | -> duration | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 1.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.712617 Full duration: 17.797394 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f877a3be-0413-48ce-8393-9b2393033502 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | total | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | -> duration | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 1.406 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.406424 Full duration: 20.206371 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task f877a3be-0413-48ce-8393-9b2393033502 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.201 | 1.201 | 1.201 | 1.201 | 1.201 | 1.201 | 100.0% | 1 | | total | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | -> duration | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.201668 Full duration: 20.121285 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | keystone_v3.list_users | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 0.211 | 100.0% | 1 | | total | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | -> duration | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.445687 Full duration: 20.428678 -------------------------------------------------------------------------------- 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 f877a3be-0413-48ce-8393-9b2393033502 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | keystone_v3.create_users | 8.691 | 8.691 | 8.691 | 8.691 | 8.691 | 8.691 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 8.69 | 8.69 | 8.69 | 8.69 | 8.69 | 8.69 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 1.678 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 2.117 | 100.0% | 1 | | total | 11.421 | 11.421 | 11.421 | 11.421 | 11.421 | 11.421 | 100.0% | 1 | | -> duration | 11.421 | 11.421 | 11.421 | 11.421 | 11.421 | 11.421 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.420755 Full duration: 33.242073 HINTS: * To plot HTML graphics with this data, run: rally task report f877a3be-0413-48ce-8393-9b2393033502 --out output.html * To generate a JUnit report, run: rally task export f877a3be-0413-48ce-8393-9b2393033502 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f877a3be-0413-48ce-8393-9b2393033502 --json --out output.json 2018-08-10 19:23:44,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f877a3be-0413-48ce-8393-9b2393033502', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-10 19:23:47,126 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f877a3be-0413-48ce-8393-9b2393033502 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-10 19:23:47.012 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'f877a3be-0413-48ce-8393-9b2393033502'. 2018-08-10 19:23:47.023 7086 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:23:47,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f877a3be-0413-48ce-8393-9b2393033502', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-10 19:23:49,605 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f877a3be-0413-48ce-8393-9b2393033502 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-10 19:23:49.468 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'f877a3be-0413-48ce-8393-9b2393033502'. 2018-08-10 19:23:49.499 7089 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:23:49,620 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-10 19:23:49,621 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-10 19:23:49,621 - 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-10 19:23:49,622 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:23:49,637 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:23:49,638 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:30:46,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 786aefb1-c826-4577-ab24-a1ae88ac8363 2018-08-10 19:30:46,799 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '786aefb1-c826-4577-ab24-a1ae88ac8363'] 2018-08-10 19:30:47,793 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 786aefb1-c826-4577-ab24-a1ae88ac8363 -------------------------------------------------------------------------------- Task 786aefb1-c826-4577-ab24-a1ae88ac8363: 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.351 | 1.351 | 1.351 | 1.351 | 1.351 | 1.351 | 100.0% | 1 | | neutron.delete_network | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | total | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 100.0% | 1 | | -> duration | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 2.374 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.374113 Full duration: 19.744296 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.671 | 1.671 | 1.671 | 1.671 | 1.671 | 1.671 | 100.0% | 1 | | neutron.delete_port | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | total | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 100.0% | 1 | | -> duration | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.556228 Full duration: 38.91013 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | neutron.create_subnet | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.create_router | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | neutron.add_interface_router | 2.211 | 2.211 | 2.211 | 2.211 | 2.211 | 2.211 | 100.0% | 1 | | neutron.remove_interface_router | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 2.139 | 100.0% | 1 | | neutron.delete_router | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | total | 7.748 | 7.748 | 7.748 | 7.748 | 7.748 | 7.748 | 100.0% | 1 | | -> duration | 7.748 | 7.748 | 7.748 | 7.748 | 7.748 | 7.748 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.748104 Full duration: 50.794624 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | neutron.delete_subnet | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 100.0% | 1 | | total | 3.368 | 3.368 | 3.368 | 3.368 | 3.368 | 3.368 | 100.0% | 1 | | -> duration | 3.368 | 3.368 | 3.368 | 3.368 | 3.368 | 3.368 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.367536 Full duration: 40.744555 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | neutron.list_networks | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 0.574 | 100.0% | 1 | | total | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 100.0% | 1 | | -> duration | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 1.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.681961 Full duration: 21.83375 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.37 | 1.37 | 1.37 | 1.37 | 1.37 | 1.37 | 100.0% | 1 | | neutron.list_ports | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 0.325 | 100.0% | 1 | | total | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> duration | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 1.695 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.6954 Full duration: 40.711472 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | neutron.create_subnet | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 0.909 | 100.0% | 1 | | neutron.create_router | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | neutron.add_interface_router | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 2.337 | 100.0% | 1 | | neutron.list_routers | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 100.0% | 1 | | total | 4.872 | 4.872 | 4.872 | 4.872 | 4.872 | 4.872 | 100.0% | 1 | | -> duration | 4.872 | 4.872 | 4.872 | 4.872 | 4.872 | 4.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.871554 Full duration: 53.63338 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.952 | 0.952 | 0.952 | 0.952 | 0.952 | 0.952 | 100.0% | 1 | | neutron.create_subnet | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 1.006 | 100.0% | 1 | | neutron.list_subnets | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 0.344 | 100.0% | 1 | | total | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 100.0% | 1 | | -> duration | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 2.303 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.302537 Full duration: 45.19523 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | neutron.delete_security_group | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 0.415 | 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.358424 Full duration: 18.914099 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | neutron.create_security_group_rule | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 0.327 | 100.0% | 1 | | neutron.delete_security_group | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 0.398 | 100.0% | 1 | | total | 2.406 | 2.406 | 2.406 | 2.406 | 2.406 | 2.406 | 100.0% | 1 | | -> duration | 2.406 | 2.406 | 2.406 | 2.406 | 2.406 | 2.406 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.405686 Full duration: 19.558381 -------------------------------------------------------------------------------- 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 786aefb1-c826-4577-ab24-a1ae88ac8363 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.441 | 1.441 | 1.441 | 1.441 | 1.441 | 1.441 | 100.0% | 1 | | neutron.create_router | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | neutron.add_gateway_router | 1.801 | 1.801 | 1.801 | 1.801 | 1.801 | 1.801 | 100.0% | 1 | | neutron.remove_gateway_router | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | total | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 100.0% | 1 | | -> duration | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 5.415 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.414705 Full duration: 34.226766 HINTS: * To plot HTML graphics with this data, run: rally task report 786aefb1-c826-4577-ab24-a1ae88ac8363 --out output.html * To generate a JUnit report, run: rally task export 786aefb1-c826-4577-ab24-a1ae88ac8363 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 786aefb1-c826-4577-ab24-a1ae88ac8363 --json --out output.json 2018-08-10 19:30:47,794 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '786aefb1-c826-4577-ab24-a1ae88ac8363', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-10 19:30:50,416 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 786aefb1-c826-4577-ab24-a1ae88ac8363 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-10 19:30:50.301 10384 INFO rally.api [-] Building 'json' report for the following task(s): '786aefb1-c826-4577-ab24-a1ae88ac8363'. 2018-08-10 19:30:50.313 10384 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:30:50,416 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '786aefb1-c826-4577-ab24-a1ae88ac8363', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-10 19:30:53,080 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 786aefb1-c826-4577-ab24-a1ae88ac8363 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-10 19:30:52.943 10387 INFO rally.api [-] Building 'html' report for the following task(s): '786aefb1-c826-4577-ab24-a1ae88ac8363'. 2018-08-10 19:30:52.975 10387 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:30:53,088 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-10 19:30:53,088 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-10 19:30:53,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-08-10 19:30:53,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:30:53,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:30:53,096 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:32:27,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 00c7bcab-1817-4547-9929-7d4e45bbe636 2018-08-10 19:32:27,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '00c7bcab-1817-4547-9929-7d4e45bbe636'] 2018-08-10 19:32:28,262 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 00c7bcab-1817-4547-9929-7d4e45bbe636 -------------------------------------------------------------------------------- Task 00c7bcab-1817-4547-9929-7d4e45bbe636: 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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a" }, "image": { "name": "rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a" }, "nics": [ { "net-id": "457eea2b-b448-4274-a878-f37162c81dcc" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 00c7bcab-1817-4547-9929-7d4e45bbe636 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 | 17.779 | 17.779 | 17.779 | 17.779 | 17.779 | 17.779 | 100.0% | 1 | | nova.live_migrate | 12.991 | 12.991 | 12.991 | 12.991 | 12.991 | 12.991 | 0.0% | 1 | | total | 30.77 | 30.77 | 30.77 | 30.77 | 30.77 | 30.77 | 0.0% | 1 | | -> duration | 29.77 | 29.77 | 29.77 | 29.77 | 29.77 | 29.77 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.770338 Full duration: 51.210078 HINTS: * To plot HTML graphics with this data, run: rally task report 00c7bcab-1817-4547-9929-7d4e45bbe636 --out output.html * To generate a JUnit report, run: rally task export 00c7bcab-1817-4547-9929-7d4e45bbe636 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 00c7bcab-1817-4547-9929-7d4e45bbe636 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-10 19:32:28,262 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '00c7bcab-1817-4547-9929-7d4e45bbe636', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-10 19:32:30,786 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 00c7bcab-1817-4547-9929-7d4e45bbe636 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-10 19:32:30.680 10622 INFO rally.api [-] Building 'json' report for the following task(s): '00c7bcab-1817-4547-9929-7d4e45bbe636'. 2018-08-10 19:32:30.683 10622 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:32:30,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '00c7bcab-1817-4547-9929-7d4e45bbe636', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-10 19:32:33,167 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 00c7bcab-1817-4547-9929-7d4e45bbe636 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-10 19:32:33.045 10625 INFO rally.api [-] Building 'html' report for the following task(s): '00c7bcab-1817-4547-9929-7d4e45bbe636'. 2018-08-10 19:32:33.063 10625 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:32:33,169 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-10 19:32:33,169 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-10 19:32:33,170 - 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-10 19:32:33,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-10 19:32:33,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-10 19:32:33,188 - 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': '457eea2b-b448-4274-a878-f37162c81dcc', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', 'flavor_name': 'rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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_2df7eadf-e7d5-43a4-b857-5df39ada8b4a', '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-10 19:33:39,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 515934d9-f105-41c0-97c2-885d599070b8 2018-08-10 19:33:39,808 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '515934d9-f105-41c0-97c2-885d599070b8'] 2018-08-10 19:33:40,740 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 515934d9-f105-41c0-97c2-885d599070b8 -------------------------------------------------------------------------------- Task 515934d9-f105-41c0-97c2-885d599070b8: 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 515934d9-f105-41c0-97c2-885d599070b8 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.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | quotas.delete_quotas | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> duration | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 1.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.458781 Full duration: 12.494147 -------------------------------------------------------------------------------- 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 515934d9-f105-41c0-97c2-885d599070b8 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.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88553 Full duration: 11.256306 -------------------------------------------------------------------------------- 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 515934d9-f105-41c0-97c2-885d599070b8 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | total | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> duration | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.026084 Full duration: 11.940532 -------------------------------------------------------------------------------- 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 515934d9-f105-41c0-97c2-885d599070b8 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.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | total | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | -> duration | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.260224 Full duration: 11.667673 HINTS: * To plot HTML graphics with this data, run: rally task report 515934d9-f105-41c0-97c2-885d599070b8 --out output.html * To generate a JUnit report, run: rally task export 515934d9-f105-41c0-97c2-885d599070b8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 515934d9-f105-41c0-97c2-885d599070b8 --json --out output.json 2018-08-10 19:33:40,741 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '515934d9-f105-41c0-97c2-885d599070b8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-10 19:33:43,306 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 515934d9-f105-41c0-97c2-885d599070b8 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-10 19:33:43.191 11138 INFO rally.api [-] Building 'json' report for the following task(s): '515934d9-f105-41c0-97c2-885d599070b8'. 2018-08-10 19:33:43.195 11138 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:33:43,306 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '515934d9-f105-41c0-97c2-885d599070b8', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-10 19:33:45,819 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 515934d9-f105-41c0-97c2-885d599070b8 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-10 19:33:45.698 11141 INFO rally.api [-] Building 'html' report for the following task(s): '515934d9-f105-41c0-97c2-885d599070b8'. 2018-08-10 19:33:45.719 11141 INFO rally.api [-] The report has been successfully built. 2018-08-10 19:33:45,825 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-10 19:33:45,828 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:07 | 6 | 100.00% | | glance | 01:37 | 4 | 100.00% | | cinder | 03:23 | 10 | 100.00% | | gnocchi | 01:59 | 11 | 100.00% | | heat | 01:32 | 4 | 100.00% | | keystone | 03:53 | 11 | 100.00% | | neutron | 06:24 | 11 | 100.00% | | nova | 00:51 | 1 | 0.00% | | quotas | 00:47 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:36 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-10 19:33:45,829 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-10 19:33:45,954 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 19:33:45,954 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 27:20 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-10 19:33:45,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:33:45,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:46,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:33: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-8ee151a6-f085-4468-8eeb-e1e8fc983807 x-compute-request-id: req-8ee151a6-f085-4468-8eeb-e1e8fc983807 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e", "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": "000013a9-2818-4329-a7c8-63c3bc2a2e8e"}, {"name": "rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76", "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": "ddc9f247-6a40-4db1-b5c9-9ff88d778a76"}]} 2018-08-10 19:33:46,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-8ee151a6-f085-4468-8eeb-e1e8fc983807 2018-08-10 19:33:46,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.275804042816s 2018-08-10 19:33:46,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-8ee151a6-f085-4468-8eeb-e1e8fc983807 2018-08-10 19:33:46,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:33:46,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:46,272 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:33:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59ffe71c-e5e5-4cd2-97b7-b9d61a31efa8 x-compute-request-id: req-59ffe71c-e5e5-4cd2-97b7-b9d61a31efa8 Content-Length: 0 Content-Type: application/json 2018-08-10 19:33:46,272 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e used request id req-59ffe71c-e5e5-4cd2-97b7-b9d61a31efa8 2018-08-10 19:33:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0343849658966s 2018-08-10 19:33:46,273 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/000013a9-2818-4329-a7c8-63c3bc2a2e8e used request id req-59ffe71c-e5e5-4cd2-97b7-b9d61a31efa8 2018-08-10 19:33:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 19:33:46,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61/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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" -d '{"subnet_id": "b7fdef1c-23e3-44cb-9f62-2bc92391634c"}' 2018-08-10 19:33:48,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a799c887-3b15-403c-ae26-1bd5016bc117 Date: Fri, 10 Aug 2018 19:33:48 GMT RESP BODY: {"network_id": "457eea2b-b448-4274-a878-f37162c81dcc", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "b7fdef1c-23e3-44cb-9f62-2bc92391634c", "subnet_ids": ["b7fdef1c-23e3-44cb-9f62-2bc92391634c"], "port_id": "810c5ae6-7ae6-4f94-81ad-a32dd195cae1", "id": "05484cac-c185-4e46-8d3b-704813126d61"} 2018-08-10 19:33:48,745 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61/remove_router_interface.json used request id req-a799c887-3b15-403c-ae26-1bd5016bc117 2018-08-10 19:33:48,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.47148609161s 2018-08-10 19:33:48,745 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61/remove_router_interface.json used request id req-a799c887-3b15-403c-ae26-1bd5016bc117 returning object 05484cac-c185-4e46-8d3b-704813126d61 2018-08-10 19:33:48,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 19:33:48,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:49,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-0d14af32-c47b-4b84-9d53-7f14686c2175 Date: Fri, 10 Aug 2018 19:33:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T19:06:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T19:33:47Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "05484cac-c185-4e46-8d3b-704813126d61", "name": "rally_sanity-router_2df7eadf-e7d5-43a4-b857-5df39ada8b4a"}]} 2018-08-10 19:33:49,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-0d14af32-c47b-4b84-9d53-7f14686c2175 2018-08-10 19:33:49,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.410148859024s 2018-08-10 19:33:49,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-0d14af32-c47b-4b84-9d53-7f14686c2175 2018-08-10 19:33:49,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 19:33:49,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:51,110 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83039c97-e179-4b04-ad9c-451ee5592217 Content-Length: 0 Date: Fri, 10 Aug 2018 19:33:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:33:51,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61.json used request id req-83039c97-e179-4b04-ad9c-451ee5592217 2018-08-10 19:33:51,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.9531648159s 2018-08-10 19:33:51,111 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/05484cac-c185-4e46-8d3b-704813126d61.json used request id req-83039c97-e179-4b04-ad9c-451ee5592217 2018-08-10 19:33:51,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 19:33:51,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:51,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-f7d48c00-1926-4237-8246-1ffbcfec40c8 Date: Fri, 10 Aug 2018 19:33:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"457eea2b-b448-4274-a878-f37162c81dcc","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:06:27Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:06:27Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"b7fdef1c-23e3-44cb-9f62-2bc92391634c","subnetpool_id":null,"name":"rally_sanity-subnet_2df7eadf-e7d5-43a4-b857-5df39ada8b4a"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 19:33:51,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-f7d48c00-1926-4237-8246-1ffbcfec40c8 2018-08-10 19:33:51,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.238273143768s 2018-08-10 19:33:51,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-f7d48c00-1926-4237-8246-1ffbcfec40c8 2018-08-10 19:33:51,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 19:33:51,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/b7fdef1c-23e3-44cb-9f62-2bc92391634c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:53,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-451917b3-8353-4a2f-a276-6bc0b1a90a33 Date: Fri, 10 Aug 2018 19:33:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:33:53,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/b7fdef1c-23e3-44cb-9f62-2bc92391634c.json used request id req-451917b3-8353-4a2f-a276-6bc0b1a90a33 2018-08-10 19:33:53,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35492706299s 2018-08-10 19:33:53,707 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/b7fdef1c-23e3-44cb-9f62-2bc92391634c.json used request id req-451917b3-8353-4a2f-a276-6bc0b1a90a33 2018-08-10 19:33:53,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:33:53,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:53,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-d701855c-9213-4ba3-a1cc-678fbbf0fc2b Date: Fri, 10 Aug 2018 19:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"457eea2b-b448-4274-a878-f37162c81dcc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:33:53Z","provider:segmentation_id":79,"name":"rally_sanity-net_2df7eadf-e7d5-43a4-b857-5df39ada8b4a","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:06:26Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:33:53,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d701855c-9213-4ba3-a1cc-678fbbf0fc2b 2018-08-10 19:33:53,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0905518531799s 2018-08-10 19:33:53,799 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d701855c-9213-4ba3-a1cc-678fbbf0fc2b 2018-08-10 19:33:53,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 19:33:53,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/457eea2b-b448-4274-a878-f37162c81dcc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:55,655 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5095d7a-936d-4103-a507-424698340fda Date: Fri, 10 Aug 2018 19:33:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:33:55,655 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/457eea2b-b448-4274-a878-f37162c81dcc.json used request id req-f5095d7a-936d-4103-a507-424698340fda 2018-08-10 19:33:55,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.85456395149s 2018-08-10 19:33:55,655 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/457eea2b-b448-4274-a878-f37162c81dcc.json used request id req-f5095d7a-936d-4103-a507-424698340fda 2018-08-10 19:33:55,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:33:55,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:56,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-d17c4996-b5da-4102-8453-e1f477daa9f9 Date: Fri, 10 Aug 2018 19:33:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:06:32Z", "file": "/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "1d1c1920-fe30-497e-83b2-05cadc309b2c", "size": 12716032, "self": "/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/1d1c1920-fe30-497e-83b2-05cadc309b2c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:06:31Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:33:56,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d17c4996-b5da-4102-8453-e1f477daa9f9 2018-08-10 19:33:56,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.377827882767s 2018-08-10 19:33:56,038 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d17c4996-b5da-4102-8453-e1f477daa9f9 2018-08-10 19:33:56,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 19:33:56,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:57,016 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f3881d7-9927-47de-a45c-009131def672 Date: Fri, 10 Aug 2018 19:33: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-10 19:33:57,016 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c used request id req-1f3881d7-9927-47de-a45c-009131def672 2018-08-10 19:33:57,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.976181983948s 2018-08-10 19:33:57,017 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/1d1c1920-fe30-497e-83b2-05cadc309b2c used request id req-1f3881d7-9927-47de-a45c-009131def672 2018-08-10 19:33:57,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:33:57,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:57,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:33: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-b3d8f360-406d-457e-a6da-bbc5c65d5c00 x-compute-request-id: req-b3d8f360-406d-457e-a6da-bbc5c65d5c00 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_2df7eadf-e7d5-43a4-b857-5df39ada8b4a", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76", "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": "ddc9f247-6a40-4db1-b5c9-9ff88d778a76"}]} 2018-08-10 19:33:57,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-b3d8f360-406d-457e-a6da-bbc5c65d5c00 2018-08-10 19:33:57,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247430801392s 2018-08-10 19:33:57,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-b3d8f360-406d-457e-a6da-bbc5c65d5c00 2018-08-10 19:33:57,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:33:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee0e9e8f9dde90692ad0fb57afdae435c75fb574" 2018-08-10 19:33:57,081 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:33: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-2e16902e-5095-4730-bf80-ae87aa9205d4 x-compute-request-id: req-2e16902e-5095-4730-bf80-ae87aa9205d4 Content-Length: 0 Content-Type: application/json 2018-08-10 19:33:57,082 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76 used request id req-2e16902e-5095-4730-bf80-ae87aa9205d4 2018-08-10 19:33:57,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0374829769135s 2018-08-10 19:33:57,082 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/ddc9f247-6a40-4db1-b5c9-9ff88d778a76 used request id req-2e16902e-5095-4730-bf80-ae87aa9205d4 2018-08-10 19:33:57,082 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-10 19:33:57,143 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-10 19:33:57,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 19:33:57,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 19:33:57,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 19:33:57,188 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 19:33:57,189 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 19:33:57,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 19:33:57,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:33:57,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce600706-f5fb-4c54-90ff-797833afc383 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 19:33:57,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-ce600706-f5fb-4c54-90ff-797833afc383 2018-08-10 19:33:57,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:33:57,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T20:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["q9FfK67aSGGT197uiCmQ2g"], "issued_at": "2018-08-10T19:33:57.000000Z"}} 2018-08-10 19:33:57,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:33:57,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:33:58,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-1581b41c-8db7-486a-b115-b5923b09a73b Date: Fri, 10 Aug 2018 19:33:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:33:58,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1581b41c-8db7-486a-b115-b5923b09a73b 2018-08-10 19:33:58,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.758579969406s 2018-08-10 19:33:58,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1581b41c-8db7-486a-b115-b5923b09a73b 2018-08-10 19:33:58,355 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 19:34:01,141 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 19:34:03,867 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 64d0e2e9-7252-4398-878e-1a68863dccf4 | 2018-08-10T19:34:03.491712 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 64d0e2e9-7252-4398-878e-1a68863dccf4 ~/.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-10 19:34:07,822 - 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-10 19:34:07,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 19:34:10,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-10 19:34:13,977 - 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=f7945179-e721-49c0-a956-2347fcc03e0d) as the default verifier for the future CLI operations. 2018-08-10 19:34:17,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 19:34:17,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:17,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-6503d2ee-5696-413b-b6fc-98ff8317c45d Date: Fri, 10 Aug 2018 19:34:17 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": "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-10 19:34:17,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-6503d2ee-5696-413b-b6fc-98ff8317c45d 2018-08-10 19:34:17,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.370647907257s 2018-08-10 19:34:17,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-6503d2ee-5696-413b-b6fc-98ff8317c45d 2018-08-10 19:34:17,734 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-10 19:34:17,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 19:34:17,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"network": {"name": "patrole-net_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "admin_state_up": true}}' 2018-08-10 19:34:18,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a36739c1-5a61-4f2d-b726-ee830dfd1971 Date: Fri, 10 Aug 2018 19:34:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5f89c34b-e6db-4779-85e4-e39e373c230e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:34:18Z","is_default":false,"provider:segmentation_id":95,"name":"patrole-net_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:34:18Z","mtu":1450}} 2018-08-10 19:34:18,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a36739c1-5a61-4f2d-b726-ee830dfd1971 2018-08-10 19:34:18,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.567087173462s 2018-08-10 19:34:18,302 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a36739c1-5a61-4f2d-b726-ee830dfd1971 2018-08-10 19:34:18,302 - 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-10T19:34:18Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5f89c34b-e6db-4779-85e4-e39e373c230e', u'provider:segmentation_id': 95, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T19:34:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 19:34:18,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:34:18,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:18,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-003a7174-b84f-4eb6-b616-45386676c7fb Date: Fri, 10 Aug 2018 19:34:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"5f89c34b-e6db-4779-85e4-e39e373c230e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:34:18Z","provider:segmentation_id":95,"name":"patrole-net_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:34:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:34:18,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-003a7174-b84f-4eb6-b616-45386676c7fb 2018-08-10 19:34:18,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35432600975s 2018-08-10 19:34:18,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-003a7174-b84f-4eb6-b616-45386676c7fb 2018-08-10 19:34:18,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 19:34:18,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"subnet": {"name": "patrole-subnet_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "enable_dhcp": true, "network_id": "5f89c34b-e6db-4779-85e4-e39e373c230e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 19:34:19,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-59347362-a0f9-4d42-ab9e-d493103344d7 Date: Fri, 10 Aug 2018 19:34:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f89c34b-e6db-4779-85e4-e39e373c230e","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:34:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:34:19Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"3206606c-167f-46b8-bc18-3fb13206d46d","subnetpool_id":null,"name":"patrole-subnet_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982"}} 2018-08-10 19:34:19,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-59347362-a0f9-4d42-ab9e-d493103344d7 2018-08-10 19:34:19,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.810512065887s 2018-08-10 19:34:19,471 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-59347362-a0f9-4d42-ab9e-d493103344d7 2018-08-10 19:34:19,471 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T19:34:19Z', 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'3206606c-167f-46b8-bc18-3fb13206d46d', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', u'enable_dhcp': True, u'network_id': u'5f89c34b-e6db-4779-85e4-e39e373c230e', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T19:34:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 19:34:19,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 19:34:19,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "patrole-router_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "admin_state_up": true}}' 2018-08-10 19:34:21,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-63e322c4-6af0-451d-82d3-017c40858483 Date: Fri, 10 Aug 2018 19:34:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T19:34:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T19:34:21Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e", "name": "patrole-router_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982"}} 2018-08-10 19:34:21,507 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-63e322c4-6af0-451d-82d3-017c40858483 2018-08-10 19:34:21,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.03577494621s 2018-08-10 19:34:21,508 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-63e322c4-6af0-451d-82d3-017c40858483 2018-08-10 19:34:21,508 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T19:34:20Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T19:34:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e', u'name': u'patrole-router_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982'}) 2018-08-10 19:34:21,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 19:34:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e/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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"subnet_id": "3206606c-167f-46b8-bc18-3fb13206d46d"}' 2018-08-10 19:34:23,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a7767840-9d7e-430e-9716-c4fcb3c3e007 Date: Fri, 10 Aug 2018 19:34:23 GMT RESP BODY: {"network_id": "5f89c34b-e6db-4779-85e4-e39e373c230e", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "3206606c-167f-46b8-bc18-3fb13206d46d", "subnet_ids": ["3206606c-167f-46b8-bc18-3fb13206d46d"], "port_id": "0ddc734d-681e-4892-8825-77b1d485d1e1", "id": "ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e"} 2018-08-10 19:34:23,959 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e/add_router_interface.json used request id req-a7767840-9d7e-430e-9716-c4fcb3c3e007 2018-08-10 19:34:23,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44993782043s 2018-08-10 19:34:23,959 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e/add_router_interface.json used request id req-a7767840-9d7e-430e-9716-c4fcb3c3e007 returning object ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e 2018-08-10 19:34:23,960 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 19:34:24,092 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 19:34:24,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:34:24,098 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 19:34:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 19:34:24,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:34:24,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:24,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-412af8b2-4e2b-4240-83c7-669bbe3d99e0 Date: Fri, 10 Aug 2018 19:34:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:34:24,402 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-412af8b2-4e2b-4240-83c7-669bbe3d99e0 2018-08-10 19:34:24,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298653125763s 2018-08-10 19:34:24,402 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-412af8b2-4e2b-4240-83c7-669bbe3d99e0 2018-08-10 19:34:24,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 19:34:24,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982"}' 2018-08-10 19:34:24,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-894a4755-39b9-4cb7-a76e-1c0ab158db6d Date: Fri, 10 Aug 2018 19:34:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:24Z", "file": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ef7f5306-ff2a-498e-bb63-401e0bc8951f", "size": null, "self": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f", "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_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": null, "created_at": "2018-08-10T19:34:24Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 19:34:24,833 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-894a4755-39b9-4cb7-a76e-1c0ab158db6d 2018-08-10 19:34:24,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.422765016556s 2018-08-10 19:34:24,834 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-894a4755-39b9-4cb7-a76e-1c0ab158db6d returning object ef7f5306-ff2a-498e-bb63-401e0bc8951f 2018-08-10 19:34:24,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 19:34:24,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '' 2018-08-10 19:34:25,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b20c4908-a005-4bb9-87d7-f3f857222fd5 Date: Fri, 10 Aug 2018 19:34: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-10 19:34:25,623 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file used request id req-b20c4908-a005-4bb9-87d7-f3f857222fd5 2018-08-10 19:34:25,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.788758993149s 2018-08-10 19:34:25,623 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file used request id req-b20c4908-a005-4bb9-87d7-f3f857222fd5 2018-08-10 19:34:25,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:34:25,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:25,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-d4c87730-778c-41df-bdce-7fb3994607b4 Date: Fri, 10 Aug 2018 19:34:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:25Z", "file": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ef7f5306-ff2a-498e-bb63-401e0bc8951f", "size": 12716032, "self": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:34:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:34:25,970 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d4c87730-778c-41df-bdce-7fb3994607b4 2018-08-10 19:34:25,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.342437982559s 2018-08-10 19:34:25,970 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d4c87730-778c-41df-bdce-7fb3994607b4 2018-08-10 19:34:25,972 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'ef7f5306-ff2a-498e-bb63-401e0bc8951f', 'size': 12716032, u'self': u'/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T19:34:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T19:34:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', '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/ef7f5306-ff2a-498e-bb63-401e0bc8951f', 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_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', 'created': u'2018-08-10T19:34:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T19:34:24Z', 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/ef7f5306-ff2a-498e-bb63-401e0bc8951f', 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_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 19:34:25,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 19:34:25,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 19:34:26,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34: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-46918b9f-b8e9-420b-84db-b050908bcebb x-compute-request-id: req-46918b9f-b8e9-420b-84db-b050908bcebb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a", "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": "9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a"}} 2018-08-10 19:34:26,276 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-46918b9f-b8e9-420b-84db-b050908bcebb 2018-08-10 19:34:26,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.30313205719s 2018-08-10 19:34:26,277 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-46918b9f-b8e9-420b-84db-b050908bcebb 2018-08-10 19:34:26,277 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a', 'swap': 0}) 2018-08-10 19:34:26,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 19:34:26,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a/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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"extra_specs": {}}' 2018-08-10 19:34:26,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-270ce1d0-8ead-432c-8e67-133f2a817544 x-compute-request-id: req-270ce1d0-8ead-432c-8e67-133f2a817544 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 19:34:26,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a/os-extra_specs used request id req-270ce1d0-8ead-432c-8e67-133f2a817544 2018-08-10 19:34:26,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0271890163422s 2018-08-10 19:34:26,306 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a/os-extra_specs used request id req-270ce1d0-8ead-432c-8e67-133f2a817544 2018-08-10 19:34:26,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:34:26,315 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 19:34:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a67b4361-bd24-47f0-baaf-51647075c54e 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 19:34:26,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-a67b4361-bd24-47f0-baaf-51647075c54e 2018-08-10 19:34:26,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:34:26,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:26,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-087dafe0-8e3d-4e9c-8097-fa73ffd2c621 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:34:26,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-087dafe0-8e3d-4e9c-8097-fa73ffd2c621 2018-08-10 19:34:26,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198693990707s 2018-08-10 19:34:26,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-087dafe0-8e3d-4e9c-8097-fa73ffd2c621 2018-08-10 19:34:26,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:34:26,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:26,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-105c146d-a186-4e2c-894e-9dede9162316 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:34:26,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-105c146d-a186-4e2c-894e-9dede9162316 2018-08-10 19:34:26,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198465108871s 2018-08-10 19:34:26,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-105c146d-a186-4e2c-894e-9dede9162316 2018-08-10 19:34:26,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-10 19:34:26,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:26,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc636b49-6381-4216-8be1-5b78d82a0181 x-compute-request-id: req-dc636b49-6381-4216-8be1-5b78d82a0181 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "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.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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 347}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2535, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-10 19:34:26,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-dc636b49-6381-4216-8be1-5b78d82a0181 2018-08-10 19:34:26,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0372750759125s 2018-08-10 19:34:26,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-dc636b49-6381-4216-8be1-5b78d82a0181 2018-08-10 19:34:26,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:34:26,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:27,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-6306991f-ae26-406b-b762-96df5b3e8311 Date: Fri, 10 Aug 2018 19:34:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:25Z", "file": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ef7f5306-ff2a-498e-bb63-401e0bc8951f", "size": 12716032, "self": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:34:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:34:27,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-6306991f-ae26-406b-b762-96df5b3e8311 2018-08-10 19:34:27,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306578159332s 2018-08-10 19:34:27,080 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-6306991f-ae26-406b-b762-96df5b3e8311 2018-08-10 19:34:27,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 19:34:27,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982"}' 2018-08-10 19:34:27,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-305488b1-968f-4995-83de-c5adf00eaafb Date: Fri, 10 Aug 2018 19:34:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:27Z", "file": "/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "40e06d50-e455-41d1-9f3b-347e558e95d5", "size": null, "self": "/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5", "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_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": null, "created_at": "2018-08-10T19:34:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 19:34:27,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-305488b1-968f-4995-83de-c5adf00eaafb 2018-08-10 19:34:27,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.320444822311s 2018-08-10 19:34:27,409 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-305488b1-968f-4995-83de-c5adf00eaafb returning object 40e06d50-e455-41d1-9f3b-347e558e95d5 2018-08-10 19:34:27,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 19:34:27,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5/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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '' 2018-08-10 19:34:28,936 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d2eee558-c6e6-461e-adfb-ac20a163640e Date: Fri, 10 Aug 2018 19:34: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-10 19:34:28,937 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5/file used request id req-d2eee558-c6e6-461e-adfb-ac20a163640e 2018-08-10 19:34:28,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.52676796913s 2018-08-10 19:34:28,937 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5/file used request id req-d2eee558-c6e6-461e-adfb-ac20a163640e 2018-08-10 19:34:28,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:34:28,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:34:29,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-67a4b354-1082-46fb-ac0c-3472cf0d7ff4 Date: Fri, 10 Aug 2018 19:34:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:28Z", "file": "/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "40e06d50-e455-41d1-9f3b-347e558e95d5", "size": 12716032, "self": "/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/40e06d50-e455-41d1-9f3b-347e558e95d5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/40e06d50-e455-41d1-9f3b-347e558e95d5/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:34:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:25Z", "file": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ef7f5306-ff2a-498e-bb63-401e0bc8951f", "size": 12716032, "self": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:34:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:34:29,259 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-67a4b354-1082-46fb-ac0c-3472cf0d7ff4 2018-08-10 19:34:29,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.318547010422s 2018-08-10 19:34:29,260 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-67a4b354-1082-46fb-ac0c-3472cf0d7ff4 2018-08-10 19:34:29,263 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/40e06d50-e455-41d1-9f3b-347e558e95d5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'40e06d50-e455-41d1-9f3b-347e558e95d5', 'size': 12716032, u'self': u'/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/40e06d50-e455-41d1-9f3b-347e558e95d5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T19:34:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T19:34:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', '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/40e06d50-e455-41d1-9f3b-347e558e95d5', 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_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', 'created': u'2018-08-10T19:34:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T19:34: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/40e06d50-e455-41d1-9f3b-347e558e95d5', 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_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 19:34:29,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 19:34:29,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 19:34:29,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1299ab50-49be-4353-ba4a-ab30f373f765 x-compute-request-id: req-1299ab50-49be-4353-ba4a-ab30f373f765 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5", "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": "cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5"}} 2018-08-10 19:34:29,316 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-1299ab50-49be-4353-ba4a-ab30f373f765 2018-08-10 19:34:29,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0523309707642s 2018-08-10 19:34:29,316 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-1299ab50-49be-4353-ba4a-ab30f373f765 2018-08-10 19:34:29,317 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5', 'swap': 0}) 2018-08-10 19:34:29,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 19:34:29,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5/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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"extra_specs": {}}' 2018-08-10 19:34:29,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:34:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de8c2de0-869b-496a-931b-fbcceaaaa40c x-compute-request-id: req-de8c2de0-869b-496a-931b-fbcceaaaa40c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 19:34:29,338 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5/os-extra_specs used request id req-de8c2de0-869b-496a-931b-fbcceaaaa40c 2018-08-10 19:34:29,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204880237579s 2018-08-10 19:34:29,339 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5/os-extra_specs used request id req-de8c2de0-869b-496a-931b-fbcceaaaa40c 2018-08-10 19:34:29,339 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5', 'swap': 0}) 2018-08-10 19:34:33,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-10 19:34:33,831 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-10 19:34:33,831 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-10 19:34:33,832 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-10 19:34:33,845 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-10 19:34:37,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f7945179-e721-49c0-a956-2347fcc03e0d/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-10 19:34:37,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-10 19:34:37,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-10 19:34:37,499 - 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-10 19:36:29,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: dd565f4d-ceb3-44c4-a4e5-9a915b2a2fc4 2018-08-10 19:36:29,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'dd565f4d-ceb3-44c4-a4e5-9a915b2a2fc4']'. 2018-08-10 19:36:30,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-10 19:36:30,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | dd565f4d-ceb3-44c4-a4e5-9a915b2a2fc4 | 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-10 19:34:39 | 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-10 19:36:29 | 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-08-10 19:36:30,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-10 19:36:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-10 19:36:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f7945179-e721-49c0-a956-2347fcc03e0d) | 2018-08-10 19:36:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-10 19:36:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 64d0e2e9-7252-4398-878e-1a68863dccf4) | 2018-08-10 19:36:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-10 19:36:30,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 81.112 | 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 19:36:30,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-10 19:36:30,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-10 19:36:30,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-10 19:36:31,019 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 19:36:31,019 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 19:36:31,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 19:36:31,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:31,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c4af54b-c65e-417e-a6a8-e0ff26f982c4 Date: Fri, 10 Aug 2018 19:36:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 19:36:31,770 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5 used request id req-9c4af54b-c65e-417e-a6a8-e0ff26f982c4 2018-08-10 19:36:31,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.745115995407s 2018-08-10 19:36:31,771 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/40e06d50-e455-41d1-9f3b-347e558e95d5 used request id req-9c4af54b-c65e-417e-a6a8-e0ff26f982c4 2018-08-10 19:36:31,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:36:31,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:31,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c92adee-4f76-4792-b423-80061094a7ce x-compute-request-id: req-4c92adee-4f76-4792-b423-80061094a7ce Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a", "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": "9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a"}, {"name": "patrole-flavor_alt_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5", "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": "cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5"}]} 2018-08-10 19:36:31,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-4c92adee-4f76-4792-b423-80061094a7ce 2018-08-10 19:36:31,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0265979766846s 2018-08-10 19:36:31,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-4c92adee-4f76-4792-b423-80061094a7ce 2018-08-10 19:36:31,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:36:31,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:31,846 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:36:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0184b9c-7e6a-4c11-a2d0-31ae4fa4940c x-compute-request-id: req-c0184b9c-7e6a-4c11-a2d0-31ae4fa4940c Content-Length: 0 Content-Type: application/json 2018-08-10 19:36:31,846 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5 used request id req-c0184b9c-7e6a-4c11-a2d0-31ae4fa4940c 2018-08-10 19:36:31,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0468130111694s 2018-08-10 19:36:31,847 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/cf5c0f4e-abed-4b28-b3d9-ad87a95fe4f5 used request id req-c0184b9c-7e6a-4c11-a2d0-31ae4fa4940c 2018-08-10 19:36:31,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 19:36:31,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e/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}f36a8543dce4096ec0a336b96f9d6462816ff31f" -d '{"subnet_id": "3206606c-167f-46b8-bc18-3fb13206d46d"}' 2018-08-10 19:36:33,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d2d32a06-a1d7-4009-b7ef-f05482d7e31d Date: Fri, 10 Aug 2018 19:36:33 GMT RESP BODY: {"network_id": "5f89c34b-e6db-4779-85e4-e39e373c230e", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "3206606c-167f-46b8-bc18-3fb13206d46d", "subnet_ids": ["3206606c-167f-46b8-bc18-3fb13206d46d"], "port_id": "0ddc734d-681e-4892-8825-77b1d485d1e1", "id": "ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e"} 2018-08-10 19:36:33,640 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e/remove_router_interface.json used request id req-d2d32a06-a1d7-4009-b7ef-f05482d7e31d 2018-08-10 19:36:33,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.7926838398s 2018-08-10 19:36:33,640 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e/remove_router_interface.json used request id req-d2d32a06-a1d7-4009-b7ef-f05482d7e31d returning object ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e 2018-08-10 19:36:33,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 19:36:33,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:34,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a72aa5a8-7dc6-4418-8165-39f2ead0e62d Date: Fri, 10 Aug 2018 19:36:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T19:34:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T19:36:32Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e", "name": "patrole-router_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982"}]} 2018-08-10 19:36:34,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-a72aa5a8-7dc6-4418-8165-39f2ead0e62d 2018-08-10 19:36:34,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.402564048767s 2018-08-10 19:36:34,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-a72aa5a8-7dc6-4418-8165-39f2ead0e62d 2018-08-10 19:36:34,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 19:36:34,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:35,677 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-977a7f18-583a-4567-a949-cf4b6845ed07 Content-Length: 0 Date: Fri, 10 Aug 2018 19:36:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:36:35,677 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e.json used request id req-977a7f18-583a-4567-a949-cf4b6845ed07 2018-08-10 19:36:35,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.63194799423s 2018-08-10 19:36:35,678 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/ff6025ac-d1ec-4ea7-a819-0e4dd91b6b8e.json used request id req-977a7f18-583a-4567-a949-cf4b6845ed07 2018-08-10 19:36:35,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 19:36:35,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:35,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-39534be0-3803-4fac-a7d3-379d4627acf4 Date: Fri, 10 Aug 2018 19:36:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f89c34b-e6db-4779-85e4-e39e373c230e","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:34:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:34:19Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"3206606c-167f-46b8-bc18-3fb13206d46d","subnetpool_id":null,"name":"patrole-subnet_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 19:36:35,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-39534be0-3803-4fac-a7d3-379d4627acf4 2018-08-10 19:36:35,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.313660860062s 2018-08-10 19:36:35,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-39534be0-3803-4fac-a7d3-379d4627acf4 2018-08-10 19:36:35,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 19:36:35,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/3206606c-167f-46b8-bc18-3fb13206d46d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:38,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58205b25-2cf7-47b5-881d-dbc5cd58ece1 Date: Fri, 10 Aug 2018 19:36:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:36:38,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/3206606c-167f-46b8-bc18-3fb13206d46d.json used request id req-58205b25-2cf7-47b5-881d-dbc5cd58ece1 2018-08-10 19:36:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50867414474s 2018-08-10 19:36:38,503 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/3206606c-167f-46b8-bc18-3fb13206d46d.json used request id req-58205b25-2cf7-47b5-881d-dbc5cd58ece1 2018-08-10 19:36:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:36:38,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:38,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-97dff124-c67e-4fc7-87a3-f551a09b7299 Date: Fri, 10 Aug 2018 19:36:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"5f89c34b-e6db-4779-85e4-e39e373c230e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T19:36:38Z","provider:segmentation_id":95,"name":"patrole-net_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T19:34:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:36:38,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-97dff124-c67e-4fc7-87a3-f551a09b7299 2018-08-10 19:36:38,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0799009799957s 2018-08-10 19:36:38,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-97dff124-c67e-4fc7-87a3-f551a09b7299 2018-08-10 19:36:38,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 19:36:38,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/5f89c34b-e6db-4779-85e4-e39e373c230e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:40,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e5382535-ed13-410a-8d5b-cf1f25f22aae Date: Fri, 10 Aug 2018 19:36:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:36:40,687 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/5f89c34b-e6db-4779-85e4-e39e373c230e.json used request id req-e5382535-ed13-410a-8d5b-cf1f25f22aae 2018-08-10 19:36:40,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.10277104378s 2018-08-10 19:36:40,688 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/5f89c34b-e6db-4779-85e4-e39e373c230e.json used request id req-e5382535-ed13-410a-8d5b-cf1f25f22aae 2018-08-10 19:36:40,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:36:40,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:40,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-a555d412-16dd-42ff-ad6c-0b4295c280b3 Date: Fri, 10 Aug 2018 19:36:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:34:25Z", "file": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "ef7f5306-ff2a-498e-bb63-401e0bc8951f", "size": 12716032, "self": "/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T19:34:24Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:36:40,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a555d412-16dd-42ff-ad6c-0b4295c280b3 2018-08-10 19:36:40,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295576810837s 2018-08-10 19:36:40,989 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a555d412-16dd-42ff-ad6c-0b4295c280b3 2018-08-10 19:36:40,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 19:36:40,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:41,620 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85bc43d3-49e7-4242-931c-d7efa94d34ab Date: Fri, 10 Aug 2018 19:36:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 19:36:41,620 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f used request id req-85bc43d3-49e7-4242-931c-d7efa94d34ab 2018-08-10 19:36:41,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.629698038101s 2018-08-10 19:36:41,620 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/ef7f5306-ff2a-498e-bb63-401e0bc8951f used request id req-85bc43d3-49e7-4242-931c-d7efa94d34ab 2018-08-10 19:36:41,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:36:41,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:41,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9556ded8-2955-4918-a5ee-5f431cbde9f0 x-compute-request-id: req-9556ded8-2955-4918-a5ee-5f431cbde9f0 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_9b7db0ac-a4a9-4fcd-bedf-a736fe3b8982", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a", "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": "9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a"}]} 2018-08-10 19:36:41,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-9556ded8-2955-4918-a5ee-5f431cbde9f0 2018-08-10 19:36:41,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221521854401s 2018-08-10 19:36:41,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-9556ded8-2955-4918-a5ee-5f431cbde9f0 2018-08-10 19:36:41,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:36:41,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f36a8543dce4096ec0a336b96f9d6462816ff31f" 2018-08-10 19:36:41,678 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20d6d0dd-9bc9-4a0c-ab95-3070ce03faf8 x-compute-request-id: req-20d6d0dd-9bc9-4a0c-ab95-3070ce03faf8 Content-Length: 0 Content-Type: application/json 2018-08-10 19:36:41,678 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a used request id req-20d6d0dd-9bc9-4a0c-ab95-3070ce03faf8 2018-08-10 19:36:41,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0332791805267s 2018-08-10 19:36:41,679 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/9f4429a8-e2c9-45cd-8cc5-6d0c32c3b02a used request id req-20d6d0dd-9bc9-4a0c-ab95-3070ce03faf8 2018-08-10 19:36:41,739 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-10 19:36:41,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 19:36:41,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 19:36:41,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 19:36:41,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 19:36:41,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 19:36:41,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 19:36:41,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 19:36:41,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 19:36:41,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 19:36:41,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 19:36:41,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 19:36:41,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 19:36:41,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:36:41,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bb9aa74-6e73-42c0-8727-10acaade6690 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 19:36:41,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-5bb9aa74-6e73-42c0-8727-10acaade6690 2018-08-10 19:36:41,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:36:42,206 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T20:36:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["FoFyhRY9RkW9D9NHYFRONw"], "issued_at": "2018-08-10T19:36:42.000000Z"}} 2018-08-10 19:36:42,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:36:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:42,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3158d256-ab9a-4a40-b9d1-6ae0d9ed56d9 Date: Fri, 10 Aug 2018 19:36:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:36:42,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3158d256-ab9a-4a40-b9d1-6ae0d9ed56d9 2018-08-10 19:36:42,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266901016235s 2018-08-10 19:36:42,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3158d256-ab9a-4a40-b9d1-6ae0d9ed56d9 2018-08-10 19:36:42,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:36:42,485 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 19:36:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3ff80d8d-3944-47af-ae45-34ab00cd16d0 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 19:36:42,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-3ff80d8d-3944-47af-ae45-34ab00cd16d0 2018-08-10 19:36:42,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:36:42,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:42,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499ca39e-0d07-48e1-aeb6-fde157373f26 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 19:36:42,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-499ca39e-0d07-48e1-aeb6-fde157373f26 2018-08-10 19:36:42,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199630975723s 2018-08-10 19:36:42,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-499ca39e-0d07-48e1-aeb6-fde157373f26 2018-08-10 19:36:42,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 19:36:42,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46"}}' 2018-08-10 19:36:42,913 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 19:36:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8608f82-fd65-4372-bf43-fc72d201ed3f 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.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029"}, "tags": [], "enabled": true, "id": "58e3a8e43fb647fcae44edfe8b59b029", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46"}} 2018-08-10 19:36:42,913 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-b8608f82-fd65-4372-bf43-fc72d201ed3f 2018-08-10 19:36:42,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.220601797104s 2018-08-10 19:36:42,914 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-b8608f82-fd65-4372-bf43-fc72d201ed3f 2018-08-10 19:36:42,914 - 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'58e3a8e43fb647fcae44edfe8b59b029', '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_debfea54-1953-416e-a46c-71bb4f71bb46'}) 2018-08-10 19:36:42,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 19:36:42,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "18a60c3e-f787-46fb-ac78-78ac7af52f81", "email": null, "name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46"}}' 2018-08-10 19:36:43,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 19:36:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b89ff88-22fb-468d-9e48-e4f158998751 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46", "links": {"self": "http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0096432f512b4008916ebc083f043ecb", "domain_id": "default", "password_expires_at": null}} 2018-08-10 19:36:43,374 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-8b89ff88-22fb-468d-9e48-e4f158998751 2018-08-10 19:36:43,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.452949047089s 2018-08-10 19:36:43,374 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-8b89ff88-22fb-468d-9e48-e4f158998751 2018-08-10 19:36:43,375 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0096432f512b4008916ebc083f043ecb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46'}) 2018-08-10 19:36:43,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:36:43,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:43,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa9388ac-efe8-4a27-a9e2-e85bb695c52d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:36:43,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-fa9388ac-efe8-4a27-a9e2-e85bb695c52d 2018-08-10 19:36:43,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.205515861511s 2018-08-10 19:36:43,584 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-fa9388ac-efe8-4a27-a9e2-e85bb695c52d 2018-08-10 19:36:43,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:36:43,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:43,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3959d9d7-99b5-4c6c-bec8-ba3612c09187 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:36:43,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-3959d9d7-99b5-4c6c-bec8-ba3612c09187 2018-08-10 19:36:43,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196408987045s 2018-08-10 19:36:43,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-3959d9d7-99b5-4c6c-bec8-ba3612c09187 2018-08-10 19:36:43,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:36:43,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:43,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe8468a1-b5ae-4d97-a58b-3f35f2fe9576 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:36:43,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-fe8468a1-b5ae-4d97-a58b-3f35f2fe9576 2018-08-10 19:36:43,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177865982056s 2018-08-10 19:36:43,969 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-fe8468a1-b5ae-4d97-a58b-3f35f2fe9576 2018-08-10 19:36:43,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:36:43,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:44,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cac7e13-098a-411a-a0c7-cc72f6823599 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 19:36:44,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-8cac7e13-098a-411a-a0c7-cc72f6823599 2018-08-10 19:36:44,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193755149841s 2018-08-10 19:36:44,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-8cac7e13-098a-411a-a0c7-cc72f6823599 2018-08-10 19:36:44,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:36:44,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:44,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-051858f5-e0c9-44a6-8e7d-b92a3bb74ed5 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46", "links": {"self": "http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0096432f512b4008916ebc083f043ecb", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 19:36:44,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-051858f5-e0c9-44a6-8e7d-b92a3bb74ed5 2018-08-10 19:36:44,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2105448246s 2018-08-10 19:36:44,380 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-051858f5-e0c9-44a6-8e7d-b92a3bb74ed5 2018-08-10 19:36:44,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 19:36:44,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:44,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee879459-3214-4156-88cd-a90053fe0865 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029"}, "tags": [], "enabled": true, "id": "58e3a8e43fb647fcae44edfe8b59b029", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46"}]} 2018-08-10 19:36:44,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-ee879459-3214-4156-88cd-a90053fe0865 2018-08-10 19:36:44,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193950176239s 2018-08-10 19:36:44,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-ee879459-3214-4156-88cd-a90053fe0865 2018-08-10 19:36:44,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 19:36:44,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:44,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff741ca2-9bc0-4f18-a67a-f90e30fc55b6 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029", "previous": null, "next": null}} 2018-08-10 19:36:44,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029 used request id req-ff741ca2-9bc0-4f18-a67a-f90e30fc55b6 2018-08-10 19:36:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197443962097s 2018-08-10 19:36:44,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029 used request id req-ff741ca2-9bc0-4f18-a67a-f90e30fc55b6 2018-08-10 19:36:44,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 19:36:44,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029/users/0096432f512b4008916ebc083f043ecb/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:45,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92d9bb62-a427-4f3a-ab34-9b378abdae42 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:36:45,030 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029/users/0096432f512b4008916ebc083f043ecb/roles/740829ed47d44511bcb22d86735f9050 used request id req-92d9bb62-a427-4f3a-ab34-9b378abdae42 2018-08-10 19:36:45,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.234592914581s 2018-08-10 19:36:45,030 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029/users/0096432f512b4008916ebc083f043ecb/roles/740829ed47d44511bcb22d86735f9050 used request id req-92d9bb62-a427-4f3a-ab34-9b378abdae42 2018-08-10 19:36:45,031 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46', 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'58e3a8e43fb647fcae44edfe8b59b029', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '18a60c3e-f787-46fb-ac78-78ac7af52f81', 'username': u'vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 19:36:45,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 19:36:45,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 19:36:45,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 19:36:45,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 19:36:45,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 19:36:45,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 19:36:45,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 19:36:45,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 19:36:45,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 19:36:45,037 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46', 'password': '18a60c3e-f787-46fb-ac78-78ac7af52f81', 'project_name': 'vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '58e3a8e43fb647fcae44edfe8b59b029', 'project_domain_name': 'Default'} 2018-08-10 19:36:45,042 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-10 19:36:45,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:36:45,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9176b6-3d48-45f5-9e3b-f65a165249d6 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 19:36:45,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-8f9176b6-3d48-45f5-9e3b-f65a165249d6 2018-08-10 19:36:45,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:36:45,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T20:36:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58e3a8e43fb647fcae44edfe8b59b029", "name": "vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_58e3a8e43fb647fcae44edfe8b59b029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_58e3a8e43fb647fcae44edfe8b59b029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/58e3a8e43fb647fcae44edfe8b59b029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/58e3a8e43fb647fcae44edfe8b59b029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/58e3a8e43fb647fcae44edfe8b59b029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/58e3a8e43fb647fcae44edfe8b59b029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/58e3a8e43fb647fcae44edfe8b59b029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/58e3a8e43fb647fcae44edfe8b59b029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/58e3a8e43fb647fcae44edfe8b59b029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/58e3a8e43fb647fcae44edfe8b59b029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/58e3a8e43fb647fcae44edfe8b59b029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/58e3a8e43fb647fcae44edfe8b59b029", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/58e3a8e43fb647fcae44edfe8b59b029", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/58e3a8e43fb647fcae44edfe8b59b029", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46", "id": "0096432f512b4008916ebc083f043ecb"}, "audit_ids": ["h5p0di4RQ1miZvDv8N6dDw"], "issued_at": "2018-08-10T19:36:45.000000Z"}} 2018-08-10 19:36:45,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 19:36:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "vmtp-router_debfea54-1953-416e-a46c-71bb4f71bb46", "admin_state_up": true}}' 2018-08-10 19:36:47,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-bc54ec3b-a19e-4501-b44c-68b81d816d18 Date: Fri, 10 Aug 2018 19:36:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "created_at": "2018-08-10T19:36:45Z", "admin_state_up": true, "updated_at": "2018-08-10T19:36:46Z", "revision_number": 2, "routes": [], "project_id": "58e3a8e43fb647fcae44edfe8b59b029", "id": "2a19ca2c-84af-4290-be25-563ef159771a", "name": "vmtp-router_debfea54-1953-416e-a46c-71bb4f71bb46"}} 2018-08-10 19:36:47,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-bc54ec3b-a19e-4501-b44c-68b81d816d18 2018-08-10 19:36:47,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.61370801926s 2018-08-10 19:36:47,064 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-bc54ec3b-a19e-4501-b44c-68b81d816d18 2018-08-10 19:36:47,064 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'58e3a8e43fb647fcae44edfe8b59b029', u'created_at': u'2018-08-10T19:36:45Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T19:36:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'58e3a8e43fb647fcae44edfe8b59b029', u'id': u'2a19ca2c-84af-4290-be25-563ef159771a', u'name': u'vmtp-router_debfea54-1953-416e-a46c-71bb4f71bb46'}) 2018-08-10 19:36:47,065 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-10 19:36:48,519 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-10 19:36:48,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:36:48,523 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 19:36:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 19:36:48,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:36:48,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:36:48,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7f55020b-c58b-4262-954b-442ae437d3ff Date: Fri, 10 Aug 2018 19:36:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:36:48,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-7f55020b-c58b-4262-954b-442ae437d3ff 2018-08-10 19:36:48,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308954954147s 2018-08-10 19:36:48,834 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-7f55020b-c58b-4262-954b-442ae437d3ff 2018-08-10 19:36:48,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 19:36:48,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46"}' 2018-08-10 19:36:49,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1ec43594-3b11-4d8e-93cf-d560cb130331 Date: Fri, 10 Aug 2018 19:36:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:36:49Z", "file": "/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/file", "owner": "58e3a8e43fb647fcae44edfe8b59b029", "id": "0edfb77f-6980-4c6d-a656-9d1959cd63e5", "size": null, "self": "/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "checksum": null, "created_at": "2018-08-10T19:36:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 19:36:49,155 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-1ec43594-3b11-4d8e-93cf-d560cb130331 2018-08-10 19:36:49,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.313308954239s 2018-08-10 19:36:49,156 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-1ec43594-3b11-4d8e-93cf-d560cb130331 returning object 0edfb77f-6980-4c6d-a656-9d1959cd63e5 2018-08-10 19:36:49,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 19:36:49,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" -d '' 2018-08-10 19:36:53,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2aca634e-e718-469f-8cd5-c56f660114d5 Date: Fri, 10 Aug 2018 19:36:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 19:36:53,517 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/file used request id req-2aca634e-e718-469f-8cd5-c56f660114d5 2018-08-10 19:36:53,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.36072778702s 2018-08-10 19:36:53,518 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/file used request id req-2aca634e-e718-469f-8cd5-c56f660114d5 2018-08-10 19:36:53,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:36:53,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:36:54,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-141eceae-5b6f-4a70-b12d-397f0a6db39c Date: Fri, 10 Aug 2018 19:36:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:36:53Z", "file": "/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/file", "owner": "58e3a8e43fb647fcae44edfe8b59b029", "id": "0edfb77f-6980-4c6d-a656-9d1959cd63e5", "size": 263062016, "self": "/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T19:36:49Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:36:54,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-141eceae-5b6f-4a70-b12d-397f0a6db39c 2018-08-10 19:36:54,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.706024885178s 2018-08-10 19:36:54,228 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-141eceae-5b6f-4a70-b12d-397f0a6db39c 2018-08-10 19:36:54,230 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/file', 'owner': u'58e3a8e43fb647fcae44edfe8b59b029', 'id': u'0edfb77f-6980-4c6d-a656-9d1959cd63e5', 'size': 263062016, u'self': u'/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'58e3a8e43fb647fcae44edfe8b59b029', 'name': 'vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T19:36:53Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T19:36:53Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46', 'created': u'2018-08-10T19:36:49Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-10T19:36:49Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', 'metadata': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}}) 2018-08-10 19:36:54,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 19:36:54,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_debfea54-1953-416e-a46c-71bb4f71bb46", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-10 19:36:54,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-890fe44c-c6f7-408e-ac0e-e5e732d8176a x-compute-request-id: req-890fe44c-c6f7-408e-ac0e-e5e732d8176a Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_debfea54-1953-416e-a46c-71bb4f71bb46", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1", "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": "8c1e0364-f292-4b2c-a115-a7632f8deba1"}} 2018-08-10 19:36:54,538 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-890fe44c-c6f7-408e-ac0e-e5e732d8176a 2018-08-10 19:36:54,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.307295084s 2018-08-10 19:36:54,538 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-890fe44c-c6f7-408e-ac0e-e5e732d8176a 2018-08-10 19:36:54,539 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_debfea54-1953-416e-a46c-71bb4f71bb46', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'8c1e0364-f292-4b2c-a115-a7632f8deba1', 'swap': 0}) 2018-08-10 19:36:54,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 19:36:54,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1/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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" -d '{"extra_specs": {}}' 2018-08-10 19:36:54,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c5d66392-9f25-4a4f-bac7-d66ec9dbfcad x-compute-request-id: req-c5d66392-9f25-4a4f-bac7-d66ec9dbfcad Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 19:36:54,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1/os-extra_specs used request id req-c5d66392-9f25-4a4f-bac7-d66ec9dbfcad 2018-08-10 19:36:54,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268318653107s 2018-08-10 19:36:54,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1/os-extra_specs used request id req-c5d66392-9f25-4a4f-bac7-d66ec9dbfcad 2018-08-10 19:36:54,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:36:54,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:54,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af3b3c59-9dbb-43c0-8ad6-298baed41ade Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:36:54,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-af3b3c59-9dbb-43c0-8ad6-298baed41ade 2018-08-10 19:36:54,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195235013962s 2018-08-10 19:36:54,766 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-af3b3c59-9dbb-43c0-8ad6-298baed41ade 2018-08-10 19:36:54,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:36:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:54,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f508a15-7c18-4bb3-aa58-3b5de93f35a8 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:36:54,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-8f508a15-7c18-4bb3-aa58-3b5de93f35a8 2018-08-10 19:36:54,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18425989151s 2018-08-10 19:36:54,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-8f508a15-7c18-4bb3-aa58-3b5de93f35a8 2018-08-10 19:36:54,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:36:54,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:55,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ddf2fe-23c5-42f8-8454-a2136e2a6377 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 19:36:55,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-e0ddf2fe-23c5-42f8-8454-a2136e2a6377 2018-08-10 19:36:55,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194350004196s 2018-08-10 19:36:55,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-e0ddf2fe-23c5-42f8-8454-a2136e2a6377 2018-08-10 19:36:55,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:36:55,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:55,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09db04e0-5745-4285-ba7b-65a335528705 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46", "links": {"self": "http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0096432f512b4008916ebc083f043ecb", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 19:36:55,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-09db04e0-5745-4285-ba7b-65a335528705 2018-08-10 19:36:55,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218966007233s 2018-08-10 19:36:55,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-09db04e0-5745-4285-ba7b-65a335528705 2018-08-10 19:36:55,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 19:36:55,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:55,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9254cc1-4a5f-4e52-a3de-8af80656360f Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029"}, "tags": [], "enabled": true, "id": "58e3a8e43fb647fcae44edfe8b59b029", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46"}]} 2018-08-10 19:36:55,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-b9254cc1-4a5f-4e52-a3de-8af80656360f 2018-08-10 19:36:55,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185914039612s 2018-08-10 19:36:55,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-b9254cc1-4a5f-4e52-a3de-8af80656360f 2018-08-10 19:36:55,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 19:36:55,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:55,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c56176-5adf-4e24-ae13-c32983b5a815 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029", "previous": null, "next": null}} 2018-08-10 19:36:55,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029 used request id req-18c56176-5adf-4e24-ae13-c32983b5a815 2018-08-10 19:36:55,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.201424121857s 2018-08-10 19:36:55,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=0096432f512b4008916ebc083f043ecb&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=58e3a8e43fb647fcae44edfe8b59b029 used request id req-18c56176-5adf-4e24-ae13-c32983b5a815 2018-08-10 19:36:55,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 19:36:55,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029/users/0096432f512b4008916ebc083f043ecb/roles/5027167615e045a6b597ac40cb744000 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:36:56,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:36:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f097ba7-8a5e-4307-8748-1f44b3b337ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:36:56,018 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029/users/0096432f512b4008916ebc083f043ecb/roles/5027167615e045a6b597ac40cb744000 used request id req-5f097ba7-8a5e-4307-8748-1f44b3b337ce 2018-08-10 19:36:56,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.23442697525s 2018-08-10 19:36:56,018 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029/users/0096432f512b4008916ebc083f043ecb/roles/5027167615e045a6b597ac40cb744000 used request id req-5f097ba7-8a5e-4307-8748-1f44b3b337ce 2018-08-10 19:36:56,018 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_debfea54-1953-416e-a46c-71bb4f71bb46' 2018-08-10 19:36:56,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 19:36:56,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" -d '{"keypair": {"name": "vmtp_debfea54-1953-416e-a46c-71bb4f71bb46"}}' 2018-08-10 19:36:56,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:36: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-9fb8cb41-a8f4-4a13-ab44-5c01e853bfd2 x-compute-request-id: req-9fb8cb41-a8f4-4a13-ab44-5c01e853bfd2 Content-Encoding: gzip Content-Length: 1797 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM+rGOfoDCAby0AobYVdovASIrF9DxR/PZnMS2qhVkAzMszYq5YovA0ytuRoUvo+ERjvL5AJuT0OONyzaGj/wXmxM0E6KHoXAuSsPOkGaGoCzRTwTl66sOgRbRQdwP2Sp/n1hjE/hRrZsXlYmM15CeEV+7w0hGGFrPDr9KpcBo5ZtL1D0KkhebDwQ9o4Hfh+IMlePv0gWapxrY8km3V6Tie6npYAzEcQKEMysho98DM6U4Gbh9HvHObHcJ7R4iHSubLU0PBmwJb2XFzXK+buYF5cDwRFtFwGwuUUgUF7tPvW7tubOTncem20jILew2SoL6WG68ZZn7aogvNevFG4+p Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzPqxjn6AwgG8tAKG2FXaLwEiKxfQ8Ufz2ZzEtqoVZAMzLM2K\nuWKLwNMrbkaFL6PhEY7y+QCbk9Djjcs2ho/8F5sTNBOih6FwLkrDzpBmhqAs0U8E\n5eurDoEW0UHcD9kqf59YYxP4Ua2bF5WJjNeQnhFfu8NIRhhazw6/SqXAaOWbS9Q9\nCpIXmw8EPaOB34fiDJXj79IFmqca2PJJt1ek4nup6WAMxHEChDMrIaPfAzOlOBm4\nfR7xzmx3Ce0eIh0rmy1NDwZsCW9lxc1yvm7mBeXA8ERbRcBsLlFIFBe7T71u7bmz\nk53HpttIyC3sNkqC+lhuvGWZ+2qILzXrxRuPqQIDAQABAoIBAEdIe0zpk09kmUIk\nis5a9NhZ1Y8U5jWyZwvrZ8F6Xpv8POS8yhx0N9Oj3DuqTJDntdKMWtTbMD90al4a\nKGkdU3bGGCSJG4F9U+zVVUjVkMIKm+tiRnrKvR77J3s4IxZj2FKvkGZMQJPvArtt\n5nrTUFiYBCng3JZ7y8CsCTwlbkdLycR1GMMg2QMSXMYeT6D1EPvdZbNqY5mpH7I/\nEAF5oXB/UlZyZ1rns5wyqqame549Ai9hIlbUVlJfq01t7Grk7ZtNhgtt8/4Blvir\n81V0S4qoWmaXpVISR7HFxavyKPRUEme4R0/aIZx/zol3Jqt/YnpwsGnvBb5a12/A\nngx8y10CgYEA/mqTfBcHsg9Z9mx4rRc5dAkdnDN2fu59dCcvVw/HXY7NebAwUPYY\n6F2RJdh+iIWTOOPp+iy/u+2nRIWH39aKPM9NoTAYvvsPYU6YaV0AJMKgWIpHqINE\nI2gxEH5NXMm6JlVF+1vD9SFCMauxEbeGkCLqOLkQzJmPiz5X1j4/vdMCgYEAzkFW\nWfJdlrBX7VDnAx0PHN7nXQMh7PSDrPgdB5u9ZopiqbG8kaiATwjf+DgA6GdyV7ld\nhN8P4oN8BW3FS1DTrrwc8NbDLb9WLZLcy0WDRtn6k4JkwdY/eWBap6TMjKk/t6oz\n88s9IovfTeOe/NB+FSuGwXJCMZJrDvk/EVjdAxMCgYEAvITYeFDQYP7DGLhTy160\nMek3SbFQksnBqDoI+Cg3AHp6gzss8jEJT9VVYofDawIfjz5C+CAEiwqUsU+I2TIu\nCNVLnq73Bz0drmsAwMIrAxI8op8EbjemW94uzRvp02GfUBxL2O+sio10cT3Z3Vjy\nmwdkK1fmvNTk6rbte1FxBgUCgYB8VBRKWfeiSyBldFwcm1qty4vpnGbJ4EazcEiH\nepC8C/UXV4VUxB68BZyEkrWxYhIh4SIHYzK/FwUefKHuGYXQkaJcZwj2PZ0kEaA4\ng+lzPxh17Kbx1UUj1DoxTfzjWW6INvfkIIH0nh34ZJpEySUHe9paJ5bRLPKN7x7e\nRRPMswKBgQDfwDkSNOv8B7lNqB6JD/EsDq14HZEMGW7y5My0m6y/oIbktKzkmBru\nshzpQuoypNHBiaIWAIM6l4v4xV6En3jyTt3JpwPaRSoy0rIkqvUrTCZ+Df4CkHSR\niSZ4apQmrbmH+4lu8Xgvg3Mo7iSJDKVsl8FDtuz3tBc/P+iOGbsPlQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "0096432f512b4008916ebc083f043ecb", "name": "vmtp_debfea54-1953-416e-a46c-71bb4f71bb46", "fingerprint": "6b:ca:7c:96:bf:7d:96:8b:55:2e:c5:fc:40:5c:f4:0d"}} 2018-08-10 19:36:56,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-9fb8cb41-a8f4-4a13-ab44-5c01e853bfd2 2018-08-10 19:36:56,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.566505908966s 2018-08-10 19:36:56,586 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-9fb8cb41-a8f4-4a13-ab44-5c01e853bfd2 2018-08-10 19:36:56,586 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM+rGOfoDCAby0AobYVdovASIrF9DxR/PZnMS2qhVkAzMszYq5YovA0ytuRoUvo+ERjvL5AJuT0OONyzaGj/wXmxM0E6KHoXAuSsPOkGaGoCzRTwTl66sOgRbRQdwP2Sp/n1hjE/hRrZsXlYmM15CeEV+7w0hGGFrPDr9KpcBo5ZtL1D0KkhebDwQ9o4Hfh+IMlePv0gWapxrY8km3V6Tie6npYAzEcQKEMysho98DM6U4Gbh9HvHObHcJ7R4iHSubLU0PBmwJb2XFzXK+buYF5cDwRFtFwGwuUUgUF7tPvW7tubOTncem20jILew2SoL6WG68ZZn7aogvNevFG4+p Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzPqxjn6AwgG8tAKG2FXaLwEiKxfQ8Ufz2ZzEtqoVZAMzLM2K\nuWKLwNMrbkaFL6PhEY7y+QCbk9Djjcs2ho/8F5sTNBOih6FwLkrDzpBmhqAs0U8E\n5eurDoEW0UHcD9kqf59YYxP4Ua2bF5WJjNeQnhFfu8NIRhhazw6/SqXAaOWbS9Q9\nCpIXmw8EPaOB34fiDJXj79IFmqca2PJJt1ek4nup6WAMxHEChDMrIaPfAzOlOBm4\nfR7xzmx3Ce0eIh0rmy1NDwZsCW9lxc1yvm7mBeXA8ERbRcBsLlFIFBe7T71u7bmz\nk53HpttIyC3sNkqC+lhuvGWZ+2qILzXrxRuPqQIDAQABAoIBAEdIe0zpk09kmUIk\nis5a9NhZ1Y8U5jWyZwvrZ8F6Xpv8POS8yhx0N9Oj3DuqTJDntdKMWtTbMD90al4a\nKGkdU3bGGCSJG4F9U+zVVUjVkMIKm+tiRnrKvR77J3s4IxZj2FKvkGZMQJPvArtt\n5nrTUFiYBCng3JZ7y8CsCTwlbkdLycR1GMMg2QMSXMYeT6D1EPvdZbNqY5mpH7I/\nEAF5oXB/UlZyZ1rns5wyqqame549Ai9hIlbUVlJfq01t7Grk7ZtNhgtt8/4Blvir\n81V0S4qoWmaXpVISR7HFxavyKPRUEme4R0/aIZx/zol3Jqt/YnpwsGnvBb5a12/A\nngx8y10CgYEA/mqTfBcHsg9Z9mx4rRc5dAkdnDN2fu59dCcvVw/HXY7NebAwUPYY\n6F2RJdh+iIWTOOPp+iy/u+2nRIWH39aKPM9NoTAYvvsPYU6YaV0AJMKgWIpHqINE\nI2gxEH5NXMm6JlVF+1vD9SFCMauxEbeGkCLqOLkQzJmPiz5X1j4/vdMCgYEAzkFW\nWfJdlrBX7VDnAx0PHN7nXQMh7PSDrPgdB5u9ZopiqbG8kaiATwjf+DgA6GdyV7ld\nhN8P4oN8BW3FS1DTrrwc8NbDLb9WLZLcy0WDRtn6k4JkwdY/eWBap6TMjKk/t6oz\n88s9IovfTeOe/NB+FSuGwXJCMZJrDvk/EVjdAxMCgYEAvITYeFDQYP7DGLhTy160\nMek3SbFQksnBqDoI+Cg3AHp6gzss8jEJT9VVYofDawIfjz5C+CAEiwqUsU+I2TIu\nCNVLnq73Bz0drmsAwMIrAxI8op8EbjemW94uzRvp02GfUBxL2O+sio10cT3Z3Vjy\nmwdkK1fmvNTk6rbte1FxBgUCgYB8VBRKWfeiSyBldFwcm1qty4vpnGbJ4EazcEiH\nepC8C/UXV4VUxB68BZyEkrWxYhIh4SIHYzK/FwUefKHuGYXQkaJcZwj2PZ0kEaA4\ng+lzPxh17Kbx1UUj1DoxTfzjWW6INvfkIIH0nh34ZJpEySUHe9paJ5bRLPKN7x7e\nRRPMswKBgQDfwDkSNOv8B7lNqB6JD/EsDq14HZEMGW7y5My0m6y/oIbktKzkmBru\nshzpQuoypNHBiaIWAIM6l4v4xV6En3jyTt3JpwPaRSoy0rIkqvUrTCZ+Df4CkHSR\niSZ4apQmrbmH+4lu8Xgvg3Mo7iSJDKVsl8FDtuz3tBc/P+iOGbsPlQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0096432f512b4008916ebc083f043ecb', 'name': u'vmtp_debfea54-1953-416e-a46c-71bb4f71bb46', 'created_at': '2018-08-10T19:36:56.586800', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'58e3a8e43fb647fcae44edfe8b59b029', 'name': 'vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6b:ca:7c:96:bf:7d:96:8b:55:2e:c5:fc:40:5c:f4:0d', 'type': 'ssh', 'id': u'vmtp_debfea54-1953-416e-a46c-71bb4f71bb46'}) 2018-08-10 19:36:56,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 19:36:56,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/vmtp_debfea54-1953-416e-a46c-71bb4f71bb46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:36:56,835 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:36: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-a0b6e5ff-c325-4024-b72e-d90d6d5a8169 x-compute-request-id: req-a0b6e5ff-c325-4024-b72e-d90d6d5a8169 Content-Length: 0 Content-Type: application/json 2018-08-10 19:36:56,835 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/vmtp_debfea54-1953-416e-a46c-71bb4f71bb46 used request id req-a0b6e5ff-c325-4024-b72e-d90d6d5a8169 2018-08-10 19:36:56,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.248115062714s 2018-08-10 19:36:56,835 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/vmtp_debfea54-1953-416e-a46c-71bb4f71bb46 used request id req-a0b6e5ff-c325-4024-b72e-d90d6d5a8169 2018-08-10 19:36:57,702 - 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-10 19:37:36,548 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2018-08-10 19:36:58,517 INFO Using http://172.30.9.31:5000/v3 2018-08-10 19:36:58,517 INFO VM public key: /tmp/tmp16_8VG 2018-08-10 19:36:58,517 INFO VM private key: /tmp/tmpu_WZsc 2018-08-10 19:37:00,958 INFO Found image vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46 to launch VM, will continue 2018-08-10 19:37:02,576 INFO Using external router: vmtp-router_debfea54-1953-416e-a46c-71bb4f71bb46 2018-08-10 19:37:02,577 INFO Using external network: external. 2018-08-10 19:37:04,534 INFO Created internal network: pns-internal-net_debfea54-1953-416e-a46c-71bb4f71bb46. 2018-08-10 19:37:06,186 INFO Created internal network: pns-internal-net2_debfea54-1953-416e-a46c-71bb4f71bb46. 2018-08-10 19:37:09,125 DEBUG Ext router associated to pns-internal-net_debfea54-1953-416e-a46c-71bb4f71bb46 2018-08-10 19:37:11,419 DEBUG Ext router associated to pns-internal-net2_debfea54-1953-416e-a46c-71bb4f71bb46 2018-08-10 19:37:11,732 INFO OpenStack agent: Unknown agent 2018-08-10 19:37:11,733 INFO OpenStack network type: vxlan 2018-08-10 19:37:13,219 INFO [TestServer_debfea54-1953-416e-a46c-71bb4f71bb461] Creating server VM... 2018-08-10 19:37:13,219 DEBUG [TestServer_debfea54-1953-416e-a46c-71bb4f71bb461] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-10 19:37:18,787 DEBUG [TestServer_debfea54-1953-416e-a46c-71bb4f71bb461] VM status=BUILD, retrying 1 of 50... 2018-08-10 19:37:21,134 DEBUG [TestServer_debfea54-1953-416e-a46c-71bb4f71bb461] VM status=BUILD, retrying 2 of 50... 2018-08-10 19:37:23,749 ERROR Instance creation error: Failed to get traits for resource provider with UUID 2db270de-6c28-4306-a660-b8b5356ade99 2018-08-10 19:37:23,749 ERROR Instance failed status=ERROR 2018-08-10 19:37:25,429 INFO [TestServer_debfea54-1953-416e-a46c-71bb4f71bb461] Server creation failed 2018-08-10 19:37:25,429 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 475, in run self.setup() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 318, in setup self.net.vm_int_net[0]) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 169, in create_instance init_file_name=user_data_file)) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 173, in assert_true raise VmtpException('Assert failure') VmtpException: Assert failure 2018-08-10 19:37:25,430 INFO Cleaning up... 2018-08-10 19:37:32,142 INFO Network pns-internal-net_debfea54-1953-416e-a46c-71bb4f71bb46 deleted. 2018-08-10 19:37:36,190 INFO Network pns-internal-net2_debfea54-1953-416e-a46c-71bb4f71bb46 deleted. 2018-08-10 19:37:36,260 INFO Removed public key pns_public_key 2018-08-10 19:37:36,260 INFO Deleting security group 2018-08-10 19:37:36,464 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 0 [0.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 29 +----------+-------------------------------------------------------+-------------------+------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | SKIPPED | {} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | SKIPPED | {} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | SKIPPED | {} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | SKIPPED | {} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | SKIPPED | {} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | SKIPPED | {} | | 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 | {} | +----------+-------------------------------------------------------+-------------------+------+ No handlers could be found for logger "vmtp_file" 2018-08-10 19:37:36,466 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-10 19:37:36,658 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 19:37:36,659 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 00:52 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-10 19:37:36,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 19:37:36,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:37:37,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-0aae07c6-26bc-48bb-ae89-14e1209ff3ca Date: Fri, 10 Aug 2018 19:37:37 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "created_at": "2018-08-10T19:36:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T19:37:28Z", "revision_number": 6, "routes": [], "project_id": "58e3a8e43fb647fcae44edfe8b59b029", "id": "2a19ca2c-84af-4290-be25-563ef159771a", "name": "vmtp-router_debfea54-1953-416e-a46c-71bb4f71bb46"}]} 2018-08-10 19:37:37,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-0aae07c6-26bc-48bb-ae89-14e1209ff3ca 2018-08-10 19:37:37,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.380327939987s 2018-08-10 19:37:37,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-0aae07c6-26bc-48bb-ae89-14e1209ff3ca 2018-08-10 19:37:37,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 19:37:37,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/2a19ca2c-84af-4290-be25-563ef159771a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:37:38,672 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-082f9f85-10c4-4e00-9143-446f47166f86 Content-Length: 0 Date: Fri, 10 Aug 2018 19:37:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 19:37:38,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/2a19ca2c-84af-4290-be25-563ef159771a.json used request id req-082f9f85-10c4-4e00-9143-446f47166f86 2018-08-10 19:37:38,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.62469506264s 2018-08-10 19:37:38,672 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/2a19ca2c-84af-4290-be25-563ef159771a.json used request id req-082f9f85-10c4-4e00-9143-446f47166f86 2018-08-10 19:37:38,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:37:38,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:37:38,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-0b6ef0ce-3f92-4c24-a0b9-b5601d7023c0 Date: Fri, 10 Aug 2018 19:37:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:36:53Z", "file": "/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/file", "owner": "58e3a8e43fb647fcae44edfe8b59b029", "id": "0edfb77f-6980-4c6d-a656-9d1959cd63e5", "size": 263062016, "self": "/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_debfea54-1953-416e-a46c-71bb4f71bb46", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T19:36:49Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:37:38,985 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-0b6ef0ce-3f92-4c24-a0b9-b5601d7023c0 2018-08-10 19:37:38,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30823802948s 2018-08-10 19:37:38,985 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-0b6ef0ce-3f92-4c24-a0b9-b5601d7023c0 2018-08-10 19:37:38,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 19:37:38,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:37:39,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ee8e4be-2b2e-4e32-9077-9a4d77d2e8f2 Date: Fri, 10 Aug 2018 19:37:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 19:37:39,584 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5 used request id req-8ee8e4be-2b2e-4e32-9077-9a4d77d2e8f2 2018-08-10 19:37:39,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.59737610817s 2018-08-10 19:37:39,584 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/0edfb77f-6980-4c6d-a656-9d1959cd63e5 used request id req-8ee8e4be-2b2e-4e32-9077-9a4d77d2e8f2 2018-08-10 19:37:39,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:37:39,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:39,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37: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-040f5085-b9a3-4d25-8e59-b6d1d98f2cde x-compute-request-id: req-040f5085-b9a3-4d25-8e59-b6d1d98f2cde Content-Encoding: gzip Content-Length: 304 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_debfea54-1953-416e-a46c-71bb4f71bb46", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1", "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": "8c1e0364-f292-4b2c-a115-a7632f8deba1"}]} 2018-08-10 19:37:39,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-040f5085-b9a3-4d25-8e59-b6d1d98f2cde 2018-08-10 19:37:39,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238120555878s 2018-08-10 19:37:39,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-040f5085-b9a3-4d25-8e59-b6d1d98f2cde 2018-08-10 19:37:39,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 19:37:39,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:39,649 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:37:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-00503e61-0fd2-4ad4-ad68-608d12d5d826 x-compute-request-id: req-00503e61-0fd2-4ad4-ad68-608d12d5d826 Content-Length: 0 Content-Type: application/json 2018-08-10 19:37:39,649 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1 used request id req-00503e61-0fd2-4ad4-ad68-608d12d5d826 2018-08-10 19:37:39,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0379748344421s 2018-08-10 19:37:39,649 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/8c1e0364-f292-4b2c-a115-a7632f8deba1 used request id req-00503e61-0fd2-4ad4-ad68-608d12d5d826 2018-08-10 19:37:39,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:37:39,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:39,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a762c3d0-e433-42e5-b353-d7619d5a11ef Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46", "links": {"self": "http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0096432f512b4008916ebc083f043ecb", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 19:37:39,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-a762c3d0-e433-42e5-b353-d7619d5a11ef 2018-08-10 19:37:39,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213479995728s 2018-08-10 19:37:39,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-a762c3d0-e433-42e5-b353-d7619d5a11ef 2018-08-10 19:37:39,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:37:39,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:40,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b09975-5c7c-4d5c-afbf-66f47728eda1 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_debfea54-1953-416e-a46c-71bb4f71bb46", "links": {"self": "http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0096432f512b4008916ebc083f043ecb", "description": null}} 2018-08-10 19:37:40,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb used request id req-55b09975-5c7c-4d5c-afbf-66f47728eda1 2018-08-10 19:37:40,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204085111618s 2018-08-10 19:37:40,074 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb used request id req-55b09975-5c7c-4d5c-afbf-66f47728eda1 2018-08-10 19:37:40,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 19:37:40,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:40,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:37:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-527c6617-d759-43af-b316-5de694358298 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:37:40,497 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb used request id req-527c6617-d759-43af-b316-5de694358298 2018-08-10 19:37:40,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.422343969345s 2018-08-10 19:37:40,497 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/0096432f512b4008916ebc083f043ecb used request id req-527c6617-d759-43af-b316-5de694358298 2018-08-10 19:37:40,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 19:37:40,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:40,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff07b894-0c9c-48b4-aa2b-2c02cf311401 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029"}, "tags": [], "enabled": true, "id": "58e3a8e43fb647fcae44edfe8b59b029", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_debfea54-1953-416e-a46c-71bb4f71bb46"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 19:37:40,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-ff07b894-0c9c-48b4-aa2b-2c02cf311401 2018-08-10 19:37:40,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.118360042572s 2018-08-10 19:37:40,623 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-ff07b894-0c9c-48b4-aa2b-2c02cf311401 2018-08-10 19:37:40,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 19:37:40,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8a01eeb5e994e38a434d7c4525169f70d8456b" 2018-08-10 19:37:40,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:37:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fcd02fb-1981-4566-966f-af0216b38d0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:37:40,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029 used request id req-9fcd02fb-1981-4566-966f-af0216b38d0e 2018-08-10 19:37:40,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.279009103775s 2018-08-10 19:37:40,906 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/58e3a8e43fb647fcae44edfe8b59b029 used request id req-9fcd02fb-1981-4566-966f-af0216b38d0e 2018-08-10 19:37:40,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:37:40,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e53f0ed978584efb5ca8390dc06f354fe6ccb835" 2018-08-10 19:37:41,095 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.30.9.7:5000" X-Openstack-Request-Id: req-ecfa2e6a-1e5b-42c2-a51c-0c88a95d4b09 Date: Fri, 10 Aug 2018 19:37:41 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-10 19:37:41,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ecfa2e6a-1e5b-42c2-a51c-0c88a95d4b09 2018-08-10 19:37:41,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:37:41,108 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-10 19:37:41,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.202360153198s 2018-08-10 19:37:41,109 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-10 19:37:41,164 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-10 19:37:41,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 19:37:41,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 19:37:41,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 19:37:41,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 19:37:41,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 19:37:41,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:37:41,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75d87f0-8bd8-4860-bc9b-6ac72319d353 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 19:37:41,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-d75d87f0-8bd8-4860-bc9b-6ac72319d353 2018-08-10 19:37:41,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:37:41,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T20:37:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["aALTb5z2SoqeboayPCG2Eg"], "issued_at": "2018-08-10T19:37:41.000000Z"}} 2018-08-10 19:37:41,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:37:41,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:41,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-1e75ccc1-5593-4efd-8f9f-dd5c40e68fad Date: Fri, 10 Aug 2018 19:37:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 19:37:41,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e75ccc1-5593-4efd-8f9f-dd5c40e68fad 2018-08-10 19:37:41,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35097193718s 2018-08-10 19:37:41,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1e75ccc1-5593-4efd-8f9f-dd5c40e68fad 2018-08-10 19:37:41,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:37:41,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 19:37:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5d404ea-662c-4906-8b45-fc81910427b2 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 19:37:41,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-c5d404ea-662c-4906-8b45-fc81910427b2 2018-08-10 19:37:41,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:37:41,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:42,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b23b13-b364-47fa-9bc2-377a70e16ee6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 19:37:42,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-28b23b13-b364-47fa-9bc2-377a70e16ee6 2018-08-10 19:37:42,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198116064072s 2018-08-10 19:37:42,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-28b23b13-b364-47fa-9bc2-377a70e16ee6 2018-08-10 19:37:42,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 19:37:42,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}}' 2018-08-10 19:37:42,422 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 19:37:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-986f10a3-557b-499a-9585-2c5b4e2498f9 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.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633"}, "tags": [], "enabled": true, "id": "735a214d532d4a309ef7e7d8a7f17633", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}} 2018-08-10 19:37:42,422 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-986f10a3-557b-499a-9585-2c5b4e2498f9 2018-08-10 19:37:42,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.231510162354s 2018-08-10 19:37:42,423 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-986f10a3-557b-499a-9585-2c5b4e2498f9 2018-08-10 19:37:42,423 - 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'735a214d532d4a309ef7e7d8a7f17633', '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_ce70d555-6fb6-4aac-bf3e-8dd646433904'}) 2018-08-10 19:37:42,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 19:37:42,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9d945234-fd5c-4e66-9cce-42dffee2bb58", "email": null, "name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904"}}' 2018-08-10 19:37:42,876 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 19:37:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-353e1148-88f9-405d-a6a3-79c6f4345c67 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": {"self": "http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63203fae51eb4e24941e9e7933b3abab", "domain_id": "default", "password_expires_at": null}} 2018-08-10 19:37:42,876 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-353e1148-88f9-405d-a6a3-79c6f4345c67 2018-08-10 19:37:42,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.446631908417s 2018-08-10 19:37:42,877 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-353e1148-88f9-405d-a6a3-79c6f4345c67 2018-08-10 19:37:42,878 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'63203fae51eb4e24941e9e7933b3abab', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904'}) 2018-08-10 19:37:42,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:37:42,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:43,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c502d7d-c69a-48d2-b853-3c39c14d11ac Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:37:43,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-1c502d7d-c69a-48d2-b853-3c39c14d11ac 2018-08-10 19:37:43,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202634096146s 2018-08-10 19:37:43,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-1c502d7d-c69a-48d2-b853-3c39c14d11ac 2018-08-10 19:37:43,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:37:43,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:43,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56b6a76f-f37d-427b-857d-54b07efce04d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:37:43,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-56b6a76f-f37d-427b-857d-54b07efce04d 2018-08-10 19:37:43,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20045208931s 2018-08-10 19:37:43,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-56b6a76f-f37d-427b-857d-54b07efce04d 2018-08-10 19:37:43,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:37:43,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:43,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14382847-32bc-47d0-b261-869fc9abc824 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:37:43,482 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-14382847-32bc-47d0-b261-869fc9abc824 2018-08-10 19:37:43,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18793797493s 2018-08-10 19:37:43,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-14382847-32bc-47d0-b261-869fc9abc824 2018-08-10 19:37:43,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:37:43,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:43,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fccfc25-5f69-412e-85c4-3655a788218c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 19:37:43,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-5fccfc25-5f69-412e-85c4-3655a788218c 2018-08-10 19:37:43,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19970703125s 2018-08-10 19:37:43,688 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-5fccfc25-5f69-412e-85c4-3655a788218c 2018-08-10 19:37:43,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:37:43,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:43,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60dc6a8e-d121-422f-aeac-16e02d962fdf Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": {"self": "http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63203fae51eb4e24941e9e7933b3abab", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 19:37:43,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-60dc6a8e-d121-422f-aeac-16e02d962fdf 2018-08-10 19:37:43,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217885017395s 2018-08-10 19:37:43,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-60dc6a8e-d121-422f-aeac-16e02d962fdf 2018-08-10 19:37:43,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 19:37:43,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:44,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cd5ab32-4637-42cf-990d-4a4c12f67ca8 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633"}, "tags": [], "enabled": true, "id": "735a214d532d4a309ef7e7d8a7f17633", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:37:44,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-4cd5ab32-4637-42cf-990d-4a4c12f67ca8 2018-08-10 19:37:44,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186743021011s 2018-08-10 19:37:44,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-4cd5ab32-4637-42cf-990d-4a4c12f67ca8 2018-08-10 19:37:44,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 19:37:44,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=735a214d532d4a309ef7e7d8a7f17633" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:44,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f35c0b58-f4f3-4614-a409-ae01d88f9626 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=735a214d532d4a309ef7e7d8a7f17633", "previous": null, "next": null}} 2018-08-10 19:37:44,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=735a214d532d4a309ef7e7d8a7f17633 used request id req-f35c0b58-f4f3-4614-a409-ae01d88f9626 2018-08-10 19:37:44,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18722987175s 2018-08-10 19:37:44,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=735a214d532d4a309ef7e7d8a7f17633 used request id req-f35c0b58-f4f3-4614-a409-ae01d88f9626 2018-08-10 19:37:44,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 19:37:44,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:37:44,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:37:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79593861-c4a9-402a-b214-d362cb8da424 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:37:44,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/740829ed47d44511bcb22d86735f9050 used request id req-79593861-c4a9-402a-b214-d362cb8da424 2018-08-10 19:37:44,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.250256061554s 2018-08-10 19:37:44,552 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/740829ed47d44511bcb22d86735f9050 used request id req-79593861-c4a9-402a-b214-d362cb8da424 2018-08-10 19:37:44,553 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904', 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'735a214d532d4a309ef7e7d8a7f17633', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9d945234-fd5c-4e66-9cce-42dffee2bb58', 'username': u'shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 19:37:44,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 19:37:44,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 19:37:44,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 19:37:44,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 19:37:44,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 19:37:44,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 19:37:44,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 19:37:44,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 19:37:44,558 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'password': '9d945234-fd5c-4e66-9cce-42dffee2bb58', 'project_name': 'shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '735a214d532d4a309ef7e7d8a7f17633', 'project_domain_name': 'Default'} 2018-08-10 19:37:44,558 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-10 19:37:44,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:37:44,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7c004ab-10b5-470a-a51b-bbb35f70888b 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 19:37:44,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-c7c004ab-10b5-470a-a51b-bbb35f70888b 2018-08-10 19:37:44,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 19:37:44,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T20:37:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "735a214d532d4a309ef7e7d8a7f17633", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "id": "63203fae51eb4e24941e9e7933b3abab"}, "audit_ids": ["Q-LTrRuZRNSOhFm0utGQ6A"], "issued_at": "2018-08-10T19:37:44.000000Z"}} 2018-08-10 19:37:44,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 19:37:44,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"network": {"name": "shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904", "admin_state_up": true}}' 2018-08-10 19:37:45,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-cd042233-906f-4f53-b711-c36eeb00b21d Date: Fri, 10 Aug 2018 19:37:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T19:37:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"735a214d532d4a309ef7e7d8a7f17633","id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","name":"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904"}} 2018-08-10 19:37:45,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-cd042233-906f-4f53-b711-c36eeb00b21d 2018-08-10 19:37:45,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.684826850891s 2018-08-10 19:37:45,654 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-cd042233-906f-4f53-b711-c36eeb00b21d 2018-08-10 19:37:45,654 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T19:37:45Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904', u'admin_state_up': True, u'tenant_id': u'735a214d532d4a309ef7e7d8a7f17633', u'created_at': u'2018-08-10T19:37:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'735a214d532d4a309ef7e7d8a7f17633'}) 2018-08-10 19:37:45,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:37:45,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:37:46,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-d3fa36f0-949f-4ac1-a963-857743fe40d4 Date: Fri, 10 Aug 2018 19:37:46 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-10T19:37:45Z","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"735a214d532d4a309ef7e7d8a7f17633","id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","name":"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 19:37:46,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d3fa36f0-949f-4ac1-a963-857743fe40d4 2018-08-10 19:37:46,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369650840759s 2018-08-10 19:37:46,025 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d3fa36f0-949f-4ac1-a963-857743fe40d4 2018-08-10 19:37:46,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 19:37:46,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"subnet": {"name": "shaker-subnet_ce70d555-6fb6-4aac-bf3e-8dd646433904", "enable_dhcp": true, "network_id": "3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 19:37:46,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-63d679b7-fbea-4a39-b761-1b96cbf48747 Date: Fri, 10 Aug 2018 19:37:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:37:46Z","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":"735a214d532d4a309ef7e7d8a7f17633","id":"375a22b7-98a6-45df-a28e-9175eb2e34c4","subnetpool_id":null,"name":"shaker-subnet_ce70d555-6fb6-4aac-bf3e-8dd646433904"}} 2018-08-10 19:37:46,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-63d679b7-fbea-4a39-b761-1b96cbf48747 2018-08-10 19:37:46,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.914203166962s 2018-08-10 19:37:46,942 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-63d679b7-fbea-4a39-b761-1b96cbf48747 2018-08-10 19:37:46,942 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T19:37:46Z', 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'375a22b7-98a6-45df-a28e-9175eb2e34c4', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_ce70d555-6fb6-4aac-bf3e-8dd646433904', u'enable_dhcp': True, u'network_id': u'3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8', u'tenant_id': u'735a214d532d4a309ef7e7d8a7f17633', u'created_at': u'2018-08-10T19:37:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'735a214d532d4a309ef7e7d8a7f17633'}) 2018-08-10 19:37:46,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 19:37:46,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "shaker-router_ce70d555-6fb6-4aac-bf3e-8dd646433904", "admin_state_up": true}}' 2018-08-10 19:37:48,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-5f0d138f-5bb0-4a3f-8cdf-eda4d650ff5e Date: Fri, 10 Aug 2018 19:37:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:37:47Z", "admin_state_up": true, "updated_at": "2018-08-10T19:37:48Z", "revision_number": 2, "routes": [], "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "23959768-d078-4506-b8d6-39967f0ae162", "name": "shaker-router_ce70d555-6fb6-4aac-bf3e-8dd646433904"}} 2018-08-10 19:37:48,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-5f0d138f-5bb0-4a3f-8cdf-eda4d650ff5e 2018-08-10 19:37:48,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43775105476s 2018-08-10 19:37:48,381 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-5f0d138f-5bb0-4a3f-8cdf-eda4d650ff5e 2018-08-10 19:37:48,381 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'735a214d532d4a309ef7e7d8a7f17633', u'created_at': u'2018-08-10T19:37:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T19:37:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'735a214d532d4a309ef7e7d8a7f17633', u'id': u'23959768-d078-4506-b8d6-39967f0ae162', u'name': u'shaker-router_ce70d555-6fb6-4aac-bf3e-8dd646433904'}) 2018-08-10 19:37:48,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 19:37:48,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"subnet_id": "375a22b7-98a6-45df-a28e-9175eb2e34c4"}' 2018-08-10 19:37:50,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb53e587-8426-49ee-8e2d-342c228a428d Date: Fri, 10 Aug 2018 19:37:50 GMT RESP BODY: {"network_id": "3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "subnet_id": "375a22b7-98a6-45df-a28e-9175eb2e34c4", "subnet_ids": ["375a22b7-98a6-45df-a28e-9175eb2e34c4"], "port_id": "05e02c44-31a9-4ae6-85a8-4e2779ca531a", "id": "23959768-d078-4506-b8d6-39967f0ae162"} 2018-08-10 19:37:50,791 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162/add_router_interface.json used request id req-eb53e587-8426-49ee-8e2d-342c228a428d 2018-08-10 19:37:50,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.40936899185s 2018-08-10 19:37:50,792 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162/add_router_interface.json used request id req-eb53e587-8426-49ee-8e2d-342c228a428d returning object 23959768-d078-4506-b8d6-39967f0ae162 2018-08-10 19:37:50,792 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-10 19:37:54,370 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-10 19:37:54,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 19:37:54,375 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 19:37:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 19:37:54,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:37:54,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:37:54,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d706b887-fc1c-45cd-893d-5c977e031462 Date: Fri, 10 Aug 2018 19:37:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:37:54,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d706b887-fc1c-45cd-893d-5c977e031462 2018-08-10 19:37:54,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301490783691s 2018-08-10 19:37:54,678 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d706b887-fc1c-45cd-893d-5c977e031462 2018-08-10 19:37:54,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 19:37:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904"}' 2018-08-10 19:37:55,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-639a3796-07ed-4400-bc96-821961734102 Date: Fri, 10 Aug 2018 19:37:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:37:55Z", "file": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file", "owner": "735a214d532d4a309ef7e7d8a7f17633", "id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "size": null, "self": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "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_ce70d555-6fb6-4aac-bf3e-8dd646433904", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "checksum": null, "created_at": "2018-08-10T19:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 19:37:55,383 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-639a3796-07ed-4400-bc96-821961734102 2018-08-10 19:37:55,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.696295022964s 2018-08-10 19:37:55,384 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-639a3796-07ed-4400-bc96-821961734102 returning object c9ecfcef-3c71-4f30-a547-1b8662582e2e 2018-08-10 19:37:55,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 19:37:55,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '' 2018-08-10 19:38:05,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66033ea1-dcc7-4c7f-bf86-bc5885a5e93f Date: Fri, 10 Aug 2018 19:38: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-10 19:38:05,056 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file used request id req-66033ea1-dcc7-4c7f-bf86-bc5885a5e93f 2018-08-10 19:38:05,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.67145991325s 2018-08-10 19:38:05,056 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file used request id req-66033ea1-dcc7-4c7f-bf86-bc5885a5e93f 2018-08-10 19:38:05,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:38:05,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:05,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-879b6dec-ac4c-4f2d-98eb-c8874d300e7f Date: Fri, 10 Aug 2018 19:38:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:38:05Z", "file": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file", "owner": "735a214d532d4a309ef7e7d8a7f17633", "id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "size": 666173440, "self": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-10T19:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:38:05,115 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-879b6dec-ac4c-4f2d-98eb-c8874d300e7f 2018-08-10 19:38:05,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0549669265747s 2018-08-10 19:38:05,116 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-879b6dec-ac4c-4f2d-98eb-c8874d300e7f 2018-08-10 19:38:05,117 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file', 'owner': u'735a214d532d4a309ef7e7d8a7f17633', 'id': u'c9ecfcef-3c71-4f30-a547-1b8662582e2e', 'size': 666173440, u'self': u'/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'735a214d532d4a309ef7e7d8a7f17633', 'name': 'shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T19:38:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T19:38:05Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904', '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/c9ecfcef-3c71-4f30-a547-1b8662582e2e', 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_ce70d555-6fb6-4aac-bf3e-8dd646433904', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'created': u'2018-08-10T19:37:55Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-10T19:37:55Z', 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/c9ecfcef-3c71-4f30-a547-1b8662582e2e', 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_ce70d555-6fb6-4aac-bf3e-8dd646433904', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-10 19:38:05,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 19:38:05,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_ce70d555-6fb6-4aac-bf3e-8dd646433904", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-10 19:38:05,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-fb3e6612-decd-4a08-bd6d-9a4b6d7a04b0 x-compute-request-id: req-fb3e6612-decd-4a08-bd6d-9a4b6d7a04b0 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "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": "def32d3b-9926-4012-afcb-37fc50162af9"}} 2018-08-10 19:38:05,892 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-fb3e6612-decd-4a08-bd6d-9a4b6d7a04b0 2018-08-10 19:38:05,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.773911952972s 2018-08-10 19:38:05,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-fb3e6612-decd-4a08-bd6d-9a4b6d7a04b0 2018-08-10 19:38:05,893 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_ce70d555-6fb6-4aac-bf3e-8dd646433904', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'def32d3b-9926-4012-afcb-37fc50162af9', 'swap': 0}) 2018-08-10 19:38:05,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 19:38:05,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9/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}bb5c720159696e2c57950845182934a54f939751" -d '{"extra_specs": {}}' 2018-08-10 19:38:05,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-b8db0c3b-34a8-466c-b4fc-7cb5ec88c7b9 x-compute-request-id: req-b8db0c3b-34a8-466c-b4fc-7cb5ec88c7b9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 19:38:05,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9/os-extra_specs used request id req-b8db0c3b-34a8-466c-b4fc-7cb5ec88c7b9 2018-08-10 19:38:05,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0270049571991s 2018-08-10 19:38:05,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9/os-extra_specs used request id req-b8db0c3b-34a8-466c-b4fc-7cb5ec88c7b9 2018-08-10 19:38:05,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 19:38:05,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"keypair": {"name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904"}}' 2018-08-10 19:38:06,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-11b3296e-f223-402f-af6e-c4ced933576c x-compute-request-id: req-11b3296e-f223-402f-af6e-c4ced933576c Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvEd7YzZhpc0eyvTDf21HCOyp+oQjwwdmLmDGcGR3f57Z5birsVft5xD6YkcNUtU17yO5f8wfPzds7CwITqL6RxHdEGty4DG+xXK+pcJHG2519YthoOgbAuPCLR+e4hYzdLk2Ojc3+Tyd3Xyjrb/1vjrBuFB0ADAU5zMvyM9UZx/WvVPaWRE+51Entu8b+5c0QFkldNSyDkLlvAyUtBMBlpn/cOegngGMWS5+uPICgti+QCNy22bs5KP/SH0S1f1YIKLMpR0LbuzAeb1PDfzneAPSKU0+wtYJ3eurP08v8d6FNvRHnjNkYeikKDcW0kxN89B5VGgSJIfqnLPUDercz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7xHe2M2YaXNHsr0w39tRwjsqfqEI8MHZi5gxnBkd3+e2eW4q\n7FX7ecQ+mJHDVLVNe8juX/MHz83bOwsCE6i+kcR3RBrcuAxvsVyvqXCRxtudfWLY\naDoGwLjwi0fnuIWM3S5Njo3N/k8nd18o62/9b46wbhQdAAwFOczL8jPVGcf1r1T2\nlkRPudRJ7bvG/uXNEBZJXTUsg5C5bwMlLQTAZaZ/3DnoJ4BjFkufrjyAoLYvkAjc\nttm7OSj/0h9EtX9WCCizKUdC27swHm9Tw3853gD0ilNPsLWCd3rqz9PL/HehTb0R\n54zZGHopCg3FtJMTfPQeVRoEiSH6pyz1A3q3MwIDAQABAoIBAQCIFGv8jEqM+4l8\nPCRtx7EqFfOCULd+E1l5FBBpAgL3SDWduQ/FpsuV7BaVUaMVvH12UFEfXH690jdP\nzFxKRGr1HhelNIUeXjXVhySWFfVkc+2ZSYJVEXJ2kM6a+Tr01U/xNkH/OsheUT/t\nusTX/s8LiPT0M46uUClJVUFhhA9wtD+ALPfztCEAtwf9gSLU47MfKla7FUVWeWC5\nQIPW4r2vbk4fnlMXLqZfUxUUPdl+TLCSua4zHXGPBUbsvhF7niHxLY5t6HYcrUzv\ncfde/4cVkV3y1bBazzqTMixtcRt+Labx3fBNbWGcr/EDvmqttc/S4vUQcnyLAoqr\nMA002ajBAoGBAPt8C5+L6kbCgyByJ2DiEPdNXaw8kuMjN3JSRiMMDy74sjlTiQln\n0uldQxZOXqWPpmhYPr5JEYJVBebrnMAvnf4fVUMShpB2bGd0kCaTDQz1oaRv3TIa\nLhH8EIq89ZCBVb7SAfpc0W7u4ZaPXhPpY8+7FDAnLKyhvoKRQmcqgq/tAoGBAPNc\nwqsyrObzFuhzHggU/aA2lAJ9t6PTidCsn5oKvABPK73YtHmVqr9Lm2tnUB5mm9Yn\noiUmDq6fIqwS/+wNproFYKThEV9n+XUuvO1HWNMcXBrEMCaWljm62QB+tYt5wILn\nvbZYZ4ieMYpGGIKNFsvLoL2RvSldmFqep3aXUN+fAoGAeHu3fdqkhP4PoG3QW+Qy\nyKhyJmBm5xcqK0UrgQL4C0Lu7/QLhUwOies6hudJBPzLdtZASR3sm4psZ3OeB51I\njkUorhekDHYP/YikvzZYXEsaBBPr32MXi1o9+poI9BBiqicm93GcjQ85WM6a/eMl\nBJLWWzOJfbOH+DnrnE2LiwkCgYAun/r76b2Okcw1xLhgPAVLiKlawNNKI+Enhase\nTCgwtvpeaQJKuQ35kHa6YRTMfkQlB3rdOylc80glR46YnxTuVtFpRWWarcTxWn7/\nxseRysEqr6O6AOfPL6kbmysVCcKEUfna0Z0kY4qCP2O6v2U6rkyhhSaEolXqJrNW\n2S65aQKBgQC6ALrYr0orPBSgEyPOKUuQZcUvJD0W12J4EKiwZM7UJSEgdlVqbkbZ\nokWmFA15yVINnjAeNsv0QiHhRskhPHGAMGoPY2GB+7/h9ot7b3eIITyFPK7XxylG\nw7I1MqLn6LjIFhyu2+0Oa2cXcpSoY6EjXXRa/SCcFwP8BD0a5tM1JQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "63203fae51eb4e24941e9e7933b3abab", "name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "fingerprint": "18:19:4e:61:60:ac:5b:c7:f5:1a:54:50:78:13:9f:01"}} 2018-08-10 19:38:06,777 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-11b3296e-f223-402f-af6e-c4ced933576c 2018-08-10 19:38:06,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.855082035065s 2018-08-10 19:38:06,777 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-11b3296e-f223-402f-af6e-c4ced933576c 2018-08-10 19:38:06,778 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvEd7YzZhpc0eyvTDf21HCOyp+oQjwwdmLmDGcGR3f57Z5birsVft5xD6YkcNUtU17yO5f8wfPzds7CwITqL6RxHdEGty4DG+xXK+pcJHG2519YthoOgbAuPCLR+e4hYzdLk2Ojc3+Tyd3Xyjrb/1vjrBuFB0ADAU5zMvyM9UZx/WvVPaWRE+51Entu8b+5c0QFkldNSyDkLlvAyUtBMBlpn/cOegngGMWS5+uPICgti+QCNy22bs5KP/SH0S1f1YIKLMpR0LbuzAeb1PDfzneAPSKU0+wtYJ3eurP08v8d6FNvRHnjNkYeikKDcW0kxN89B5VGgSJIfqnLPUDercz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7xHe2M2YaXNHsr0w39tRwjsqfqEI8MHZi5gxnBkd3+e2eW4q\n7FX7ecQ+mJHDVLVNe8juX/MHz83bOwsCE6i+kcR3RBrcuAxvsVyvqXCRxtudfWLY\naDoGwLjwi0fnuIWM3S5Njo3N/k8nd18o62/9b46wbhQdAAwFOczL8jPVGcf1r1T2\nlkRPudRJ7bvG/uXNEBZJXTUsg5C5bwMlLQTAZaZ/3DnoJ4BjFkufrjyAoLYvkAjc\nttm7OSj/0h9EtX9WCCizKUdC27swHm9Tw3853gD0ilNPsLWCd3rqz9PL/HehTb0R\n54zZGHopCg3FtJMTfPQeVRoEiSH6pyz1A3q3MwIDAQABAoIBAQCIFGv8jEqM+4l8\nPCRtx7EqFfOCULd+E1l5FBBpAgL3SDWduQ/FpsuV7BaVUaMVvH12UFEfXH690jdP\nzFxKRGr1HhelNIUeXjXVhySWFfVkc+2ZSYJVEXJ2kM6a+Tr01U/xNkH/OsheUT/t\nusTX/s8LiPT0M46uUClJVUFhhA9wtD+ALPfztCEAtwf9gSLU47MfKla7FUVWeWC5\nQIPW4r2vbk4fnlMXLqZfUxUUPdl+TLCSua4zHXGPBUbsvhF7niHxLY5t6HYcrUzv\ncfde/4cVkV3y1bBazzqTMixtcRt+Labx3fBNbWGcr/EDvmqttc/S4vUQcnyLAoqr\nMA002ajBAoGBAPt8C5+L6kbCgyByJ2DiEPdNXaw8kuMjN3JSRiMMDy74sjlTiQln\n0uldQxZOXqWPpmhYPr5JEYJVBebrnMAvnf4fVUMShpB2bGd0kCaTDQz1oaRv3TIa\nLhH8EIq89ZCBVb7SAfpc0W7u4ZaPXhPpY8+7FDAnLKyhvoKRQmcqgq/tAoGBAPNc\nwqsyrObzFuhzHggU/aA2lAJ9t6PTidCsn5oKvABPK73YtHmVqr9Lm2tnUB5mm9Yn\noiUmDq6fIqwS/+wNproFYKThEV9n+XUuvO1HWNMcXBrEMCaWljm62QB+tYt5wILn\nvbZYZ4ieMYpGGIKNFsvLoL2RvSldmFqep3aXUN+fAoGAeHu3fdqkhP4PoG3QW+Qy\nyKhyJmBm5xcqK0UrgQL4C0Lu7/QLhUwOies6hudJBPzLdtZASR3sm4psZ3OeB51I\njkUorhekDHYP/YikvzZYXEsaBBPr32MXi1o9+poI9BBiqicm93GcjQ85WM6a/eMl\nBJLWWzOJfbOH+DnrnE2LiwkCgYAun/r76b2Okcw1xLhgPAVLiKlawNNKI+Enhase\nTCgwtvpeaQJKuQ35kHa6YRTMfkQlB3rdOylc80glR46YnxTuVtFpRWWarcTxWn7/\nxseRysEqr6O6AOfPL6kbmysVCcKEUfna0Z0kY4qCP2O6v2U6rkyhhSaEolXqJrNW\n2S65aQKBgQC6ALrYr0orPBSgEyPOKUuQZcUvJD0W12J4EKiwZM7UJSEgdlVqbkbZ\nokWmFA15yVINnjAeNsv0QiHhRskhPHGAMGoPY2GB+7/h9ot7b3eIITyFPK7XxylG\nw7I1MqLn6LjIFhyu2+0Oa2cXcpSoY6EjXXRa/SCcFwP8BD0a5tM1JQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'63203fae51eb4e24941e9e7933b3abab', 'name': u'shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'created_at': '2018-08-10T19:38:06.778625', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'735a214d532d4a309ef7e7d8a7f17633', 'name': 'shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'18:19:4e:61:60:ac:5b:c7:f5:1a:54:50:78:13:9f:01', 'type': 'ssh', 'id': u'shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904'}) 2018-08-10 19:38:06,779 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA7xHe2M2YaXNHsr0w39tRwjsqfqEI8MHZi5gxnBkd3+e2eW4q 7FX7ecQ+mJHDVLVNe8juX/MHz83bOwsCE6i+kcR3RBrcuAxvsVyvqXCRxtudfWLY aDoGwLjwi0fnuIWM3S5Njo3N/k8nd18o62/9b46wbhQdAAwFOczL8jPVGcf1r1T2 lkRPudRJ7bvG/uXNEBZJXTUsg5C5bwMlLQTAZaZ/3DnoJ4BjFkufrjyAoLYvkAjc ttm7OSj/0h9EtX9WCCizKUdC27swHm9Tw3853gD0ilNPsLWCd3rqz9PL/HehTb0R 54zZGHopCg3FtJMTfPQeVRoEiSH6pyz1A3q3MwIDAQABAoIBAQCIFGv8jEqM+4l8 PCRtx7EqFfOCULd+E1l5FBBpAgL3SDWduQ/FpsuV7BaVUaMVvH12UFEfXH690jdP zFxKRGr1HhelNIUeXjXVhySWFfVkc+2ZSYJVEXJ2kM6a+Tr01U/xNkH/OsheUT/t usTX/s8LiPT0M46uUClJVUFhhA9wtD+ALPfztCEAtwf9gSLU47MfKla7FUVWeWC5 QIPW4r2vbk4fnlMXLqZfUxUUPdl+TLCSua4zHXGPBUbsvhF7niHxLY5t6HYcrUzv cfde/4cVkV3y1bBazzqTMixtcRt+Labx3fBNbWGcr/EDvmqttc/S4vUQcnyLAoqr MA002ajBAoGBAPt8C5+L6kbCgyByJ2DiEPdNXaw8kuMjN3JSRiMMDy74sjlTiQln 0uldQxZOXqWPpmhYPr5JEYJVBebrnMAvnf4fVUMShpB2bGd0kCaTDQz1oaRv3TIa LhH8EIq89ZCBVb7SAfpc0W7u4ZaPXhPpY8+7FDAnLKyhvoKRQmcqgq/tAoGBAPNc wqsyrObzFuhzHggU/aA2lAJ9t6PTidCsn5oKvABPK73YtHmVqr9Lm2tnUB5mm9Yn oiUmDq6fIqwS/+wNproFYKThEV9n+XUuvO1HWNMcXBrEMCaWljm62QB+tYt5wILn vbZYZ4ieMYpGGIKNFsvLoL2RvSldmFqep3aXUN+fAoGAeHu3fdqkhP4PoG3QW+Qy yKhyJmBm5xcqK0UrgQL4C0Lu7/QLhUwOies6hudJBPzLdtZASR3sm4psZ3OeB51I jkUorhekDHYP/YikvzZYXEsaBBPr32MXi1o9+poI9BBiqicm93GcjQ85WM6a/eMl BJLWWzOJfbOH+DnrnE2LiwkCgYAun/r76b2Okcw1xLhgPAVLiKlawNNKI+Enhase TCgwtvpeaQJKuQ35kHa6YRTMfkQlB3rdOylc80glR46YnxTuVtFpRWWarcTxWn7/ xseRysEqr6O6AOfPL6kbmysVCcKEUfna0Z0kY4qCP2O6v2U6rkyhhSaEolXqJrNW 2S65aQKBgQC6ALrYr0orPBSgEyPOKUuQZcUvJD0W12J4EKiwZM7UJSEgdlVqbkbZ okWmFA15yVINnjAeNsv0QiHhRskhPHGAMGoPY2GB+7/h9ot7b3eIITyFPK7XxylG w7I1MqLn6LjIFhyu2+0Oa2cXcpSoY6EjXXRa/SCcFwP8BD0a5tM1JQ== -----END RSA PRIVATE KEY----- 2018-08-10 19:38:06,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 19:38:06,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"security_group": {"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-10 19:38:07,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-dfbf40ff-b84c-470b-84ad-6d4c0d749a20 Date: Fri, 10 Aug 2018 19:38:07 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:07Z", "updated_at": "2018-08-10T19:38:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "67f00e46-1673-4315-9e3e-e76cae033735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "73046c7f-5c50-4720-94ed-d8be14813593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 1, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}} 2018-08-10 19:38:07,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-dfbf40ff-b84c-470b-84ad-6d4c0d749a20 2018-08-10 19:38:07,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.424725055695s 2018-08-10 19:38:07,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-dfbf40ff-b84c-470b-84ad-6d4c0d749a20 2018-08-10 19:38:07,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 19:38:07,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:07,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-c46f0946-7c66-4ee2-898a-099cd4075777 Date: Fri, 10 Aug 2018 19:38:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:37:45Z", "updated_at": "2018-08-10T19:37:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "3a82c962-e3c3-44e2-a965-4c7371f16279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "96e235b0-3c77-483d-9429-1c7a814de473", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "a9acbe07-a0d6-4820-9f47-c7496a80d4c7", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "ae285a8a-a5ef-4ddb-8433-c72edeaf9ed8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 1, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:07Z", "updated_at": "2018-08-10T19:38:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "67f00e46-1673-4315-9e3e-e76cae033735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "73046c7f-5c50-4720-94ed-d8be14813593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 1, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:38:07,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-c46f0946-7c66-4ee2-898a-099cd4075777 2018-08-10 19:38:07,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.300847053528s 2018-08-10 19:38:07,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-c46f0946-7c66-4ee2-898a-099cd4075777 2018-08-10 19:38:07,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 19:38:07,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -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": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"}}' 2018-08-10 19:38:07,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a0699909-4ca0-4ee8-bd38-2e6167be0c30 Date: Fri, 10 Aug 2018 19:38:07 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-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "port_range_min": 22, "revision_number": 0, "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:07Z", "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "90fb3d1b-6482-4f1a-ba60-afc9bd670075"}} 2018-08-10 19:38:07,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-a0699909-4ca0-4ee8-bd38-2e6167be0c30 2018-08-10 19:38:07,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.157973051071s 2018-08-10 19:38:07,675 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-a0699909-4ca0-4ee8-bd38-2e6167be0c30 2018-08-10 19:38:07,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 19:38:07,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:08,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-510d816c-9afe-4637-b586-dcb9764a3ac1 Date: Fri, 10 Aug 2018 19:38:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:37:45Z", "updated_at": "2018-08-10T19:37:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "3a82c962-e3c3-44e2-a965-4c7371f16279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "96e235b0-3c77-483d-9429-1c7a814de473", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "a9acbe07-a0d6-4820-9f47-c7496a80d4c7", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "ae285a8a-a5ef-4ddb-8433-c72edeaf9ed8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 1, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:07Z", "updated_at": "2018-08-10T19:38:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "67f00e46-1673-4315-9e3e-e76cae033735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "73046c7f-5c50-4720-94ed-d8be14813593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "90fb3d1b-6482-4f1a-ba60-afc9bd670075", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 2, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:38:08,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-510d816c-9afe-4637-b586-dcb9764a3ac1 2018-08-10 19:38:08,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.32381606102s 2018-08-10 19:38:08,002 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-510d816c-9afe-4637-b586-dcb9764a3ac1 2018-08-10 19:38:08,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 19:38:08,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -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": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"}}' 2018-08-10 19:38:08,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-6743deb8-3f6a-45ef-b7a0-7e3c3be2de4c Date: Fri, 10 Aug 2018 19:38:08 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-10T19:38:08Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "port_range_min": null, "revision_number": 0, "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:08Z", "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "48a794ce-876f-4432-beb4-ed4ff5729677"}} 2018-08-10 19:38:08,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-6743deb8-3f6a-45ef-b7a0-7e3c3be2de4c 2018-08-10 19:38:08,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.169798135757s 2018-08-10 19:38:08,176 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-6743deb8-3f6a-45ef-b7a0-7e3c3be2de4c 2018-08-10 19:38:08,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 19:38:08,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:08,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-2c524bd0-b102-4025-981a-d1a61e789f15 Date: Fri, 10 Aug 2018 19:38:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:37:45Z", "updated_at": "2018-08-10T19:37:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "3a82c962-e3c3-44e2-a965-4c7371f16279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "96e235b0-3c77-483d-9429-1c7a814de473", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "a9acbe07-a0d6-4820-9f47-c7496a80d4c7", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "ae285a8a-a5ef-4ddb-8433-c72edeaf9ed8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 1, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:07Z", "updated_at": "2018-08-10T19:38:08Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:08Z", "revision_number": 0, "id": "48a794ce-876f-4432-beb4-ed4ff5729677", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:08Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "67f00e46-1673-4315-9e3e-e76cae033735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "73046c7f-5c50-4720-94ed-d8be14813593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "90fb3d1b-6482-4f1a-ba60-afc9bd670075", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 3, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:38:08,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-2c524bd0-b102-4025-981a-d1a61e789f15 2018-08-10 19:38:08,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.312235116959s 2018-08-10 19:38:08,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-2c524bd0-b102-4025-981a-d1a61e789f15 2018-08-10 19:38:08,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 19:38:08,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -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": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"}}' 2018-08-10 19:38:08,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-89602693-a761-4cf2-a3fb-879ab2f51a8c Date: Fri, 10 Aug 2018 19:38:08 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-10T19:38:08Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "port_range_min": 9000, "revision_number": 0, "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:08Z", "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "98f245d3-857c-45bc-9528-64f823e930a0"}} 2018-08-10 19:38:08,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-89602693-a761-4cf2-a3fb-879ab2f51a8c 2018-08-10 19:38:08,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.424912214279s 2018-08-10 19:38:08,920 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-89602693-a761-4cf2-a3fb-879ab2f51a8c 2018-08-10 19:38:08,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:38:08,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:09,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-6236cdb5-d639-4f3e-aef6-c6da112cf7d9 Date: Fri, 10 Aug 2018 19:38:09 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":["375a22b7-98a6-45df-a28e-9175eb2e34c4"],"updated_at":"2018-08-10T19:37:46Z","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"735a214d532d4a309ef7e7d8a7f17633","id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","name":"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 19:38:09,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-6236cdb5-d639-4f3e-aef6-c6da112cf7d9 2018-08-10 19:38:09,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369246959686s 2018-08-10 19:38:09,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-6236cdb5-d639-4f3e-aef6-c6da112cf7d9 2018-08-10 19:38:09,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 19:38:09,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:09,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-5e5b9145-75cd-4158-b68a-e315a1cfc88b Date: Fri, 10 Aug 2018 19:38:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:38:05Z", "file": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file", "owner": "735a214d532d4a309ef7e7d8a7f17633", "id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "size": 666173440, "self": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-10T19:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 19:38:09,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-5e5b9145-75cd-4158-b68a-e315a1cfc88b 2018-08-10 19:38:09,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308655977249s 2018-08-10 19:38:09,607 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-5e5b9145-75cd-4158-b68a-e315a1cfc88b 2018-08-10 19:38:09,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 19:38:09,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:09,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-037b2e01-573a-4f99-a64d-5766e5c04f9a x-compute-request-id: req-037b2e01-573a-4f99-a64d-5766e5c04f9a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "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": "def32d3b-9926-4012-afcb-37fc50162af9"}]} 2018-08-10 19:38:09,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-037b2e01-573a-4f99-a64d-5766e5c04f9a 2018-08-10 19:38:09,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247719287872s 2018-08-10 19:38:09,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-037b2e01-573a-4f99-a64d-5766e5c04f9a 2018-08-10 19:38:09,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 19:38:09,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"server": {"name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "imageRef": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "flavorRef": "def32d3b-9926-4012-afcb-37fc50162af9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8"}], "security_groups": [{"name": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"}]}}' 2018-08-10 19:38:14,265 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 19:38: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-b4b48fd7-9df1-4a43-9c6c-86ed1fe279b2 x-compute-request-id: req-b4b48fd7-9df1-4a43-9c6c-86ed1fe279b2 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "adminPass": "qMoQ9AhpYPt8"}} 2018-08-10 19:38:14,265 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-b4b48fd7-9df1-4a43-9c6c-86ed1fe279b2 2018-08-10 19:38:14,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.62986397743s 2018-08-10 19:38:14,266 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-b4b48fd7-9df1-4a43-9c6c-86ed1fe279b2 2018-08-10 19:38:14,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:14,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:15,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-27148cbe-05a4-4481-a9e1-c29258953755 x-compute-request-id: req-27148cbe-05a4-4481-a9e1-c29258953755 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.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:15,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-27148cbe-05a4-4481-a9e1-c29258953755 2018-08-10 19:38:15,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07055401802s 2018-08-10 19:38:15,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-27148cbe-05a4-4481-a9e1-c29258953755 2018-08-10 19:38:15,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:38:15,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:15,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-95ffb768-9fa0-4657-9a5b-9bc67beb4b62 Date: Fri, 10 Aug 2018 19:38:15 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":["375a22b7-98a6-45df-a28e-9175eb2e34c4"],"updated_at":"2018-08-10T19:37:46Z","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"735a214d532d4a309ef7e7d8a7f17633","id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","name":"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 19:38:15,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-95ffb768-9fa0-4657-9a5b-9bc67beb4b62 2018-08-10 19:38:15,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0957539081573s 2018-08-10 19:38:15,441 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-95ffb768-9fa0-4657-9a5b-9bc67beb4b62 2018-08-10 19:38:15,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 19:38:15,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:15,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ed626247-2b8a-4938-bb09-f0859546d52f Date: Fri, 10 Aug 2018 19:38:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:37:46Z","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":"735a214d532d4a309ef7e7d8a7f17633","id":"375a22b7-98a6-45df-a28e-9175eb2e34c4","subnetpool_id":null,"name":"shaker-subnet_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:38:15,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-ed626247-2b8a-4938-bb09-f0859546d52f 2018-08-10 19:38:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.321306943893s 2018-08-10 19:38:15,764 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-ed626247-2b8a-4938-bb09-f0859546d52f 2018-08-10 19:38:15,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:17,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:17,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:18,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-00aa9576-b719-4909-8449-d1c9e4bf4db1 x-compute-request-id: req-00aa9576-b719-4909-8449-d1c9e4bf4db1 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:18,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-00aa9576-b719-4909-8449-d1c9e4bf4db1 2018-08-10 19:38:18,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590383052826s 2018-08-10 19:38:18,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-00aa9576-b719-4909-8449-d1c9e4bf4db1 2018-08-10 19:38:18,363 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:20,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:20,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:21,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-a6c6cec9-8068-4875-bf4d-36dca8fe7e48 x-compute-request-id: req-a6c6cec9-8068-4875-bf4d-36dca8fe7e48 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:21,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a6c6cec9-8068-4875-bf4d-36dca8fe7e48 2018-08-10 19:38:21,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.44028282166s 2018-08-10 19:38:21,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a6c6cec9-8068-4875-bf4d-36dca8fe7e48 2018-08-10 19:38:21,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:23,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:23,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:24,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-3067bfd9-8d30-4bd9-bf35-1f623b671845 x-compute-request-id: req-3067bfd9-8d30-4bd9-bf35-1f623b671845 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:24,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3067bfd9-8d30-4bd9-bf35-1f623b671845 2018-08-10 19:38:24,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527331829071s 2018-08-10 19:38:24,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3067bfd9-8d30-4bd9-bf35-1f623b671845 2018-08-10 19:38:24,344 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:26,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:26,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:27,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-11bbd186-505a-43f8-b446-f2060c72b060 x-compute-request-id: req-11bbd186-505a-43f8-b446-f2060c72b060 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:27,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-11bbd186-505a-43f8-b446-f2060c72b060 2018-08-10 19:38:27,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39749193192s 2018-08-10 19:38:27,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-11bbd186-505a-43f8-b446-f2060c72b060 2018-08-10 19:38:27,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:29,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:29,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:30,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-b0330879-f893-4e9c-815c-c2083520be7b x-compute-request-id: req-b0330879-f893-4e9c-815c-c2083520be7b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:30,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b0330879-f893-4e9c-815c-c2083520be7b 2018-08-10 19:38:30,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.920293092728s 2018-08-10 19:38:30,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b0330879-f893-4e9c-815c-c2083520be7b 2018-08-10 19:38:30,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:32,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:33,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-b8bf9b51-d32a-4748-879c-efcb721724f0 x-compute-request-id: req-b8bf9b51-d32a-4748-879c-efcb721724f0 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:33,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b8bf9b51-d32a-4748-879c-efcb721724f0 2018-08-10 19:38:33,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08466696739s 2018-08-10 19:38:33,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b8bf9b51-d32a-4748-879c-efcb721724f0 2018-08-10 19:38:33,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:35,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:35,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:36,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-2c9825bf-adc2-42e9-a552-feccde6f97ca x-compute-request-id: req-2c9825bf-adc2-42e9-a552-feccde6f97ca Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:36,678 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2c9825bf-adc2-42e9-a552-feccde6f97ca 2018-08-10 19:38:36,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.910737037659s 2018-08-10 19:38:36,679 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2c9825bf-adc2-42e9-a552-feccde6f97ca 2018-08-10 19:38:36,683 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:38,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:39,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-da7a7e41-bb06-4e67-9a2f-69a7210f9ef2 x-compute-request-id: req-da7a7e41-bb06-4e67-9a2f-69a7210f9ef2 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:39,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-da7a7e41-bb06-4e67-9a2f-69a7210f9ef2 2018-08-10 19:38:39,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.910099983215s 2018-08-10 19:38:39,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-da7a7e41-bb06-4e67-9a2f-69a7210f9ef2 2018-08-10 19:38:39,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:41,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:41,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:42,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-4d26feba-225a-4a51-8113-6abd24aa4177 x-compute-request-id: req-4d26feba-225a-4a51-8113-6abd24aa4177 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:42,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4d26feba-225a-4a51-8113-6abd24aa4177 2018-08-10 19:38:42,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.989432811737s 2018-08-10 19:38:42,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4d26feba-225a-4a51-8113-6abd24aa4177 2018-08-10 19:38:42,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:44,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:44,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:45,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-86ed82b0-90c7-4807-8d85-50e77eb2bae0 x-compute-request-id: req-86ed82b0-90c7-4807-8d85-50e77eb2bae0 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:45,956 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-86ed82b0-90c7-4807-8d85-50e77eb2bae0 2018-08-10 19:38:45,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35984802246s 2018-08-10 19:38:45,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-86ed82b0-90c7-4807-8d85-50e77eb2bae0 2018-08-10 19:38:45,961 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:47,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:47,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:48,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-23c56edc-e4c0-4567-8a40-462a8518c0c7 x-compute-request-id: req-23c56edc-e4c0-4567-8a40-462a8518c0c7 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:48,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-23c56edc-e4c0-4567-8a40-462a8518c0c7 2018-08-10 19:38:48,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.88977599144s 2018-08-10 19:38:48,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-23c56edc-e4c0-4567-8a40-462a8518c0c7 2018-08-10 19:38:48,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:50,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:50,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:52,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-583df816-5415-4646-ba3a-2014dbea8375 x-compute-request-id: req-583df816-5415-4646-ba3a-2014dbea8375 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:52,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-583df816-5415-4646-ba3a-2014dbea8375 2018-08-10 19:38:52,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24242901802s 2018-08-10 19:38:52,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-583df816-5415-4646-ba3a-2014dbea8375 2018-08-10 19:38:52,107 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:54,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:54,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:55,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-29181e0e-f113-4ea2-8589-e38ee6825e95 x-compute-request-id: req-29181e0e-f113-4ea2-8589-e38ee6825e95 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:55,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-29181e0e-f113-4ea2-8589-e38ee6825e95 2018-08-10 19:38:55,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1207139492s 2018-08-10 19:38:55,230 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-29181e0e-f113-4ea2-8589-e38ee6825e95 2018-08-10 19:38:55,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:57,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:57,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:38:57,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-ae8e5dce-c42f-4c65-86ea-f0861b8b6267 x-compute-request-id: req-ae8e5dce-c42f-4c65-86ea-f0861b8b6267 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:38:57,589 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ae8e5dce-c42f-4c65-86ea-f0861b8b6267 2018-08-10 19:38:57,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35182595253s 2018-08-10 19:38:57,589 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ae8e5dce-c42f-4c65-86ea-f0861b8b6267 2018-08-10 19:38:57,593 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:38:59,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:38:59,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:00,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:38: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-d93ed379-d8c4-45a1-9b61-f7cce027fa30 x-compute-request-id: req-d93ed379-d8c4-45a1-9b61-f7cce027fa30 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:00,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d93ed379-d8c4-45a1-9b61-f7cce027fa30 2018-08-10 19:39:00,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02187299728s 2018-08-10 19:39:00,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d93ed379-d8c4-45a1-9b61-f7cce027fa30 2018-08-10 19:39:00,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:02,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:02,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:04,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-bae711d2-4b5e-4846-90a9-127408578a8c x-compute-request-id: req-bae711d2-4b5e-4846-90a9-127408578a8c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:04,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bae711d2-4b5e-4846-90a9-127408578a8c 2018-08-10 19:39:04,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41085982323s 2018-08-10 19:39:04,035 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bae711d2-4b5e-4846-90a9-127408578a8c 2018-08-10 19:39:04,039 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:06,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:06,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:07,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-b6d61edb-6bfc-48fe-839f-f9cf59991a4a x-compute-request-id: req-b6d61edb-6bfc-48fe-839f-f9cf59991a4a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:07,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b6d61edb-6bfc-48fe-839f-f9cf59991a4a 2018-08-10 19:39:07,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04540395737s 2018-08-10 19:39:07,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b6d61edb-6bfc-48fe-839f-f9cf59991a4a 2018-08-10 19:39:07,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:09,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:09,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:10,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-b1ed301b-7bfc-425b-ac48-ba311de29010 x-compute-request-id: req-b1ed301b-7bfc-425b-ac48-ba311de29010 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:10,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b1ed301b-7bfc-425b-ac48-ba311de29010 2018-08-10 19:39:10,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13298988342s 2018-08-10 19:39:10,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b1ed301b-7bfc-425b-ac48-ba311de29010 2018-08-10 19:39:10,232 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:12,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:12,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:12,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-aa30d89d-877b-4da8-b29d-43d0a17ed701 x-compute-request-id: req-aa30d89d-877b-4da8-b29d-43d0a17ed701 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:12,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aa30d89d-877b-4da8-b29d-43d0a17ed701 2018-08-10 19:39:12,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.678512811661s 2018-08-10 19:39:12,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aa30d89d-877b-4da8-b29d-43d0a17ed701 2018-08-10 19:39:12,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:14,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:14,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:15,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-c9058da4-bc03-43c4-acd1-0116a7578cf1 x-compute-request-id: req-c9058da4-bc03-43c4-acd1-0116a7578cf1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:15,639 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c9058da4-bc03-43c4-acd1-0116a7578cf1 2018-08-10 19:39:15,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719327926636s 2018-08-10 19:39:15,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c9058da4-bc03-43c4-acd1-0116a7578cf1 2018-08-10 19:39:15,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:17,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:17,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:18,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-83c72d9d-b6fb-4737-a831-01675ba7e2cc x-compute-request-id: req-83c72d9d-b6fb-4737-a831-01675ba7e2cc Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:18,370 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83c72d9d-b6fb-4737-a831-01675ba7e2cc 2018-08-10 19:39:18,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.7246530056s 2018-08-10 19:39:18,370 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83c72d9d-b6fb-4737-a831-01675ba7e2cc 2018-08-10 19:39:18,374 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:20,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:20,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:20,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-cf230895-a020-4111-acb4-920f5400c189 x-compute-request-id: req-cf230895-a020-4111-acb4-920f5400c189 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:20,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cf230895-a020-4111-acb4-920f5400c189 2018-08-10 19:39:20,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611601114273s 2018-08-10 19:39:20,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cf230895-a020-4111-acb4-920f5400c189 2018-08-10 19:39:20,992 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:22,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:22,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:23,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-091ed08d-ed0e-4ceb-8aa5-fc5f33a53295 x-compute-request-id: req-091ed08d-ed0e-4ceb-8aa5-fc5f33a53295 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:23,712 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-091ed08d-ed0e-4ceb-8aa5-fc5f33a53295 2018-08-10 19:39:23,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717337846756s 2018-08-10 19:39:23,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-091ed08d-ed0e-4ceb-8aa5-fc5f33a53295 2018-08-10 19:39:23,716 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:25,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:25,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:26,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-dca29fa2-dd39-4ecb-86ca-b05628a8c662 x-compute-request-id: req-dca29fa2-dd39-4ecb-86ca-b05628a8c662 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:26,687 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-dca29fa2-dd39-4ecb-86ca-b05628a8c662 2018-08-10 19:39:26,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.9685151577s 2018-08-10 19:39:26,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-dca29fa2-dd39-4ecb-86ca-b05628a8c662 2018-08-10 19:39:26,689 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:28,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:28,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:29,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-e38fe150-e08a-4044-8e73-5c4fb5b50cb5 x-compute-request-id: req-e38fe150-e08a-4044-8e73-5c4fb5b50cb5 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:29,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e38fe150-e08a-4044-8e73-5c4fb5b50cb5 2018-08-10 19:39:29,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740650177002s 2018-08-10 19:39:29,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e38fe150-e08a-4044-8e73-5c4fb5b50cb5 2018-08-10 19:39:29,436 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:31,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:31,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:32,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-c45d4f1a-29ca-4e43-a93c-f51248277a55 x-compute-request-id: req-c45d4f1a-29ca-4e43-a93c-f51248277a55 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:32,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c45d4f1a-29ca-4e43-a93c-f51248277a55 2018-08-10 19:39:32,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11187291145s 2018-08-10 19:39:32,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c45d4f1a-29ca-4e43-a93c-f51248277a55 2018-08-10 19:39:32,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:34,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:34,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:35,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-560b9243-388e-453a-b1e1-b516483cf1eb x-compute-request-id: req-560b9243-388e-453a-b1e1-b516483cf1eb Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:35,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-560b9243-388e-453a-b1e1-b516483cf1eb 2018-08-10 19:39:35,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31156492233s 2018-08-10 19:39:35,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-560b9243-388e-453a-b1e1-b516483cf1eb 2018-08-10 19:39:35,873 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:37,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:38,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-a0595194-a05e-421e-9659-a1940744bdc7 x-compute-request-id: req-a0595194-a05e-421e-9659-a1940744bdc7 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:38,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a0595194-a05e-421e-9659-a1940744bdc7 2018-08-10 19:39:38,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.686401128769s 2018-08-10 19:39:38,563 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a0595194-a05e-421e-9659-a1940744bdc7 2018-08-10 19:39:38,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:40,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:40,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:41,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-7f01a66e-227a-41b4-a334-f1dd1e11c59c x-compute-request-id: req-7f01a66e-227a-41b4-a334-f1dd1e11c59c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:41,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7f01a66e-227a-41b4-a334-f1dd1e11c59c 2018-08-10 19:39:41,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13898181915s 2018-08-10 19:39:41,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7f01a66e-227a-41b4-a334-f1dd1e11c59c 2018-08-10 19:39:41,710 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:43,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:43,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:44,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-bd2ed474-d8aa-49df-91cb-c6d194aa4d35 x-compute-request-id: req-bd2ed474-d8aa-49df-91cb-c6d194aa4d35 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:44,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bd2ed474-d8aa-49df-91cb-c6d194aa4d35 2018-08-10 19:39:44,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09305620193s 2018-08-10 19:39:44,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bd2ed474-d8aa-49df-91cb-c6d194aa4d35 2018-08-10 19:39:44,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:46,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:46,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:47,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-10d97e6b-f877-47a1-ad0a-c023bd70ca2d x-compute-request-id: req-10d97e6b-f877-47a1-ad0a-c023bd70ca2d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:47,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-10d97e6b-f877-47a1-ad0a-c023bd70ca2d 2018-08-10 19:39:47,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03492712975s 2018-08-10 19:39:47,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-10d97e6b-f877-47a1-ad0a-c023bd70ca2d 2018-08-10 19:39:47,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:49,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:49,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:50,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abfb9b72-cd01-46e0-9574-820c59defbbc x-compute-request-id: req-abfb9b72-cd01-46e0-9574-820c59defbbc Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:50,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-abfb9b72-cd01-46e0-9574-820c59defbbc 2018-08-10 19:39:50,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713545084s 2018-08-10 19:39:50,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-abfb9b72-cd01-46e0-9574-820c59defbbc 2018-08-10 19:39:50,573 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:52,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:52,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:53,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-181110a1-5e8b-445c-8acb-3d056edef162 x-compute-request-id: req-181110a1-5e8b-445c-8acb-3d056edef162 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:53,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-181110a1-5e8b-445c-8acb-3d056edef162 2018-08-10 19:39:53,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13927102089s 2018-08-10 19:39:53,715 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-181110a1-5e8b-445c-8acb-3d056edef162 2018-08-10 19:39:53,719 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:55,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:55,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:56,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-cd01f1f2-e965-4ab4-82b2-3e618bb4962f x-compute-request-id: req-cd01f1f2-e965-4ab4-82b2-3e618bb4962f Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:56,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cd01f1f2-e965-4ab4-82b2-3e618bb4962f 2018-08-10 19:39:56,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10680007935s 2018-08-10 19:39:56,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-cd01f1f2-e965-4ab4-82b2-3e618bb4962f 2018-08-10 19:39:56,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:39:58,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:39:58,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:39:59,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:39: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-b414a848-fc38-481b-a26e-9a32685e284d x-compute-request-id: req-b414a848-fc38-481b-a26e-9a32685e284d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:39:59,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b414a848-fc38-481b-a26e-9a32685e284d 2018-08-10 19:39:59,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701706886292s 2018-08-10 19:39:59,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b414a848-fc38-481b-a26e-9a32685e284d 2018-08-10 19:39:59,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:01,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:01,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:02,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-0ce4ba96-290d-41df-8951-3a8978b44d03 x-compute-request-id: req-0ce4ba96-290d-41df-8951-3a8978b44d03 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:02,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0ce4ba96-290d-41df-8951-3a8978b44d03 2018-08-10 19:40:02,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722345113754s 2018-08-10 19:40:02,266 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0ce4ba96-290d-41df-8951-3a8978b44d03 2018-08-10 19:40:02,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:04,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:04,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:05,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-a63e5072-099a-44be-a472-e4bf31184a98 x-compute-request-id: req-a63e5072-099a-44be-a472-e4bf31184a98 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:05,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a63e5072-099a-44be-a472-e4bf31184a98 2018-08-10 19:40:05,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41380500793s 2018-08-10 19:40:05,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a63e5072-099a-44be-a472-e4bf31184a98 2018-08-10 19:40:05,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:07,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:07,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:08,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-e2c97168-5685-4b05-8b48-adbd6f681103 x-compute-request-id: req-e2c97168-5685-4b05-8b48-adbd6f681103 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:08,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e2c97168-5685-4b05-8b48-adbd6f681103 2018-08-10 19:40:08,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625859022141s 2018-08-10 19:40:08,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e2c97168-5685-4b05-8b48-adbd6f681103 2018-08-10 19:40:08,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:10,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:10,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:11,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-73597563-8e18-45db-b552-109bd02385d5 x-compute-request-id: req-73597563-8e18-45db-b552-109bd02385d5 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:11,053 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-73597563-8e18-45db-b552-109bd02385d5 2018-08-10 19:40:11,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725600004196s 2018-08-10 19:40:11,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-73597563-8e18-45db-b552-109bd02385d5 2018-08-10 19:40:11,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:13,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:13,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:14,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-206a2aa9-387c-44a2-a37b-86558f18a369 x-compute-request-id: req-206a2aa9-387c-44a2-a37b-86558f18a369 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:14,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-206a2aa9-387c-44a2-a37b-86558f18a369 2018-08-10 19:40:14,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.38916921616s 2018-08-10 19:40:14,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-206a2aa9-387c-44a2-a37b-86558f18a369 2018-08-10 19:40:14,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:16,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:16,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:17,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-fd66dd56-7e06-4247-822a-6c24fea4dae4 x-compute-request-id: req-fd66dd56-7e06-4247-822a-6c24fea4dae4 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:17,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fd66dd56-7e06-4247-822a-6c24fea4dae4 2018-08-10 19:40:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724844932556s 2018-08-10 19:40:17,180 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fd66dd56-7e06-4247-822a-6c24fea4dae4 2018-08-10 19:40:17,184 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:19,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:19,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:19,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-d8179b5c-cfa0-4a9f-b574-21c20e072948 x-compute-request-id: req-d8179b5c-cfa0-4a9f-b574-21c20e072948 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:19,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d8179b5c-cfa0-4a9f-b574-21c20e072948 2018-08-10 19:40:19,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703648090363s 2018-08-10 19:40:19,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d8179b5c-cfa0-4a9f-b574-21c20e072948 2018-08-10 19:40:19,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:21,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:21,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:22,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-36eccc10-ed91-4843-9d41-a1def46aab5e x-compute-request-id: req-36eccc10-ed91-4843-9d41-a1def46aab5e Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:22,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-36eccc10-ed91-4843-9d41-a1def46aab5e 2018-08-10 19:40:22,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625205993652s 2018-08-10 19:40:22,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-36eccc10-ed91-4843-9d41-a1def46aab5e 2018-08-10 19:40:22,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:24,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:24,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:25,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-553dd1ca-9945-4adb-9079-9319d36b44df x-compute-request-id: req-553dd1ca-9945-4adb-9079-9319d36b44df Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:25,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-553dd1ca-9945-4adb-9079-9319d36b44df 2018-08-10 19:40:25,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643856048584s 2018-08-10 19:40:25,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-553dd1ca-9945-4adb-9079-9319d36b44df 2018-08-10 19:40:25,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:27,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:27,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:28,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-1b47f3ea-0911-459b-b2c2-613bf9a9e690 x-compute-request-id: req-1b47f3ea-0911-459b-b2c2-613bf9a9e690 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:28,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1b47f3ea-0911-459b-b2c2-613bf9a9e690 2018-08-10 19:40:28,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.849587917328s 2018-08-10 19:40:28,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1b47f3ea-0911-459b-b2c2-613bf9a9e690 2018-08-10 19:40:28,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:30,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:30,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:30,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-0d7c7184-6fef-4ff2-85a0-6b3a58da3ee1 x-compute-request-id: req-0d7c7184-6fef-4ff2-85a0-6b3a58da3ee1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:30,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0d7c7184-6fef-4ff2-85a0-6b3a58da3ee1 2018-08-10 19:40:30,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463584899902s 2018-08-10 19:40:30,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0d7c7184-6fef-4ff2-85a0-6b3a58da3ee1 2018-08-10 19:40:30,502 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:32,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:32,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:33,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-13baf891-bb72-4c04-a50d-f1c4fecafa56 x-compute-request-id: req-13baf891-bb72-4c04-a50d-f1c4fecafa56 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:33,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-13baf891-bb72-4c04-a50d-f1c4fecafa56 2018-08-10 19:40:33,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18594384193s 2018-08-10 19:40:33,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-13baf891-bb72-4c04-a50d-f1c4fecafa56 2018-08-10 19:40:33,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:35,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:35,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:36,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-2b1f1c6e-ca35-4f1d-ac86-e973a71066e9 x-compute-request-id: req-2b1f1c6e-ca35-4f1d-ac86-e973a71066e9 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:36,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2b1f1c6e-ca35-4f1d-ac86-e973a71066e9 2018-08-10 19:40:36,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460943937302s 2018-08-10 19:40:36,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2b1f1c6e-ca35-4f1d-ac86-e973a71066e9 2018-08-10 19:40:36,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:38,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:38,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:38,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b852476a-048b-485c-b507-9949930f7743 x-compute-request-id: req-b852476a-048b-485c-b507-9949930f7743 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:38,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b852476a-048b-485c-b507-9949930f7743 2018-08-10 19:40:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693087100983s 2018-08-10 19:40:38,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b852476a-048b-485c-b507-9949930f7743 2018-08-10 19:40:38,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:40,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:40,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:41,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-c9350bdc-7764-4bf0-8ddf-8befbd507a54 x-compute-request-id: req-c9350bdc-7764-4bf0-8ddf-8befbd507a54 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:41,989 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c9350bdc-7764-4bf0-8ddf-8befbd507a54 2018-08-10 19:40:41,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12525320053s 2018-08-10 19:40:41,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c9350bdc-7764-4bf0-8ddf-8befbd507a54 2018-08-10 19:40:41,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:43,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:43,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:44,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-043162e4-3cd8-41e1-b33e-36ec2da27ea0 x-compute-request-id: req-043162e4-3cd8-41e1-b33e-36ec2da27ea0 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:44,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-043162e4-3cd8-41e1-b33e-36ec2da27ea0 2018-08-10 19:40:44,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.652736902237s 2018-08-10 19:40:44,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-043162e4-3cd8-41e1-b33e-36ec2da27ea0 2018-08-10 19:40:44,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:46,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:46,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:47,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40: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-71dbbab9-6e6b-424c-a57f-6bc77985791d x-compute-request-id: req-71dbbab9-6e6b-424c-a57f-6bc77985791d Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:47,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-71dbbab9-6e6b-424c-a57f-6bc77985791d 2018-08-10 19:40:47,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13577198982s 2018-08-10 19:40:47,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-71dbbab9-6e6b-424c-a57f-6bc77985791d 2018-08-10 19:40:47,795 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:49,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:49,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:50,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c9afd9f-5d8d-44ec-a754-02a35d88df2c x-compute-request-id: req-1c9afd9f-5d8d-44ec-a754-02a35d88df2c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:50,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1c9afd9f-5d8d-44ec-a754-02a35d88df2c 2018-08-10 19:40:50,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361186981201s 2018-08-10 19:40:50,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1c9afd9f-5d8d-44ec-a754-02a35d88df2c 2018-08-10 19:40:50,161 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:52,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:52,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:52,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4188c207-2fb7-487d-b809-3d5347f03b73 x-compute-request-id: req-4188c207-2fb7-487d-b809-3d5347f03b73 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:52,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4188c207-2fb7-487d-b809-3d5347f03b73 2018-08-10 19:40:52,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716244935989s 2018-08-10 19:40:52,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4188c207-2fb7-487d-b809-3d5347f03b73 2018-08-10 19:40:52,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:54,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:54,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:55,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99b52bd3-5a55-42d0-8c9e-e8194d323f32 x-compute-request-id: req-99b52bd3-5a55-42d0-8c9e-e8194d323f32 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:55,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-99b52bd3-5a55-42d0-8c9e-e8194d323f32 2018-08-10 19:40:55,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444019794464s 2018-08-10 19:40:55,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-99b52bd3-5a55-42d0-8c9e-e8194d323f32 2018-08-10 19:40:55,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:40:57,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:40:57,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:40:58,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f19871d3-5c21-4744-8864-350b6b9626cb x-compute-request-id: req-f19871d3-5c21-4744-8864-350b6b9626cb Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:40:58,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f19871d3-5c21-4744-8864-350b6b9626cb 2018-08-10 19:40:58,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695468187332s 2018-08-10 19:40:58,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f19871d3-5c21-4744-8864-350b6b9626cb 2018-08-10 19:40:58,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:00,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:00,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03233402-a74a-4b30-a324-026f519b49ed x-compute-request-id: req-03233402-a74a-4b30-a324-026f519b49ed Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:00,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-03233402-a74a-4b30-a324-026f519b49ed 2018-08-10 19:41:00,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197149038315s 2018-08-10 19:41:00,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-03233402-a74a-4b30-a324-026f519b49ed 2018-08-10 19:41:00,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:02,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:02,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:03,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c045ec9e-eb7e-461f-a318-002b05ad9255 x-compute-request-id: req-c045ec9e-eb7e-461f-a318-002b05ad9255 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:03,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c045ec9e-eb7e-461f-a318-002b05ad9255 2018-08-10 19:41:03,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10396194458s 2018-08-10 19:41:03,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c045ec9e-eb7e-461f-a318-002b05ad9255 2018-08-10 19:41:03,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:05,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:05,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:05,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a6874c5-4821-49ac-bb62-afa8cf18550b x-compute-request-id: req-9a6874c5-4821-49ac-bb62-afa8cf18550b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:05,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9a6874c5-4821-49ac-bb62-afa8cf18550b 2018-08-10 19:41:05,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.441256046295s 2018-08-10 19:41:05,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9a6874c5-4821-49ac-bb62-afa8cf18550b 2018-08-10 19:41:05,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:07,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:08,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4480bc07-665a-4cd0-82fa-9581b94cba59 x-compute-request-id: req-4480bc07-665a-4cd0-82fa-9581b94cba59 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:08,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4480bc07-665a-4cd0-82fa-9581b94cba59 2018-08-10 19:41:08,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.447314023972s 2018-08-10 19:41:08,251 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4480bc07-665a-4cd0-82fa-9581b94cba59 2018-08-10 19:41:08,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:10,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:10,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:10,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-066b424b-e690-40d4-9f62-923ce15e014a x-compute-request-id: req-066b424b-e690-40d4-9f62-923ce15e014a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:10,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-066b424b-e690-40d4-9f62-923ce15e014a 2018-08-10 19:41:10,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710732221603s 2018-08-10 19:41:10,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-066b424b-e690-40d4-9f62-923ce15e014a 2018-08-10 19:41:10,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:12,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:12,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:13,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83727582-01fa-4fe3-91f1-dfc1900d4fd2 x-compute-request-id: req-83727582-01fa-4fe3-91f1-dfc1900d4fd2 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:13,610 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83727582-01fa-4fe3-91f1-dfc1900d4fd2 2018-08-10 19:41:13,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634620904922s 2018-08-10 19:41:13,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-83727582-01fa-4fe3-91f1-dfc1900d4fd2 2018-08-10 19:41:13,614 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:15,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:15,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:16,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-776f6e4f-8152-4cbe-b902-5d1ed567acb6 x-compute-request-id: req-776f6e4f-8152-4cbe-b902-5d1ed567acb6 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:16,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-776f6e4f-8152-4cbe-b902-5d1ed567acb6 2018-08-10 19:41:16,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557489156723s 2018-08-10 19:41:16,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-776f6e4f-8152-4cbe-b902-5d1ed567acb6 2018-08-10 19:41:16,179 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:18,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:18,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:18,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41: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-b4c94230-8f9d-46ce-88c2-7821d27f6f8c x-compute-request-id: req-b4c94230-8f9d-46ce-88c2-7821d27f6f8c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:18,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b4c94230-8f9d-46ce-88c2-7821d27f6f8c 2018-08-10 19:41:18,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707682132721s 2018-08-10 19:41:18,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b4c94230-8f9d-46ce-88c2-7821d27f6f8c 2018-08-10 19:41:18,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:20,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:20,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:21,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62142890-b9e2-4566-af78-603b1b0ef386 x-compute-request-id: req-62142890-b9e2-4566-af78-603b1b0ef386 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:21,599 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-62142890-b9e2-4566-af78-603b1b0ef386 2018-08-10 19:41:21,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702590942383s 2018-08-10 19:41:21,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-62142890-b9e2-4566-af78-603b1b0ef386 2018-08-10 19:41:21,601 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:24,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3eaede2-adc9-4fee-9fb5-b8363c4038ed x-compute-request-id: req-f3eaede2-adc9-4fee-9fb5-b8363c4038ed Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:24,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f3eaede2-adc9-4fee-9fb5-b8363c4038ed 2018-08-10 19:41:24,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.648736953735s 2018-08-10 19:41:24,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f3eaede2-adc9-4fee-9fb5-b8363c4038ed 2018-08-10 19:41:24,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:26,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:26,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:27,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2f49bae-1119-4df5-b2f5-ab67d3b2bfd4 x-compute-request-id: req-f2f49bae-1119-4df5-b2f5-ab67d3b2bfd4 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:27,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f2f49bae-1119-4df5-b2f5-ab67d3b2bfd4 2018-08-10 19:41:27,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.923501014709s 2018-08-10 19:41:27,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f2f49bae-1119-4df5-b2f5-ab67d3b2bfd4 2018-08-10 19:41:27,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:29,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:29,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:29,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e2d178e-1c9f-45e9-a8df-9392bc40c774 x-compute-request-id: req-1e2d178e-1c9f-45e9-a8df-9392bc40c774 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:29,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1e2d178e-1c9f-45e9-a8df-9392bc40c774 2018-08-10 19:41:29,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714344978333s 2018-08-10 19:41:29,903 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1e2d178e-1c9f-45e9-a8df-9392bc40c774 2018-08-10 19:41:29,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:31,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:31,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:32,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8e22c51-5ed8-4c70-b821-59959cc9150c x-compute-request-id: req-d8e22c51-5ed8-4c70-b821-59959cc9150c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:32,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d8e22c51-5ed8-4c70-b821-59959cc9150c 2018-08-10 19:41:32,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.186639070511s 2018-08-10 19:41:32,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d8e22c51-5ed8-4c70-b821-59959cc9150c 2018-08-10 19:41:32,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:34,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:34,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:34,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41: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-49433c8b-3281-43cc-97b4-2a5d99ce4317 x-compute-request-id: req-49433c8b-3281-43cc-97b4-2a5d99ce4317 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:34,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-49433c8b-3281-43cc-97b4-2a5d99ce4317 2018-08-10 19:41:34,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808322906494s 2018-08-10 19:41:34,911 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-49433c8b-3281-43cc-97b4-2a5d99ce4317 2018-08-10 19:41:34,915 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:36,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:37,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-408b4d7e-fd9c-47cf-9522-5d67f47dad4f x-compute-request-id: req-408b4d7e-fd9c-47cf-9522-5d67f47dad4f Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T19:38:17Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:37,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-408b4d7e-fd9c-47cf-9522-5d67f47dad4f 2018-08-10 19:41:37,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45538020134s 2018-08-10 19:41:37,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-408b4d7e-fd9c-47cf-9522-5d67f47dad4f 2018-08-10 19:41:37,377 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 19:41:39,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 19:41:39,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:40,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e47b7fe-8ebd-4a21-9b89-960af949b2eb x-compute-request-id: req-5e47b7fe-8ebd-4a21-9b89-960af949b2eb Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:24", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T19:41:38.000000", "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T19:41:38Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 19:41:40,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5e47b7fe-8ebd-4a21-9b89-960af949b2eb 2018-08-10 19:41:40,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711279153824s 2018-08-10 19:41:40,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5e47b7fe-8ebd-4a21-9b89-960af949b2eb 2018-08-10 19:41:40,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 19:41:40,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=fb361da4-a8d5-4a0f-9685-d46276d7aa60" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:40,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ea4d1557-291a-4369-85da-41fab591cb7e Date: Fri, 10 Aug 2018 19:41:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:38:18Z","admin_state_up":true,"updated_at":"2018-08-10T19:41:37Z","binding:vnic_type":"normal","device_id":"fb361da4-a8d5-4a0f-9685-d46276d7aa60","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d7:3a:24","id":"40de4120-6b56-484a-8cbd-02db2c931970","port_security_enabled":true,"project_id":"735a214d532d4a309ef7e7d8a7f17633","fixed_ips":[{"subnet_id":"375a22b7-98a6-45df-a28e-9175eb2e34c4","ip_address":"192.168.120.24"}],"extra_dhcp_opts":[],"security_groups":["2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"],"name":""}]} 2018-08-10 19:41:40,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=fb361da4-a8d5-4a0f-9685-d46276d7aa60 used request id req-ea4d1557-291a-4369-85da-41fab591cb7e 2018-08-10 19:41:40,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0572679042816s 2018-08-10 19:41:40,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=fb361da4-a8d5-4a0f-9685-d46276d7aa60 used request id req-ea4d1557-291a-4369-85da-41fab591cb7e 2018-08-10 19:41:40,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 19:41:40,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=40de4120-6b56-484a-8cbd-02db2c931970" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:40,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ce616bdc-cccd-44a1-9761-14ed04c2eb08 Date: Fri, 10 Aug 2018 19:41:40 GMT RESP BODY: {"floatingips": []} 2018-08-10 19:41:40,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=40de4120-6b56-484a-8cbd-02db2c931970 used request id req-ce616bdc-cccd-44a1-9761-14ed04c2eb08 2018-08-10 19:41:40,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0541670322418s 2018-08-10 19:41:40,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=40de4120-6b56-484a-8cbd-02db2c931970 used request id req-ce616bdc-cccd-44a1-9761-14ed04c2eb08 2018-08-10 19:41:40,213 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d7:3a:24', u'version': 4, u'addr': u'192.168.120.24', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c9ecfcef-3c71-4f30-a547-1b8662582e2e'}), 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-10T19:41:38.000000', 'flavor': Munch({u'id': u'def32d3b-9926-4012-afcb-37fc50162af9'}), 'az': u'nova', 'id': u'fb361da4-a8d5-4a0f-9685-d46276d7aa60', 'security_groups': [Munch({u'name': u'shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'63203fae51eb4e24941e9e7933b3abab', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'735a214d532d4a309ef7e7d8a7f17633', 'name': 'shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904', '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-10T19:41:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T19:41:38Z', 'hostId': u'aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'public_v6': '', 'private_v4': u'192.168.120.24', 'cloud': 'envvars', 'host_id': u'aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0', '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-10T19:41:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'735a214d532d4a309ef7e7d8a7f17633', 'name': u'shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'adminPass': u'qMoQ9AhpYPt8', 'tenant_id': u'735a214d532d4a309ef7e7d8a7f17633', 'created_at': u'2018-08-10T19:38:14Z', 'created': u'2018-08-10T19:38:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 19:41:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 19:41:40,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:40,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-2ea43202-ffd6-4f3c-b995-6d275127faa1 Date: Fri, 10 Aug 2018 19:41:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["375a22b7-98a6-45df-a28e-9175eb2e34c4"],"updated_at":"2018-08-10T19:37:46Z","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"735a214d532d4a309ef7e7d8a7f17633","id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","name":"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 19:41:40,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2ea43202-ffd6-4f3c-b995-6d275127faa1 2018-08-10 19:41:40,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110424995422s 2018-08-10 19:41:40,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2ea43202-ffd6-4f3c-b995-6d275127faa1 2018-08-10 19:41:40,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 19:41:40,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=fb361da4-a8d5-4a0f-9685-d46276d7aa60" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:40,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ddfc8ca5-21ba-477e-908f-af0b63aee0d7 Date: Fri, 10 Aug 2018 19:41:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:38:18Z","admin_state_up":true,"updated_at":"2018-08-10T19:41:37Z","binding:vnic_type":"normal","device_id":"fb361da4-a8d5-4a0f-9685-d46276d7aa60","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:d7:3a:24","id":"40de4120-6b56-484a-8cbd-02db2c931970","port_security_enabled":true,"project_id":"735a214d532d4a309ef7e7d8a7f17633","fixed_ips":[{"subnet_id":"375a22b7-98a6-45df-a28e-9175eb2e34c4","ip_address":"192.168.120.24"}],"extra_dhcp_opts":[],"security_groups":["2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c"],"name":""}]} 2018-08-10 19:41:40,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=fb361da4-a8d5-4a0f-9685-d46276d7aa60 used request id req-ddfc8ca5-21ba-477e-908f-af0b63aee0d7 2018-08-10 19:41:40,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0481810569763s 2018-08-10 19:41:40,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=fb361da4-a8d5-4a0f-9685-d46276d7aa60 used request id req-ddfc8ca5-21ba-477e-908f-af0b63aee0d7 2018-08-10 19:41:40,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 19:41:40,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.24", "port_id": "40de4120-6b56-484a-8cbd-02db2c931970"}}' 2018-08-10 19:41:42,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ba454004-7174-4c91-9e99-728f7abf1e7b Date: Fri, 10 Aug 2018 19:41:42 GMT RESP BODY: {"floatingip": {"router_id": "23959768-d078-4506-b8d6-39967f0ae162", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T19:41:41Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "40de4120-6b56-484a-8cbd-02db2c931970", "id": "8adf02c3-9c2a-4591-8dab-a78616c381af", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:41:41Z", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}} 2018-08-10 19:41:42,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-ba454004-7174-4c91-9e99-728f7abf1e7b 2018-08-10 19:41:42,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.82070112228s 2018-08-10 19:41:42,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-ba454004-7174-4c91-9e99-728f7abf1e7b 2018-08-10 19:41:42,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 19:41:42,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b37c605a963d78075bbf25b121e78ef2afce4490" 2018-08-10 19:41:42,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-0ee1e8a4-e887-4605-b0bc-4afe33050dc1 Date: Fri, 10 Aug 2018 19:41:42 GMT RESP BODY: {"floatingips": [{"router_id": "23959768-d078-4506-b8d6-39967f0ae162", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T19:41:41Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "40de4120-6b56-484a-8cbd-02db2c931970", "id": "8adf02c3-9c2a-4591-8dab-a78616c381af", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:41:41Z", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}]} 2018-08-10 19:41:42,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-0ee1e8a4-e887-4605-b0bc-4afe33050dc1 2018-08-10 19:41:42,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0713019371033s 2018-08-10 19:41:42,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-0ee1e8a4-e887-4605-b0bc-4afe33050dc1 2018-08-10 19:41:42,281 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'23959768-d078-4506-b8d6-39967f0ae162', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'735a214d532d4a309ef7e7d8a7f17633', 'created_at': u'2018-08-10T19:41:41Z', 'attached': True, 'updated_at': u'2018-08-10T19:41:41Z', 'id': u'8adf02c3-9c2a-4591-8dab-a78616c381af', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.24', 'floating_ip_address': u'172.30.9.211', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'735a214d532d4a309ef7e7d8a7f17633', 'name': 'shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'23959768-d078-4506-b8d6-39967f0ae162', 'project_id': u'735a214d532d4a309ef7e7d8a7f17633', 'port_id': u'40de4120-6b56-484a-8cbd-02db2c931970', 'port': u'40de4120-6b56-484a-8cbd-02db2c931970', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 19:41:42,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:41:42,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:41:42,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6be50972-e98b-4fc8-abd9-138462e72aae x-compute-request-id: req-6be50972-e98b-4fc8-abd9-138462e72aae Content-Encoding: gzip Content-Length: 10236 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n"} 2018-08-10 19:41:42,353 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-6be50972-e98b-4fc8-abd9-138462e72aae 2018-08-10 19:41:42,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0711688995361s 2018-08-10 19:41:42,354 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-6be50972-e98b-4fc8-abd9-138462e72aae 2018-08-10 19:41:42,355 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. 2018-08-10 19:41:43,358 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.211: timed out 2018-08-10 19:41:52,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:41:52,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:41:52,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71cf6abc-14b6-4dc4-8478-60135821f1e6 x-compute-request-id: req-71cf6abc-14b6-4dc4-8478-60135821f1e6 Content-Encoding: gzip Content-Length: 10461 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-10 19:41:52,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-71cf6abc-14b6-4dc4-8478-60135821f1e6 2018-08-10 19:41:52,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103666067123s 2018-08-10 19:41:52,468 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-71cf6abc-14b6-4dc4-8478-60135821f1e6 2018-08-10 19:41:52,468 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-10 19:41:52,470 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:01,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:01,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:01,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff65bd39-02e8-4d1e-bf85-23a74e2a1f06 x-compute-request-id: req-ff65bd39-02e8-4d1e-bf85-23a74e2a1f06 Content-Encoding: gzip Content-Length: 10461 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-10 19:42:01,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-ff65bd39-02e8-4d1e-bf85-23a74e2a1f06 2018-08-10 19:42:01,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105931997299s 2018-08-10 19:42:01,579 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-ff65bd39-02e8-4d1e-bf85-23a74e2a1f06 2018-08-10 19:42:01,579 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-10 19:42:01,581 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:10,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:10,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:10,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dee9222f-b270-4fe2-9f18-d73f5a9f0fd1 x-compute-request-id: req-dee9222f-b270-4fe2-9f18-d73f5a9f0fd1 Content-Encoding: gzip Content-Length: 10461 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-10 19:42:10,697 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-dee9222f-b270-4fe2-9f18-d73f5a9f0fd1 2018-08-10 19:42:10,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.111309051514s 2018-08-10 19:42:10,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-dee9222f-b270-4fe2-9f18-d73f5a9f0fd1 2018-08-10 19:42:10,699 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-10 19:42:10,700 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:19,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:19,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:19,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44ee8f81-1f8b-4d18-9daf-ae008945a2f4 x-compute-request-id: req-44ee8f81-1f8b-4d18-9daf-ae008945a2f4 Content-Encoding: gzip Content-Length: 10461 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-10 19:42:19,816 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-44ee8f81-1f8b-4d18-9daf-ae008945a2f4 2018-08-10 19:42:19,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109544992447s 2018-08-10 19:42:19,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-44ee8f81-1f8b-4d18-9daf-ae008945a2f4 2018-08-10 19:42:19,817 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-10 19:42:19,820 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:28,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:28,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:28,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b44a0d4-5fb1-4ab1-ae4c-1557667d8869 x-compute-request-id: req-0b44a0d4-5fb1-4ab1-ae4c-1557667d8869 Content-Encoding: gzip Content-Length: 10461 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n Starting Initial cloud-init job (metadata service crawler)...\n[[0;32m OK [0m] Reached target Network.\n"} 2018-08-10 19:42:28,940 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-0b44a0d4-5fb1-4ab1-ae4c-1557667d8869 2018-08-10 19:42:28,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.111721992493s 2018-08-10 19:42:28,941 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-0b44a0d4-5fb1-4ab1-ae4c-1557667d8869 2018-08-10 19:42:28,941 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-10 19:42:28,943 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:37,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:37,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:38,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbbc695e-41a1-4bfc-82d2-26f9896e9847 x-compute-request-id: req-dbbc695e-41a1-4bfc-82d2-26f9896e9847 Content-Encoding: gzip Content-Length: 10992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\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[ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds.\n[ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 |\n[ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 |\n[ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n"} 2018-08-10 19:42:38,064 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-dbbc695e-41a1-4bfc-82d2-26f9896e9847 2018-08-10 19:42:38,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.111373901367s 2018-08-10 19:42:38,066 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-dbbc695e-41a1-4bfc-82d2-26f9896e9847 2018-08-10 19:42:38,066 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds. [ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 | [ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 | [ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. 2018-08-10 19:42:38,068 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:47,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:47,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:47,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fe32add-abd4-41b9-8d56-be5761d513e8 x-compute-request-id: req-0fe32add-abd4-41b9-8d56-be5761d513e8 Content-Encoding: gzip Content-Length: 12841 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\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[ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds.\n[ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 |\n[ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 |\n[ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.888561] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.890170] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.896113] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.898086] cloud-init[938]: The key fingerprint is:\n[ 58.899375] cloud-init[938]: SHA256:K9h5Fky/j2vx6Oo76TFwzrQw3Zr2x9e9XxdhFn1lo0E root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 58.905429] cloud-init[938]: The key's randomart image is:\n[ 58.906794] cloud-init[938]: +---[RSA 2048]----+\n[ 58.912168] cloud-init[938]: | .E o=|\n[ 58.913493] cloud-init[938]: | o.=|\n[ 58.914724] cloud-init[938]: | . . +.|\n[ 58.920131] cloud-init[938]: | + o o .|\n[ 58.921267] cloud-init[938]: | + S o . |\n[ 58.922666] cloud-init[938]: | o X *.. .|\n[ 58.924118] cloud-init[938]: | . + &..= .+|\n[ 58.928149] cloud-init[938]: | =o+oo+ . =|\n[ 58.929394] cloud-init[938]: | o=*=o.. .+|\n[ 58.936144] cloud-init[938]: +----[SHA256]-----+\n[ 58.937530] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.939007] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.944334] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.946161] cloud-init[938]: The key fingerprint is:\n[ 58.952134] cloud-init[938]: SHA256:wxmQlgEQ6JZNvFOBdDj1YIIihATbnSAj94fA8qsokv4 root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 58.954311] cloud-init[938]: The key's randomart image is:\n[ 58.955767] cloud-init[938]: +---[DSA 1024]----+\n[ 58.960195] cloud-init[938]: |X=X==B++ |\n[ 58.961632] cloud-init[938]: |BB.@++*. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.967466] cloud-init[938]: |=o= O.... |\n Starting Socket activation for snappy daemon.\n[ 58.971278] cloud-init[938]: | +.+ . . o |\n[ 58.972664] cloud-init[938]: |. .. S |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.975561] [[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[938]: | . . |\n[ 58.979595] cloud-init[938]: |.o |\n[ 58.980900] cloud-init[938]: |* |\n[ 58.982309] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[938]: |+..E |\n[ 58.989466] cloud-init[938]: +----[SHA256]-----+\n[ 58.990461] cloud-init[938]: Generating public/private ecdsa key pair.\n[ 58.991891] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.993741] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.995510] cloud-init[938]: \n[[0;32m OK [0m] Reached target Timers.\nThe key fingerprint is:\n Starting LXD - unix socket.\n[ 59.001131] cloud-init[938]: SHA256:u+MaePDR7KCYVDNbn64lD3bsac9EMltKk5w5Q3AdjRY root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.006481] cloud-init[938]: The key's randomart image is:\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.009605] cloud-init[938]: +---[ECDSA 256]---+\n[ 59.010843] cloud-init[938]: | . ..E= |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 59.015936] cloud-init[938]: | o + . |\n[ 59.017241] cloud-init[938]: | + . .. |\n[ 59.018462] cloud-init[938]: | . = * = |\n[[0;32m OK [0m] Reached target Sockets.\n[ 59.021583] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m| . o o S o |\n[ 59.025392] ] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[938]: | . o = B % |\n[ 59.030996] cloud-init[938]: \n| o o B X . |\n[ 59.033967] cloud-init[938]: | o Xo= |\n[ 59.036111] cloud-init[938]: | o+*oo |\n[ 59.037624] cloud-init[938]: +----[SHA256]-----+\n[ 59.039221] cloud-init[938]: Generating public/private ed25519 key pair.\n[ 59.042409] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.044891] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.047218] cloud-init[938]: The key fingerprint is:\n[ 59.048858] cloud-init[938]: SHA256:4I8llv//QbZ+TEv4+INe2sShB8Vrh2CCToDleu8G7qg root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 59.051533] cloud-init[938]: The key's randomart image is:\n[ 59.053310] cloud-init[938]: +--[ED25519 256]--+\n[ 59.054937] cloud-init[938]: | oo |\n[ 59.056452] cloud-init[938]: | .. . . . |\n[ 59.058014] cloud-init[938]: | o o . o o |\n[ 59.059585] cloud-init[938]: | o = o ....|\n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...[ 59.061157] cloud-init[938]: | . * S .=+.|\n[ 59.070051] cloud-init[938]: | o.B +=o+|\n[ 59.070998] cloud-init[938]: | ...+ .BB.|\n[ 59.071965] \ncloud-init[938]: | ..... +*=o|\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 59.075639] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf Service.\n[938]: | E...... ..o+++.|\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n Starting Accounts Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.139509] cloud-init[938]: +----[SHA256]-----+\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.709808] cloud-init[1043]: Generating locales (this might take a while)...\n[ 60.376472] cloud-init[1043]: en_US.UTF-8... done\n[ 60.378415] cloud-init[1043]: Generation complete.\n"} 2018-08-10 19:42:47,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-0fe32add-abd4-41b9-8d56-be5761d513e8 2018-08-10 19:42:47,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108700037003s 2018-08-10 19:42:47,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-0fe32add-abd4-41b9-8d56-be5761d513e8 2018-08-10 19:42:47,188 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds. [ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 | [ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 | [ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.888561] cloud-init[938]: Generating public/private rsa key pair. [ 58.890170] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.896113] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.898086] cloud-init[938]: The key fingerprint is: [ 58.899375] cloud-init[938]: SHA256:K9h5Fky/j2vx6Oo76TFwzrQw3Zr2x9e9XxdhFn1lo0E root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 58.905429] cloud-init[938]: The key's randomart image is: [ 58.906794] cloud-init[938]: +---[RSA 2048]----+ [ 58.912168] cloud-init[938]: | .E o=| [ 58.913493] cloud-init[938]: | o.=| [ 58.914724] cloud-init[938]: | . . +.| [ 58.920131] cloud-init[938]: | + o o .| [ 58.921267] cloud-init[938]: | + S o . | [ 58.922666] cloud-init[938]: | o X *.. .| [ 58.924118] cloud-init[938]: | . + &..= .+| [ 58.928149] cloud-init[938]: | =o+oo+ . =| [ 58.929394] cloud-init[938]: | o=*=o.. .+| [ 58.936144] cloud-init[938]: +----[SHA256]-----+ [ 58.937530] cloud-init[938]: Generating public/private dsa key pair. [ 58.939007] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.944334] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.946161] cloud-init[938]: The key fingerprint is: [ 58.952134] cloud-init[938]: SHA256:wxmQlgEQ6JZNvFOBdDj1YIIihATbnSAj94fA8qsokv4 root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 58.954311] cloud-init[938]: The key's randomart image is: [ 58.955767] cloud-init[938]: +---[DSA 1024]----+ [ 58.960195] cloud-init[938]: |X=X==B++ | [ 58.961632] cloud-init[938]: |BB.@++*. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.967466] cloud-init[938]: |=o= O.... | Starting Socket activation for snappy daemon. [ 58.971278] cloud-init[938]: | +.+ . . o | [ 58.972664] cloud-init[938]: |. .. S | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.975561] [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[938]: | . . | [ 58.979595] cloud-init[938]: |.o | [ 58.980900] cloud-init[938]: |* | [ 58.982309] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[938]: |+..E | [ 58.989466] cloud-init[938]: +----[SHA256]-----+ [ 58.990461] cloud-init[938]: Generating public/private ecdsa key pair. [ 58.991891] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.993741] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.995510] cloud-init[938]: [[0;32m OK [0m] Reached target Timers. The key fingerprint is: Starting LXD - unix socket. [ 59.001131] cloud-init[938]: SHA256:u+MaePDR7KCYVDNbn64lD3bsac9EMltKk5w5Q3AdjRY root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 59.006481] cloud-init[938]: The key's randomart image is: Starting iSCSI initiator daemon (iscsid)... [ 59.009605] cloud-init[938]: +---[ECDSA 256]---+ [ 59.010843] cloud-init[938]: | . ..E= | [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 59.015936] cloud-init[938]: | o + . | [ 59.017241] cloud-init[938]: | + . .. | [ 59.018462] cloud-init[938]: | . = * = | [[0;32m OK [0m] Reached target Sockets. [ 59.021583] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m| . o o S o | [ 59.025392] ] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[938]: | . o = B % | [ 59.030996] cloud-init[938]: | o o B X . | [ 59.033967] cloud-init[938]: | o Xo= | [ 59.036111] cloud-init[938]: | o+*oo | [ 59.037624] cloud-init[938]: +----[SHA256]-----+ [ 59.039221] cloud-init[938]: Generating public/private ed25519 key pair. [ 59.042409] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.044891] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.047218] cloud-init[938]: The key fingerprint is: [ 59.048858] cloud-init[938]: SHA256:4I8llv//QbZ+TEv4+INe2sShB8Vrh2CCToDleu8G7qg root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 59.051533] cloud-init[938]: The key's randomart image is: [ 59.053310] cloud-init[938]: +--[ED25519 256]--+ [ 59.054937] cloud-init[938]: | oo | [ 59.056452] cloud-init[938]: | .. . . . | [ 59.058014] cloud-init[938]: | o o . o o | [ 59.059585] cloud-init[938]: | o = o ....| Starting /etc/rc.local Compatibility... Starting Login Service... [[0;32m OK [0m] Started Deferred execution scheduler. Starting Apply the settings specified in cloud-config...[ 59.061157] cloud-init[938]: | . * S .=+.| [ 59.070051] cloud-init[938]: | o.B +=o+| [ 59.070998] cloud-init[938]: | ...+ .BB.| [ 59.071965] cloud-init[938]: | ..... +*=o| [[0;32m OK [0m] Started Regular background program processing daemon. [ 59.075639] cloud-init Starting Pollinate to seed the pseudo random number generator... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf Service. [938]: | E...... ..o+++.| [[0;32m OK [0m] Started ACPI event daemon. Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LSB: MD monitoring daemon... Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. Starting Accounts Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.139509] cloud-init[938]: +----[SHA256]-----+ Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.709808] cloud-init[1043]: Generating locales (this might take a while)... [ 60.376472] cloud-init[1043]: en_US.UTF-8... done [ 60.378415] cloud-init[1043]: Generation complete. 2018-08-10 19:42:47,190 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.211: [Errno None] Unable to connect to port 22 on 172.30.9.211 2018-08-10 19:42:56,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:42:56,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:42:56,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e2640ef-3990-441b-aa99-ba97e997c5fd x-compute-request-id: req-3e2640ef-3990-441b-aa99-ba97e997c5fd Content-Encoding: gzip Content-Length: 12873 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\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[ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds.\n[ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 |\n[ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 |\n[ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.888561] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.890170] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.896113] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.898086] cloud-init[938]: The key fingerprint is:\n[ 58.899375] cloud-init[938]: SHA256:K9h5Fky/j2vx6Oo76TFwzrQw3Zr2x9e9XxdhFn1lo0E root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 58.905429] cloud-init[938]: The key's randomart image is:\n[ 58.906794] cloud-init[938]: +---[RSA 2048]----+\n[ 58.912168] cloud-init[938]: | .E o=|\n[ 58.913493] cloud-init[938]: | o.=|\n[ 58.914724] cloud-init[938]: | . . +.|\n[ 58.920131] cloud-init[938]: | + o o .|\n[ 58.921267] cloud-init[938]: | + S o . |\n[ 58.922666] cloud-init[938]: | o X *.. .|\n[ 58.924118] cloud-init[938]: | . + &..= .+|\n[ 58.928149] cloud-init[938]: | =o+oo+ . =|\n[ 58.929394] cloud-init[938]: | o=*=o.. .+|\n[ 58.936144] cloud-init[938]: +----[SHA256]-----+\n[ 58.937530] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.939007] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.944334] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.946161] cloud-init[938]: The key fingerprint is:\n[ 58.952134] cloud-init[938]: SHA256:wxmQlgEQ6JZNvFOBdDj1YIIihATbnSAj94fA8qsokv4 root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 58.954311] cloud-init[938]: The key's randomart image is:\n[ 58.955767] cloud-init[938]: +---[DSA 1024]----+\n[ 58.960195] cloud-init[938]: |X=X==B++ |\n[ 58.961632] cloud-init[938]: |BB.@++*. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.967466] cloud-init[938]: |=o= O.... |\n Starting Socket activation for snappy daemon.\n[ 58.971278] cloud-init[938]: | +.+ . . o |\n[ 58.972664] cloud-init[938]: |. .. S |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.975561] [[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[938]: | . . |\n[ 58.979595] cloud-init[938]: |.o |\n[ 58.980900] cloud-init[938]: |* |\n[ 58.982309] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[938]: |+..E |\n[ 58.989466] cloud-init[938]: +----[SHA256]-----+\n[ 58.990461] cloud-init[938]: Generating public/private ecdsa key pair.\n[ 58.991891] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.993741] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.995510] cloud-init[938]: \n[[0;32m OK [0m] Reached target Timers.\nThe key fingerprint is:\n Starting LXD - unix socket.\n[ 59.001131] cloud-init[938]: SHA256:u+MaePDR7KCYVDNbn64lD3bsac9EMltKk5w5Q3AdjRY root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.006481] cloud-init[938]: The key's randomart image is:\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.009605] cloud-init[938]: +---[ECDSA 256]---+\n[ 59.010843] cloud-init[938]: | . ..E= |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 59.015936] cloud-init[938]: | o + . |\n[ 59.017241] cloud-init[938]: | + . .. |\n[ 59.018462] cloud-init[938]: | . = * = |\n[[0;32m OK [0m] Reached target Sockets.\n[ 59.021583] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m| . o o S o |\n[ 59.025392] ] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[938]: | . o = B % |\n[ 59.030996] cloud-init[938]: \n| o o B X . |\n[ 59.033967] cloud-init[938]: | o Xo= |\n[ 59.036111] cloud-init[938]: | o+*oo |\n[ 59.037624] cloud-init[938]: +----[SHA256]-----+\n[ 59.039221] cloud-init[938]: Generating public/private ed25519 key pair.\n[ 59.042409] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.044891] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.047218] cloud-init[938]: The key fingerprint is:\n[ 59.048858] cloud-init[938]: SHA256:4I8llv//QbZ+TEv4+INe2sShB8Vrh2CCToDleu8G7qg root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 59.051533] cloud-init[938]: The key's randomart image is:\n[ 59.053310] cloud-init[938]: +--[ED25519 256]--+\n[ 59.054937] cloud-init[938]: | oo |\n[ 59.056452] cloud-init[938]: | .. . . . |\n[ 59.058014] cloud-init[938]: | o o . o o |\n[ 59.059585] cloud-init[938]: | o = o ....|\n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...[ 59.061157] cloud-init[938]: | . * S .=+.|\n[ 59.070051] cloud-init[938]: | o.B +=o+|\n[ 59.070998] cloud-init[938]: | ...+ .BB.|\n[ 59.071965] \ncloud-init[938]: | ..... +*=o|\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 59.075639] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf Service.\n[938]: | E...... ..o+++.|\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n Starting Accounts Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.139509] cloud-init[938]: +----[SHA256]-----+\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.709808] cloud-init[1043]: Generating locales (this might take a while)...\n[ 60.376472] cloud-init[1043]: en_US.UTF-8... done\n[ 60.378415] cloud-init[1043]: 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-10 19:42:56,267 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-3e2640ef-3990-441b-aa99-ba97e997c5fd 2018-08-10 19:42:56,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0762600898743s 2018-08-10 19:42:56,269 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-3e2640ef-3990-441b-aa99-ba97e997c5fd 2018-08-10 19:42:56,269 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds. [ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 | [ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 | [ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.888561] cloud-init[938]: Generating public/private rsa key pair. [ 58.890170] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.896113] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.898086] cloud-init[938]: The key fingerprint is: [ 58.899375] cloud-init[938]: SHA256:K9h5Fky/j2vx6Oo76TFwzrQw3Zr2x9e9XxdhFn1lo0E root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 58.905429] cloud-init[938]: The key's randomart image is: [ 58.906794] cloud-init[938]: +---[RSA 2048]----+ [ 58.912168] cloud-init[938]: | .E o=| [ 58.913493] cloud-init[938]: | o.=| [ 58.914724] cloud-init[938]: | . . +.| [ 58.920131] cloud-init[938]: | + o o .| [ 58.921267] cloud-init[938]: | + S o . | [ 58.922666] cloud-init[938]: | o X *.. .| [ 58.924118] cloud-init[938]: | . + &..= .+| [ 58.928149] cloud-init[938]: | =o+oo+ . =| [ 58.929394] cloud-init[938]: | o=*=o.. .+| [ 58.936144] cloud-init[938]: +----[SHA256]-----+ [ 58.937530] cloud-init[938]: Generating public/private dsa key pair. [ 58.939007] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.944334] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.946161] cloud-init[938]: The key fingerprint is: [ 58.952134] cloud-init[938]: SHA256:wxmQlgEQ6JZNvFOBdDj1YIIihATbnSAj94fA8qsokv4 root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 58.954311] cloud-init[938]: The key's randomart image is: [ 58.955767] cloud-init[938]: +---[DSA 1024]----+ [ 58.960195] cloud-init[938]: |X=X==B++ | [ 58.961632] cloud-init[938]: |BB.@++*. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.967466] cloud-init[938]: |=o= O.... | Starting Socket activation for snappy daemon. [ 58.971278] cloud-init[938]: | +.+ . . o | [ 58.972664] cloud-init[938]: |. .. S | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.975561] [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[938]: | . . | [ 58.979595] cloud-init[938]: |.o | [ 58.980900] cloud-init[938]: |* | [ 58.982309] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[938]: |+..E | [ 58.989466] cloud-init[938]: +----[SHA256]-----+ [ 58.990461] cloud-init[938]: Generating public/private ecdsa key pair. [ 58.991891] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.993741] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.995510] cloud-init[938]: [[0;32m OK [0m] Reached target Timers. The key fingerprint is: Starting LXD - unix socket. [ 59.001131] cloud-init[938]: SHA256:u+MaePDR7KCYVDNbn64lD3bsac9EMltKk5w5Q3AdjRY root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 59.006481] cloud-init[938]: The key's randomart image is: Starting iSCSI initiator daemon (iscsid)... [ 59.009605] cloud-init[938]: +---[ECDSA 256]---+ [ 59.010843] cloud-init[938]: | . ..E= | [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 59.015936] cloud-init[938]: | o + . | [ 59.017241] cloud-init[938]: | + . .. | [ 59.018462] cloud-init[938]: | . = * = | [[0;32m OK [0m] Reached target Sockets. [ 59.021583] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m| . o o S o | [ 59.025392] ] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[938]: | . o = B % | [ 59.030996] cloud-init[938]: | o o B X . | [ 59.033967] cloud-init[938]: | o Xo= | [ 59.036111] cloud-init[938]: | o+*oo | [ 59.037624] cloud-init[938]: +----[SHA256]-----+ [ 59.039221] cloud-init[938]: Generating public/private ed25519 key pair. [ 59.042409] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.044891] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.047218] cloud-init[938]: The key fingerprint is: [ 59.048858] cloud-init[938]: SHA256:4I8llv//QbZ+TEv4+INe2sShB8Vrh2CCToDleu8G7qg root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 59.051533] cloud-init[938]: The key's randomart image is: [ 59.053310] cloud-init[938]: +--[ED25519 256]--+ [ 59.054937] cloud-init[938]: | oo | [ 59.056452] cloud-init[938]: | .. . . . | [ 59.058014] cloud-init[938]: | o o . o o | [ 59.059585] cloud-init[938]: | o = o ....| Starting /etc/rc.local Compatibility... Starting Login Service... [[0;32m OK [0m] Started Deferred execution scheduler. Starting Apply the settings specified in cloud-config...[ 59.061157] cloud-init[938]: | . * S .=+.| [ 59.070051] cloud-init[938]: | o.B +=o+| [ 59.070998] cloud-init[938]: | ...+ .BB.| [ 59.071965] cloud-init[938]: | ..... +*=o| [[0;32m OK [0m] Started Regular background program processing daemon. [ 59.075639] cloud-init Starting Pollinate to seed the pseudo random number generator... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf Service. [938]: | E...... ..o+++.| [[0;32m OK [0m] Started ACPI event daemon. Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LSB: MD monitoring daemon... Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. Starting Accounts Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.139509] cloud-init[938]: +----[SHA256]-----+ Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.709808] cloud-init[1043]: Generating locales (this might take a while)... [ 60.376472] cloud-init[1043]: en_US.UTF-8... done [ 60.378415] cloud-init[1043]: 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-10 19:42:56,272 - paramiko.transport - DEBUG - starting thread (client mode): 0x4c8fb290L 2018-08-10 19:42:56,273 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 19:42:56,279 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-10 19:42:56,279 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-10 19:42:56,280 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-10 19:42:56,280 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 19:42:56,280 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 19:42:56,280 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 19:42:56,281 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 19:42:56,281 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 19:42:56,323 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 19:42:56,324 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 19:42:56,337 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.211: fc810c38d1be9700edabe9df055f5c54 2018-08-10 19:42:56,338 - paramiko.transport - DEBUG - Trying discovered key 18194e6160ac5bc7f51a545078139f01 in /tmp/tmpP_drs8 2018-08-10 19:42:56,363 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 19:42:56,384 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-10 19:42:56,384 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-10 19:42:56,404 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 19:42:56,404 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.211: No existing session 2018-08-10 19:43:05,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 19:43:05,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/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}b37c605a963d78075bbf25b121e78ef2afce4490" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 19:43:06,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bbd3fae-87f2-4ac7-91be-4c714d9e80c7 x-compute-request-id: req-1bbd3fae-87f2-4ac7-91be-4c714d9e80c7 Content-Encoding: gzip Content-Length: 13161 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 665821488 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133233] pid_max: default: 32768 minimum: 301\n[ 0.134142] ACPI: Core revision 20150930\n[ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136869] Security Framework initialized\n[ 0.137709] Yama: becoming mindful.\n[ 0.138454] AppArmor: AppArmor initialized\n[ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144644] Initializing cgroup subsys io\n[ 0.145479] Initializing cgroup subsys memory\n[ 0.146355] Initializing cgroup subsys devices\n[ 0.147243] Initializing cgroup subsys freezer\n[ 0.148128] Initializing cgroup subsys net_cls\n[ 0.149008] Initializing cgroup subsys perf_event\n[ 0.149942] Initializing cgroup subsys net_prio\n[ 0.150849] Initializing cgroup subsys hugetlb\n[ 0.151732] Initializing cgroup subsys pids\n[ 0.152602] CPU: Physical Processor ID: 0\n[ 0.154116] mce: CPU supports 10 MCE banks\n[ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.157100] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.159496] Speculative Store Bypass: Vulnerable\n[ 0.177639] Freeing SMP alternatives memory: 32K\n[ 0.183194] ftrace: allocating 32237 entries in 126 pages\n[ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218776] smpboot: Max logical packages: 1\n[ 0.219785] x2apic enabled\n[ 0.220603] Switched APIC routing to physical x2apic.\n[ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227365] KVM setup paravirtual spinlock\n[ 0.228692] x86: Booted up 1 node, 1 CPUs\n[ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230945] devtmpfs: initialized\n[ 0.232694] evm: security.selinux\n[ 0.233411] evm: security.SMACK64\n[ 0.234112] evm: security.SMACK64EXEC\n[ 0.234866] evm: security.SMACK64TRANSMUTE\n[ 0.235685] evm: security.SMACK64MMAP\n[ 0.236444] evm: security.ima\n[ 0.237096] evm: security.capability\n[ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.240975] pinctrl core: initialized pinctrl subsystem\n[ 0.242100] RTC time: 19:41:38, date: 08/10/18\n[ 0.243094] NET: Registered protocol family 16\n[ 0.244098] cpuidle: using governor ladder\n[ 0.244938] cpuidle: using governor menu\n[ 0.245746] PCCT header not found.\n[ 0.246523] ACPI: bus type PCI registered\n[ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248605] PCI: Using configuration type 1 for base access\n[ 0.250474] ACPI: Added _OSI(Module Device)\n[ 0.251334] ACPI: Added _OSI(Processor Device)\n[ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253126] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254927] ACPI: Interpreter enabled\n[ 0.255718] ACPI: (supports S0 S5)\n[ 0.256438] ACPI: Using IOAPIC for interrupt routing\n[ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266585] acpiphp: Slot [3] registered\n[ 0.267408] acpiphp: Slot [4] registered\n[ 0.268220] acpiphp: Slot [5] registered\n[ 0.269033] acpiphp: Slot [6] registered\n[ 0.279801] acpiphp: Slot [7] registered\n[ 0.280635] acpiphp: Slot [8] registered\n[ 0.281452] acpiphp: Slot [9] registered\n[ 0.282270] acpiphp: Slot [10] registered\n[ 0.283095] acpiphp: Slot [11] registered\n[ 0.283928] acpiphp: Slot [12] registered\n[ 0.284762] acpiphp: Slot [13] registered\n[ 0.285588] acpiphp: Slot [14] registered\n[ 0.286415] acpiphp: Slot [15] registered\n[ 0.287244] acpiphp: Slot [16] registered\n[ 0.288074] acpiphp: Slot [17] registered\n[ 0.288902] acpiphp: Slot [18] registered\n[ 0.289734] acpiphp: Slot [19] registered\n[ 0.290567] acpiphp: Slot [20] registered\n[ 0.291399] acpiphp: Slot [21] registered\n[ 0.292230] acpiphp: Slot [22] registered\n[ 0.293058] acpiphp: Slot [23] registered\n[ 0.293885] acpiphp: Slot [24] registered\n[ 0.294712] acpiphp: Slot [25] registered\n[ 0.295542] acpiphp: Slot [26] registered\n[ 0.296387] acpiphp: Slot [27] registered\n[ 0.297215] acpiphp: Slot [28] registered\n[ 0.298039] acpiphp: Slot [29] registered\n[ 0.298865] acpiphp: Slot [30] registered\n[ 0.299696] acpiphp: Slot [31] registered\n[ 0.300521] PCI host bridge to bus 0000:00\n[ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349927] vgaarb: loaded\n[ 0.350542] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351822] SCSI subsystem initialized\n[ 0.352745] ACPI: bus type USB registered\n[ 0.353592] usbcore: registered new interface driver usbfs\n[ 0.354656] usbcore: registered new interface driver hub\n[ 0.355690] usbcore: registered new device driver usb\n[ 0.356819] PCI: Using ACPI for IRQ routing\n[ 0.357947] NetLabel: Initializing\n[ 0.358684] NetLabel: domain hash size = 128\n[ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360525] NetLabel: unlabeled traffic allowed by default\n[ 0.361688] amd_nb: Cannot enumerate AMD northbridges\n[ 0.362693] clocksource: Switched to clocksource kvm-clock\n[ 0.370273] AppArmor: AppArmor Filesystem Enabled\n[ 0.371290] pnp: PnP ACPI init\n[ 0.372256] pnp: PnP ACPI: found 5 devices\n[ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380384] NET: Registered protocol family 2\n[ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383983] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387499] NET: Registered protocol family 1\n[ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424128] Unpacking initramfs...\n[ 0.865155] Freeing initrd memory: 37084K\n[ 0.866544] Scanning for low memory corruption every 60 seconds\n[ 0.868122] audit: initializing netlink subsys (disabled)\n[ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized\n[ 0.870677] Initialise system trusted keyring\n[ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.875196] zbud: loaded\n[ 0.876069] VFS: Disk quotas dquot_6.6.0\n[ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.879737] fuse init (API version 7.23)\n[ 0.880675] Key type big_key registered\n[ 0.881496] Allocating IMA MOK and blacklist keyrings.\n[ 0.882779] Key type asymmetric registered\n[ 0.883626] Asymmetric key parser 'x509' registered\n[ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.886132] io scheduler noop registered\n[ 0.886946] io scheduler deadline registered (default)\n[ 0.887981] io scheduler cfq registered\n[ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.892779] ACPI: Power Button [PWRF]\n[ 0.893720] GHES: HEST is not enabled!\n[ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.969672] Linux agpgart interface v0.103\n[ 0.971837] loop: module loaded\n[ 0.974511] vda: vda1\n[ 0.975797] scsi host0: ata_piix\n[ 0.976576] scsi host1: ata_piix\n[ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.980116] libphy: Fixed MDIO Bus: probed\n[ 0.980953] tun: Universal TUN/TAP device driver, 1.6\n[ 0.981925] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.984352] PPP generic driver version 2.4.2\n[ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.986373] ehci-pci: EHCI PCI platform driver\n[ 0.987217] ehci-platform: EHCI generic platform driver\n[ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.989737] ohci-pci: OHCI PCI platform driver\n[ 0.990937] ohci-platform: OHCI generic platform driver\n[ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.018633] usb usb1: Product: UHCI Host Controller\n[ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.021573] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.022898] hub 1-0:1.0: USB hub found\n[ 1.023962] hub 1-0:1.0: 2 ports detected\n[ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.030783] mousedev: PS/2 mouse device common for all mice\n[ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.035002] rtc_cmos 00:00: RTC can wake from S4\n[ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.039821] i2c /dev entries driver\n[ 1.040861] device-mapper: uevent: version 1.0.3\n[ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.046261] NET: Registered protocol family 10\n[ 1.047704] NET: Registered protocol family 17\n[ 1.048923] Key type dns_resolver registered\n[ 1.050305] registered taskstats version 1\n[ 1.051458] Loading compiled-in X.509 certificates\n[ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.055868] zswap: loaded using pool lzo/zbud\n[ 1.058388] Key type trusted registered\n[ 1.061455] Key type encrypted registered\n[ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.064038] ima: No TPM chip found, activating TPM-bypass!\n[ 1.065512] evm: HMAC attrs: 0x1\n[ 1.066754] Magic number: 14:910:697\n[ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099)\n[ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.071678] EDD information not available.\n[ 1.140038] Freeing unused kernel memory: 1512K\n[ 1.141278] Write protecting the kernel read-only data: 14336k\n[ 1.154246] Freeing unused kernel memory: 1692K\n[ 1.155668] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)\n[ 1.253200] [drm] Initialized drm 1.1.0 20060810\n[ 1.255726] virtio_net virtio0 ens3: renamed from eth0\n[ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287036] FDC 0 is a S82078B\n[ 1.293002] AVX2 version of gcm_enc/dec engaged.\n[ 1.294239] AES CTR mode by8 optimization enabled\n[ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.503670] usb 1-1: Product: QEMU USB Tablet\n[ 1.504834] usb 1-1: Manufacturer: QEMU\n[ 1.505880] usb 1-1: SerialNumber: 42\n[ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.520603] usbcore: registered new interface driver usbhid\n[ 1.522091] usbhid: USB HID core driver\n[ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1\n[ 1.801708] md: multipath personality registered for level -4\n[ 1.805335] md: raid0 personality registered for level 0\n[ 1.809323] md: raid1 personality registered for level 1\n[ 1.878696] raid6: sse2x1 gen() 11349 MB/s\n[ 1.946718] raid6: sse2x1 xor() 8821 MB/s\n[ 2.014697] raid6: sse2x2 gen() 14611 MB/s\n[ 2.082696] raid6: sse2x2 xor() 9614 MB/s\n[ 2.150696] raid6: sse2x4 gen() 16643 MB/s\n[ 2.218701] raid6: sse2x4 xor() 11537 MB/s\n[ 2.286695] raid6: avx2x1 gen() 22066 MB/s\n[ 2.354696] raid6: avx2x2 gen() 25654 MB/s\n[ 2.422695] raid6: avx2x4 gen() 30007 MB/s\n[ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s\n[ 2.425265] raid6: using avx2x2 recovery algorithm\n[ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz\n[ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns\n[ 2.432042] xor: automatically using best checksumming function:\n[ 2.470695] avx : 32336.000 MB/sec\n[ 2.473059] async_tx: api initialized (async)\n[ 2.483325] md: raid6 personality registered for level 6\n[ 2.484724] md: raid5 personality registered for level 5\n[ 2.486088] md: raid4 personality registered for level 4\n[ 2.491699] 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.521235] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm.\n[ 2.660080] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.664066] systemd[1]: Set hostname to .\n[ 2.667326] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.668905] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.805396] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.807484] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.814327] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.816327] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.821901] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.828024] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.831098] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.834744] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.841131] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.851275] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.854486] Loading iSCSI transport class v2.0-870.\n[ 2.856379] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.861195] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.871454] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.877457] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.881312] iscsi: registered transport (tcp)\n[ 2.882283] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.898474] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.906739] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.909158] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.916058] 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[ 2.923375] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.932994] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.940172] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.942455] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.948225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.951159] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 2.969653] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Nameserver information manager.\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[[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 Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds.\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[ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds.\n[ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 |\n[ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 |\n[ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 58.888561] cloud-init[938]: Generating public/private rsa key pair.\n[ 58.890170] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 58.896113] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 58.898086] cloud-init[938]: The key fingerprint is:\n[ 58.899375] cloud-init[938]: SHA256:K9h5Fky/j2vx6Oo76TFwzrQw3Zr2x9e9XxdhFn1lo0E root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 58.905429] cloud-init[938]: The key's randomart image is:\n[ 58.906794] cloud-init[938]: +---[RSA 2048]----+\n[ 58.912168] cloud-init[938]: | .E o=|\n[ 58.913493] cloud-init[938]: | o.=|\n[ 58.914724] cloud-init[938]: | . . +.|\n[ 58.920131] cloud-init[938]: | + o o .|\n[ 58.921267] cloud-init[938]: | + S o . |\n[ 58.922666] cloud-init[938]: | o X *.. .|\n[ 58.924118] cloud-init[938]: | . + &..= .+|\n[ 58.928149] cloud-init[938]: | =o+oo+ . =|\n[ 58.929394] cloud-init[938]: | o=*=o.. .+|\n[ 58.936144] cloud-init[938]: +----[SHA256]-----+\n[ 58.937530] cloud-init[938]: Generating public/private dsa key pair.\n[ 58.939007] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 58.944334] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 58.946161] cloud-init[938]: The key fingerprint is:\n[ 58.952134] cloud-init[938]: SHA256:wxmQlgEQ6JZNvFOBdDj1YIIihATbnSAj94fA8qsokv4 root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 58.954311] cloud-init[938]: The key's randomart image is:\n[ 58.955767] cloud-init[938]: +---[DSA 1024]----+\n[ 58.960195] cloud-init[938]: |X=X==B++ |\n[ 58.961632] cloud-init[938]: |BB.@++*. |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 58.967466] cloud-init[938]: |=o= O.... |\n Starting Socket activation for snappy daemon.\n[ 58.971278] cloud-init[938]: | +.+ . . o |\n[ 58.972664] cloud-init[938]: |. .. S |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 58.975561] [[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[938]: | . . |\n[ 58.979595] cloud-init[938]: |.o |\n[ 58.980900] cloud-init[938]: |* |\n[ 58.982309] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[938]: |+..E |\n[ 58.989466] cloud-init[938]: +----[SHA256]-----+\n[ 58.990461] cloud-init[938]: Generating public/private ecdsa key pair.\n[ 58.991891] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 58.993741] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 58.995510] cloud-init[938]: \n[[0;32m OK [0m] Reached target Timers.\nThe key fingerprint is:\n Starting LXD - unix socket.\n[ 59.001131] cloud-init[938]: SHA256:u+MaePDR7KCYVDNbn64lD3bsac9EMltKk5w5Q3AdjRY root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.006481] cloud-init[938]: The key's randomart image is:\n Starting iSCSI initiator daemon (iscsid)...\n[ 59.009605] cloud-init[938]: +---[ECDSA 256]---+\n[ 59.010843] cloud-init[938]: | . ..E= |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 59.015936] cloud-init[938]: | o + . |\n[ 59.017241] cloud-init[938]: | + . .. |\n[ 59.018462] cloud-init[938]: | . = * = |\n[[0;32m OK [0m] Reached target Sockets.\n[ 59.021583] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m| . o o S o |\n[ 59.025392] ] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[938]: | . o = B % |\n[ 59.030996] cloud-init[938]: \n| o o B X . |\n[ 59.033967] cloud-init[938]: | o Xo= |\n[ 59.036111] cloud-init[938]: | o+*oo |\n[ 59.037624] cloud-init[938]: +----[SHA256]-----+\n[ 59.039221] cloud-init[938]: Generating public/private ed25519 key pair.\n[ 59.042409] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.044891] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.047218] cloud-init[938]: The key fingerprint is:\n[ 59.048858] cloud-init[938]: SHA256:4I8llv//QbZ+TEv4+INe2sShB8Vrh2CCToDleu8G7qg root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904\n[ 59.051533] cloud-init[938]: The key's randomart image is:\n[ 59.053310] cloud-init[938]: +--[ED25519 256]--+\n[ 59.054937] cloud-init[938]: | oo |\n[ 59.056452] cloud-init[938]: | .. . . . |\n[ 59.058014] cloud-init[938]: | o o . o o |\n[ 59.059585] cloud-init[938]: | o = o ....|\n Starting /etc/rc.local Compatibility...\n Starting Login Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...[ 59.061157] cloud-init[938]: | . * S .=+.|\n[ 59.070051] cloud-init[938]: | o.B +=o+|\n[ 59.070998] cloud-init[938]: | ...+ .BB.|\n[ 59.071965] \ncloud-init[938]: | ..... +*=o|\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 59.075639] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started iperf Service.\n[938]: | E...... ..o+++.|\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LSB: MD monitoring daemon...\n Starting System Logging Service...\n[[0;32m OK [0m] Started iperf3 Service.\n Starting Accounts Service...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[ 59.139509] cloud-init[938]: +----[SHA256]-----+\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.709808] cloud-init[1043]: Generating locales (this might take a while)...\n[ 60.376472] cloud-init[1043]: en_US.UTF-8... done\n[ 60.378415] cloud-init[1043]: 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 Permit User Sessions...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: network benchmark...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: network benchmark.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 ttyS0\n\nshaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 login: "} 2018-08-10 19:43:06,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-1bbd3fae-87f2-4ac7-91be-4c714d9e80c7 2018-08-10 19:43:06,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.764607191086s 2018-08-10 19:43:06,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60/action used request id req-1bbd3fae-87f2-4ac7-91be-4c714d9e80c7 2018-08-10 19:43:06,180 - 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 665821488 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.131544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133233] pid_max: default: 32768 minimum: 301 [ 0.134142] ACPI: Core revision 20150930 [ 0.135542] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136869] Security Framework initialized [ 0.137709] Yama: becoming mindful. [ 0.138454] AppArmor: AppArmor initialized [ 0.139330] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140692] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143234] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144644] Initializing cgroup subsys io [ 0.145479] Initializing cgroup subsys memory [ 0.146355] Initializing cgroup subsys devices [ 0.147243] Initializing cgroup subsys freezer [ 0.148128] Initializing cgroup subsys net_cls [ 0.149008] Initializing cgroup subsys perf_event [ 0.149942] Initializing cgroup subsys net_prio [ 0.150849] Initializing cgroup subsys hugetlb [ 0.151732] Initializing cgroup subsys pids [ 0.152602] CPU: Physical Processor ID: 0 [ 0.154116] mce: CPU supports 10 MCE banks [ 0.154977] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155991] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.157100] Spectre V2 : Mitigation: Full generic retpoline [ 0.158152] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.159496] Speculative Store Bypass: Vulnerable [ 0.177639] Freeing SMP alternatives memory: 32K [ 0.183194] ftrace: allocating 32237 entries in 126 pages [ 0.217514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.218776] smpboot: Max logical packages: 1 [ 0.219785] x2apic enabled [ 0.220603] Switched APIC routing to physical x2apic. [ 0.222350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223514] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225544] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227365] KVM setup paravirtual spinlock [ 0.228692] x86: Booted up 1 node, 1 CPUs [ 0.229520] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230945] devtmpfs: initialized [ 0.232694] evm: security.selinux [ 0.233411] evm: security.SMACK64 [ 0.234112] evm: security.SMACK64EXEC [ 0.234866] evm: security.SMACK64TRANSMUTE [ 0.235685] evm: security.SMACK64MMAP [ 0.236444] evm: security.ima [ 0.237096] evm: security.capability [ 0.237921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239769] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.240975] pinctrl core: initialized pinctrl subsystem [ 0.242100] RTC time: 19:41:38, date: 08/10/18 [ 0.243094] NET: Registered protocol family 16 [ 0.244098] cpuidle: using governor ladder [ 0.244938] cpuidle: using governor menu [ 0.245746] PCCT header not found. [ 0.246523] ACPI: bus type PCI registered [ 0.247336] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248605] PCI: Using configuration type 1 for base access [ 0.250474] ACPI: Added _OSI(Module Device) [ 0.251334] ACPI: Added _OSI(Processor Device) [ 0.252209] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253126] ACPI: Added _OSI(Processor Aggregator Device) [ 0.254927] ACPI: Interpreter enabled [ 0.255718] ACPI: (supports S0 S5) [ 0.256438] ACPI: Using IOAPIC for interrupt routing [ 0.257402] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261836] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266585] acpiphp: Slot [3] registered [ 0.267408] acpiphp: Slot [4] registered [ 0.268220] acpiphp: Slot [5] registered [ 0.269033] acpiphp: Slot [6] registered [ 0.279801] acpiphp: Slot [7] registered [ 0.280635] acpiphp: Slot [8] registered [ 0.281452] acpiphp: Slot [9] registered [ 0.282270] acpiphp: Slot [10] registered [ 0.283095] acpiphp: Slot [11] registered [ 0.283928] acpiphp: Slot [12] registered [ 0.284762] acpiphp: Slot [13] registered [ 0.285588] acpiphp: Slot [14] registered [ 0.286415] acpiphp: Slot [15] registered [ 0.287244] acpiphp: Slot [16] registered [ 0.288074] acpiphp: Slot [17] registered [ 0.288902] acpiphp: Slot [18] registered [ 0.289734] acpiphp: Slot [19] registered [ 0.290567] acpiphp: Slot [20] registered [ 0.291399] acpiphp: Slot [21] registered [ 0.292230] acpiphp: Slot [22] registered [ 0.293058] acpiphp: Slot [23] registered [ 0.293885] acpiphp: Slot [24] registered [ 0.294712] acpiphp: Slot [25] registered [ 0.295542] acpiphp: Slot [26] registered [ 0.296387] acpiphp: Slot [27] registered [ 0.297215] acpiphp: Slot [28] registered [ 0.298039] acpiphp: Slot [29] registered [ 0.298865] acpiphp: Slot [30] registered [ 0.299696] acpiphp: Slot [31] registered [ 0.300521] PCI host bridge to bus 0000:00 [ 0.301345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302581] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303827] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305296] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306772] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311489] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312812] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.314017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315295] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318387] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319848] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338679] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340196] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341651] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344511] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.345789] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347258] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.349927] vgaarb: loaded [ 0.350542] vgaarb: bridge control possible 0000:00:02.0 [ 0.351822] SCSI subsystem initialized [ 0.352745] ACPI: bus type USB registered [ 0.353592] usbcore: registered new interface driver usbfs [ 0.354656] usbcore: registered new interface driver hub [ 0.355690] usbcore: registered new device driver usb [ 0.356819] PCI: Using ACPI for IRQ routing [ 0.357947] NetLabel: Initializing [ 0.358684] NetLabel: domain hash size = 128 [ 0.359550] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360525] NetLabel: unlabeled traffic allowed by default [ 0.361688] amd_nb: Cannot enumerate AMD northbridges [ 0.362693] clocksource: Switched to clocksource kvm-clock [ 0.370273] AppArmor: AppArmor Filesystem Enabled [ 0.371290] pnp: PnP ACPI init [ 0.372256] pnp: PnP ACPI: found 5 devices [ 0.378638] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380384] NET: Registered protocol family 2 [ 0.381438] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382771] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383983] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385193] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386291] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387499] NET: Registered protocol family 1 [ 0.388407] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389528] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390626] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.406493] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.424128] Unpacking initramfs... [ 0.865155] Freeing initrd memory: 37084K [ 0.866544] Scanning for low memory corruption every 60 seconds [ 0.868122] audit: initializing netlink subsys (disabled) [ 0.869227] audit: type=2000 audit(1533930099.736:1): initialized [ 0.870677] Initialise system trusted keyring [ 0.871749] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.872940] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.875196] zbud: loaded [ 0.876069] VFS: Disk quotas dquot_6.6.0 [ 0.876913] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.878403] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.879737] fuse init (API version 7.23) [ 0.880675] Key type big_key registered [ 0.881496] Allocating IMA MOK and blacklist keyrings. [ 0.882779] Key type asymmetric registered [ 0.883626] Asymmetric key parser 'x509' registered [ 0.884604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.886132] io scheduler noop registered [ 0.886946] io scheduler deadline registered (default) [ 0.887981] io scheduler cfq registered [ 0.888871] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.889945] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.891289] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.892779] ACPI: Power Button [PWRF] [ 0.893720] GHES: HEST is not enabled! [ 0.909195] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.940954] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.943165] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.967311] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.969672] Linux agpgart interface v0.103 [ 0.971837] loop: module loaded [ 0.974511] vda: vda1 [ 0.975797] scsi host0: ata_piix [ 0.976576] scsi host1: ata_piix [ 0.977312] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.978559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.980116] libphy: Fixed MDIO Bus: probed [ 0.980953] tun: Universal TUN/TAP device driver, 1.6 [ 0.981925] tun: (C) 1999-2004 Max Krasnyansky [ 0.984352] PPP generic driver version 2.4.2 [ 0.985263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.986373] ehci-pci: EHCI PCI platform driver [ 0.987217] ehci-platform: EHCI generic platform driver [ 0.988167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.989737] ohci-pci: OHCI PCI platform driver [ 0.990937] ohci-platform: OHCI generic platform driver [ 0.992306] uhci_hcd: USB Universal Host Controller Interface driver [ 1.008607] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.010007] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.011990] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.013370] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.014942] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.016680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.018633] usb usb1: Product: UHCI Host Controller [ 1.019926] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.021573] usb usb1: SerialNumber: 0000:00:01.2 [ 1.022898] hub 1-0:1.0: USB hub found [ 1.023962] hub 1-0:1.0: 2 ports detected [ 1.025216] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.028039] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.029351] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.030783] mousedev: PS/2 mouse device common for all mice [ 1.032489] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.035002] rtc_cmos 00:00: RTC can wake from S4 [ 1.036470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.038115] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.039821] i2c /dev entries driver [ 1.040861] device-mapper: uevent: version 1.0.3 [ 1.042170] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.044426] ledtrig-cpu: registered to indicate activity on CPUs [ 1.046261] NET: Registered protocol family 10 [ 1.047704] NET: Registered protocol family 17 [ 1.048923] Key type dns_resolver registered [ 1.050305] registered taskstats version 1 [ 1.051458] Loading compiled-in X.509 certificates [ 1.053288] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.055868] zswap: loaded using pool lzo/zbud [ 1.058388] Key type trusted registered [ 1.061455] Key type encrypted registered [ 1.062575] AppArmor: AppArmor sha1 policy hashing enabled [ 1.064038] ima: No TPM chip found, activating TPM-bypass! [ 1.065512] evm: HMAC attrs: 0x1 [ 1.066754] Magic number: 14:910:697 [ 1.067904] rtc_cmos 00:00: setting system clock to 2018-08-10 19:41:39 UTC (1533930099) [ 1.070119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.071678] EDD information not available. [ 1.140038] Freeing unused kernel memory: 1512K [ 1.141278] Write protecting the kernel read-only data: 14336k [ 1.154246] Freeing unused kernel memory: 1692K [ 1.155668] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.166296] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.169067] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.171716] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.174277] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.176824] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.182720] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.187072] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.189648] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.194080] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.196516] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available) [ 1.253200] [drm] Initialized drm 1.1.0 20060810 [ 1.255726] virtio_net virtio0 ens3: renamed from eth0 [ 1.264988] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.267510] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287036] FDC 0 is a S82078B [ 1.293002] AVX2 version of gcm_enc/dec engaged. [ 1.294239] AES CTR mode by8 optimization enabled [ 1.334717] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.500140] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.501864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.503670] usb 1-1: Product: QEMU USB Tablet [ 1.504834] usb 1-1: Manufacturer: QEMU [ 1.505880] usb 1-1: SerialNumber: 42 [ 1.513607] hidraw: raw HID events driver (C) Jiri Kosina [ 1.520603] usbcore: registered new interface driver usbhid [ 1.522091] usbhid: USB HID core driver [ 1.524486] 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.527606] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.798187] md: linear personality registered for level -1 [ 1.801708] md: multipath personality registered for level -4 [ 1.805335] md: raid0 personality registered for level 0 [ 1.809323] md: raid1 personality registered for level 1 [ 1.878696] raid6: sse2x1 gen() 11349 MB/s [ 1.946718] raid6: sse2x1 xor() 8821 MB/s [ 2.014697] raid6: sse2x2 gen() 14611 MB/s [ 2.082696] raid6: sse2x2 xor() 9614 MB/s [ 2.150696] raid6: sse2x4 gen() 16643 MB/s [ 2.218701] raid6: sse2x4 xor() 11537 MB/s [ 2.286695] raid6: avx2x1 gen() 22066 MB/s [ 2.354696] raid6: avx2x2 gen() 25654 MB/s [ 2.422695] raid6: avx2x4 gen() 30007 MB/s [ 2.423850] raid6: using algorithm avx2x4 gen() 30007 MB/s [ 2.425265] raid6: using avx2x2 recovery algorithm [ 2.426562] tsc: Refined TSC clocksource calibration: 3491.846 MHz [ 2.428156] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325539f79ee, max_idle_ns: 440795246702 ns [ 2.432042] xor: automatically using best checksumming function: [ 2.470695] avx : 32336.000 MB/sec [ 2.473059] async_tx: api initialized (async) [ 2.483325] md: raid6 personality registered for level 6 [ 2.484724] md: raid5 personality registered for level 5 [ 2.486088] md: raid4 personality registered for level 4 [ 2.491699] 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.521235] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.541079] 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.654243] 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.658767] systemd[1]: Detected virtualization kvm. [ 2.660080] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.664066] systemd[1]: Set hostname to . [ 2.667326] systemd[1]: Initializing machine ID from KVM UUID. [ 2.668905] systemd[1]: Installed transient /etc/machine-id file. [ 2.798008] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.800582] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.802878] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.805396] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.807484] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.809419] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.811916] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.814327] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.816327] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.818497] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.821901] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.824272] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.828024] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.831098] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.834744] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.841131] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.851275] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.854486] Loading iSCSI transport class v2.0-870. [ 2.856379] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.861195] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.868207] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.871454] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.877457] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.881312] iscsi: registered transport (tcp) [ 2.882283] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.885614] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.898474] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.906739] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.909158] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.916058] 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... [ 2.923375] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.928278] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.932994] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.940172] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.942455] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.948225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.951159] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 2.969653] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Nameserver information manager. Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[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 Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[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 Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] 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.761577] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [ 4.294265] cloud-init[477]: Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 19:41:42 +0000. Up 4.10 seconds. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 58.158211] cloud-init[938]: Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 19:41:44 +0000. Up 5.49 seconds. [ 58.160222] cloud-init[938]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.164143] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.168130] cloud-init[938]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.171476] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.175415] cloud-init[938]: ci-info: | ens3 | True | 192.168.120.24 | 255.255.255.0 | . | fa:16:3e:d7:3a:24 | [ 58.181333] cloud-init[938]: ci-info: | ens3 | True | fe80::f816:3eff:fed7:3a24/64 | . | link | fa:16:3e:d7:3a:24 | [ 58.183166] cloud-init[938]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.186150] cloud-init[938]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.192122] cloud-init[938]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.193998] cloud-init[938]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.197776] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.204151] cloud-init[938]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.205909] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.207630] cloud-init[938]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.213335] cloud-init[938]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 58.215078] cloud-init[938]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.220327] cloud-init[938]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.222074] cloud-init[938]: 2018-08-10 19:42:36,752 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 58.888561] cloud-init[938]: Generating public/private rsa key pair. [ 58.890170] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 58.896113] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 58.898086] cloud-init[938]: The key fingerprint is: [ 58.899375] cloud-init[938]: SHA256:K9h5Fky/j2vx6Oo76TFwzrQw3Zr2x9e9XxdhFn1lo0E root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 58.905429] cloud-init[938]: The key's randomart image is: [ 58.906794] cloud-init[938]: +---[RSA 2048]----+ [ 58.912168] cloud-init[938]: | .E o=| [ 58.913493] cloud-init[938]: | o.=| [ 58.914724] cloud-init[938]: | . . +.| [ 58.920131] cloud-init[938]: | + o o .| [ 58.921267] cloud-init[938]: | + S o . | [ 58.922666] cloud-init[938]: | o X *.. .| [ 58.924118] cloud-init[938]: | . + &..= .+| [ 58.928149] cloud-init[938]: | =o+oo+ . =| [ 58.929394] cloud-init[938]: | o=*=o.. .+| [ 58.936144] cloud-init[938]: +----[SHA256]-----+ [ 58.937530] cloud-init[938]: Generating public/private dsa key pair. [ 58.939007] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 58.944334] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 58.946161] cloud-init[938]: The key fingerprint is: [ 58.952134] cloud-init[938]: SHA256:wxmQlgEQ6JZNvFOBdDj1YIIihATbnSAj94fA8qsokv4 root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 58.954311] cloud-init[938]: The key's randomart image is: [ 58.955767] cloud-init[938]: +---[DSA 1024]----+ [ 58.960195] cloud-init[938]: |X=X==B++ | [ 58.961632] cloud-init[938]: |BB.@++*. | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target System Initialization. [ 58.967466] cloud-init[938]: |=o= O.... | Starting Socket activation for snappy daemon. [ 58.971278] cloud-init[938]: | +.+ . . o | [ 58.972664] cloud-init[938]: |. .. S | [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 58.975561] [[0;32m OK [0m] Listening on UUID daemon activation socket. [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[938]: | . . | [ 58.979595] cloud-init[938]: |.o | [ 58.980900] cloud-init[938]: |* | [ 58.982309] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Started Daily apt upgrade and clean activities.cloud-init[938]: |+..E | [ 58.989466] cloud-init[938]: +----[SHA256]-----+ [ 58.990461] cloud-init[938]: Generating public/private ecdsa key pair. [ 58.991891] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 58.993741] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 58.995510] cloud-init[938]: [[0;32m OK [0m] Reached target Timers. The key fingerprint is: Starting LXD - unix socket. [ 59.001131] cloud-init[938]: SHA256:u+MaePDR7KCYVDNbn64lD3bsac9EMltKk5w5Q3AdjRY root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target Network is Online. [ 59.006481] cloud-init[938]: The key's randomart image is: Starting iSCSI initiator daemon (iscsid)... [ 59.009605] cloud-init[938]: +---[ECDSA 256]---+ [ 59.010843] cloud-init[938]: | . ..E= | [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 59.015936] cloud-init[938]: | o + . | [ 59.017241] cloud-init[938]: | + . .. | [ 59.018462] cloud-init[938]: | . = * = | [[0;32m OK [0m] Reached target Sockets. [ 59.021583] cloud-init[938]: [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m| . o o S o | [ 59.025392] ] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started D-Bus System Message Bus.cloud-init[938]: | . o = B % | [ 59.030996] cloud-init[938]: | o o B X . | [ 59.033967] cloud-init[938]: | o Xo= | [ 59.036111] cloud-init[938]: | o+*oo | [ 59.037624] cloud-init[938]: +----[SHA256]-----+ [ 59.039221] cloud-init[938]: Generating public/private ed25519 key pair. [ 59.042409] cloud-init[938]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.044891] cloud-init[938]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.047218] cloud-init[938]: The key fingerprint is: [ 59.048858] cloud-init[938]: SHA256:4I8llv//QbZ+TEv4+INe2sShB8Vrh2CCToDleu8G7qg root@shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 [ 59.051533] cloud-init[938]: The key's randomart image is: [ 59.053310] cloud-init[938]: +--[ED25519 256]--+ [ 59.054937] cloud-init[938]: | oo | [ 59.056452] cloud-init[938]: | .. . . . | [ 59.058014] cloud-init[938]: | o o . o o | [ 59.059585] cloud-init[938]: | o = o ....| Starting /etc/rc.local Compatibility... Starting Login Service... [[0;32m OK [0m] Started Deferred execution scheduler. Starting Apply the settings specified in cloud-config...[ 59.061157] cloud-init[938]: | . * S .=+.| [ 59.070051] cloud-init[938]: | o.B +=o+| [ 59.070998] cloud-init[938]: | ...+ .BB.| [ 59.071965] cloud-init[938]: | ..... +*=o| [[0;32m OK [0m] Started Regular background program processing daemon. [ 59.075639] cloud-init Starting Pollinate to seed the pseudo random number generator... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started iperf Service. [938]: | E...... ..o+++.| [[0;32m OK [0m] Started ACPI event daemon. Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting LSB: MD monitoring daemon... Starting System Logging Service... [[0;32m OK [0m] Started iperf3 Service. Starting Accounts Service... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [ 59.139509] cloud-init[938]: +----[SHA256]-----+ Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.709808] cloud-init[1043]: Generating locales (this might take a while)... [ 60.376472] cloud-init[1043]: en_US.UTF-8... done [ 60.378415] cloud-init[1043]: 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 Permit User Sessions... Starting LSB: automatic crash report generation... Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: network benchmark... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: network benchmark. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started System Logging Service. [[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 LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started Getty on tty1. Starting Set console scheme... [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 ttyS0 shaker-vm-ce70d555-6fb6-4aac-bf3e-8dd646433904 login: 2018-08-10 19:43:06,184 - paramiko.transport - DEBUG - starting thread (client mode): 0x4c77bfd0L 2018-08-10 19:43:06,184 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 19:43:06,189 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-10 19:43:06,189 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-10 19:43:06,190 - 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-10 19:43:06,190 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 19:43:06,190 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 19:43:06,190 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 19:43:06,191 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 19:43:06,191 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 19:43:06,231 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 19:43:06,231 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 19:43:06,248 - paramiko.transport - DEBUG - Trying discovered key 18194e6160ac5bc7f51a545078139f01 in /tmp/tmpP_drs8 2018-08-10 19:43:06,267 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 19:43:06,276 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 19:43:06,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 19:43:06,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 19:43:06,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 19:43:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41d64bb2-3c4a-412c-baf3-9391b2c109dc 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 19:43:06,294 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-41d64bb2-3c4a-412c-baf3-9391b2c109dc 2018-08-10 19:43:06,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:06,438 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-10 19:43:06,438 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-10 19:43:06,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63f31131-36c3-4bb7-9840-678e8d9e1b80 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 19:43:06,494 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-63f31131-36c3-4bb7-9840-678e8d9e1b80 2018-08-10 19:43:06,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.210417985916s 2018-08-10 19:43:06,495 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-63f31131-36c3-4bb7-9840-678e8d9e1b80 2018-08-10 19:43:06,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-10 19:43:06,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:06,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d270644-83e3-418f-8fdd-144bd95740cf Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5"}, "url": "http://172.30.9.31:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4"}, "url": "http://172.30.9.31:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "09d78a8b03c745208c6b4d248e924613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "0b043b597304451c9a26a358a2ad3653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "37054d8f3c534abab774cca19cb18454"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "39c75605b15148198d15e0bec7eae13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664"}, "url": "http://172.30.9.31:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96"}, "url": "http://172.30.9.31:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d"}, "url": "http://172.30.9.31:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "5b3757321c7d4c56af84d26cc927cc46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "810e61e0819844b1ab5d4e67911d38b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "826e871703074137bf7564f526c9410f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "86955c07d0d74cdc897f604654fce087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f"}, "url": "http://172.30.9.31:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "92c851e811e042baa4a2f5292d631e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d"}, "url": "http://172.30.9.31:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "97ed0361957642b884dee4c4ded23020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4"}, "url": "http://172.30.9.31:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b96adcd9537c40c4821c71118341ba65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0"}, "url": "http://172.30.9.31:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "c1f67dd4bab548c89564606ac20e87c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01"}, "url": "http://172.30.9.31:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "c677d005ec0d48529d8677ab43da8e01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef"}, "url": "http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "c6b83e3331234983b119a2330dc49fef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "da5a888bcd5842268f7b335f16387e86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392"}, "url": "http://172.30.9.31:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "df74eacc9789494bb174567db053b392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "e631f024b00943fa81813a3f35691b7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "eb4a5427c7044b43b532388dd62a63aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f12c4d283da74b1c870b4690563b5135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb"}, "url": "http://172.30.9.31:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "f586fda38d2b44e3989355d8a10e41cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f"}, "url": "http://172.30.9.31:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "links": {"self": "http://172.30.9.31:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-10 19:43:06,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-2d270644-83e3-418f-8fdd-144bd95740cf 2018-08-10 19:43:06,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.20142698288s 2018-08-10 19:43:06,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-2d270644-83e3-418f-8fdd-144bd95740cf 2018-08-10 19:43:06,713 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.31:5000 2018-08-10 19:43:06,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:43:06,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:06,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e532905-b3aa-4860-972f-19f587883d3a Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:43:06,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-7e532905-b3aa-4860-972f-19f587883d3a 2018-08-10 19:43:06,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186793804169s 2018-08-10 19:43:06,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-7e532905-b3aa-4860-972f-19f587883d3a 2018-08-10 19:43:06,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:43:06,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:07,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e967100c-8474-4eb2-8c2b-c5e1ca919665 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:43:07,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-e967100c-8474-4eb2-8c2b-c5e1ca919665 2018-08-10 19:43:07,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196589946747s 2018-08-10 19:43:07,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-e967100c-8474-4eb2-8c2b-c5e1ca919665 2018-08-10 19:43:07,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:43:07,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:07,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a8e027d-1fb1-45fa-8cd9-07d9f4f927a4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 19:43:07,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-5a8e027d-1fb1-45fa-8cd9-07d9f4f927a4 2018-08-10 19:43:07,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203533172607s 2018-08-10 19:43:07,314 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-5a8e027d-1fb1-45fa-8cd9-07d9f4f927a4 2018-08-10 19:43:07,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:43:07,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:07,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a75d3b33-91ba-4420-8ca5-4dbb90adc9b9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": {"self": "http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63203fae51eb4e24941e9e7933b3abab", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 19:43:07,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-a75d3b33-91ba-4420-8ca5-4dbb90adc9b9 2018-08-10 19:43:07,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200320005417s 2018-08-10 19:43:07,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-a75d3b33-91ba-4420-8ca5-4dbb90adc9b9 2018-08-10 19:43:07,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 19:43:07,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:07,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9273e0b6-4fd2-4f12-8f37-f40e59390dc5 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633"}, "tags": [], "enabled": true, "id": "735a214d532d4a309ef7e7d8a7f17633", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:43:07,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-9273e0b6-4fd2-4f12-8f37-f40e59390dc5 2018-08-10 19:43:07,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196448087692s 2018-08-10 19:43:07,723 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-9273e0b6-4fd2-4f12-8f37-f40e59390dc5 2018-08-10 19:43:07,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 19:43:07,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=735a214d532d4a309ef7e7d8a7f17633" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:07,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33a8cbf2-e609-4c97-add2-8337476e3631 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=735a214d532d4a309ef7e7d8a7f17633", "previous": null, "next": null}} 2018-08-10 19:43:07,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=735a214d532d4a309ef7e7d8a7f17633 used request id req-33a8cbf2-e609-4c97-add2-8337476e3631 2018-08-10 19:43:07,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.111269950867s 2018-08-10 19:43:07,842 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=5027167615e045a6b597ac40cb744000&scope.project.id=735a214d532d4a309ef7e7d8a7f17633 used request id req-33a8cbf2-e609-4c97-add2-8337476e3631 2018-08-10 19:43:07,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 19:43:07,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/5027167615e045a6b597ac40cb744000 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:07,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:43:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cd08005-c5c3-4838-96e0-d0970405a72e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:43:07,986 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/5027167615e045a6b597ac40cb744000 used request id req-9cd08005-c5c3-4838-96e0-d0970405a72e 2018-08-10 19:43:07,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.14034318924s 2018-08-10 19:43:07,986 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/5027167615e045a6b597ac40cb744000 used request id req-9cd08005-c5c3-4838-96e0-d0970405a72e 2018-08-10 19:43:07,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:43:07,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:08,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e86fd11-313f-40fc-9cee-da7c6316ea73 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:43:08,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-8e86fd11-313f-40fc-9cee-da7c6316ea73 2018-08-10 19:43:08,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200247049332s 2018-08-10 19:43:08,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-8e86fd11-313f-40fc-9cee-da7c6316ea73 2018-08-10 19:43:08,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-10 19:43:08,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-10 19:43:08,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 19:43:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af782563-6861-4ff4-9940-c6eba51c7c05 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6807da69cf9e44bda3921481abb68eab", "links": {"self": "http://172.30.9.31:5000/v3/roles/6807da69cf9e44bda3921481abb68eab"}, "name": "heat_stack_owner"}} 2018-08-10 19:43:08,407 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/roles used request id req-af782563-6861-4ff4-9940-c6eba51c7c05 2018-08-10 19:43:08,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.212130069733s 2018-08-10 19:43:08,408 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/roles used request id req-af782563-6861-4ff4-9940-c6eba51c7c05 2018-08-10 19:43:08,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 19:43:08,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:08,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1a47bfd-c469-47e0-a2f2-d0eba97a7cbe Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6807da69cf9e44bda3921481abb68eab", "links": {"self": "http://172.30.9.31:5000/v3/roles/6807da69cf9e44bda3921481abb68eab"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 19:43:08,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-d1a47bfd-c469-47e0-a2f2-d0eba97a7cbe 2018-08-10 19:43:08,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177602052689s 2018-08-10 19:43:08,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-d1a47bfd-c469-47e0-a2f2-d0eba97a7cbe 2018-08-10 19:43:08,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 19:43:08,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:08,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e671a94c-18db-4cb4-9355-797ce6287ca9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 19:43:08,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-e671a94c-18db-4cb4-9355-797ce6287ca9 2018-08-10 19:43:08,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111057043076s 2018-08-10 19:43:08,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-e671a94c-18db-4cb4-9355-797ce6287ca9 2018-08-10 19:43:08,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 19:43:08,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:08,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da912ff2-291d-4492-ab33-4e4ac3f5600a Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": {"self": "http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63203fae51eb4e24941e9e7933b3abab", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 19:43:08,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-da912ff2-291d-4492-ab33-4e4ac3f5600a 2018-08-10 19:43:08,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198464870453s 2018-08-10 19:43:08,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-da912ff2-291d-4492-ab33-4e4ac3f5600a 2018-08-10 19:43:08,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 19:43:08,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:09,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a8d4332-0af5-4139-8512-85180d9c2b9a Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633"}, "tags": [], "enabled": true, "id": "735a214d532d4a309ef7e7d8a7f17633", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 19:43:09,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-3a8d4332-0af5-4139-8512-85180d9c2b9a 2018-08-10 19:43:09,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184507846832s 2018-08-10 19:43:09,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-3a8d4332-0af5-4139-8512-85180d9c2b9a 2018-08-10 19:43:09,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 19:43:09,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=6807da69cf9e44bda3921481abb68eab&scope.project.id=735a214d532d4a309ef7e7d8a7f17633" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:09,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 19:43:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e111828-af6f-42a3-9c40-64e83dcef503 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=6807da69cf9e44bda3921481abb68eab&scope.project.id=735a214d532d4a309ef7e7d8a7f17633", "previous": null, "next": null}} 2018-08-10 19:43:09,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=6807da69cf9e44bda3921481abb68eab&scope.project.id=735a214d532d4a309ef7e7d8a7f17633 used request id req-4e111828-af6f-42a3-9c40-64e83dcef503 2018-08-10 19:43:09,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.196059942245s 2018-08-10 19:43:09,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=63203fae51eb4e24941e9e7933b3abab&role.id=6807da69cf9e44bda3921481abb68eab&scope.project.id=735a214d532d4a309ef7e7d8a7f17633 used request id req-4e111828-af6f-42a3-9c40-64e83dcef503 2018-08-10 19:43:09,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 19:43:09,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/6807da69cf9e44bda3921481abb68eab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bb5c720159696e2c57950845182934a54f939751" 2018-08-10 19:43:09,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 19:43:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c148a0b-26ea-4039-a00d-5aa4bb0b439d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 19:43:09,555 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/6807da69cf9e44bda3921481abb68eab used request id req-8c148a0b-26ea-4039-a00d-5aa4bb0b439d 2018-08-10 19:43:09,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.246177911758s 2018-08-10 19:43:09,555 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633/users/63203fae51eb4e24941e9e7933b3abab/roles/6807da69cf9e44bda3921481abb68eab used request id req-8c148a0b-26ea-4039-a00d-5aa4bb0b439d 2018-08-10 19:43:09,556 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 19:43:09,557 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-10 19:43:09,557 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 19:43:09,559 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 19:43:09,632 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 19:43:09,633 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-10 19:43:09,634 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 19:43:09,671 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-10 19:43:09,672 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-10 19:43:09,699 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-10 20:43:09,775 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-10 20:43:09,776 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=735a214d532d4a309ef7e7d8a7f17633 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 55970 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_ce70d555-6fb6-4aac-bf3e-8dd646433904 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.7 PWD=/home/ubuntu OS_PASSWORD=9d945234-fd5c-4e66-9cce-42dffee2bb58 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.31:5000 SDN_CONTROLLER_PASSWORD=06SWZ0kyvXG2vEo5aELejkfP9 OS_USERNAME=shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.31,192.30.9.7 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 55970 192.168.120.24 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-10 19:43:10.241 1376 INFO shaker.engine.utils [-] Logging enabled 2018-08-10 19:43:10.243 1376 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-10 19:43:10.246 1376 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-10 19:43:10.254 1384 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-10 19:43:10.254 1384 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.211:9000 2018-08-10 19:43:10.254 1384 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-10 19:43:10.264 1376 INFO pykwalify.core [-] validation.valid 2018-08-10 19:43:13.833 1376 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-10 19:43:21.535 1376 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'7a8cb70b-cbaf-4088-ae94-8cad0d078dd9', u'links': [{u'href': u'http://172.30.9.31:8004/v1/735a214d532d4a309ef7e7d8a7f17633/stacks/shaker_fiptms/7a8cb70b-cbaf-4088-ae94-8cad0d078dd9', u'rel': u'self'}]} 2018-08-10 19:47:27.243 1376 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_fiptms_slave_0', 'shaker_fiptms_master_0']) 2018-08-10 19:47:31.430 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-10 19:49:02.329 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-10 19:50:32.201 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-10 19:52:02.078 1376 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-10 19:52:02.079 1376 INFO shaker.engine.server [-] Execution is done 2018-08-10 19:52:02.831 1376 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-10 20:43:09,776 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-10 20:43:09,777 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-10 20:43:09,779 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-10 20:43:09,817 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-10 20:43:09,817 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-10 20:43:09,844 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-10 20:43:09,847 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-10 20:43:09,847 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-10 20:43:09,848 - 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-10 20:43:09,976 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 20:43:09,976 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:25 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-10 20:43:09,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:43:10,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "6807da69cf9e44bda3921481abb68eab", "name": "heat_stack_owner"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "735a214d532d4a309ef7e7d8a7f17633", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/735a214d532d4a309ef7e7d8a7f17633", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "id": "63203fae51eb4e24941e9e7933b3abab"}, "audit_ids": ["mD3bXNm-TIurLAD1ZAh5Ew"], "issued_at": "2018-08-10T20:43:10.000000Z"}} 2018-08-10 20:43:10,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 20:43:10,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/8adf02c3-9c2a-4591-8dab-a78616c381af.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:12,136 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea509931-e16d-4e0b-8cd1-e3ff133d1eec Content-Length: 0 Date: Fri, 10 Aug 2018 20:43:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:43:12,137 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/8adf02c3-9c2a-4591-8dab-a78616c381af.json used request id req-ea509931-e16d-4e0b-8cd1-e3ff133d1eec 2018-08-10 20:43:12,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.73855209351s 2018-08-10 20:43:12,137 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/8adf02c3-9c2a-4591-8dab-a78616c381af.json used request id req-ea509931-e16d-4e0b-8cd1-e3ff133d1eec 2018-08-10 20:43:12,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 20:43:12,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:12,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d8257991-1c0b-4ca0-883b-84545fd09298 Date: Fri, 10 Aug 2018 20:43:12 GMT RESP BODY: {"floatingips": []} 2018-08-10 20:43:12,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-d8257991-1c0b-4ca0-883b-84545fd09298 2018-08-10 20:43:12,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.329787969589s 2018-08-10 20:43:12,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-d8257991-1c0b-4ca0-883b-84545fd09298 2018-08-10 20:43:12,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 20:43:12,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:13,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:43:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-276f98d4-464a-413f-8e70-fb1336e27e2c x-compute-request-id: req-276f98d4-464a-413f-8e70-fb1336e27e2c Content-Type: application/json 2018-08-10 20:43:13,445 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60 used request id req-276f98d4-464a-413f-8e70-fb1336e27e2c 2018-08-10 20:43:13,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.971261024475s 2018-08-10 20:43:13,445 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60 used request id req-276f98d4-464a-413f-8e70-fb1336e27e2c 2018-08-10 20:43:13,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:43:13,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:15,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43: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-64bf7877-9a11-432b-878e-f3dd493a8ed2 x-compute-request-id: req-64bf7877-9a11-432b-878e-f3dd493a8ed2 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:24", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d7:3a:24", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/fb361da4-a8d5-4a0f-9685-d46276d7aa60", "rel": "bookmark"}], "image": {"id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "links": [{"href": "http://172.30.9.31:8774/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000003e", "OS-SRV-USG:launched_at": "2018-08-10T19:41:38.000000", "flavor": {"id": "def32d3b-9926-4012-afcb-37fc50162af9", "links": [{"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "bookmark"}]}, "id": "fb361da4-a8d5-4a0f-9685-d46276d7aa60", "security_groups": [{"name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}], "user_id": "63203fae51eb4e24941e9e7933b3abab", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T20:43:13Z", "hostId": "aa1bd5cb424e0849463af1b8888e21bfd3120ca2459f2d0500b891e0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_ce70d555-6fb6-4aac-bf3e-8dd646433904", "created": "2018-08-10T19:38:14Z", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:43:15,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-64bf7877-9a11-432b-878e-f3dd493a8ed2 2018-08-10 20:43:15,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.65426111221s 2018-08-10 20:43:15,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-64bf7877-9a11-432b-878e-f3dd493a8ed2 2018-08-10 20:43:15,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:43:17,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:43:17,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:17,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1588ef24-36e2-40ca-81d4-78130ca1e811 x-compute-request-id: req-1588ef24-36e2-40ca-81d4-78130ca1e811 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 20:43:17,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1588ef24-36e2-40ca-81d4-78130ca1e811 2018-08-10 20:43:17,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0761160850525s 2018-08-10 20:43:17,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1588ef24-36e2-40ca-81d4-78130ca1e811 2018-08-10 20:43:17,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:43:17,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:17,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46026 X-Openstack-Request-Id: req-6136fab8-29fa-4faf-9a97-d2f1c0378997 Date: Fri, 10 Aug 2018 20:43:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "459f7304594d4a5e9118bb598cbaa6f6", "created_at": "2018-08-10T18:53:10Z", "updated_at": "2018-08-10T18:53:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:10Z", "revision_number": 0, "id": "003ae6a5-8189-472c-91ee-6330fef3aa4a", "remote_group_id": "023563ac-5716-4af8-8800-89a41cce8f93", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:10Z", "security_group_id": "023563ac-5716-4af8-8800-89a41cce8f93", "tenant_id": "459f7304594d4a5e9118bb598cbaa6f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "459f7304594d4a5e9118bb598cbaa6f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:10Z", "revision_number": 0, "id": "153667c0-2421-4e2c-b046-e3a77a15c657", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:10Z", "security_group_id": "023563ac-5716-4af8-8800-89a41cce8f93", "tenant_id": "459f7304594d4a5e9118bb598cbaa6f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "459f7304594d4a5e9118bb598cbaa6f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:10Z", "revision_number": 0, "id": "b5a21e8a-beb8-4451-85c4-60842b2ebb39", "remote_group_id": "023563ac-5716-4af8-8800-89a41cce8f93", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:10Z", "security_group_id": "023563ac-5716-4af8-8800-89a41cce8f93", "tenant_id": "459f7304594d4a5e9118bb598cbaa6f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "459f7304594d4a5e9118bb598cbaa6f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:10Z", "revision_number": 0, "id": "e4428d8d-ece5-46a1-8f12-a65cef61d8d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:10Z", "security_group_id": "023563ac-5716-4af8-8800-89a41cce8f93", "tenant_id": "459f7304594d4a5e9118bb598cbaa6f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "459f7304594d4a5e9118bb598cbaa6f6"}], "revision_number": 1, "project_id": "459f7304594d4a5e9118bb598cbaa6f6", "id": "023563ac-5716-4af8-8800-89a41cce8f93", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:37:45Z", "updated_at": "2018-08-10T19:37:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "3a82c962-e3c3-44e2-a965-4c7371f16279", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "96e235b0-3c77-483d-9429-1c7a814de473", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "a9acbe07-a0d6-4820-9f47-c7496a80d4c7", "remote_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:45Z", "revision_number": 0, "id": "ae285a8a-a5ef-4ddb-8433-c72edeaf9ed8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:45Z", "security_group_id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 1, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "0a7ff014-4e31-4802-aed0-225937c8ad2e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b4e2e747a9f44d79a547815067990bab", "created_at": "2018-08-10T18:42:03Z", "updated_at": "2018-08-10T18:42:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "56429eb4-bc7d-4b52-a6eb-8b2c29a16bfb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "7328b2b0-4d1c-4fa3-8a96-4fea1afb5a1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "b2fd5fd4-8140-430c-b820-cecc8c79cab6", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4e2e747a9f44d79a547815067990bab"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:42:03Z", "revision_number": 0, "id": "ca51363d-34d9-4045-935b-294b29fc1f6f", "remote_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "remote_ip_prefix": null, "created_at": "2018-08-10T18:42:03Z", "security_group_id": "11e80aac-ba28-4a19-8501-198544de56a8", "tenant_id": "b4e2e747a9f44d79a547815067990bab", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4e2e747a9f44d79a547815067990bab"}], "revision_number": 1, "project_id": "b4e2e747a9f44d79a547815067990bab", "id": "11e80aac-ba28-4a19-8501-198544de56a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "created_at": "2018-08-10T18:36:09Z", "updated_at": "2018-08-10T18:36:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "14a6554d-6247-4515-92e2-ea47ac4a363a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "70053910-ca72-4a42-b3a4-13073fde0269", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "d47ee3ff-4743-4990-9d96-c80c0392c943", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:36:09Z", "revision_number": 0, "id": "ebfdbada-cfa4-4f00-a9dd-1d40fd02a435", "remote_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "remote_ip_prefix": null, "created_at": "2018-08-10T18:36:09Z", "security_group_id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "tenant_id": "2aa3647d4cd24521a6197d56fd5414fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "2aa3647d4cd24521a6197d56fd5414fb"}], "revision_number": 1, "project_id": "2aa3647d4cd24521a6197d56fd5414fb", "id": "14a7f1fa-e084-49ed-890e-e5734a43507e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bcb177ce52094a1eb37e2a8ece9e2cb9", "created_at": "2018-08-10T18:52:42Z", "updated_at": "2018-08-10T18:52:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:42Z", "revision_number": 0, "id": "2cbc7bc2-8ce6-48a6-a046-f533091f4c74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:42Z", "security_group_id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "tenant_id": "bcb177ce52094a1eb37e2a8ece9e2cb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcb177ce52094a1eb37e2a8ece9e2cb9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:42Z", "revision_number": 0, "id": "4bfc159e-c0eb-46a1-b615-5c99d6b8b1e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:42Z", "security_group_id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "tenant_id": "bcb177ce52094a1eb37e2a8ece9e2cb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcb177ce52094a1eb37e2a8ece9e2cb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:42Z", "revision_number": 0, "id": "91d2a1e3-a9df-4677-b8aa-c7be44ee9624", "remote_group_id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:42Z", "security_group_id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "tenant_id": "bcb177ce52094a1eb37e2a8ece9e2cb9", "port_range_min": null, "ethertype": "IPv4", "project_id": "bcb177ce52094a1eb37e2a8ece9e2cb9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:42Z", "revision_number": 0, "id": "f83d1f6a-9e11-4b1c-99c6-257accb50a4f", "remote_group_id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:42Z", "security_group_id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "tenant_id": "bcb177ce52094a1eb37e2a8ece9e2cb9", "port_range_min": null, "ethertype": "IPv6", "project_id": "bcb177ce52094a1eb37e2a8ece9e2cb9"}], "revision_number": 1, "project_id": "bcb177ce52094a1eb37e2a8ece9e2cb9", "id": "1a17fe21-0b61-41cf-ab06-573b171aee93", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "created_at": "2018-08-10T18:37:00Z", "updated_at": "2018-08-10T18:37:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "4bc9dabb-63f2-4973-a4ce-83a001fa5a3a", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "56594e9c-625a-428a-812e-18bca0fa356f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "82c09940-0583-48b2-9642-c168cf422d05", "remote_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv4", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:37:00Z", "revision_number": 0, "id": "e56e957f-2793-4c2a-8f2e-bebc949de7b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:37:00Z", "security_group_id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "tenant_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "port_range_min": null, "ethertype": "IPv6", "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f"}], "revision_number": 1, "project_id": "75cdca74e1ee4ddcaf07d5608ffaf59f", "id": "20c6d3f7-f04c-48f1-b6b9-6b43aa59a6d9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bf737313f3954553824cf5d0a650a16b", "created_at": "2018-08-10T18:40:59Z", "updated_at": "2018-08-10T18:40:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:40:59Z", "revision_number": 0, "id": "021b358d-4d3d-4db6-964b-8b9170ad7ec6", "remote_group_id": "25d716ba-a945-482d-a6b9-a40496d93eda", "remote_ip_prefix": null, "created_at": "2018-08-10T18:40:59Z", "security_group_id": "25d716ba-a945-482d-a6b9-a40496d93eda", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf737313f3954553824cf5d0a650a16b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:40:59Z", "revision_number": 0, "id": "0589f190-a5ae-4de3-aa7b-e9b6270d74a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:40:59Z", "security_group_id": "25d716ba-a945-482d-a6b9-a40496d93eda", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "port_range_min": null, "ethertype": "IPv6", "project_id": "bf737313f3954553824cf5d0a650a16b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:40:59Z", "revision_number": 0, "id": "6b7b8d08-053c-4556-9550-f4551fcf9192", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:40:59Z", "security_group_id": "25d716ba-a945-482d-a6b9-a40496d93eda", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf737313f3954553824cf5d0a650a16b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:40:59Z", "revision_number": 0, "id": "8c31c1a1-db78-4213-969d-5c4b22f6a18f", "remote_group_id": "25d716ba-a945-482d-a6b9-a40496d93eda", "remote_ip_prefix": null, "created_at": "2018-08-10T18:40:59Z", "security_group_id": "25d716ba-a945-482d-a6b9-a40496d93eda", "tenant_id": "bf737313f3954553824cf5d0a650a16b", "port_range_min": null, "ethertype": "IPv4", "project_id": "bf737313f3954553824cf5d0a650a16b"}], "revision_number": 1, "project_id": "bf737313f3954553824cf5d0a650a16b", "id": "25d716ba-a945-482d-a6b9-a40496d93eda", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:38:07Z", "updated_at": "2018-08-10T19:38:08Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:08Z", "revision_number": 0, "id": "48a794ce-876f-4432-beb4-ed4ff5729677", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:08Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "67f00e46-1673-4315-9e3e-e76cae033735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv6", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "73046c7f-5c50-4720-94ed-d8be14813593", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": null, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T19:38:07Z", "revision_number": 0, "id": "90fb3d1b-6482-4f1a-ba60-afc9bd670075", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:07Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": 22, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-10T19:38:08Z", "revision_number": 0, "id": "98f245d3-857c-45bc-9528-64f823e930a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:38:08Z", "security_group_id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "735a214d532d4a309ef7e7d8a7f17633"}], "revision_number": 4, "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c", "name": "shaker-sg_ce70d555-6fb6-4aac-bf3e-8dd646433904"}, {"description": "Default security group", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T18:35:44Z", "updated_at": "2018-08-10T18:35:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "74e1180a-94c0-42c6-bb1b-6f9d1a08757b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "ab6c0a82-0bf3-4abc-a8d2-1b83c0fd6d10", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "c59bf46d-ef4e-4f24-b0ad-c84f31473061", "remote_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:44Z", "revision_number": 0, "id": "e771949b-87a0-4c9f-838a-02a11249a033", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:44Z", "security_group_id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6"}], "revision_number": 1, "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "59a880f4-a45f-4d41-8580-9a8a6817c310", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bdd5ce5c5fca437b880487dece1f2f4d", "created_at": "2018-08-10T18:52:59Z", "updated_at": "2018-08-10T18:52:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:59Z", "revision_number": 0, "id": "61fe637c-0136-4978-8dd1-164868e45b3d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:59Z", "security_group_id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "tenant_id": "bdd5ce5c5fca437b880487dece1f2f4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdd5ce5c5fca437b880487dece1f2f4d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:59Z", "revision_number": 0, "id": "745689a9-d05f-4754-9dc5-722750f8f227", "remote_group_id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:59Z", "security_group_id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "tenant_id": "bdd5ce5c5fca437b880487dece1f2f4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdd5ce5c5fca437b880487dece1f2f4d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:59Z", "revision_number": 0, "id": "7c0a2b3d-8b45-44f7-9859-1355dd10ffe8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:59Z", "security_group_id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "tenant_id": "bdd5ce5c5fca437b880487dece1f2f4d", "port_range_min": null, "ethertype": "IPv6", "project_id": "bdd5ce5c5fca437b880487dece1f2f4d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:52:59Z", "revision_number": 0, "id": "918b930b-cf58-4b3e-b95e-f8086e7155bf", "remote_group_id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "remote_ip_prefix": null, "created_at": "2018-08-10T18:52:59Z", "security_group_id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "tenant_id": "bdd5ce5c5fca437b880487dece1f2f4d", "port_range_min": null, "ethertype": "IPv4", "project_id": "bdd5ce5c5fca437b880487dece1f2f4d"}], "revision_number": 1, "project_id": "bdd5ce5c5fca437b880487dece1f2f4d", "id": "660e934a-b58b-4ddf-9ad8-c3cb2ea76183", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "619aa196bc7b4670a582e97e4780757c", "created_at": "2018-08-10T18:39:45Z", "updated_at": "2018-08-10T18:39:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "043193cd-a056-4aad-8dab-93ad90ad97ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "67633840-1c8b-4bdf-ac20-2ac3b2c72546", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "d5f7ccc0-175c-4e22-bb29-183ba0fe322e", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv6", "project_id": "619aa196bc7b4670a582e97e4780757c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:39:45Z", "revision_number": 0, "id": "ee352dc1-1333-4a12-846a-662b00eaf8d5", "remote_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "remote_ip_prefix": null, "created_at": "2018-08-10T18:39:45Z", "security_group_id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "tenant_id": "619aa196bc7b4670a582e97e4780757c", "port_range_min": null, "ethertype": "IPv4", "project_id": "619aa196bc7b4670a582e97e4780757c"}], "revision_number": 1, "project_id": "619aa196bc7b4670a582e97e4780757c", "id": "692a30d3-b305-4754-8ab0-a668d02b9b5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "adf0f1834e0f45d9a2c302aad9381ae8", "created_at": "2018-08-10T18:53:15Z", "updated_at": "2018-08-10T18:53:15Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:15Z", "revision_number": 0, "id": "64d44b94-80ea-4d23-a8e8-40442f98c2ea", "remote_group_id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:15Z", "security_group_id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "tenant_id": "adf0f1834e0f45d9a2c302aad9381ae8", "port_range_min": null, "ethertype": "IPv4", "project_id": "adf0f1834e0f45d9a2c302aad9381ae8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:15Z", "revision_number": 0, "id": "a534acbe-ab0a-4c53-8072-2eb39402d4c5", "remote_group_id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:15Z", "security_group_id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "tenant_id": "adf0f1834e0f45d9a2c302aad9381ae8", "port_range_min": null, "ethertype": "IPv6", "project_id": "adf0f1834e0f45d9a2c302aad9381ae8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:15Z", "revision_number": 0, "id": "ae2ed599-1c59-4edb-b10f-d285a9bbd6eb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:15Z", "security_group_id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "tenant_id": "adf0f1834e0f45d9a2c302aad9381ae8", "port_range_min": null, "ethertype": "IPv6", "project_id": "adf0f1834e0f45d9a2c302aad9381ae8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:15Z", "revision_number": 0, "id": "b7c48ef2-3e95-4438-88d9-2508dfff31cc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:15Z", "security_group_id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "tenant_id": "adf0f1834e0f45d9a2c302aad9381ae8", "port_range_min": null, "ethertype": "IPv4", "project_id": "adf0f1834e0f45d9a2c302aad9381ae8"}], "revision_number": 1, "project_id": "adf0f1834e0f45d9a2c302aad9381ae8", "id": "8a40d1ff-3e1c-48c9-aeba-4db68abd3a5a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "created_at": "2018-08-10T19:37:02Z", "updated_at": "2018-08-10T19:37:02Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:02Z", "revision_number": 0, "id": "515a7dcc-01fb-4c4e-8c1b-c0fd8ccf2537", "remote_group_id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:02Z", "security_group_id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "port_range_min": null, "ethertype": "IPv6", "project_id": "58e3a8e43fb647fcae44edfe8b59b029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:02Z", "revision_number": 0, "id": "83348c3a-63a4-478c-83bc-f2b513e8aee1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:02Z", "security_group_id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "port_range_min": null, "ethertype": "IPv4", "project_id": "58e3a8e43fb647fcae44edfe8b59b029"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:02Z", "revision_number": 0, "id": "a7cea1bf-4a69-416d-9220-d56325359b6e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:02Z", "security_group_id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "port_range_min": null, "ethertype": "IPv6", "project_id": "58e3a8e43fb647fcae44edfe8b59b029"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T19:37:02Z", "revision_number": 0, "id": "de48dc90-46fb-46cc-96b1-904256463bb9", "remote_group_id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "remote_ip_prefix": null, "created_at": "2018-08-10T19:37:02Z", "security_group_id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "tenant_id": "58e3a8e43fb647fcae44edfe8b59b029", "port_range_min": null, "ethertype": "IPv4", "project_id": "58e3a8e43fb647fcae44edfe8b59b029"}], "revision_number": 1, "project_id": "58e3a8e43fb647fcae44edfe8b59b029", "id": "afa2f452-ea47-42d8-8dcb-25ef552f53d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a4c11beacc364c0da3fc55674c8c85f2", "created_at": "2018-08-10T18:53:14Z", "updated_at": "2018-08-10T18:53:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:14Z", "revision_number": 0, "id": "9bfbbd12-e64c-4597-bf6c-dea0cbea3e20", "remote_group_id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:14Z", "security_group_id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "tenant_id": "a4c11beacc364c0da3fc55674c8c85f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a4c11beacc364c0da3fc55674c8c85f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:14Z", "revision_number": 0, "id": "b280fcb1-3ba9-4942-b544-71c56aeb9463", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:14Z", "security_group_id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "tenant_id": "a4c11beacc364c0da3fc55674c8c85f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a4c11beacc364c0da3fc55674c8c85f2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:14Z", "revision_number": 0, "id": "dbdf9f77-6d47-400f-ae6a-7f7e487d2321", "remote_group_id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:14Z", "security_group_id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "tenant_id": "a4c11beacc364c0da3fc55674c8c85f2", "port_range_min": null, "ethertype": "IPv4", "project_id": "a4c11beacc364c0da3fc55674c8c85f2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:14Z", "revision_number": 0, "id": "f0d159d1-a46b-4094-b6d6-980fc26b95c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:14Z", "security_group_id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "tenant_id": "a4c11beacc364c0da3fc55674c8c85f2", "port_range_min": null, "ethertype": "IPv6", "project_id": "a4c11beacc364c0da3fc55674c8c85f2"}], "revision_number": 1, "project_id": "a4c11beacc364c0da3fc55674c8c85f2", "id": "b8891a80-1aea-4914-8115-6fb762b6e5a5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-10T18:35:47Z", "updated_at": "2018-08-10T18:35:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "29595c87-bfff-454f-8dbc-2aa675f3b41f", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:35:47Z", "revision_number": 0, "id": "63637bb4-6fcc-490e-a687-8ada59c0cc80", "remote_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "91824256-bd8f-488c-bb49-d4413c1ff18b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "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-10T18:35:47Z", "revision_number": 0, "id": "e29509a3-87d6-4ac2-98a6-3a25898fe2df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:35:47Z", "security_group_id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bf2714de-9c3a-4c86-b1b5-932ebe0156d7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "created_at": "2018-08-10T18:32:08Z", "updated_at": "2018-08-10T18:32:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "8db8440e-6d4d-4c19-af5e-ed4a38a95b90", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "c58694b0-c141-4144-9a3e-a11d1867b51a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "df34679a-f3a1-4c54-9a58-5ce3b1956b58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:32:08Z", "revision_number": 0, "id": "e0f91de2-b638-425d-aa44-ce0b2fe084c1", "remote_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "remote_ip_prefix": null, "created_at": "2018-08-10T18:32:08Z", "security_group_id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "tenant_id": "3c8b33adff4046d19594c388d2eae0f8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c8b33adff4046d19594c388d2eae0f8"}], "revision_number": 1, "project_id": "3c8b33adff4046d19594c388d2eae0f8", "id": "c6e7330d-bbef-4253-95eb-2af3169ac4f6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a59d725e57eb41cb92708d4b9b5af3d8", "created_at": "2018-08-10T18:53:01Z", "updated_at": "2018-08-10T18:53:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:01Z", "revision_number": 0, "id": "231d30f9-163f-4d19-a15f-c25b97663942", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:01Z", "security_group_id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "tenant_id": "a59d725e57eb41cb92708d4b9b5af3d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a59d725e57eb41cb92708d4b9b5af3d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:01Z", "revision_number": 0, "id": "2e5b2662-a55e-43da-8796-210e1fb7f04b", "remote_group_id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:01Z", "security_group_id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "tenant_id": "a59d725e57eb41cb92708d4b9b5af3d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a59d725e57eb41cb92708d4b9b5af3d8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:01Z", "revision_number": 0, "id": "6087ac5c-9707-4351-aab0-81e12798f858", "remote_group_id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:01Z", "security_group_id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "tenant_id": "a59d725e57eb41cb92708d4b9b5af3d8", "port_range_min": null, "ethertype": "IPv6", "project_id": "a59d725e57eb41cb92708d4b9b5af3d8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:01Z", "revision_number": 0, "id": "6b4e8b12-7879-4de4-a16a-bae795481409", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:01Z", "security_group_id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "tenant_id": "a59d725e57eb41cb92708d4b9b5af3d8", "port_range_min": null, "ethertype": "IPv4", "project_id": "a59d725e57eb41cb92708d4b9b5af3d8"}], "revision_number": 1, "project_id": "a59d725e57eb41cb92708d4b9b5af3d8", "id": "db3d40fa-d117-4294-b5d9-b233b8914e2c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7197c98a46954e91b1e608fb456dd28f", "created_at": "2018-08-10T18:53:12Z", "updated_at": "2018-08-10T18:53:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:12Z", "revision_number": 0, "id": "04e12233-138e-4d40-8e88-f5688a5de486", "remote_group_id": "e24db349-4b66-4879-932a-570a7b4d1f30", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:12Z", "security_group_id": "e24db349-4b66-4879-932a-570a7b4d1f30", "tenant_id": "7197c98a46954e91b1e608fb456dd28f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7197c98a46954e91b1e608fb456dd28f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:13Z", "revision_number": 0, "id": "71cfb003-06f6-41a5-a23e-73596dd7cdd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:13Z", "security_group_id": "e24db349-4b66-4879-932a-570a7b4d1f30", "tenant_id": "7197c98a46954e91b1e608fb456dd28f", "port_range_min": null, "ethertype": "IPv4", "project_id": "7197c98a46954e91b1e608fb456dd28f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:13Z", "revision_number": 0, "id": "ccde8a84-e751-4e79-9eea-f95ff0201276", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:13Z", "security_group_id": "e24db349-4b66-4879-932a-570a7b4d1f30", "tenant_id": "7197c98a46954e91b1e608fb456dd28f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7197c98a46954e91b1e608fb456dd28f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:53:13Z", "revision_number": 0, "id": "e4f6e05a-847a-4f4d-a934-7f8c013db611", "remote_group_id": "e24db349-4b66-4879-932a-570a7b4d1f30", "remote_ip_prefix": null, "created_at": "2018-08-10T18:53:13Z", "security_group_id": "e24db349-4b66-4879-932a-570a7b4d1f30", "tenant_id": "7197c98a46954e91b1e608fb456dd28f", "port_range_min": null, "ethertype": "IPv6", "project_id": "7197c98a46954e91b1e608fb456dd28f"}], "revision_number": 1, "project_id": "7197c98a46954e91b1e608fb456dd28f", "id": "e24db349-4b66-4879-932a-570a7b4d1f30", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "created_at": "2018-08-10T18:38:28Z", "updated_at": "2018-08-10T18:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "0e2aa767-6633-40b4-b42d-db7d433eec98", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "25c2e9f1-4140-489e-bfff-39532adf5f25", "remote_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "40a25f1c-c4d9-4058-b64a-86543b550d93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T18:38:28Z", "revision_number": 0, "id": "dbb47496-40e6-4758-9066-315fe24f2024", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T18:38:28Z", "security_group_id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "tenant_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b"}], "revision_number": 1, "project_id": "a1c23ef6ee8a49aba03505ee178e1c8b", "id": "e8f3ba31-802a-4fb4-a448-6b79bd5e7eb3", "name": "default"}]} 2018-08-10 20:43:17,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-6136fab8-29fa-4faf-9a97-d2f1c0378997 2018-08-10 20:43:17,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.373852968216s 2018-08-10 20:43:17,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-6136fab8-29fa-4faf-9a97-d2f1c0378997 2018-08-10 20:43:17,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 20:43:17,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:17,720 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9cbf11c2-2fec-4f8e-911a-68a0f401a365 Content-Length: 0 Date: Fri, 10 Aug 2018 20:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:43:17,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c.json used request id req-9cbf11c2-2fec-4f8e-911a-68a0f401a365 2018-08-10 20:43:17,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.153683900833s 2018-08-10 20:43:17,720 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/2c6ef21e-252a-43ef-b4e8-f0c1d1682e8c.json used request id req-9cbf11c2-2fec-4f8e-911a-68a0f401a365 2018-08-10 20:43:17,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 20:43:17,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:17,787 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a8fc5a9a-aa21-4f52-b915-3f43d819a31a x-compute-request-id: req-a8fc5a9a-aa21-4f52-b915-3f43d819a31a Content-Length: 0 Content-Type: application/json 2018-08-10 20:43:17,787 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904 used request id req-a8fc5a9a-aa21-4f52-b915-3f43d819a31a 2018-08-10 20:43:17,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0666959285736s 2018-08-10 20:43:17,788 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/shaker-kp_ce70d555-6fb6-4aac-bf3e-8dd646433904 used request id req-a8fc5a9a-aa21-4f52-b915-3f43d819a31a 2018-08-10 20:43:17,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 20:43:17,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162/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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" -d '{"subnet_id": "375a22b7-98a6-45df-a28e-9175eb2e34c4"}' 2018-08-10 20:43:19,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef634c54-bfbb-416b-908a-12b49cd0cc80 Date: Fri, 10 Aug 2018 20:43:19 GMT RESP BODY: {"network_id": "3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8", "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "subnet_id": "375a22b7-98a6-45df-a28e-9175eb2e34c4", "subnet_ids": ["375a22b7-98a6-45df-a28e-9175eb2e34c4"], "port_id": "05e02c44-31a9-4ae6-85a8-4e2779ca531a", "id": "23959768-d078-4506-b8d6-39967f0ae162"} 2018-08-10 20:43:19,732 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162/remove_router_interface.json used request id req-ef634c54-bfbb-416b-908a-12b49cd0cc80 2018-08-10 20:43:19,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.94370889664s 2018-08-10 20:43:19,732 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162/remove_router_interface.json used request id req-ef634c54-bfbb-416b-908a-12b49cd0cc80 returning object 23959768-d078-4506-b8d6-39967f0ae162 2018-08-10 20:43:19,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 20:43:19,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:20,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-26d238ec-ae4d-4a08-bafe-cf2ac8bf20f6 Date: Fri, 10 Aug 2018 20:43:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "735a214d532d4a309ef7e7d8a7f17633", "created_at": "2018-08-10T19:37:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T20:43:18Z", "revision_number": 4, "routes": [], "project_id": "735a214d532d4a309ef7e7d8a7f17633", "id": "23959768-d078-4506-b8d6-39967f0ae162", "name": "shaker-router_ce70d555-6fb6-4aac-bf3e-8dd646433904"}]} 2018-08-10 20:43:20,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-26d238ec-ae4d-4a08-bafe-cf2ac8bf20f6 2018-08-10 20:43:20,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.80313706398s 2018-08-10 20:43:20,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-26d238ec-ae4d-4a08-bafe-cf2ac8bf20f6 2018-08-10 20:43:20,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 20:43:20,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:22,850 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3cd459a5-5ce8-4c8a-9ec5-a56574da6a26 Content-Length: 0 Date: Fri, 10 Aug 2018 20:43:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:43:22,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162.json used request id req-3cd459a5-5ce8-4c8a-9ec5-a56574da6a26 2018-08-10 20:43:22,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.31205892563s 2018-08-10 20:43:22,850 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/23959768-d078-4506-b8d6-39967f0ae162.json used request id req-3cd459a5-5ce8-4c8a-9ec5-a56574da6a26 2018-08-10 20:43:22,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 20:43:22,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:22,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-5c7ebac4-7142-400f-8b05-ad4eaa885d22 Date: Fri, 10 Aug 2018 20:43:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T19:37:46Z","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":"735a214d532d4a309ef7e7d8a7f17633","id":"375a22b7-98a6-45df-a28e-9175eb2e34c4","subnetpool_id":null,"name":"shaker-subnet_ce70d555-6fb6-4aac-bf3e-8dd646433904"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 20:43:22,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-5c7ebac4-7142-400f-8b05-ad4eaa885d22 2018-08-10 20:43:22,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0404031276703s 2018-08-10 20:43:22,892 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-5c7ebac4-7142-400f-8b05-ad4eaa885d22 2018-08-10 20:43:22,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 20:43:22,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/375a22b7-98a6-45df-a28e-9175eb2e34c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:25,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9216292f-ff68-4062-81c2-072670bd8639 Date: Fri, 10 Aug 2018 20:43:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:43:25,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/375a22b7-98a6-45df-a28e-9175eb2e34c4.json used request id req-9216292f-ff68-4062-81c2-072670bd8639 2018-08-10 20:43:25,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.5739569664s 2018-08-10 20:43:25,467 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/375a22b7-98a6-45df-a28e-9175eb2e34c4.json used request id req-9216292f-ff68-4062-81c2-072670bd8639 2018-08-10 20:43:25,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:43:25,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:25,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-522a0117-aa77-442b-9c9d-89ced6a40771 Date: Fri, 10 Aug 2018 20:43:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"735a214d532d4a309ef7e7d8a7f17633","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T20:43:25Z","provider:segmentation_id":26,"name":"shaker-net_ce70d555-6fb6-4aac-bf3e-8dd646433904","admin_state_up":true,"tenant_id":"735a214d532d4a309ef7e7d8a7f17633","created_at":"2018-08-10T19:37:45Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:43:25,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-522a0117-aa77-442b-9c9d-89ced6a40771 2018-08-10 20:43:25,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0870170593262s 2018-08-10 20:43:25,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-522a0117-aa77-442b-9c9d-89ced6a40771 2018-08-10 20:43:25,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 20:43:25,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:27,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18cf79b4-5289-42f5-bab4-8b852223f9e7 Date: Fri, 10 Aug 2018 20:43:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:43:27,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8.json used request id req-18cf79b4-5289-42f5-bab4-8b852223f9e7 2018-08-10 20:43:27,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.21049213409s 2018-08-10 20:43:27,767 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/3c11bd2c-8cce-4264-ac1d-c8d6ec1391e8.json used request id req-18cf79b4-5289-42f5-bab4-8b852223f9e7 2018-08-10 20:43:27,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:43:27,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:28,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-7d2a30a8-446c-4989-bfe9-8385bae121f2 Date: Fri, 10 Aug 2018 20:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T19:38:05Z", "file": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/file", "owner": "735a214d532d4a309ef7e7d8a7f17633", "id": "c9ecfcef-3c71-4f30-a547-1b8662582e2e", "size": 666173440, "self": "/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ce70d555-6fb6-4aac-bf3e-8dd646433904", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-10T19:37:55Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:43:28,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-7d2a30a8-446c-4989-bfe9-8385bae121f2 2018-08-10 20:43:28,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.713512182236s 2018-08-10 20:43:28,485 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-7d2a30a8-446c-4989-bfe9-8385bae121f2 2018-08-10 20:43:28,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 20:43:28,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49c77c772a3a38ac369552d6d8734b35e6e26f5b" 2018-08-10 20:43:29,566 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-388bc27d-c87e-4275-aa9d-b56fbeeb24eb Date: Fri, 10 Aug 2018 20:43:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 20:43:29,567 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e used request id req-388bc27d-c87e-4275-aa9d-b56fbeeb24eb 2018-08-10 20:43:29,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.079611063s 2018-08-10 20:43:29,567 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/c9ecfcef-3c71-4f30-a547-1b8662582e2e used request id req-388bc27d-c87e-4275-aa9d-b56fbeeb24eb 2018-08-10 20:43:29,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 20:43:29,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:43:29,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:43:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["CX8tOym9RZy8lzV50YCA1w"], "issued_at": "2018-08-10T20:43:29.000000Z"}} 2018-08-10 20:43:29,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:30,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43: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-1ff6948c-f4e4-4968-b9b3-28f11cad0184 x-compute-request-id: req-1ff6948c-f4e4-4968-b9b3-28f11cad0184 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/def32d3b-9926-4012-afcb-37fc50162af9", "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": "def32d3b-9926-4012-afcb-37fc50162af9"}]} 2018-08-10 20:43:30,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-1ff6948c-f4e4-4968-b9b3-28f11cad0184 2018-08-10 20:43:30,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.10055208206s 2018-08-10 20:43:30,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-1ff6948c-f4e4-4968-b9b3-28f11cad0184 2018-08-10 20:43:30,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 20:43:30,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:30,708 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c73f5838-a24c-45df-b126-1c4bbe1488da x-compute-request-id: req-c73f5838-a24c-45df-b126-1c4bbe1488da Content-Length: 0 Content-Type: application/json 2018-08-10 20:43:30,708 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9 used request id req-c73f5838-a24c-45df-b126-1c4bbe1488da 2018-08-10 20:43:30,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0381479263306s 2018-08-10 20:43:30,708 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/def32d3b-9926-4012-afcb-37fc50162af9 used request id req-c73f5838-a24c-45df-b126-1c4bbe1488da 2018-08-10 20:43:30,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 20:43:30,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:30,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817cf1ed-7c79-4674-add2-583ff69a45b1 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": {"self": "http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63203fae51eb4e24941e9e7933b3abab", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 20:43:30,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-817cf1ed-7c79-4674-add2-583ff69a45b1 2018-08-10 20:43:30,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222561120987s 2018-08-10 20:43:30,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-817cf1ed-7c79-4674-add2-583ff69a45b1 2018-08-10 20:43:30,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 20:43:30,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:31,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc110f0d-dfc2-4117-88a6-90eb0918c3ed Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_ce70d555-6fb6-4aac-bf3e-8dd646433904", "links": {"self": "http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "63203fae51eb4e24941e9e7933b3abab", "description": null}} 2018-08-10 20:43:31,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab used request id req-fc110f0d-dfc2-4117-88a6-90eb0918c3ed 2018-08-10 20:43:31,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209585189819s 2018-08-10 20:43:31,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab used request id req-fc110f0d-dfc2-4117-88a6-90eb0918c3ed 2018-08-10 20:43:31,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 20:43:31,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:31,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2184d3e-bdb6-4209-83ab-9d42b5af7b57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:43:31,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab used request id req-b2184d3e-bdb6-4209-83ab-9d42b5af7b57 2018-08-10 20:43:31,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.443261146545s 2018-08-10 20:43:31,591 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/63203fae51eb4e24941e9e7933b3abab used request id req-b2184d3e-bdb6-4209-83ab-9d42b5af7b57 2018-08-10 20:43:31,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 20:43:31,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:31,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bef0fb9e-7f15-4e3e-b04a-0e351e5c880d Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633"}, "tags": [], "enabled": true, "id": "735a214d532d4a309ef7e7d8a7f17633", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ce70d555-6fb6-4aac-bf3e-8dd646433904"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 20:43:31,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-bef0fb9e-7f15-4e3e-b04a-0e351e5c880d 2018-08-10 20:43:31,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.30264210701s 2018-08-10 20:43:31,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-bef0fb9e-7f15-4e3e-b04a-0e351e5c880d 2018-08-10 20:43:31,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 20:43:31,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:32,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fad5359b-f87d-4880-aa46-c839e62ffe1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:43:32,187 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633 used request id req-fad5359b-f87d-4880-aa46-c839e62ffe1e 2018-08-10 20:43:32,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.28156709671s 2018-08-10 20:43:32,187 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/735a214d532d4a309ef7e7d8a7f17633 used request id req-fad5359b-f87d-4880-aa46-c839e62ffe1e 2018-08-10 20:43:32,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:43:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:32,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914550ff-e81c-4efa-9471-64a870c2266c Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6807da69cf9e44bda3921481abb68eab", "links": {"self": "http://172.30.9.31:5000/v3/roles/6807da69cf9e44bda3921481abb68eab"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:43:32,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-914550ff-e81c-4efa-9471-64a870c2266c 2018-08-10 20:43:32,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190823078156s 2018-08-10 20:43:32,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-914550ff-e81c-4efa-9471-64a870c2266c 2018-08-10 20:43:32,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-10 20:43:32,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/roles/6807da69cf9e44bda3921481abb68eab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9cb8a65c951c9a6be3bdc534e92c0dc4e1e23ffe" 2018-08-10 20:43:32,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1b8d8dd-74e2-4094-90a0-0877ccf91fdb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:43:32,631 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/roles/6807da69cf9e44bda3921481abb68eab used request id req-c1b8d8dd-74e2-4094-90a0-0877ccf91fdb 2018-08-10 20:43:32,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.244533061981s 2018-08-10 20:43:32,632 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/roles/6807da69cf9e44bda3921481abb68eab used request id req-c1b8d8dd-74e2-4094-90a0-0877ccf91fdb 2018-08-10 20:43:32,632 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-10 20:43:32,692 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-10 20:43:33,039 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-10 20:43:33,039 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-10 20:43:33,040 - openstack_tests - INFO - OS Credentials = > 2018-08-10 20:43:33,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-10 20:43:33,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-10 20:43:33,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-10 20:43:33,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-10 20:43:33,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-10 20:43:33,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-10 20:43:33,050 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:43:33,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["GJ2srWFrSOW8xYZ040BNZg"], "issued_at": "2018-08-10T20:43:33.000000Z"}} 2018-08-10 20:43:33,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.31:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930c5c42079e3f7b4fc6dc1b9ef137067332b053" 2018-08-10 20:43:33,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-6119b93b-1e6a-4f76-8e91-d6cc820e1300 Date: Fri, 10 Aug 2018 20:43:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:43:33,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks?router%3Aexternal=True used request id req-6119b93b-1e6a-4f76-8e91-d6cc820e1300 2018-08-10 20:43:33,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.31:9696/v2.0/subnets?network_id=c4cff450-4dd4-4f2b-accf-a61abfcd160f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}930c5c42079e3f7b4fc6dc1b9ef137067332b053" 2018-08-10 20:43:34,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-14ee1902-4d80-48e9-acb6-b98242cdd96c Date: Fri, 10 Aug 2018 20:43:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 20:43:34,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets?network_id=c4cff450-4dd4-4f2b-accf-a61abfcd160f used request id req-14ee1902-4d80-48e9-acb6-b98242cdd96c 2018-08-10 20:43:34,193 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:43:34,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:43:34,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 20:43:34,196 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 20:43:34,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-10 20:43:34,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:43:34,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da02bf5b-0a03-4263-9608-c066d8b1381f 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:43:34,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-da02bf5b-0a03-4263-9608-c066d8b1381f 2018-08-10 20:43:34,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:43:34,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:43:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["4ePp4uBDRr6xwobAmr3ZeA"], "issued_at": "2018-08-10T20:43:34.000000Z"}} 2018-08-10 20:43:34,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}173ca9c05291629bf2d8e2a7052bde0f4a45e8eb" 2018-08-10 20:43:35,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e354c974-6d5a-4b25-ae41-45f0f7064e3a x-compute-request-id: req-e354c974-6d5a-4b25-ae41-45f0f7064e3a 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.31: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-10 20:43:35,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/ used request id req-e354c974-6d5a-4b25-ae41-45f0f7064e3a 2018-08-10 20:43:35,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 1.10327911377s 2018-08-10 20:43:35,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/ used request id req-e354c974-6d5a-4b25-ae41-45f0f7064e3a 2018-08-10 20:43:35,304 - 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.31: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-10 20:43:35,305 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-10 20:43:35,305 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-10 20:43:35,305 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-10 20:43:35,353 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:43:35,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 20:43:35,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 20:43:35,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:43:35,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:43:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3280fb24-86e6-43f6-872a-9e72e476c5f2 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:43:35,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-3280fb24-86e6-43f6-872a-9e72e476c5f2 2018-08-10 20:43:35,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:43:35,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["ptvfklmTTTyhS_8BVSd3jw"], "issued_at": "2018-08-10T20:43:35.000000Z"}} 2018-08-10 20:43:35,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:43:35,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:43:36,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-fc115fb5-82e1-4bae-a21c-a9db21f567c4 Date: Fri, 10 Aug 2018 20:43:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:43:36,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fc115fb5-82e1-4bae-a21c-a9db21f567c4 2018-08-10 20:43:36,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365583181381s 2018-08-10 20:43:36,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fc115fb5-82e1-4bae-a21c-a9db21f567c4 2018-08-10 20:43:36,160 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 20:43:39,121 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 20:43:41,851 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 20530770-1ce0-4d55-bb78-d479f0afe1fc | 2018-08-10T20:43:41.449473 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 20530770-1ce0-4d55-bb78-d479f0afe1fc ~/.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-10 20:43:45,590 - 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-10 20:43:45,590 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 20:43:48,125 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-10 20:43:51,801 - 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=946fe2b6-aed7-41df-b860-92e738d48527) as the default verifier for the future CLI operations. 2018-08-10 20:43:55,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 20:43:55,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:43:55,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-e2cdf95a-f12a-4436-a2b6-3b76863716ae Date: Fri, 10 Aug 2018 20:43:55 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": "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-10 20:43:55,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-e2cdf95a-f12a-4436-a2b6-3b76863716ae 2018-08-10 20:43:55,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.2770819664s 2018-08-10 20:43:55,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-e2cdf95a-f12a-4436-a2b6-3b76863716ae 2018-08-10 20:43:55,328 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-10 20:43:55,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 20:43:55,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"network": {"name": "neutron_trunk-net_c860d751-a357-4313-b274-15dc2d29f18d", "admin_state_up": true}}' 2018-08-10 20:43:55,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-430cd038-88ca-4496-977f-41ed012e72ef Date: Fri, 10 Aug 2018 20:43:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"764745bb-d450-40e8-9b3e-d77ce424e524","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T20:43:55Z","is_default":false,"provider:segmentation_id":69,"name":"neutron_trunk-net_c860d751-a357-4313-b274-15dc2d29f18d","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T20:43:55Z","mtu":1450}} 2018-08-10 20:43:55,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-430cd038-88ca-4496-977f-41ed012e72ef 2018-08-10 20:43:55,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.612619876862s 2018-08-10 20:43:55,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-430cd038-88ca-4496-977f-41ed012e72ef 2018-08-10 20:43:55,942 - 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-10T20:43:55Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'764745bb-d450-40e8-9b3e-d77ce424e524', u'provider:segmentation_id': 69, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_c860d751-a357-4313-b274-15dc2d29f18d', u'admin_state_up': True, u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T20:43:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 20:43:55,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:43:55,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:43:56,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-669c5252-799c-4a36-99a5-2ba104f7b7e0 Date: Fri, 10 Aug 2018 20:43:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"764745bb-d450-40e8-9b3e-d77ce424e524","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T20:43:55Z","provider:segmentation_id":69,"name":"neutron_trunk-net_c860d751-a357-4313-b274-15dc2d29f18d","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T20:43:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:43:56,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-669c5252-799c-4a36-99a5-2ba104f7b7e0 2018-08-10 20:43:56,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375100135803s 2018-08-10 20:43:56,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-669c5252-799c-4a36-99a5-2ba104f7b7e0 2018-08-10 20:43:56,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 20:43:56,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"subnet": {"name": "neutron_trunk-subnet_c860d751-a357-4313-b274-15dc2d29f18d", "enable_dhcp": true, "network_id": "764745bb-d450-40e8-9b3e-d77ce424e524", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 20:43:57,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-8caca3b1-3e70-4724-a01c-ffbae9e28de6 Date: Fri, 10 Aug 2018 20:43:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"764745bb-d450-40e8-9b3e-d77ce424e524","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T20:43:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:43:56Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"0ccc7798-e705-4217-b1f8-ee5597e66a57","subnetpool_id":null,"name":"neutron_trunk-subnet_c860d751-a357-4313-b274-15dc2d29f18d"}} 2018-08-10 20:43:57,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-8caca3b1-3e70-4724-a01c-ffbae9e28de6 2018-08-10 20:43:57,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04543805122s 2018-08-10 20:43:57,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-8caca3b1-3e70-4724-a01c-ffbae9e28de6 2018-08-10 20:43:57,367 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T20:43:56Z', 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'0ccc7798-e705-4217-b1f8-ee5597e66a57', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_c860d751-a357-4313-b274-15dc2d29f18d', u'enable_dhcp': True, u'network_id': u'764745bb-d450-40e8-9b3e-d77ce424e524', u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T20:43:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6'}) 2018-08-10 20:43:57,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 20:43:57,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "neutron_trunk-router_c860d751-a357-4313-b274-15dc2d29f18d", "admin_state_up": true}}' 2018-08-10 20:43:58,871 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-f1306c93-2d89-4804-a33b-09d2ce57d278 Date: Fri, 10 Aug 2018 20:43:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T20:43:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T20:43:58Z", "revision_number": 2, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "5e806afa-1571-4766-955c-42b73fd195e6", "name": "neutron_trunk-router_c860d751-a357-4313-b274-15dc2d29f18d"}} 2018-08-10 20:43:58,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f1306c93-2d89-4804-a33b-09d2ce57d278 2018-08-10 20:43:58,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5036509037s 2018-08-10 20:43:58,871 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-f1306c93-2d89-4804-a33b-09d2ce57d278 2018-08-10 20:43:58,872 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'created_at': u'2018-08-10T20:43:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-10T20:43:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', u'id': u'5e806afa-1571-4766-955c-42b73fd195e6', u'name': u'neutron_trunk-router_c860d751-a357-4313-b274-15dc2d29f18d'}) 2018-08-10 20:43:58,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 20:43:58,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6/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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"subnet_id": "0ccc7798-e705-4217-b1f8-ee5597e66a57"}' 2018-08-10 20:44:01,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b4c243ae-5759-4a48-8275-06f2af9341f1 Date: Fri, 10 Aug 2018 20:44:01 GMT RESP BODY: {"network_id": "764745bb-d450-40e8-9b3e-d77ce424e524", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "0ccc7798-e705-4217-b1f8-ee5597e66a57", "subnet_ids": ["0ccc7798-e705-4217-b1f8-ee5597e66a57"], "port_id": "ab94547f-4cd5-4280-acc7-b162d88f1282", "id": "5e806afa-1571-4766-955c-42b73fd195e6"} 2018-08-10 20:44:01,177 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6/add_router_interface.json used request id req-b4c243ae-5759-4a48-8275-06f2af9341f1 2018-08-10 20:44:01,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30411791801s 2018-08-10 20:44:01,177 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6/add_router_interface.json used request id req-b4c243ae-5759-4a48-8275-06f2af9341f1 returning object 5e806afa-1571-4766-955c-42b73fd195e6 2018-08-10 20:44:01,177 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-10 20:44:01,304 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-10 20:44:01,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:44:01,311 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 20:44:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 20:44:01,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:44:01,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:02,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c1d4164c-0e03-45c2-b531-a15943fa17a3 Date: Fri, 10 Aug 2018 20:44:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:44:02,032 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c1d4164c-0e03-45c2-b531-a15943fa17a3 2018-08-10 20:44:02,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.716893911362s 2018-08-10 20:44:02,033 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c1d4164c-0e03-45c2-b531-a15943fa17a3 2018-08-10 20:44:02,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 20:44:02,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d"}' 2018-08-10 20:44:02,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ef58c0d1-95ec-40a5-ad7a-8e7aa0bd6b7a Date: Fri, 10 Aug 2018 20:44:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:02Z", "file": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "size": null, "self": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "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_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": null, "created_at": "2018-08-10T20:44:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 20:44:02,761 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-ef58c0d1-95ec-40a5-ad7a-8e7aa0bd6b7a 2018-08-10 20:44:02,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.719755887985s 2018-08-10 20:44:02,761 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-ef58c0d1-95ec-40a5-ad7a-8e7aa0bd6b7a returning object dee09b9c-2168-4b10-862c-f8b0c7cdd95a 2018-08-10 20:44:02,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 20:44:02,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '' 2018-08-10 20:44:04,939 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-52e64b74-20a9-4355-9d5c-fe5f69c0f6e9 Date: Fri, 10 Aug 2018 20:44:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 20:44:04,939 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file used request id req-52e64b74-20a9-4355-9d5c-fe5f69c0f6e9 2018-08-10 20:44:04,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.177339077s 2018-08-10 20:44:04,940 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file used request id req-52e64b74-20a9-4355-9d5c-fe5f69c0f6e9 2018-08-10 20:44:04,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:44:04,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:05,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-79e8564e-a5e1-426b-a408-a8351c7cb02c Date: Fri, 10 Aug 2018 20:44:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:04Z", "file": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "size": 12716032, "self": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T20:44:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:44:05,630 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-79e8564e-a5e1-426b-a408-a8351c7cb02c 2018-08-10 20:44:05,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.68635392189s 2018-08-10 20:44:05,631 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-79e8564e-a5e1-426b-a408-a8351c7cb02c 2018-08-10 20:44:05,633 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'dee09b9c-2168-4b10-862c-f8b0c7cdd95a', 'size': 12716032, u'self': u'/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T20:44:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T20:44:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d', '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/dee09b9c-2168-4b10-862c-f8b0c7cdd95a', 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_c860d751-a357-4313-b274-15dc2d29f18d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d', 'created': u'2018-08-10T20:44:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T20:44:02Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a', 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_c860d751-a357-4313-b274-15dc2d29f18d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 20:44:05,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 20:44:05,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_c860d751-a357-4313-b274-15dc2d29f18d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 20:44:06,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6aa91ce-0777-4c45-a40b-814e79f4658a x-compute-request-id: req-a6aa91ce-0777-4c45-a40b-814e79f4658a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_c860d751-a357-4313-b274-15dc2d29f18d", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/67a5b56a-a794-4f16-924b-343b13710254", "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": "67a5b56a-a794-4f16-924b-343b13710254"}} 2018-08-10 20:44:06,363 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-a6aa91ce-0777-4c45-a40b-814e79f4658a 2018-08-10 20:44:06,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.72909283638s 2018-08-10 20:44:06,363 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-a6aa91ce-0777-4c45-a40b-814e79f4658a 2018-08-10 20:44:06,364 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_c860d751-a357-4313-b274-15dc2d29f18d', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'67a5b56a-a794-4f16-924b-343b13710254', 'swap': 0}) 2018-08-10 20:44:06,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 20:44:06,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254/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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"extra_specs": {}}' 2018-08-10 20:44:06,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44: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-8101e0b0-0114-4aac-b960-07f3c85fbeab x-compute-request-id: req-8101e0b0-0114-4aac-b960-07f3c85fbeab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 20:44:06,392 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254/os-extra_specs used request id req-8101e0b0-0114-4aac-b960-07f3c85fbeab 2018-08-10 20:44:06,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0271770954132s 2018-08-10 20:44:06,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254/os-extra_specs used request id req-8101e0b0-0114-4aac-b960-07f3c85fbeab 2018-08-10 20:44:06,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:44:06,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 20:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e028c9a0-1e5b-4e07-b524-b659e8a1ca9c 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 20:44:06,402 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-e028c9a0-1e5b-4e07-b524-b659e8a1ca9c 2018-08-10 20:44:06,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:44:06,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:06,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-899b441c-862a-48f7-95db-911f03a461c7 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:44:06,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-899b441c-862a-48f7-95db-911f03a461c7 2018-08-10 20:44:06,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184607028961s 2018-08-10 20:44:06,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-899b441c-862a-48f7-95db-911f03a461c7 2018-08-10 20:44:06,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:44:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:06,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb5a00d-08dc-401b-985e-85ee6953e992 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:44:06,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-aeb5a00d-08dc-401b-985e-85ee6953e992 2018-08-10 20:44:06,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202296972275s 2018-08-10 20:44:06,799 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-aeb5a00d-08dc-401b-985e-85ee6953e992 2018-08-10 20:44:06,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-10 20:44:06,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:06,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44: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-1420c282-fe7b-4a73-9cd2-6f9c1b1fbd9e x-compute-request-id: req-1420c282-fe7b-4a73-9cd2-6f9c1b1fbd9e Content-Encoding: gzip Content-Length: 715 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 344}, "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.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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 347}, "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.5", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-10 20:44:06,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-1420c282-fe7b-4a73-9cd2-6f9c1b1fbd9e 2018-08-10 20:44:06,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0446078777313s 2018-08-10 20:44:06,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/os-hypervisors/detail used request id req-1420c282-fe7b-4a73-9cd2-6f9c1b1fbd9e 2018-08-10 20:44:06,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:44:06,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:07,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-faa9e4f1-7433-4a5d-854f-c3e56e493902 Date: Fri, 10 Aug 2018 20:44:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:04Z", "file": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "size": 12716032, "self": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T20:44:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:44:07,470 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-faa9e4f1-7433-4a5d-854f-c3e56e493902 2018-08-10 20:44:07,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.61371088028s 2018-08-10 20:44:07,470 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-faa9e4f1-7433-4a5d-854f-c3e56e493902 2018-08-10 20:44:07,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 20:44:07,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d"}' 2018-08-10 20:44:08,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-41db24ef-726f-4691-abef-9708f80b646c Date: Fri, 10 Aug 2018 20:44:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:08Z", "file": "/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "4da44a6d-1b26-4378-8389-1e4f1ba1a2db", "size": null, "self": "/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db", "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_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": null, "created_at": "2018-08-10T20:44:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 20:44:08,241 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-41db24ef-726f-4691-abef-9708f80b646c 2018-08-10 20:44:08,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.761465072632s 2018-08-10 20:44:08,241 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-41db24ef-726f-4691-abef-9708f80b646c returning object 4da44a6d-1b26-4378-8389-1e4f1ba1a2db 2018-08-10 20:44:08,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 20:44:08,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '' 2018-08-10 20:44:09,399 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b11eea83-3b93-4294-ba35-31eb0e81c8e2 Date: Fri, 10 Aug 2018 20:44:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 20:44:09,399 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/file used request id req-b11eea83-3b93-4294-ba35-31eb0e81c8e2 2018-08-10 20:44:09,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.15732979774s 2018-08-10 20:44:09,400 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/file used request id req-b11eea83-3b93-4294-ba35-31eb0e81c8e2 2018-08-10 20:44:09,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:44:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:44:10,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-f154e746-1139-4058-b102-e5372cd0ad23 Date: Fri, 10 Aug 2018 20:44:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:09Z", "file": "/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "4da44a6d-1b26-4378-8389-1e4f1ba1a2db", "size": 12716032, "self": "/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T20:44:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:04Z", "file": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "size": 12716032, "self": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T20:44:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:44:10,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f154e746-1139-4058-b102-e5372cd0ad23 2018-08-10 20:44:10,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.761374950409s 2018-08-10 20:44:10,165 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f154e746-1139-4058-b102-e5372cd0ad23 2018-08-10 20:44:10,168 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/file', 'owner': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'id': u'4da44a6d-1b26-4378-8389-1e4f1ba1a2db', 'size': 12716032, u'self': u'/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T20:44:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-10T20:44:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d', '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/4da44a6d-1b26-4378-8389-1e4f1ba1a2db', 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_c860d751-a357-4313-b274-15dc2d29f18d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_c860d751-a357-4313-b274-15dc2d29f18d', 'created': u'2018-08-10T20:44:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-10T20:44:08Z', 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/4da44a6d-1b26-4378-8389-1e4f1ba1a2db', 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_c860d751-a357-4313-b274-15dc2d29f18d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-10 20:44:10,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 20:44:10,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_c860d751-a357-4313-b274-15dc2d29f18d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-10 20:44:10,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44: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-6990fa8c-3196-4a18-a032-90b3aaca5c6c x-compute-request-id: req-6990fa8c-3196-4a18-a032-90b3aaca5c6c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_c860d751-a357-4313-b274-15dc2d29f18d", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2", "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": "80e15364-5123-40fa-8d8d-be2558dde9a2"}} 2018-08-10 20:44:10,206 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-6990fa8c-3196-4a18-a032-90b3aaca5c6c 2018-08-10 20:44:10,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0377960205078s 2018-08-10 20:44:10,207 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-6990fa8c-3196-4a18-a032-90b3aaca5c6c 2018-08-10 20:44:10,207 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_c860d751-a357-4313-b274-15dc2d29f18d', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'80e15364-5123-40fa-8d8d-be2558dde9a2', 'swap': 0}) 2018-08-10 20:44:10,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 20:44:10,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2/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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"extra_specs": {}}' 2018-08-10 20:44:10,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:44: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-a78c2e76-6b77-4319-9763-a41e6873dec5 x-compute-request-id: req-a78c2e76-6b77-4319-9763-a41e6873dec5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 20:44:10,230 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2/os-extra_specs used request id req-a78c2e76-6b77-4319-9763-a41e6873dec5 2018-08-10 20:44:10,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223360061646s 2018-08-10 20:44:10,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2/os-extra_specs used request id req-a78c2e76-6b77-4319-9763-a41e6873dec5 2018-08-10 20:44:10,231 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_c860d751-a357-4313-b274-15dc2d29f18d', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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'80e15364-5123-40fa-8d8d-be2558dde9a2', 'swap': 0}) 2018-08-10 20:44:13,891 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-10 20:44:13,891 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-10 20:44:13,892 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-10 20:44:13,894 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-10 20:44:13,898 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-10 20:44:17,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-946fe2b6-aed7-41df-b860-92e738d48527/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-10 20:44:17,487 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-10 20:44:17,503 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-10 20:44:17,504 - 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-10 20:46:29,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4814edc7-4e8a-4888-8f67-b07fb6e3790d 2018-08-10 20:46:29,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4814edc7-4e8a-4888-8f67-b07fb6e3790d']'. 2018-08-10 20:46:30,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4814edc7-4e8a-4888-8f67-b07fb6e3790d | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-10 20:44:19 | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-10 20:46:29 | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:10 | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 946fe2b6-aed7-41df-b860-92e738d48527) | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 20530770-1ce0-4d55-bb78-d479f0afe1fc) | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 114.919 | 2018-08-10 20:46:30,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-10 20:46:30,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-10 20:46:30,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-10 20:46:31,002 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 20:46:31,002 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:36 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-10 20:46:31,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 20:46:31,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:32,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4348836d-1f66-4644-b065-cd3303898851 Date: Fri, 10 Aug 2018 20:46: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-10 20:46:32,085 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db used request id req-4348836d-1f66-4644-b065-cd3303898851 2018-08-10 20:46:32,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08136200905s 2018-08-10 20:46:32,086 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/4da44a6d-1b26-4378-8389-1e4f1ba1a2db used request id req-4348836d-1f66-4644-b065-cd3303898851 2018-08-10 20:46:32,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 20:46:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:32,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90b39ab8-d7bc-4c0c-b15e-c2f3262738d3 x-compute-request-id: req-90b39ab8-d7bc-4c0c-b15e-c2f3262738d3 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_c860d751-a357-4313-b274-15dc2d29f18d", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/67a5b56a-a794-4f16-924b-343b13710254", "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": "67a5b56a-a794-4f16-924b-343b13710254"}, {"name": "neutron_trunk-flavor_alt_c860d751-a357-4313-b274-15dc2d29f18d", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2", "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": "80e15364-5123-40fa-8d8d-be2558dde9a2"}]} 2018-08-10 20:46:32,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-90b39ab8-d7bc-4c0c-b15e-c2f3262738d3 2018-08-10 20:46:32,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0222520828247s 2018-08-10 20:46:32,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-90b39ab8-d7bc-4c0c-b15e-c2f3262738d3 2018-08-10 20:46:32,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 20:46:32,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:32,155 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:46:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-865e6fb9-aaa8-4cb9-bcf2-3159c70919e5 x-compute-request-id: req-865e6fb9-aaa8-4cb9-bcf2-3159c70919e5 Content-Length: 0 Content-Type: application/json 2018-08-10 20:46:32,155 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2 used request id req-865e6fb9-aaa8-4cb9-bcf2-3159c70919e5 2018-08-10 20:46:32,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0453798770905s 2018-08-10 20:46:32,155 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/80e15364-5123-40fa-8d8d-be2558dde9a2 used request id req-865e6fb9-aaa8-4cb9-bcf2-3159c70919e5 2018-08-10 20:46:32,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 20:46:32,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6/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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" -d '{"subnet_id": "0ccc7798-e705-4217-b1f8-ee5597e66a57"}' 2018-08-10 20:46:33,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9e302834-1e36-4585-bdc0-416521a219b9 Date: Fri, 10 Aug 2018 20:46:33 GMT RESP BODY: {"network_id": "764745bb-d450-40e8-9b3e-d77ce424e524", "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "subnet_id": "0ccc7798-e705-4217-b1f8-ee5597e66a57", "subnet_ids": ["0ccc7798-e705-4217-b1f8-ee5597e66a57"], "port_id": "ab94547f-4cd5-4280-acc7-b162d88f1282", "id": "5e806afa-1571-4766-955c-42b73fd195e6"} 2018-08-10 20:46:33,717 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6/remove_router_interface.json used request id req-9e302834-1e36-4585-bdc0-416521a219b9 2018-08-10 20:46:33,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56172800064s 2018-08-10 20:46:33,718 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6/remove_router_interface.json used request id req-9e302834-1e36-4585-bdc0-416521a219b9 returning object 5e806afa-1571-4766-955c-42b73fd195e6 2018-08-10 20:46:33,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 20:46:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:34,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5e418906-cf91-4f1d-97f0-0b6f0dfcf1b0 Date: Fri, 10 Aug 2018 20:46:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "created_at": "2018-08-10T20:43:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-10T20:46:32Z", "revision_number": 4, "routes": [], "project_id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "5e806afa-1571-4766-955c-42b73fd195e6", "name": "neutron_trunk-router_c860d751-a357-4313-b274-15dc2d29f18d"}]} 2018-08-10 20:46:34,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-5e418906-cf91-4f1d-97f0-0b6f0dfcf1b0 2018-08-10 20:46:34,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.39259314537s 2018-08-10 20:46:34,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-5e418906-cf91-4f1d-97f0-0b6f0dfcf1b0 2018-08-10 20:46:34,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 20:46:34,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:35,874 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40a71645-40c7-435f-8052-e91b105650a6 Content-Length: 0 Date: Fri, 10 Aug 2018 20:46:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:46:35,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6.json used request id req-40a71645-40c7-435f-8052-e91b105650a6 2018-08-10 20:46:35,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.76240921021s 2018-08-10 20:46:35,875 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/5e806afa-1571-4766-955c-42b73fd195e6.json used request id req-40a71645-40c7-435f-8052-e91b105650a6 2018-08-10 20:46:35,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 20:46:35,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:36,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-992d963e-5c65-4b82-bfb6-6fd305a928dd Date: Fri, 10 Aug 2018 20:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"764745bb-d450-40e8-9b3e-d77ce424e524","tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T20:43:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:43:56Z","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":"bd3ffce622a240f8bc7cc73cb3eb81b6","id":"0ccc7798-e705-4217-b1f8-ee5597e66a57","subnetpool_id":null,"name":"neutron_trunk-subnet_c860d751-a357-4313-b274-15dc2d29f18d"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:15Z","dns_nameservers":[],"updated_at":"2018-08-10T18:32:15Z","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":"3c8b33adff4046d19594c388d2eae0f8","id":"bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-10 20:46:36,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-992d963e-5c65-4b82-bfb6-6fd305a928dd 2018-08-10 20:46:36,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.323220014572s 2018-08-10 20:46:36,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-992d963e-5c65-4b82-bfb6-6fd305a928dd 2018-08-10 20:46:36,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 20:46:36,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/0ccc7798-e705-4217-b1f8-ee5597e66a57.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:38,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-531a6185-c2c1-42c3-bb66-6dd0b5a3b0f4 Date: Fri, 10 Aug 2018 20:46:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:46:38,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/0ccc7798-e705-4217-b1f8-ee5597e66a57.json used request id req-531a6185-c2c1-42c3-bb66-6dd0b5a3b0f4 2018-08-10 20:46:38,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36350917816s 2018-08-10 20:46:38,564 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/0ccc7798-e705-4217-b1f8-ee5597e66a57.json used request id req-531a6185-c2c1-42c3-bb66-6dd0b5a3b0f4 2018-08-10 20:46:38,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:46:38,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:38,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-cfd6eb0b-2694-46ab-a082-070f37bf422e Date: Fri, 10 Aug 2018 20:46:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"764745bb-d450-40e8-9b3e-d77ce424e524","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-10T20:46:38Z","provider:segmentation_id":69,"name":"neutron_trunk-net_c860d751-a357-4313-b274-15dc2d29f18d","admin_state_up":true,"tenant_id":"bd3ffce622a240f8bc7cc73cb3eb81b6","created_at":"2018-08-10T20:43:55Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:46:38,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-cfd6eb0b-2694-46ab-a082-070f37bf422e 2018-08-10 20:46:38,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357681035995s 2018-08-10 20:46:38,923 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-cfd6eb0b-2694-46ab-a082-070f37bf422e 2018-08-10 20:46:38,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 20:46:38,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/764745bb-d450-40e8-9b3e-d77ce424e524.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:40,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1b919d01-256e-4971-bae2-4ec4b86ce68e Date: Fri, 10 Aug 2018 20:46:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:46:40,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/764745bb-d450-40e8-9b3e-d77ce424e524.json used request id req-1b919d01-256e-4971-bae2-4ec4b86ce68e 2018-08-10 20:46:40,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.70354890823s 2018-08-10 20:46:40,628 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/764745bb-d450-40e8-9b3e-d77ce424e524.json used request id req-1b919d01-256e-4971-bae2-4ec4b86ce68e 2018-08-10 20:46:40,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:46:40,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:41,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-15171819-ff46-4b2b-89b5-4542c9e9d999 Date: Fri, 10 Aug 2018 20:46:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:44:04Z", "file": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/file", "owner": "bd3ffce622a240f8bc7cc73cb3eb81b6", "id": "dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "size": 12716032, "self": "/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_c860d751-a357-4313-b274-15dc2d29f18d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-10T20:44:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:46:41,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-15171819-ff46-4b2b-89b5-4542c9e9d999 2018-08-10 20:46:41,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.68297791481s 2018-08-10 20:46:41,316 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-15171819-ff46-4b2b-89b5-4542c9e9d999 2018-08-10 20:46:41,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 20:46:41,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:43,049 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-538e1892-d299-4cbb-ba26-5930fc6b54b2 Date: Fri, 10 Aug 2018 20:46:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-10 20:46:43,049 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a used request id req-538e1892-d299-4cbb-ba26-5930fc6b54b2 2018-08-10 20:46:43,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.73202490807s 2018-08-10 20:46:43,049 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/dee09b9c-2168-4b10-862c-f8b0c7cdd95a used request id req-538e1892-d299-4cbb-ba26-5930fc6b54b2 2018-08-10 20:46:43,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 20:46:43,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:43,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:46: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-fd894bf2-9bce-43c9-a7c7-784dd638f2f9 x-compute-request-id: req-fd894bf2-9bce-43c9-a7c7-784dd638f2f9 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_c860d751-a357-4313-b274-15dc2d29f18d", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/67a5b56a-a794-4f16-924b-343b13710254", "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": "67a5b56a-a794-4f16-924b-343b13710254"}]} 2018-08-10 20:46:43,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-fd894bf2-9bce-43c9-a7c7-784dd638f2f9 2018-08-10 20:46:43,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227479934692s 2018-08-10 20:46:43,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-fd894bf2-9bce-43c9-a7c7-784dd638f2f9 2018-08-10 20:46:43,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 20:46:43,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3d41d6cba74892c69004d1dcbf7d3acb9696a218" 2018-08-10 20:46:43,107 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:46:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7869de36-a485-4f08-a81e-10fdaa4a6e0b x-compute-request-id: req-7869de36-a485-4f08-a81e-10fdaa4a6e0b Content-Length: 0 Content-Type: application/json 2018-08-10 20:46:43,107 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254 used request id req-7869de36-a485-4f08-a81e-10fdaa4a6e0b 2018-08-10 20:46:43,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0327877998352s 2018-08-10 20:46:43,107 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/67a5b56a-a794-4f16-924b-343b13710254 used request id req-7869de36-a485-4f08-a81e-10fdaa4a6e0b 2018-08-10 20:46:43,155 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:46:43,193 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:46:43,194 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:46:43,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 20:46:43,195 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 20:46:43,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:46:43,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-344e25b1-54ee-4e4a-89fe-6bdbf64791c8 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:46:43,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-344e25b1-54ee-4e4a-89fe-6bdbf64791c8 2018-08-10 20:46:43,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:46:43,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:46:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["QY73cHNQTmGBUxBuDVYsfA"], "issued_at": "2018-08-10T20:46:43.000000Z"}} 2018-08-10 20:46:43,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:46:43,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}649b6e52f8faa5b4e6a1015adc71692e2c06686a" 2018-08-10 20:46:44,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4a838854-ceec-4624-9b71-d3b12daebbc1 Date: Fri, 10 Aug 2018 20:46:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:46:44,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a838854-ceec-4624-9b71-d3b12daebbc1 2018-08-10 20:46:44,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.569736003876s 2018-08-10 20:46:44,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a838854-ceec-4624-9b71-d3b12daebbc1 2018-08-10 20:46:44,185 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 20:46:47,028 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 20:46:49,699 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | df72c99f-0dc8-4592-8576-29b8cd247019 | 2018-08-10T20:46:49.360835 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: df72c99f-0dc8-4592-8576-29b8cd247019 ~/.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-10 20:46:53,592 - 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-10 20:46:53,592 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 20:46:56,286 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-10 20:46:59,850 - 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=4ecf7bf4-24b9-470a-8fc6-6c39d2492ba6) as the default verifier for the future CLI operations. 2018-08-10 20:47:03,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 20:47:03,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}649b6e52f8faa5b4e6a1015adc71692e2c06686a" 2018-08-10 20:47:03,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-c0543727-c53f-4e54-a3ce-952e2e301d9e Date: Fri, 10 Aug 2018 20:47:03 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": "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-10 20:47:03,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-c0543727-c53f-4e54-a3ce-952e2e301d9e 2018-08-10 20:47:03,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.269126176834s 2018-08-10 20:47:03,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-c0543727-c53f-4e54-a3ce-952e2e301d9e 2018-08-10 20:47:03,438 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-10 20:47:03,439 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-10 20:47:03,439 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-10 20:47:03,501 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:47:03,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:47:03,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:47:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:47:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 20:47:03,545 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 20:47:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:47:03,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9ded5d-4e01-4bd9-9e5e-7b3eff5b1266 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:47:03,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-8b9ded5d-4e01-4bd9-9e5e-7b3eff5b1266 2018-08-10 20:47:03,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:47:03,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["46WYda1QRuih14staWeO5g"], "issued_at": "2018-08-10T20:47:03.000000Z"}} 2018-08-10 20:47:03,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:47:03,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}5a34c904ca7fb0da6de2d76c76936f11fd3a5f2d" 2018-08-10 20:47:04,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-74b05cc4-8a75-4184-b5af-a570607acdbd Date: Fri, 10 Aug 2018 20:47:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:47:04,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74b05cc4-8a75-4184-b5af-a570607acdbd 2018-08-10 20:47:04,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369422912598s 2018-08-10 20:47:04,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74b05cc4-8a75-4184-b5af-a570607acdbd 2018-08-10 20:47:04,330 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 20:47:07,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 20:47:10,003 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1b6b1eac-d68e-46e5-aac8-94e4431149d2 | 2018-08-10T20:47:09.597875 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1b6b1eac-d68e-46e5-aac8-94e4431149d2 ~/.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-10 20:47:13,941 - 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-10 20:47:13,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 20:47:16,631 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-10 20:47:20,370 - 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=d62446f0-fd47-4bdb-8f93-ef41ebfd6c8a) as the default verifier for the future CLI operations. 2018-08-10 20:47:23,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 20:47:23,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5a34c904ca7fb0da6de2d76c76936f11fd3a5f2d" 2018-08-10 20:47:23,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-6bf0543c-a770-4ab3-a7b1-10378fcc3008 Date: Fri, 10 Aug 2018 20:47:23 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "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-10 20:47:23,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-6bf0543c-a770-4ab3-a7b1-10378fcc3008 2018-08-10 20:47:23,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.275717020035s 2018-08-10 20:47:23,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-6bf0543c-a770-4ab3-a7b1-10378fcc3008 2018-08-10 20:47:23,965 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-10 20:47:23,965 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-10 20:47:23,965 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-10 20:47:24,026 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-10 20:47:24,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:47:24,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-10 20:47:24,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:47:24,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:47:24,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:47:24,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:47:24,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:47:24,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:47:24,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:47:24,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:47:24,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:47:24,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-10 20:47:24,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-10 20:47:24,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:47:24,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:47:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd92af97-375f-40d6-a5f3-87ad5070296a 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:47:24,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-dd92af97-375f-40d6-a5f3-87ad5070296a 2018-08-10 20:47:24,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:47:24,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:47:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["JbdQZikgSY20XYNsoSfb6A"], "issued_at": "2018-08-10T20:47:24.000000Z"}} 2018-08-10 20:47:24,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:47:24,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}0dc5a7a5127a80e3ff80cd71049cafb6cf8c6240" 2018-08-10 20:47:24,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a58caa43-06e0-4d31-9d50-76123e87fe94 Date: Fri, 10 Aug 2018 20:47:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:47:24,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a58caa43-06e0-4d31-9d50-76123e87fe94 2018-08-10 20:47:24,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393481969833s 2018-08-10 20:47:24,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a58caa43-06e0-4d31-9d50-76123e87fe94 2018-08-10 20:47:24,877 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-10 20:47:27,787 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-10 20:47:30,565 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | bdb01b93-e829-4654-8ddf-147527505e25 | 2018-08-10T20:47:30.210258 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: bdb01b93-e829-4654-8ddf-147527505e25 ~/.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-10 20:47:34,417 - 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-10 20:47:34,417 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-10 20:47:37,083 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-10 20:47:40,955 - 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=a0582e8e-d9ce-47cb-a469-59ca587fceb0) as the default verifier for the future CLI operations. 2018-08-10 20:47:44,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:47:44,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 20:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb1b8c35-e56c-4679-87c0-3dca84abc523 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 20:47:44,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-cb1b8c35-e56c-4679-87c0-3dca84abc523 2018-08-10 20:47:44,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 20:47:44,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 20:47:44,346 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 20:47:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3aae24df-d576-497f-b6f2-bfede77bbfc9 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 20:47:44,346 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-3aae24df-d576-497f-b6f2-bfede77bbfc9 2018-08-10 20:47:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}0dc5a7a5127a80e3ff80cd71049cafb6cf8c6240" 2018-08-10 20:47:44,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:47:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa605111-5e24-4354-807a-551dc501fabb Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 20:47:44,532 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-aa605111-5e24-4354-807a-551dc501fabb 2018-08-10 20:47:44,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193676948547s 2018-08-10 20:47:44,533 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-aa605111-5e24-4354-807a-551dc501fabb 2018-08-10 20:47:44,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-10 20:47:44,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}0dc5a7a5127a80e3ff80cd71049cafb6cf8c6240" 2018-08-10 20:47:44,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-27dfabb1-71cf-4d1c-bc2e-dd3df884aa1f Date: Fri, 10 Aug 2018 20:47:44 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": "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-10 20:47:44,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-27dfabb1-71cf-4d1c-bc2e-dd3df884aa1f 2018-08-10 20:47:44,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.277917146683s 2018-08-10 20:47:44,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/extensions.json used request id req-27dfabb1-71cf-4d1c-bc2e-dd3df884aa1f 2018-08-10 20:47:44,825 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-10 20:47:44,825 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-10 20:47:44,830 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:01 | FAIL | | neutron-tempest-plugin-api | functest | smoke | 14:15 | FAIL | | rally_sanity | functest | smoke | 27:20 | FAIL | | patrole | functest | smoke | 02:13 | PASS | | vmtp | functest | smoke | 00:52 | FAIL | | shaker | functest | smoke | 65:25 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:36 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-10 20:47:44,842 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-10 20:47:44,943 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-10 20:48:12,038 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-208 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-10 20:48:12,041 - 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.31,192.30.9.7 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.31:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=AqiubScesyyGthmkQabEx5iVe 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=bd3ffce622a240f8bc7cc73cb3eb81b6 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=06SWZ0kyvXG2vEo5aELejkfP9 export OS_REGION_NAME=regionOne 2018-08-10 20:48:12,041 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-10 20:48:12,041 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-10 20:48:12,042 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-10 20:48:12,044 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-10 20:48:47,897 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-208 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-10 20:48:47,900 - 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.31,192.30.9.7 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.31:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=AqiubScesyyGthmkQabEx5iVe 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=bd3ffce622a240f8bc7cc73cb3eb81b6 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=06SWZ0kyvXG2vEo5aELejkfP9 export OS_REGION_NAME=regionOne 2018-08-10 20:48:47,900 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-10 20:48:47,901 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+----------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+----------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims heat_ims | | | | | vyos_vrouter juju_epc | +---------------+---------------+---------------------------------------+----------------------------------------+ 2018-08-10 20:48:47,912 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-10 20:48:48,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:48:48,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:48:48,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:48:48,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:48:48,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:48:48,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:48:48,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:48:48,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6ab256-bbbf-4c26-88c6-a9e2de5de11a 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:48:48,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-bc6ab256-bbbf-4c26-88c6-a9e2de5de11a 2018-08-10 20:48:48,281 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:48:48,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:48:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["zTSFmxyXQEG6IvFdawtwTA"], "issued_at": "2018-08-10T20:48:48.000000Z"}} 2018-08-10 20:48:48,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:48:48,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:49,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-3453c664-b02a-401e-8218-9f3b56ec108e Date: Fri, 10 Aug 2018 20:48:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:48:49,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3453c664-b02a-401e-8218-9f3b56ec108e 2018-08-10 20:48:49,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360122919083s 2018-08-10 20:48:49,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3453c664-b02a-401e-8218-9f3b56ec108e 2018-08-10 20:48:49,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:48:49,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 20:48:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d20417d2-645a-4daf-880b-70ea1b818b69 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 20:48:49,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-d20417d2-645a-4daf-880b-70ea1b818b69 2018-08-10 20:48:49,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 20:48:49,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:49,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f84fb1b-c72c-4e89-bc56-b0c79bcf6028 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 20:48:49,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-4f84fb1b-c72c-4e89-bc56-b0c79bcf6028 2018-08-10 20:48:49,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.212406873703s 2018-08-10 20:48:49,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-4f84fb1b-c72c-4e89-bc56-b0c79bcf6028 2018-08-10 20:48:49,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 20:48:49,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}}' 2018-08-10 20:48:49,491 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 20:48:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cc5675b-6d65-4f9e-9594-5fa6ee29d5a4 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a"}, "tags": [], "enabled": true, "id": "cba247ba9689480ab90535724a01f16a", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}} 2018-08-10 20:48:49,492 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-1cc5675b-6d65-4f9e-9594-5fa6ee29d5a4 2018-08-10 20:48:49,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.210315942764s 2018-08-10 20:48:49,492 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-1cc5675b-6d65-4f9e-9594-5fa6ee29d5a4 2018-08-10 20:48:49,493 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'cba247ba9689480ab90535724a01f16a', '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'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46'}) 2018-08-10 20:48:49,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 20:48:49,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ea6448d2-20de-487d-ade9-18e681660df3", "email": null, "name": "cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}}' 2018-08-10 20:48:49,964 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 20:48:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8c0ec5f-d9c2-41d5-8c17-b9ea24c0ad88 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": {"self": "http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5cd5c74b39634c17a323beb1c37c9ba3", "domain_id": "default", "password_expires_at": null}} 2018-08-10 20:48:49,964 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-b8c0ec5f-d9c2-41d5-8c17-b9ea24c0ad88 2018-08-10 20:48:49,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465330123901s 2018-08-10 20:48:49,965 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-b8c0ec5f-d9c2-41d5-8c17-b9ea24c0ad88 2018-08-10 20:48:49,965 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5cd5c74b39634c17a323beb1c37c9ba3', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46'}) 2018-08-10 20:48:49,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:48:49,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:50,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2596bc-b951-45bb-ba19-687fedf3dd30 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:48:50,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-fe2596bc-b951-45bb-ba19-687fedf3dd30 2018-08-10 20:48:50,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192926168442s 2018-08-10 20:48:50,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-fe2596bc-b951-45bb-ba19-687fedf3dd30 2018-08-10 20:48:50,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:48:50,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:50,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6a50ee-069b-45fe-8c48-5ae242b3ab40 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:48:50,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-4c6a50ee-069b-45fe-8c48-5ae242b3ab40 2018-08-10 20:48:50,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189471006393s 2018-08-10 20:48:50,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-4c6a50ee-069b-45fe-8c48-5ae242b3ab40 2018-08-10 20:48:50,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:48:50,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:50,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b3feab0-c6f7-48eb-a788-7212bd02f43d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:48:50,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-6b3feab0-c6f7-48eb-a788-7212bd02f43d 2018-08-10 20:48:50,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195608854294s 2018-08-10 20:48:50,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-6b3feab0-c6f7-48eb-a788-7212bd02f43d 2018-08-10 20:48:50,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 20:48:50,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:50,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec5071ef-6060-43da-ba9a-29a66ea564e8 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 20:48:50,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-ec5071ef-6060-43da-ba9a-29a66ea564e8 2018-08-10 20:48:50,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19747209549s 2018-08-10 20:48:50,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-ec5071ef-6060-43da-ba9a-29a66ea564e8 2018-08-10 20:48:50,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 20:48:50,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:50,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7fa1b27-5b2c-473e-9056-0e7140d3feb9 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": {"self": "http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5cd5c74b39634c17a323beb1c37c9ba3", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 20:48:50,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-d7fa1b27-5b2c-473e-9056-0e7140d3feb9 2018-08-10 20:48:50,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212311029434s 2018-08-10 20:48:50,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-d7fa1b27-5b2c-473e-9056-0e7140d3feb9 2018-08-10 20:48:50,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 20:48:50,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:51,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aefa0828-d5b1-4b93-86e4-7d73115dd1c4 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a"}, "tags": [], "enabled": true, "id": "cba247ba9689480ab90535724a01f16a", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-10 20:48:51,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-aefa0828-d5b1-4b93-86e4-7d73115dd1c4 2018-08-10 20:48:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199276208878s 2018-08-10 20:48:51,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-aefa0828-d5b1-4b93-86e4-7d73115dd1c4 2018-08-10 20:48:51,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 20:48:51,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=5cd5c74b39634c17a323beb1c37c9ba3&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=cba247ba9689480ab90535724a01f16a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:51,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb53d32-76a4-41af-a1c8-3b75f63652ce Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=5cd5c74b39634c17a323beb1c37c9ba3&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=cba247ba9689480ab90535724a01f16a", "previous": null, "next": null}} 2018-08-10 20:48:51,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=5cd5c74b39634c17a323beb1c37c9ba3&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=cba247ba9689480ab90535724a01f16a used request id req-ffb53d32-76a4-41af-a1c8-3b75f63652ce 2018-08-10 20:48:51,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194128036499s 2018-08-10 20:48:51,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=5cd5c74b39634c17a323beb1c37c9ba3&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=cba247ba9689480ab90535724a01f16a used request id req-ffb53d32-76a4-41af-a1c8-3b75f63652ce 2018-08-10 20:48:51,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 20:48:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a/users/5cd5c74b39634c17a323beb1c37c9ba3/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:48:51,607 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:48:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ecbec02-9a40-4334-8ee1-e910cf3f4635 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:48:51,607 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a/users/5cd5c74b39634c17a323beb1c37c9ba3/roles/740829ed47d44511bcb22d86735f9050 used request id req-5ecbec02-9a40-4334-8ee1-e910cf3f4635 2018-08-10 20:48:51,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.217379808426s 2018-08-10 20:48:51,608 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a/users/5cd5c74b39634c17a323beb1c37c9ba3/roles/740829ed47d44511bcb22d86735f9050 used request id req-5ecbec02-9a40-4334-8ee1-e910cf3f4635 2018-08-10 20:48:51,608 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 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'cba247ba9689480ab90535724a01f16a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ea6448d2-20de-487d-ade9-18e681660df3', 'username': u'cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 20:48:51,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:48:51,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:48:51,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:48:51,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:48:51,609 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:48:51,610 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:48:51,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:48:51,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:48:51,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:48:51,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:48:51,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:48:51,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:48:51,613 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'password': 'ea6448d2-20de-487d-ade9-18e681660df3', 'project_name': 'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': 'cba247ba9689480ab90535724a01f16a', 'project_domain_name': 'Default'} 2018-08-10 20:48:51,613 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-10 20:48:51,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:48:51,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbd7565f-db70-409b-bb03-49fbeb7c7326 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:48:51,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-cbd7565f-db70-409b-bb03-49fbeb7c7326 2018-08-10 20:48:51,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:48:52,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:48:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cba247ba9689480ab90535724a01f16a", "name": "cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_cba247ba9689480ab90535724a01f16a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_cba247ba9689480ab90535724a01f16a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/cba247ba9689480ab90535724a01f16a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/cba247ba9689480ab90535724a01f16a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/cba247ba9689480ab90535724a01f16a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/cba247ba9689480ab90535724a01f16a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/cba247ba9689480ab90535724a01f16a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/cba247ba9689480ab90535724a01f16a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cba247ba9689480ab90535724a01f16a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/cba247ba9689480ab90535724a01f16a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/cba247ba9689480ab90535724a01f16a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cba247ba9689480ab90535724a01f16a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/cba247ba9689480ab90535724a01f16a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/cba247ba9689480ab90535724a01f16a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "id": "5cd5c74b39634c17a323beb1c37c9ba3"}, "audit_ids": ["Ij9IH_5qTHa-ZFV-v6O4Qw"], "issued_at": "2018-08-10T20:48:51.000000Z"}} 2018-08-10 20:48:52,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 20:48:52,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"network": {"name": "cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "admin_state_up": true}}' 2018-08-10 20:48:52,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-b376dbec-ce5d-4e47-aa01-9611588cd75c Date: Fri, 10 Aug 2018 20:48:52 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T20:48:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cba247ba9689480ab90535724a01f16a","id":"3037e17e-50d1-4970-9b27-f46eda484c83","name":"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}} 2018-08-10 20:48:52,753 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-b376dbec-ce5d-4e47-aa01-9611588cd75c 2018-08-10 20:48:52,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.730614900589s 2018-08-10 20:48:52,753 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-b376dbec-ce5d-4e47-aa01-9611588cd75c 2018-08-10 20:48:52,754 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T20:48:52Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3037e17e-50d1-4970-9b27-f46eda484c83', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46', u'admin_state_up': True, u'tenant_id': u'cba247ba9689480ab90535724a01f16a', u'created_at': u'2018-08-10T20:48:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cba247ba9689480ab90535724a01f16a'}) 2018-08-10 20:48:52,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:48:52,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:48:53,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-cba550d2-3675-4ffc-aac2-6e6b95b2774c Date: Fri, 10 Aug 2018 20:48: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-10T20:48:52Z","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cba247ba9689480ab90535724a01f16a","id":"3037e17e-50d1-4970-9b27-f46eda484c83","name":"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 20:48:53,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-cba550d2-3675-4ffc-aac2-6e6b95b2774c 2018-08-10 20:48:53,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.376126050949s 2018-08-10 20:48:53,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-cba550d2-3675-4ffc-aac2-6e6b95b2774c 2018-08-10 20:48:53,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 20:48:53,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"subnet": {"name": "cloudify-subnet_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "enable_dhcp": true, "network_id": "3037e17e-50d1-4970-9b27-f46eda484c83", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 20:48:54,381 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7d1d5d87-9cdf-4257-812a-7d4cd9a5486c Date: Fri, 10 Aug 2018 20:48:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3037e17e-50d1-4970-9b27-f46eda484c83","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:48: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":"cba247ba9689480ab90535724a01f16a","id":"864d7fec-c17d-4281-b49f-c8dbe7602939","subnetpool_id":null,"name":"cloudify-subnet_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}} 2018-08-10 20:48:54,381 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-7d1d5d87-9cdf-4257-812a-7d4cd9a5486c 2018-08-10 20:48:54,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.24883818626s 2018-08-10 20:48:54,382 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-7d1d5d87-9cdf-4257-812a-7d4cd9a5486c 2018-08-10 20:48:54,382 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T20:48: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'864d7fec-c17d-4281-b49f-c8dbe7602939', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_b5bd3f35-f491-45b6-836f-1ab4ede31b46', u'enable_dhcp': True, u'network_id': u'3037e17e-50d1-4970-9b27-f46eda484c83', u'tenant_id': u'cba247ba9689480ab90535724a01f16a', u'created_at': u'2018-08-10T20:48: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'cba247ba9689480ab90535724a01f16a'}) 2018-08-10 20:48:54,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 20:48:54,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "cloudify-router_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "admin_state_up": true}}' 2018-08-10 20:48:55,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-c4989ffe-805c-4bd9-86e0-ed3ad08f85cc Date: Fri, 10 Aug 2018 20:48:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:54Z", "admin_state_up": true, "updated_at": "2018-08-10T20:48:55Z", "revision_number": 2, "routes": [], "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2", "name": "cloudify-router_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}} 2018-08-10 20:48:55,515 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-c4989ffe-805c-4bd9-86e0-ed3ad08f85cc 2018-08-10 20:48:55,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.1325969696s 2018-08-10 20:48:55,516 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-c4989ffe-805c-4bd9-86e0-ed3ad08f85cc 2018-08-10 20:48:55,516 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cba247ba9689480ab90535724a01f16a', u'created_at': u'2018-08-10T20:48:54Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T20:48:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'cba247ba9689480ab90535724a01f16a', u'id': u'c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2', u'name': u'cloudify-router_b5bd3f35-f491-45b6-836f-1ab4ede31b46'}) 2018-08-10 20:48:55,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 20:48:55,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"subnet_id": "864d7fec-c17d-4281-b49f-c8dbe7602939"}' 2018-08-10 20:48:58,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dd89ea62-746b-4c49-9bb9-21dc4ce7d630 Date: Fri, 10 Aug 2018 20:48:58 GMT RESP BODY: {"network_id": "3037e17e-50d1-4970-9b27-f46eda484c83", "tenant_id": "cba247ba9689480ab90535724a01f16a", "subnet_id": "864d7fec-c17d-4281-b49f-c8dbe7602939", "subnet_ids": ["864d7fec-c17d-4281-b49f-c8dbe7602939"], "port_id": "55e074e6-7873-4912-b453-3606f5073a1f", "id": "c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2"} 2018-08-10 20:48:58,434 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2/add_router_interface.json used request id req-dd89ea62-746b-4c49-9bb9-21dc4ce7d630 2018-08-10 20:48:58,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.91687107086s 2018-08-10 20:48:58,434 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2/add_router_interface.json used request id req-dd89ea62-746b-4c49-9bb9-21dc4ce7d630 returning object c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2 2018-08-10 20:48:58,434 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-10 20:49:21,305 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-10 20:49:21,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:49:21,312 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 20:49:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 20:49:21,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:49:21,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:49:21,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a1f08c8-c38b-41cb-8f73-9ab158ac0ec2 Date: Fri, 10 Aug 2018 20:49:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:49:21,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9a1f08c8-c38b-41cb-8f73-9ab158ac0ec2 2018-08-10 20:49:21,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.43213391304s 2018-08-10 20:49:21,750 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9a1f08c8-c38b-41cb-8f73-9ab158ac0ec2 2018-08-10 20:49:21,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 20:49:21,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}' 2018-08-10 20:49:22,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b4b08f71-1ddd-4890-ab97-008ba2e3c9c2 Date: Fri, 10 Aug 2018 20:49:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:49:22Z", "file": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file", "owner": "cba247ba9689480ab90535724a01f16a", "id": "0b42b71a-0391-4115-9681-bcbfa411723b", "size": null, "self": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "checksum": null, "created_at": "2018-08-10T20:49:22Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 20:49:22,117 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-b4b08f71-1ddd-4890-ab97-008ba2e3c9c2 2018-08-10 20:49:22,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.359050035477s 2018-08-10 20:49:22,118 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-b4b08f71-1ddd-4890-ab97-008ba2e3c9c2 returning object 0b42b71a-0391-4115-9681-bcbfa411723b 2018-08-10 20:49:22,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 20:49:22,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '' 2018-08-10 20:50:20,212 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2fb82f23-a988-46a4-877d-1054a7c95610 Date: Fri, 10 Aug 2018 20:50: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-10 20:50:20,212 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file used request id req-2fb82f23-a988-46a4-877d-1054a7c95610 2018-08-10 20:50:20,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.0942249298s 2018-08-10 20:50:20,213 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file used request id req-2fb82f23-a988-46a4-877d-1054a7c95610 2018-08-10 20:50:20,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:50:20,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:20,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-cce55274-deec-4640-9073-13a0bd6c45a5 Date: Fri, 10 Aug 2018 20:50:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:50:20Z", "file": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file", "owner": "cba247ba9689480ab90535724a01f16a", "id": "0b42b71a-0391-4115-9681-bcbfa411723b", "size": 4373348352, "self": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:49:22Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:50:20,625 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-cce55274-deec-4640-9073-13a0bd6c45a5 2018-08-10 20:50:20,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.407333850861s 2018-08-10 20:50:20,626 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-cce55274-deec-4640-9073-13a0bd6c45a5 2018-08-10 20:50:20,628 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file', 'owner': u'cba247ba9689480ab90535724a01f16a', 'id': u'0b42b71a-0391-4115-9681-bcbfa411723b', 'size': 4373348352, u'self': u'/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cba247ba9689480ab90535724a01f16a', 'name': 'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T20:50:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T20:50:20Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'created': u'2018-08-10T20:49:22Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-10T20:49:22Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-10 20:50:20,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 20:50:20,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-10 20:50:20,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50: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-fe6171ce-906e-40a8-b3a0-0bdd8d1cb4e8 x-compute-request-id: req-fe6171ce-906e-40a8-b3a0-0bdd8d1cb4e8 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121"}} 2018-08-10 20:50:20,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-fe6171ce-906e-40a8-b3a0-0bdd8d1cb4e8 2018-08-10 20:50:20,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.293062925339s 2018-08-10 20:50:20,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-fe6171ce-906e-40a8-b3a0-0bdd8d1cb4e8 2018-08-10 20:50:20,923 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 40, 'id': u'd40a3694-86af-4fe9-8d4a-c072ed7fb121', 'swap': 0}) 2018-08-10 20:50:20,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 20:50:20,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121/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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" -d '{"extra_specs": {}}' 2018-08-10 20:50:20,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50: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-9fb54414-5aad-4662-87d5-0e28493472af x-compute-request-id: req-9fb54414-5aad-4662-87d5-0e28493472af Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 20:50:20,945 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121/os-extra_specs used request id req-9fb54414-5aad-4662-87d5-0e28493472af 2018-08-10 20:50:20,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212059020996s 2018-08-10 20:50:20,946 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121/os-extra_specs used request id req-9fb54414-5aad-4662-87d5-0e28493472af 2018-08-10 20:50:20,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 20:50:20,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"keypair": {"name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}}' 2018-08-10 20:50:21,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50: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-3cd0f58f-f297-4da2-bb71-8913670782c9 x-compute-request-id: req-3cd0f58f-f297-4da2-bb71-8913670782c9 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtWGCA6y18ungiINftZYZhO2ujlICThduS52T37N6qk85EqDjBxedmOCm4F1ePsy7s8MN/lykAaawIaLbd9cfDsklBkCANC/LeYE9VqLy9zTDLFkNYxbbXK5QuJoGIFEjk8LEo1EjDD2PNaZIohtYkAZ2pFTNf7ausxO2QnjjbHnrik4cfigpDvifTqFP4q7lyiVqI6593LgzPyJ6SS7cc9qyld4kcY52xvNbVwR46T2J1KfUgoLNZhW9OYErOsZ+mmxcF5SRo6lA4cGh9GvB8FYhqIAEJiQ5aU9feaQQy3WTyfbs6RscJqp3fdm/BenKMeX+XzPfqCqsPcQn9A2RX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArVhggOstfLp4IiDX7WWGYTtro5SAk4Xbkudk9+zeqpPORKg4\nwcXnZjgpuBdXj7Mu7PDDf5cpAGmsCGi23fXHw7JJQZAgDQvy3mBPVai8vc0wyxZD\nWMW21yuULiaBiBRI5PCxKNRIww9jzWmSKIbWJAGdqRUzX+2rrMTtkJ442x564pOH\nH4oKQ74n06hT+Ku5colaiOufdy4Mz8iekku3HPaspXeJHGOdsbzW1cEeOk9idSn1\nIKCzWYVvTmBKzrGfppsXBeUkaOpQOHBofRrwfBWIaiABCYkOWlPX3mkEMt1k8n27\nOkbHCaqd33ZvwXpyjHl/l8z36gqrD3EJ/QNkVwIDAQABAoIBAHiXOst00DgtINXd\nM1obfti1lbQ+4xO903rnLv6q8lyIZr6sqI9lNg2OlLdUxb1aUhLTi61/Yy6+VMek\n0VKoYUhrBzttIF7zKQo6xfY5ZNRFouQloMRpB0G5N2TDtOkN84gRSa21wMiyNCP6\nhYtcAi0aUqwF66+YkA2pEfvBlpwX+wWaTd4Iz3SNBjwGux/has9hvOTkvKWOEr/U\nMTTiSOb5YBvOV/RicCHCWPiq9J5gvpWcRBf9dM/D3ylutz0yuRPXiT8A4dVICX/h\n6T4ThZut+tY3J03t3eOoVcC/EJsR96dBZlt78sZQdSgo9B8rdtLXynmizkHeKX1P\n9MHHtQECgYEA19SQTTXU1yr8vIwV/oHSRmE595UBZww7dHFVrr9jAQ3cspFWhl/u\nODzGpLeCs7VLRE+sw61E8ybaQjAnE096rfJdDX60/jQM6D7+gHmygaV6pS2aYmfT\nkA/e30XZmQGvsdssxOUyckt9VAMgM1hpDMskCRFZsr/PA8MElO0J+acCgYEAzZuS\nMAdRT65FBP2PazaiDD2qamrPNveqz6HszKU0o3/5GbffIvk43Q5ConJP8z/DlaSv\n2oGW4jfUpMFuLIOyFHr3NufYJV0DU1tDDFqSO6JAvb/bedvC/iuEU2seb9oQWfZt\nxPuKZBfGRGCAqVdTqn4YnHmHTh9tZ/yMKMc5NdECgYEArVWIQon+EoPykBZNP6XR\nUzaYUE753mGDikPPFVWdVGZmnX59p9N5RO8CdZzvuhXaidUXIduQ6VqFpOx5JVgK\nZZKkysa84v64cvjMei/Cfb6BXhDe0TMjRKqKSnQVin1BNiyYqtSLjCE2WPddr/7L\n9ztaCHJHwHes8Q95KYWpIjcCgYATg4xgWpFxCo0qaBZQiqLenouqBfEcumzPwAKF\nebiBPAgcVMMswpKPCGdym37TC144uaSnDF2RotLfwCwAtY8VOoZ0A5UUFrvWEXdP\nmNkAJ+oVGDxwWFctYFvyvtvoqb2bjDPm2ijMTyVWIAKWD9+08rrLPw2EcJ8lm2aC\nCEZ5wQKBgQCESokPWhpPAlcIoWmCJFYdcZmT2DTxXrYJcwIAvnzEKK52btDMTcL6\nvGoCyUv3Gr+/Yg3sqvF8cOf8woERRHds1aUmzJkl3103MicwW4XuQeYUJK2+pIei\nb4eQg7VOugGS9RXlJBg/icScNaFprN0d+61xzW8LQocciMehvc5L/A==\n-----END RSA PRIVATE KEY-----\n", "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "fingerprint": "e8:98:fd:57:98:7f:1b:4c:a3:4c:a4:da:e4:ff:00:30"}} 2018-08-10 20:50:21,359 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-3cd0f58f-f297-4da2-bb71-8913670782c9 2018-08-10 20:50:21,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.412441968918s 2018-08-10 20:50:21,359 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-3cd0f58f-f297-4da2-bb71-8913670782c9 2018-08-10 20:50:21,360 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtWGCA6y18ungiINftZYZhO2ujlICThduS52T37N6qk85EqDjBxedmOCm4F1ePsy7s8MN/lykAaawIaLbd9cfDsklBkCANC/LeYE9VqLy9zTDLFkNYxbbXK5QuJoGIFEjk8LEo1EjDD2PNaZIohtYkAZ2pFTNf7ausxO2QnjjbHnrik4cfigpDvifTqFP4q7lyiVqI6593LgzPyJ6SS7cc9qyld4kcY52xvNbVwR46T2J1KfUgoLNZhW9OYErOsZ+mmxcF5SRo6lA4cGh9GvB8FYhqIAEJiQ5aU9feaQQy3WTyfbs6RscJqp3fdm/BenKMeX+XzPfqCqsPcQn9A2RX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEArVhggOstfLp4IiDX7WWGYTtro5SAk4Xbkudk9+zeqpPORKg4\nwcXnZjgpuBdXj7Mu7PDDf5cpAGmsCGi23fXHw7JJQZAgDQvy3mBPVai8vc0wyxZD\nWMW21yuULiaBiBRI5PCxKNRIww9jzWmSKIbWJAGdqRUzX+2rrMTtkJ442x564pOH\nH4oKQ74n06hT+Ku5colaiOufdy4Mz8iekku3HPaspXeJHGOdsbzW1cEeOk9idSn1\nIKCzWYVvTmBKzrGfppsXBeUkaOpQOHBofRrwfBWIaiABCYkOWlPX3mkEMt1k8n27\nOkbHCaqd33ZvwXpyjHl/l8z36gqrD3EJ/QNkVwIDAQABAoIBAHiXOst00DgtINXd\nM1obfti1lbQ+4xO903rnLv6q8lyIZr6sqI9lNg2OlLdUxb1aUhLTi61/Yy6+VMek\n0VKoYUhrBzttIF7zKQo6xfY5ZNRFouQloMRpB0G5N2TDtOkN84gRSa21wMiyNCP6\nhYtcAi0aUqwF66+YkA2pEfvBlpwX+wWaTd4Iz3SNBjwGux/has9hvOTkvKWOEr/U\nMTTiSOb5YBvOV/RicCHCWPiq9J5gvpWcRBf9dM/D3ylutz0yuRPXiT8A4dVICX/h\n6T4ThZut+tY3J03t3eOoVcC/EJsR96dBZlt78sZQdSgo9B8rdtLXynmizkHeKX1P\n9MHHtQECgYEA19SQTTXU1yr8vIwV/oHSRmE595UBZww7dHFVrr9jAQ3cspFWhl/u\nODzGpLeCs7VLRE+sw61E8ybaQjAnE096rfJdDX60/jQM6D7+gHmygaV6pS2aYmfT\nkA/e30XZmQGvsdssxOUyckt9VAMgM1hpDMskCRFZsr/PA8MElO0J+acCgYEAzZuS\nMAdRT65FBP2PazaiDD2qamrPNveqz6HszKU0o3/5GbffIvk43Q5ConJP8z/DlaSv\n2oGW4jfUpMFuLIOyFHr3NufYJV0DU1tDDFqSO6JAvb/bedvC/iuEU2seb9oQWfZt\nxPuKZBfGRGCAqVdTqn4YnHmHTh9tZ/yMKMc5NdECgYEArVWIQon+EoPykBZNP6XR\nUzaYUE753mGDikPPFVWdVGZmnX59p9N5RO8CdZzvuhXaidUXIduQ6VqFpOx5JVgK\nZZKkysa84v64cvjMei/Cfb6BXhDe0TMjRKqKSnQVin1BNiyYqtSLjCE2WPddr/7L\n9ztaCHJHwHes8Q95KYWpIjcCgYATg4xgWpFxCo0qaBZQiqLenouqBfEcumzPwAKF\nebiBPAgcVMMswpKPCGdym37TC144uaSnDF2RotLfwCwAtY8VOoZ0A5UUFrvWEXdP\nmNkAJ+oVGDxwWFctYFvyvtvoqb2bjDPm2ijMTyVWIAKWD9+08rrLPw2EcJ8lm2aC\nCEZ5wQKBgQCESokPWhpPAlcIoWmCJFYdcZmT2DTxXrYJcwIAvnzEKK52btDMTcL6\nvGoCyUv3Gr+/Yg3sqvF8cOf8woERRHds1aUmzJkl3103MicwW4XuQeYUJK2+pIei\nb4eQg7VOugGS9RXlJBg/icScNaFprN0d+61xzW8LQocciMehvc5L/A==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5cd5c74b39634c17a323beb1c37c9ba3', 'name': u'cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'created_at': '2018-08-10T20:50:21.360418', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cba247ba9689480ab90535724a01f16a', 'name': 'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e8:98:fd:57:98:7f:1b:4c:a3:4c:a4:da:e4:ff:00:30', 'type': 'ssh', 'id': u'cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46'}) 2018-08-10 20:50:21,360 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEArVhggOstfLp4IiDX7WWGYTtro5SAk4Xbkudk9+zeqpPORKg4 wcXnZjgpuBdXj7Mu7PDDf5cpAGmsCGi23fXHw7JJQZAgDQvy3mBPVai8vc0wyxZD WMW21yuULiaBiBRI5PCxKNRIww9jzWmSKIbWJAGdqRUzX+2rrMTtkJ442x564pOH H4oKQ74n06hT+Ku5colaiOufdy4Mz8iekku3HPaspXeJHGOdsbzW1cEeOk9idSn1 IKCzWYVvTmBKzrGfppsXBeUkaOpQOHBofRrwfBWIaiABCYkOWlPX3mkEMt1k8n27 OkbHCaqd33ZvwXpyjHl/l8z36gqrD3EJ/QNkVwIDAQABAoIBAHiXOst00DgtINXd M1obfti1lbQ+4xO903rnLv6q8lyIZr6sqI9lNg2OlLdUxb1aUhLTi61/Yy6+VMek 0VKoYUhrBzttIF7zKQo6xfY5ZNRFouQloMRpB0G5N2TDtOkN84gRSa21wMiyNCP6 hYtcAi0aUqwF66+YkA2pEfvBlpwX+wWaTd4Iz3SNBjwGux/has9hvOTkvKWOEr/U MTTiSOb5YBvOV/RicCHCWPiq9J5gvpWcRBf9dM/D3ylutz0yuRPXiT8A4dVICX/h 6T4ThZut+tY3J03t3eOoVcC/EJsR96dBZlt78sZQdSgo9B8rdtLXynmizkHeKX1P 9MHHtQECgYEA19SQTTXU1yr8vIwV/oHSRmE595UBZww7dHFVrr9jAQ3cspFWhl/u ODzGpLeCs7VLRE+sw61E8ybaQjAnE096rfJdDX60/jQM6D7+gHmygaV6pS2aYmfT kA/e30XZmQGvsdssxOUyckt9VAMgM1hpDMskCRFZsr/PA8MElO0J+acCgYEAzZuS MAdRT65FBP2PazaiDD2qamrPNveqz6HszKU0o3/5GbffIvk43Q5ConJP8z/DlaSv 2oGW4jfUpMFuLIOyFHr3NufYJV0DU1tDDFqSO6JAvb/bedvC/iuEU2seb9oQWfZt xPuKZBfGRGCAqVdTqn4YnHmHTh9tZ/yMKMc5NdECgYEArVWIQon+EoPykBZNP6XR UzaYUE753mGDikPPFVWdVGZmnX59p9N5RO8CdZzvuhXaidUXIduQ6VqFpOx5JVgK ZZKkysa84v64cvjMei/Cfb6BXhDe0TMjRKqKSnQVin1BNiyYqtSLjCE2WPddr/7L 9ztaCHJHwHes8Q95KYWpIjcCgYATg4xgWpFxCo0qaBZQiqLenouqBfEcumzPwAKF ebiBPAgcVMMswpKPCGdym37TC144uaSnDF2RotLfwCwAtY8VOoZ0A5UUFrvWEXdP mNkAJ+oVGDxwWFctYFvyvtvoqb2bjDPm2ijMTyVWIAKWD9+08rrLPw2EcJ8lm2aC CEZ5wQKBgQCESokPWhpPAlcIoWmCJFYdcZmT2DTxXrYJcwIAvnzEKK52btDMTcL6 vGoCyUv3Gr+/Yg3sqvF8cOf8woERRHds1aUmzJkl3103MicwW4XuQeYUJK2+pIei b4eQg7VOugGS9RXlJBg/icScNaFprN0d+61xzW8LQocciMehvc5L/A== -----END RSA PRIVATE KEY----- 2018-08-10 20:50:21,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 20:50:21,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"security_group": {"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-10 20:50:21,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-ce1f7a0e-ba4f-44eb-bec8-f8ec10b70acc Date: Fri, 10 Aug 2018 20:50:21 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}} 2018-08-10 20:50:21,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-ce1f7a0e-ba4f-44eb-bec8-f8ec10b70acc 2018-08-10 20:50:21,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.52366900444s 2018-08-10 20:50:21,888 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-ce1f7a0e-ba4f-44eb-bec8-f8ec10b70acc 2018-08-10 20:50:21,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:50:21,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:22,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-b0d694bd-64cc-4c91-8649-60bd62b85b71 Date: Fri, 10 Aug 2018 20:50:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:22,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-b0d694bd-64cc-4c91-8649-60bd62b85b71 2018-08-10 20:50:22,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.306615829468s 2018-08-10 20:50:22,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-b0d694bd-64cc-4c91-8649-60bd62b85b71 2018-08-10 20:50:22,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:50:22,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -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": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}}' 2018-08-10 20:50:22,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-353ad211-8cfc-49fb-9639-e125d73227f8 Date: Fri, 10 Aug 2018 20:50:22 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-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "port_range_min": 22, "revision_number": 0, "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:22Z", "project_id": "cba247ba9689480ab90535724a01f16a", "id": "057f6c52-9064-46bb-948d-ecd118a1f16f"}} 2018-08-10 20:50:22,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-353ad211-8cfc-49fb-9639-e125d73227f8 2018-08-10 20:50:22,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.475815057755s 2018-08-10 20:50:22,679 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-353ad211-8cfc-49fb-9639-e125d73227f8 2018-08-10 20:50:22,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:50:22,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:23,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-6c35b920-b2aa-4122-9baf-23eab8647233 Date: Fri, 10 Aug 2018 20:50:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:22Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:50:22Z", "revision_number": 0, "id": "057f6c52-9064-46bb-948d-ecd118a1f16f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 2, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:23,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-6c35b920-b2aa-4122-9baf-23eab8647233 2018-08-10 20:50:23,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.44397187233s 2018-08-10 20:50:23,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-6c35b920-b2aa-4122-9baf-23eab8647233 2018-08-10 20:50:23,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:50:23,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -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": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}}' 2018-08-10 20:50:23,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8460c0af-0e7c-46ba-8bc6-d06e07346741 Date: Fri, 10 Aug 2018 20:50:23 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-10T20:50:23Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "port_range_min": null, "revision_number": 0, "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:23Z", "project_id": "cba247ba9689480ab90535724a01f16a", "id": "6568ab85-fbbe-492b-ba62-c5b8c9f9c2fa"}} 2018-08-10 20:50:23,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-8460c0af-0e7c-46ba-8bc6-d06e07346741 2018-08-10 20:50:23,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.486135959625s 2018-08-10 20:50:23,617 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-8460c0af-0e7c-46ba-8bc6-d06e07346741 2018-08-10 20:50:23,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:50:23,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:23,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-22ef5258-cb36-4c18-a034-b0040449ab4c Date: Fri, 10 Aug 2018 20:50:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:50:22Z", "revision_number": 0, "id": "057f6c52-9064-46bb-948d-ecd118a1f16f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:23Z", "revision_number": 0, "id": "6568ab85-fbbe-492b-ba62-c5b8c9f9c2fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:23Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 3, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:23,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-22ef5258-cb36-4c18-a034-b0040449ab4c 2018-08-10 20:50:23,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.314234018326s 2018-08-10 20:50:23,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-22ef5258-cb36-4c18-a034-b0040449ab4c 2018-08-10 20:50:23,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:50:23,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}}' 2018-08-10 20:50:24,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0cc0021a-379e-459f-9a07-ffbdf1d110eb Date: Fri, 10 Aug 2018 20:50:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-10T20:50:24Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "port_range_min": 80, "revision_number": 0, "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:24Z", "project_id": "cba247ba9689480ab90535724a01f16a", "id": "44166cfd-dafc-47eb-b9bc-86c956cb488e"}} 2018-08-10 20:50:24,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-0cc0021a-379e-459f-9a07-ffbdf1d110eb 2018-08-10 20:50:24,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.468147993088s 2018-08-10 20:50:24,407 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-0cc0021a-379e-459f-9a07-ffbdf1d110eb 2018-08-10 20:50:24,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:50:24,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:24,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-67e4ebec-0c15-4f28-a8a6-cb28cde04aff Date: Fri, 10 Aug 2018 20:50:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:24Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:50:22Z", "revision_number": 0, "id": "057f6c52-9064-46bb-948d-ecd118a1f16f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:50:24Z", "revision_number": 0, "id": "44166cfd-dafc-47eb-b9bc-86c956cb488e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:24Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:23Z", "revision_number": 0, "id": "6568ab85-fbbe-492b-ba62-c5b8c9f9c2fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:23Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 4, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:24,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-67e4ebec-0c15-4f28-a8a6-cb28cde04aff 2018-08-10 20:50:24,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.347083806992s 2018-08-10 20:50:24,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-67e4ebec-0c15-4f28-a8a6-cb28cde04aff 2018-08-10 20:50:24,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:50:24,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}}' 2018-08-10 20:50:25,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-e2e8a0bb-d171-4161-a172-29356c8918b9 Date: Fri, 10 Aug 2018 20:50:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "port_range_min": 443, "revision_number": 0, "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:25Z", "project_id": "cba247ba9689480ab90535724a01f16a", "id": "d4315b67-a51a-4083-94ca-5de80b80942f"}} 2018-08-10 20:50:25,215 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-e2e8a0bb-d171-4161-a172-29356c8918b9 2018-08-10 20:50:25,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.453577041626s 2018-08-10 20:50:25,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-e2e8a0bb-d171-4161-a172-29356c8918b9 2018-08-10 20:50:25,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:50:25,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:25,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-7c1a930a-06a2-406d-aa2b-4ee344344dcc Date: Fri, 10 Aug 2018 20:50:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:50:22Z", "revision_number": 0, "id": "057f6c52-9064-46bb-948d-ecd118a1f16f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:50:24Z", "revision_number": 0, "id": "44166cfd-dafc-47eb-b9bc-86c956cb488e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:24Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:23Z", "revision_number": 0, "id": "6568ab85-fbbe-492b-ba62-c5b8c9f9c2fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:23Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:50:25Z", "revision_number": 0, "id": "d4315b67-a51a-4083-94ca-5de80b80942f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 5, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:25,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7c1a930a-06a2-406d-aa2b-4ee344344dcc 2018-08-10 20:50:25,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.327708005905s 2018-08-10 20:50:25,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7c1a930a-06a2-406d-aa2b-4ee344344dcc 2018-08-10 20:50:25,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:50:25,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}}' 2018-08-10 20:50:26,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-a04efb42-1089-471e-81b7-501f2d52d5cd Date: Fri, 10 Aug 2018 20:50:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "port_range_min": 5671, "revision_number": 0, "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:25Z", "project_id": "cba247ba9689480ab90535724a01f16a", "id": "3fb302b7-e649-48b2-8a5b-8be0abb56482"}} 2018-08-10 20:50:26,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-a04efb42-1089-471e-81b7-501f2d52d5cd 2018-08-10 20:50:26,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.51478099823s 2018-08-10 20:50:26,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-a04efb42-1089-471e-81b7-501f2d52d5cd 2018-08-10 20:50:26,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:50:26,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:26,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-51e97f9e-5217-46fc-907e-758251e9cb4c Date: Fri, 10 Aug 2018 20:50:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:25Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:50:22Z", "revision_number": 0, "id": "057f6c52-9064-46bb-948d-ecd118a1f16f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T20:50:25Z", "revision_number": 0, "id": "3fb302b7-e649-48b2-8a5b-8be0abb56482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:50:24Z", "revision_number": 0, "id": "44166cfd-dafc-47eb-b9bc-86c956cb488e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:24Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:23Z", "revision_number": 0, "id": "6568ab85-fbbe-492b-ba62-c5b8c9f9c2fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:23Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:50:25Z", "revision_number": 0, "id": "d4315b67-a51a-4083-94ca-5de80b80942f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 6, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:26,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-51e97f9e-5217-46fc-907e-758251e9cb4c 2018-08-10 20:50:26,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.305554151535s 2018-08-10 20:50:26,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-51e97f9e-5217-46fc-907e-758251e9cb4c 2018-08-10 20:50:26,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:50:26,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}}' 2018-08-10 20:50:26,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-8bc7bc30-6c75-40a1-9481-f9bbf06a1a3d Date: Fri, 10 Aug 2018 20:50:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-10T20:50:26Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "port_range_min": 53333, "revision_number": 0, "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:26Z", "project_id": "cba247ba9689480ab90535724a01f16a", "id": "1ce66ac7-03b1-45f7-995b-eb8ecb8431aa"}} 2018-08-10 20:50:26,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-8bc7bc30-6c75-40a1-9481-f9bbf06a1a3d 2018-08-10 20:50:26,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.458692073822s 2018-08-10 20:50:26,838 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-8bc7bc30-6c75-40a1-9481-f9bbf06a1a3d 2018-08-10 20:50:26,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:50:26,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:27,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-47943ce7-83d2-4814-8b2d-ccc6da4241f2 Date: Fri, 10 Aug 2018 20:50:27 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":["864d7fec-c17d-4281-b49f-c8dbe7602939"],"updated_at":"2018-08-10T20:48:53Z","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cba247ba9689480ab90535724a01f16a","id":"3037e17e-50d1-4970-9b27-f46eda484c83","name":"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 20:50:27,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-47943ce7-83d2-4814-8b2d-ccc6da4241f2 2018-08-10 20:50:27,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371913909912s 2018-08-10 20:50:27,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-47943ce7-83d2-4814-8b2d-ccc6da4241f2 2018-08-10 20:50:27,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:50:27,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:27,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-291c4b41-edf3-47d7-ab5c-28304e9d698c Date: Fri, 10 Aug 2018 20:50:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:50:20Z", "file": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file", "owner": "cba247ba9689480ab90535724a01f16a", "id": "0b42b71a-0391-4115-9681-bcbfa411723b", "size": 4373348352, "self": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:49:22Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:50:27,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-291c4b41-edf3-47d7-ab5c-28304e9d698c 2018-08-10 20:50:27,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.267091989517s 2018-08-10 20:50:27,484 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-291c4b41-edf3-47d7-ab5c-28304e9d698c 2018-08-10 20:50:27,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 20:50:27,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:27,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc8d6652-d67d-4a88-9266-7b0a1f320850 x-compute-request-id: req-dc8d6652-d67d-4a88-9266-7b0a1f320850 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121"}]} 2018-08-10 20:50:27,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-dc8d6652-d67d-4a88-9266-7b0a1f320850 2018-08-10 20:50:27,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238330364227s 2018-08-10 20:50:27,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-dc8d6652-d67d-4a88-9266-7b0a1f320850 2018-08-10 20:50:27,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 20:50:27,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"server": {"name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "imageRef": "0b42b71a-0391-4115-9681-bcbfa411723b", "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "flavorRef": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3037e17e-50d1-4970-9b27-f46eda484c83"}], "security_groups": [{"name": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}]}}' 2018-08-10 20:50:31,952 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cda1861-6528-41b4-9bed-5f8ee44ae0ef x-compute-request-id: req-2cda1861-6528-41b4-9bed-5f8ee44ae0ef Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e58f288b-519f-4de1-8e03-2cb14d4a459c"}], "OS-DCF:diskConfig": "MANUAL", "id": "420818b7-c458-4c59-aed8-37bad99884b3", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "adminPass": "6m5aeLVe26cF"}} 2018-08-10 20:50:31,952 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-2cda1861-6528-41b4-9bed-5f8ee44ae0ef 2018-08-10 20:50:31,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.44128799438s 2018-08-10 20:50:31,953 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-2cda1861-6528-41b4-9bed-5f8ee44ae0ef 2018-08-10 20:50:31,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:32,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cad608c-9872-4483-b536-936207f4536b x-compute-request-id: req-1cad608c-9872-4483-b536-936207f4536b Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:32,309 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1cad608c-9872-4483-b536-936207f4536b 2018-08-10 20:50:32,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355175018311s 2018-08-10 20:50:32,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1cad608c-9872-4483-b536-936207f4536b 2018-08-10 20:50:32,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:50:32,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:32,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-2156bcbc-52a8-4f52-ba27-30de55479202 Date: Fri, 10 Aug 2018 20:50:32 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":["864d7fec-c17d-4281-b49f-c8dbe7602939"],"updated_at":"2018-08-10T20:48:53Z","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cba247ba9689480ab90535724a01f16a","id":"3037e17e-50d1-4970-9b27-f46eda484c83","name":"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 20:50:32,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2156bcbc-52a8-4f52-ba27-30de55479202 2018-08-10 20:50:32,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102981090546s 2018-08-10 20:50:32,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-2156bcbc-52a8-4f52-ba27-30de55479202 2018-08-10 20:50:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 20:50:32,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:32,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-722b1375-61e8-49f0-9888-9e7bdaf9295c Date: Fri, 10 Aug 2018 20:50:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3037e17e-50d1-4970-9b27-f46eda484c83","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:48: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":"cba247ba9689480ab90535724a01f16a","id":"864d7fec-c17d-4281-b49f-c8dbe7602939","subnetpool_id":null,"name":"cloudify-subnet_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:50:32,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-722b1375-61e8-49f0-9888-9e7bdaf9295c 2018-08-10 20:50:32,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.226588964462s 2018-08-10 20:50:32,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-722b1375-61e8-49f0-9888-9e7bdaf9295c 2018-08-10 20:50:32,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:34,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:34,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:35,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-330c9098-1289-4634-959f-d0dcd9111618 x-compute-request-id: req-330c9098-1289-4634-959f-d0dcd9111618 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:34Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:35,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-330c9098-1289-4634-959f-d0dcd9111618 2018-08-10 20:50:35,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.487459897995s 2018-08-10 20:50:35,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-330c9098-1289-4634-959f-d0dcd9111618 2018-08-10 20:50:35,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:37,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:37,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07b5b3a4-f8ed-4f42-8e48-efb2903b3620 x-compute-request-id: req-07b5b3a4-f8ed-4f42-8e48-efb2903b3620 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:37,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-07b5b3a4-f8ed-4f42-8e48-efb2903b3620 2018-08-10 20:50:37,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.767011880875s 2018-08-10 20:50:37,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-07b5b3a4-f8ed-4f42-8e48-efb2903b3620 2018-08-10 20:50:37,917 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:39,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:39,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:41,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3923c1a6-654d-47c7-9c33-47c2442b4842 x-compute-request-id: req-3923c1a6-654d-47c7-9c33-47c2442b4842 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:41,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3923c1a6-654d-47c7-9c33-47c2442b4842 2018-08-10 20:50:41,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11240291595s 2018-08-10 20:50:41,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3923c1a6-654d-47c7-9c33-47c2442b4842 2018-08-10 20:50:41,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:43,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:43,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:43,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94e4e952-5725-4a5b-a0ab-a2c0cf60c41d x-compute-request-id: req-94e4e952-5725-4a5b-a0ab-a2c0cf60c41d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:43,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-94e4e952-5725-4a5b-a0ab-a2c0cf60c41d 2018-08-10 20:50:43,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.902993917465s 2018-08-10 20:50:43,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-94e4e952-5725-4a5b-a0ab-a2c0cf60c41d 2018-08-10 20:50:43,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:45,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:45,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:47,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bd650d3-ee04-4c1c-aecc-df08c71c30cb x-compute-request-id: req-6bd650d3-ee04-4c1c-aecc-df08c71c30cb Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:47,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6bd650d3-ee04-4c1c-aecc-df08c71c30cb 2018-08-10 20:50:47,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05123400688s 2018-08-10 20:50:47,001 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6bd650d3-ee04-4c1c-aecc-df08c71c30cb 2018-08-10 20:50:47,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:49,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:49,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:50,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff462747-192d-43b4-95cd-84d14bf68569 x-compute-request-id: req-ff462747-192d-43b4-95cd-84d14bf68569 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:50,442 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ff462747-192d-43b4-95cd-84d14bf68569 2018-08-10 20:50:50,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43471884727s 2018-08-10 20:50:50,443 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ff462747-192d-43b4-95cd-84d14bf68569 2018-08-10 20:50:50,447 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:52,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:52,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50: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-aade665a-b179-4a1e-8d2f-a6f5c4ddaa22 x-compute-request-id: req-aade665a-b179-4a1e-8d2f-a6f5c4ddaa22 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:52,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aade665a-b179-4a1e-8d2f-a6f5c4ddaa22 2018-08-10 20:50:52,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449747085571s 2018-08-10 20:50:52,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aade665a-b179-4a1e-8d2f-a6f5c4ddaa22 2018-08-10 20:50:52,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:54,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:54,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:55,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50: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-13b4ed6e-30de-49f7-9025-81ab3f460b04 x-compute-request-id: req-13b4ed6e-30de-49f7-9025-81ab3f460b04 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:55,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-13b4ed6e-30de-49f7-9025-81ab3f460b04 2018-08-10 20:50:55,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730835199356s 2018-08-10 20:50:55,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-13b4ed6e-30de-49f7-9025-81ab3f460b04 2018-08-10 20:50:55,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:50:57,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:50:57,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:50:58,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9c510c2-4ae9-4c70-a2d4-b3c64f68ce83 x-compute-request-id: req-a9c510c2-4ae9-4c70-a2d4-b3c64f68ce83 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:50:58,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a9c510c2-4ae9-4c70-a2d4-b3c64f68ce83 2018-08-10 20:50:58,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20912718773s 2018-08-10 20:50:58,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a9c510c2-4ae9-4c70-a2d4-b3c64f68ce83 2018-08-10 20:50:58,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:00,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:00,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:01,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-131c98a5-837f-48fd-bc3d-2c03c30eb103 x-compute-request-id: req-131c98a5-837f-48fd-bc3d-2c03c30eb103 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:01,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-131c98a5-837f-48fd-bc3d-2c03c30eb103 2018-08-10 20:51:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999203920364s 2018-08-10 20:51:01,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-131c98a5-837f-48fd-bc3d-2c03c30eb103 2018-08-10 20:51:01,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:03,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:03,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:04,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61534303-a6dd-4e73-bb35-8bd2d522d72f x-compute-request-id: req-61534303-a6dd-4e73-bb35-8bd2d522d72f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:04,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-61534303-a6dd-4e73-bb35-8bd2d522d72f 2018-08-10 20:51:04,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721450805664s 2018-08-10 20:51:04,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-61534303-a6dd-4e73-bb35-8bd2d522d72f 2018-08-10 20:51:04,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:06,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:06,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:07,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5a1dd1f-4307-413e-8bab-f3336d8c93e7 x-compute-request-id: req-a5a1dd1f-4307-413e-8bab-f3336d8c93e7 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:07,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a5a1dd1f-4307-413e-8bab-f3336d8c93e7 2018-08-10 20:51:07,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21726894379s 2018-08-10 20:51:07,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a5a1dd1f-4307-413e-8bab-f3336d8c93e7 2018-08-10 20:51:07,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:09,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:09,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:10,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41f852bd-6381-4eed-aad5-357669888c1d x-compute-request-id: req-41f852bd-6381-4eed-aad5-357669888c1d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:10,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-41f852bd-6381-4eed-aad5-357669888c1d 2018-08-10 20:51:10,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13236308098s 2018-08-10 20:51:10,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-41f852bd-6381-4eed-aad5-357669888c1d 2018-08-10 20:51:10,954 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:12,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:12,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:14,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40450979-dd46-446d-8bf4-bbe467250d62 x-compute-request-id: req-40450979-dd46-446d-8bf4-bbe467250d62 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:14,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-40450979-dd46-446d-8bf4-bbe467250d62 2018-08-10 20:51:14,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32546615601s 2018-08-10 20:51:14,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-40450979-dd46-446d-8bf4-bbe467250d62 2018-08-10 20:51:14,287 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:16,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:16,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:17,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51: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-7291c61c-91af-45f4-a29d-b68989fce41f x-compute-request-id: req-7291c61c-91af-45f4-a29d-b68989fce41f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:17,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7291c61c-91af-45f4-a29d-b68989fce41f 2018-08-10 20:51:17,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.91054391861s 2018-08-10 20:51:17,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7291c61c-91af-45f4-a29d-b68989fce41f 2018-08-10 20:51:17,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:19,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:19,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:20,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59f36fd2-57cd-4be4-a7eb-22036734e846 x-compute-request-id: req-59f36fd2-57cd-4be4-a7eb-22036734e846 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:20,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-59f36fd2-57cd-4be4-a7eb-22036734e846 2018-08-10 20:51:20,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32893395424s 2018-08-10 20:51:20,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-59f36fd2-57cd-4be4-a7eb-22036734e846 2018-08-10 20:51:20,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:22,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:22,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:23,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9581b91f-244c-4133-95f6-2b39c9c3b56a x-compute-request-id: req-9581b91f-244c-4133-95f6-2b39c9c3b56a Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:23,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9581b91f-244c-4133-95f6-2b39c9c3b56a 2018-08-10 20:51:23,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.545478105545s 2018-08-10 20:51:23,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9581b91f-244c-4133-95f6-2b39c9c3b56a 2018-08-10 20:51:23,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:25,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:25,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:26,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff4ae303-d2fa-4b02-bbb1-d9918f90d06c x-compute-request-id: req-ff4ae303-d2fa-4b02-bbb1-d9918f90d06c Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:26,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ff4ae303-d2fa-4b02-bbb1-d9918f90d06c 2018-08-10 20:51:26,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.976557970047s 2018-08-10 20:51:26,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ff4ae303-d2fa-4b02-bbb1-d9918f90d06c 2018-08-10 20:51:26,075 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:28,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:28,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:28,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7970d97-baae-4285-993c-8621d28bc2a3 x-compute-request-id: req-e7970d97-baae-4285-993c-8621d28bc2a3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:28,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e7970d97-baae-4285-993c-8621d28bc2a3 2018-08-10 20:51:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632634162903s 2018-08-10 20:51:28,711 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e7970d97-baae-4285-993c-8621d28bc2a3 2018-08-10 20:51:28,715 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:30,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:30,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:31,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-785d8222-9d77-476c-9c83-3a321a603915 x-compute-request-id: req-785d8222-9d77-476c-9c83-3a321a603915 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:31,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-785d8222-9d77-476c-9c83-3a321a603915 2018-08-10 20:51:31,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754578113556s 2018-08-10 20:51:31,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-785d8222-9d77-476c-9c83-3a321a603915 2018-08-10 20:51:31,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:33,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:33,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:34,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51: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-b3faf189-2e6c-4080-9942-136cf22bc882 x-compute-request-id: req-b3faf189-2e6c-4080-9942-136cf22bc882 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:34,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b3faf189-2e6c-4080-9942-136cf22bc882 2018-08-10 20:51:34,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03451800346s 2018-08-10 20:51:34,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b3faf189-2e6c-4080-9942-136cf22bc882 2018-08-10 20:51:34,518 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:36,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:36,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:37,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51: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-a893ea68-7ede-4639-b0ae-9ec90d8dbf32 x-compute-request-id: req-a893ea68-7ede-4639-b0ae-9ec90d8dbf32 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:37,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a893ea68-7ede-4639-b0ae-9ec90d8dbf32 2018-08-10 20:51:37,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728441953659s 2018-08-10 20:51:37,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a893ea68-7ede-4639-b0ae-9ec90d8dbf32 2018-08-10 20:51:37,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:39,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:39,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e1dacd8-5e6d-4fd1-a7b6-591fb0947696 x-compute-request-id: req-3e1dacd8-5e6d-4fd1-a7b6-591fb0947696 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:39,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3e1dacd8-5e6d-4fd1-a7b6-591fb0947696 2018-08-10 20:51:39,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634229898453s 2018-08-10 20:51:39,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3e1dacd8-5e6d-4fd1-a7b6-591fb0947696 2018-08-10 20:51:39,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:41,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:41,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:42,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea3eed67-c1e0-48cf-b577-1bb84b43ed10 x-compute-request-id: req-ea3eed67-c1e0-48cf-b577-1bb84b43ed10 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:42,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ea3eed67-c1e0-48cf-b577-1bb84b43ed10 2018-08-10 20:51:42,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727741003036s 2018-08-10 20:51:42,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ea3eed67-c1e0-48cf-b577-1bb84b43ed10 2018-08-10 20:51:42,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:44,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:44,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:46,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09f59efc-1141-423c-861d-065a798ca2cb x-compute-request-id: req-09f59efc-1141-423c-861d-065a798ca2cb Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:46,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-09f59efc-1141-423c-861d-065a798ca2cb 2018-08-10 20:51:46,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43321084976s 2018-08-10 20:51:46,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-09f59efc-1141-423c-861d-065a798ca2cb 2018-08-10 20:51:46,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:48,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:48,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:48,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e31d7fa-75d4-4e69-acd6-059a0bb9d39f x-compute-request-id: req-4e31d7fa-75d4-4e69-acd6-059a0bb9d39f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:48,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4e31d7fa-75d4-4e69-acd6-059a0bb9d39f 2018-08-10 20:51:48,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.816949129105s 2018-08-10 20:51:48,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4e31d7fa-75d4-4e69-acd6-059a0bb9d39f 2018-08-10 20:51:48,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:50,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:50,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:51,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de51c936-ff39-4264-8ae4-9b872c424e1d x-compute-request-id: req-de51c936-ff39-4264-8ae4-9b872c424e1d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:51,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-de51c936-ff39-4264-8ae4-9b872c424e1d 2018-08-10 20:51:51,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.933931827545s 2018-08-10 20:51:51,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-de51c936-ff39-4264-8ae4-9b872c424e1d 2018-08-10 20:51:51,834 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:53,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:54,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa3f15f7-aca3-46da-bab3-e83b44a3c9ca x-compute-request-id: req-aa3f15f7-aca3-46da-bab3-e83b44a3c9ca Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:54,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aa3f15f7-aca3-46da-bab3-e83b44a3c9ca 2018-08-10 20:51:54,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66269493103s 2018-08-10 20:51:54,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aa3f15f7-aca3-46da-bab3-e83b44a3c9ca 2018-08-10 20:51:54,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:56,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:56,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:51:57,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13587601-283c-407c-b2f4-fd9d2dd19fd1 x-compute-request-id: req-13587601-283c-407c-b2f4-fd9d2dd19fd1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:51:57,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-13587601-283c-407c-b2f4-fd9d2dd19fd1 2018-08-10 20:51:57,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4345870018s 2018-08-10 20:51:57,942 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-13587601-283c-407c-b2f4-fd9d2dd19fd1 2018-08-10 20:51:57,946 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:51:59,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:51:59,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:00,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-819fe8e7-db55-49ef-bf01-0a3666ddf321 x-compute-request-id: req-819fe8e7-db55-49ef-bf01-0a3666ddf321 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:00,595 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-819fe8e7-db55-49ef-bf01-0a3666ddf321 2018-08-10 20:52:00,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646689176559s 2018-08-10 20:52:00,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-819fe8e7-db55-49ef-bf01-0a3666ddf321 2018-08-10 20:52:00,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:02,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:02,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:03,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0296f207-01c0-48aa-8f1c-f8be6ebfdc83 x-compute-request-id: req-0296f207-01c0-48aa-8f1c-f8be6ebfdc83 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:03,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0296f207-01c0-48aa-8f1c-f8be6ebfdc83 2018-08-10 20:52:03,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641887903214s 2018-08-10 20:52:03,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0296f207-01c0-48aa-8f1c-f8be6ebfdc83 2018-08-10 20:52:03,249 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:05,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:05,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:05,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-154b91c9-d878-4d53-8b2e-2724852afc1b x-compute-request-id: req-154b91c9-d878-4d53-8b2e-2724852afc1b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:05,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-154b91c9-d878-4d53-8b2e-2724852afc1b 2018-08-10 20:52:05,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642472028732s 2018-08-10 20:52:05,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-154b91c9-d878-4d53-8b2e-2724852afc1b 2018-08-10 20:52:05,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:07,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:07,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:08,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f96e89ed-4831-4cf8-a19d-e0330cffca28 x-compute-request-id: req-f96e89ed-4831-4cf8-a19d-e0330cffca28 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:08,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f96e89ed-4831-4cf8-a19d-e0330cffca28 2018-08-10 20:52:08,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.897423028946s 2018-08-10 20:52:08,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f96e89ed-4831-4cf8-a19d-e0330cffca28 2018-08-10 20:52:08,803 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:10,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:11,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0e5903b-c1ef-47d9-baf5-fd77bf72217e x-compute-request-id: req-a0e5903b-c1ef-47d9-baf5-fd77bf72217e Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:11,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a0e5903b-c1ef-47d9-baf5-fd77bf72217e 2018-08-10 20:52:11,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654935121536s 2018-08-10 20:52:11,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a0e5903b-c1ef-47d9-baf5-fd77bf72217e 2018-08-10 20:52:11,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:13,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:13,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:14,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a18473c-8174-471c-ae04-753f1a8ddb90 x-compute-request-id: req-6a18473c-8174-471c-ae04-753f1a8ddb90 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:14,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6a18473c-8174-471c-ae04-753f1a8ddb90 2018-08-10 20:52:14,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794496059418s 2018-08-10 20:52:14,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6a18473c-8174-471c-ae04-753f1a8ddb90 2018-08-10 20:52:14,266 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:16,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:16,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:17,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52: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-8ada0a0a-e990-4f20-8e69-369d5bb195bb x-compute-request-id: req-8ada0a0a-e990-4f20-8e69-369d5bb195bb Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:17,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8ada0a0a-e990-4f20-8e69-369d5bb195bb 2018-08-10 20:52:17,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09565401077s 2018-08-10 20:52:17,364 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8ada0a0a-e990-4f20-8e69-369d5bb195bb 2018-08-10 20:52:17,368 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:19,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:19,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:20,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afbea3b6-52b2-44fe-9db2-9efe86eafb1b x-compute-request-id: req-afbea3b6-52b2-44fe-9db2-9efe86eafb1b Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:20,576 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-afbea3b6-52b2-44fe-9db2-9efe86eafb1b 2018-08-10 20:52:20,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20447087288s 2018-08-10 20:52:20,576 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-afbea3b6-52b2-44fe-9db2-9efe86eafb1b 2018-08-10 20:52:20,580 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:22,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:23,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-435eccee-60f7-4298-82c3-cb63a204e0c6 x-compute-request-id: req-435eccee-60f7-4298-82c3-cb63a204e0c6 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:23,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-435eccee-60f7-4298-82c3-cb63a204e0c6 2018-08-10 20:52:23,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710650205612s 2018-08-10 20:52:23,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-435eccee-60f7-4298-82c3-cb63a204e0c6 2018-08-10 20:52:23,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:25,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:26,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d47d2ea7-a6f8-4244-ae20-2aeb14a87208 x-compute-request-id: req-d47d2ea7-a6f8-4244-ae20-2aeb14a87208 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:26,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d47d2ea7-a6f8-4244-ae20-2aeb14a87208 2018-08-10 20:52:26,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718316078186s 2018-08-10 20:52:26,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d47d2ea7-a6f8-4244-ae20-2aeb14a87208 2018-08-10 20:52:26,022 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:28,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:28,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:28,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85d51512-fe6e-486f-b1d1-dd1e4f65bc30 x-compute-request-id: req-85d51512-fe6e-486f-b1d1-dd1e4f65bc30 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:28,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-85d51512-fe6e-486f-b1d1-dd1e4f65bc30 2018-08-10 20:52:28,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17941904068s 2018-08-10 20:52:28,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-85d51512-fe6e-486f-b1d1-dd1e4f65bc30 2018-08-10 20:52:28,209 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:30,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:30,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:30,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e901ab1-fe13-4221-b698-6eb6042cad52 x-compute-request-id: req-8e901ab1-fe13-4221-b698-6eb6042cad52 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:30,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8e901ab1-fe13-4221-b698-6eb6042cad52 2018-08-10 20:52:30,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731872081757s 2018-08-10 20:52:30,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8e901ab1-fe13-4221-b698-6eb6042cad52 2018-08-10 20:52:30,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:32,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:33,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52: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-fec5d681-3f60-43ba-8b7a-2ab17fb7e3b2 x-compute-request-id: req-fec5d681-3f60-43ba-8b7a-2ab17fb7e3b2 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:33,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fec5d681-3f60-43ba-8b7a-2ab17fb7e3b2 2018-08-10 20:52:33,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46947312355s 2018-08-10 20:52:33,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fec5d681-3f60-43ba-8b7a-2ab17fb7e3b2 2018-08-10 20:52:33,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:35,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:36,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aefa99a7-95fe-4d4e-af35-1cf2cea3e39f x-compute-request-id: req-aefa99a7-95fe-4d4e-af35-1cf2cea3e39f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:36,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aefa99a7-95fe-4d4e-af35-1cf2cea3e39f 2018-08-10 20:52:36,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714016914368s 2018-08-10 20:52:36,141 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-aefa99a7-95fe-4d4e-af35-1cf2cea3e39f 2018-08-10 20:52:36,145 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:38,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:38,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:38,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db16d48c-5bfa-4331-a43d-8c57a504eeb6 x-compute-request-id: req-db16d48c-5bfa-4331-a43d-8c57a504eeb6 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:38,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-db16d48c-5bfa-4331-a43d-8c57a504eeb6 2018-08-10 20:52:38,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730031013489s 2018-08-10 20:52:38,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-db16d48c-5bfa-4331-a43d-8c57a504eeb6 2018-08-10 20:52:38,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:40,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:40,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:42,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39ed5e11-ace2-43db-a0f3-2f49ff6cdce3 x-compute-request-id: req-39ed5e11-ace2-43db-a0f3-2f49ff6cdce3 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:42,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-39ed5e11-ace2-43db-a0f3-2f49ff6cdce3 2018-08-10 20:52:42,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15512704849s 2018-08-10 20:52:42,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-39ed5e11-ace2-43db-a0f3-2f49ff6cdce3 2018-08-10 20:52:42,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:44,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:44,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:44,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39ad2250-0f15-4073-a601-a4a0d0031e3f x-compute-request-id: req-39ad2250-0f15-4073-a601-a4a0d0031e3f Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:44,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-39ad2250-0f15-4073-a601-a4a0d0031e3f 2018-08-10 20:52:44,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742463111877s 2018-08-10 20:52:44,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-39ad2250-0f15-4073-a601-a4a0d0031e3f 2018-08-10 20:52:44,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:46,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:47,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c03516e0-2e7e-4e0d-adc7-d110aa2a726d x-compute-request-id: req-c03516e0-2e7e-4e0d-adc7-d110aa2a726d Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:50:35Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:47,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c03516e0-2e7e-4e0d-adc7-d110aa2a726d 2018-08-10 20:52:47,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.867694854736s 2018-08-10 20:52:47,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c03516e0-2e7e-4e0d-adc7-d110aa2a726d 2018-08-10 20:52:47,668 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:52:49,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:52:49,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:50,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6305d3e1-6c27-44cf-8a57-56f747229047 x-compute-request-id: req-6305d3e1-6c27-44cf-8a57-56f747229047 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:6a:f1", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T20:52:49.000000", "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T20:52:49Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:52:50,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6305d3e1-6c27-44cf-8a57-56f747229047 2018-08-10 20:52:50,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702501058578s 2018-08-10 20:52:50,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6305d3e1-6c27-44cf-8a57-56f747229047 2018-08-10 20:52:50,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 20:52:50,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=420818b7-c458-4c59-aed8-37bad99884b3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:50,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-78d03d57-415d-4fad-8332-900ccf1ba0b8 Date: Fri, 10 Aug 2018 20:52:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3037e17e-50d1-4970-9b27-f46eda484c83","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:50:35Z","admin_state_up":true,"updated_at":"2018-08-10T20:52:48Z","binding:vnic_type":"normal","device_id":"420818b7-c458-4c59-aed8-37bad99884b3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:75:6a:f1","id":"b093e8a6-46c1-46c4-96f2-59268e35522e","port_security_enabled":true,"project_id":"cba247ba9689480ab90535724a01f16a","fixed_ips":[{"subnet_id":"864d7fec-c17d-4281-b49f-c8dbe7602939","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["e58f288b-519f-4de1-8e03-2cb14d4a459c"],"name":""}]} 2018-08-10 20:52:50,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=420818b7-c458-4c59-aed8-37bad99884b3 used request id req-78d03d57-415d-4fad-8332-900ccf1ba0b8 2018-08-10 20:52:50,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0502710342407s 2018-08-10 20:52:50,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=420818b7-c458-4c59-aed8-37bad99884b3 used request id req-78d03d57-415d-4fad-8332-900ccf1ba0b8 2018-08-10 20:52:50,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 20:52:50,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=b093e8a6-46c1-46c4-96f2-59268e35522e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:50,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2ce7d236-aadb-4b2d-98d5-e25e3ab0eabc Date: Fri, 10 Aug 2018 20:52:50 GMT RESP BODY: {"floatingips": []} 2018-08-10 20:52:50,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=b093e8a6-46c1-46c4-96f2-59268e35522e used request id req-2ce7d236-aadb-4b2d-98d5-e25e3ab0eabc 2018-08-10 20:52:50,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.268453121185s 2018-08-10 20:52:50,702 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=b093e8a6-46c1-46c4-96f2-59268e35522e used request id req-2ce7d236-aadb-4b2d-98d5-e25e3ab0eabc 2018-08-10 20:52:50,703 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:6a:f1', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0b42b71a-0391-4115-9681-bcbfa411723b'}), 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-10T20:52:49.000000', 'flavor': Munch({u'id': u'd40a3694-86af-4fe9-8d4a-c072ed7fb121'}), 'az': u'nova', 'id': u'420818b7-c458-4c59-aed8-37bad99884b3', 'security_groups': [Munch({u'name': u'cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5cd5c74b39634c17a323beb1c37c9ba3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cba247ba9689480ab90535724a01f16a', 'name': 'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46', '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-10T20:52:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T20:52:49Z', 'hostId': u'669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3', '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-10T20:52:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cba247ba9689480ab90535724a01f16a', 'name': u'cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'adminPass': u'6m5aeLVe26cF', 'tenant_id': u'cba247ba9689480ab90535724a01f16a', 'created_at': u'2018-08-10T20:50:31Z', 'created': u'2018-08-10T20:50:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 20:52:50,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:52:50,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:50,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-ccc7fbd5-c141-4dcb-bf5f-ab06e361c4dc Date: Fri, 10 Aug 2018 20:52:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["864d7fec-c17d-4281-b49f-c8dbe7602939"],"updated_at":"2018-08-10T20:48:53Z","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cba247ba9689480ab90535724a01f16a","id":"3037e17e-50d1-4970-9b27-f46eda484c83","name":"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 20:52:50,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ccc7fbd5-c141-4dcb-bf5f-ab06e361c4dc 2018-08-10 20:52:50,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0952930450439s 2018-08-10 20:52:50,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-ccc7fbd5-c141-4dcb-bf5f-ab06e361c4dc 2018-08-10 20:52:50,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 20:52:50,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=420818b7-c458-4c59-aed8-37bad99884b3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:50,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b25a5c8d-0efb-4ea7-9a01-5c05e4741dfa Date: Fri, 10 Aug 2018 20:52:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3037e17e-50d1-4970-9b27-f46eda484c83","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:50:35Z","admin_state_up":true,"updated_at":"2018-08-10T20:52:48Z","binding:vnic_type":"normal","device_id":"420818b7-c458-4c59-aed8-37bad99884b3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:75:6a:f1","id":"b093e8a6-46c1-46c4-96f2-59268e35522e","port_security_enabled":true,"project_id":"cba247ba9689480ab90535724a01f16a","fixed_ips":[{"subnet_id":"864d7fec-c17d-4281-b49f-c8dbe7602939","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["e58f288b-519f-4de1-8e03-2cb14d4a459c"],"name":""}]} 2018-08-10 20:52:50,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=420818b7-c458-4c59-aed8-37bad99884b3 used request id req-b25a5c8d-0efb-4ea7-9a01-5c05e4741dfa 2018-08-10 20:52:50,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0625591278076s 2018-08-10 20:52:50,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=420818b7-c458-4c59-aed8-37bad99884b3 used request id req-b25a5c8d-0efb-4ea7-9a01-5c05e4741dfa 2018-08-10 20:52:50,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 20:52:50,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.14", "port_id": "b093e8a6-46c1-46c4-96f2-59268e35522e"}}' 2018-08-10 20:52:53,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-cc6c6b83-a42f-40e4-bd12-8b2f64e4d7d2 Date: Fri, 10 Aug 2018 20:52:53 GMT RESP BODY: {"floatingip": {"router_id": "c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T20:52:51Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "b093e8a6-46c1-46c4-96f2-59268e35522e", "id": "d74b6503-7310-4420-9f49-bca3caab052c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:52:51Z", "project_id": "cba247ba9689480ab90535724a01f16a"}} 2018-08-10 20:52:53,015 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-cc6c6b83-a42f-40e4-bd12-8b2f64e4d7d2 2018-08-10 20:52:53,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.14814591408s 2018-08-10 20:52:53,016 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-cc6c6b83-a42f-40e4-bd12-8b2f64e4d7d2 2018-08-10 20:52:53,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 20:52:53,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:52:53,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ea4ca02d-e815-43e3-9a2e-689677d7c3f2 Date: Fri, 10 Aug 2018 20:52:53 GMT RESP BODY: {"floatingips": [{"router_id": "c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T20:52:51Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "b093e8a6-46c1-46c4-96f2-59268e35522e", "id": "d74b6503-7310-4420-9f49-bca3caab052c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:52:51Z", "project_id": "cba247ba9689480ab90535724a01f16a"}]} 2018-08-10 20:52:53,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-ea4ca02d-e815-43e3-9a2e-689677d7c3f2 2018-08-10 20:52:53,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.069806098938s 2018-08-10 20:52:53,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-ea4ca02d-e815-43e3-9a2e-689677d7c3f2 2018-08-10 20:52:53,097 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'cba247ba9689480ab90535724a01f16a', 'created_at': u'2018-08-10T20:52:51Z', 'attached': True, 'updated_at': u'2018-08-10T20:52:51Z', 'id': u'd74b6503-7310-4420-9f49-bca3caab052c', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cba247ba9689480ab90535724a01f16a', 'name': 'cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2', 'project_id': u'cba247ba9689480ab90535724a01f16a', 'port_id': u'b093e8a6-46c1-46c4-96f2-59268e35522e', 'port': u'b093e8a6-46c1-46c4-96f2-59268e35522e', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 20:52:53,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:52:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:52:53,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:52: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-3ee85186-2db7-4761-9ed6-2e764fdf4028 x-compute-request-id: req-3ee85186-2db7-4761-9ed6-2e764fdf4028 Content-Encoding: gzip Content-Length: 9189 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1942696508 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.312413] pid_max: default: 32768 minimum: 301\n[ 0.313609] Security Framework initialized\n[ 0.314715] SELinux: Initializing.\n[ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.323432] Mount-cache hash table entries: 4096\n[ 0.324846] Initializing cgroup subsys memory\n[ 0.326010] Initializing cgroup subsys devices\n[ 0.327159] Initializing cgroup subsys freezer\n[ 0.328302] Initializing cgroup subsys net_cls\n[ 0.329459] Initializing cgroup subsys blkio\n[ 0.330582] Initializing cgroup subsys perf_event\n[ 0.331773] Initializing cgroup subsys hugetlb\n[ 0.332944] Initializing cgroup subsys pids\n[ 0.334049] Initializing cgroup subsys net_prio\n[ 0.335275] CPU: Physical Processor ID: 0\n[ 0.337067] mce: CPU supports 10 MCE banks\n[ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.340744] tlb_flushall_shift: 6\n[ 0.341944] Freeing SMP alternatives: 28k freed\n[ 0.345696] ACPI: Core revision 20130517\n[ 0.347210] ACPI: All ACPI Tables successfully acquired\n[ 0.348651] ftrace: allocating 25812 entries in 101 pages\n[ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372729] smpboot: Max logical packages: 2\n[ 0.374029] Enabling x2apic\n[ 0.374927] Enabled x2apic\n[ 0.376004] Switched APIC routing to physical x2apic.\n[ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.391981] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415400] Brought up 2 CPUs\n[ 0.415403] KVM setup async PF for cpu 1\n[ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420585] devtmpfs: initialized\n[ 0.423149] EVM: security.selinux\n[ 0.424119] EVM: security.ima\n[ 0.425027] EVM: security.capability\n[ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428151] pinctrl core: initialized pinctrl subsystem\n[ 0.429520] NET: Registered protocol family 16\n[ 0.430841] ACPI: bus type PCI registered\n[ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433421] PCI: Using configuration type 1 for base access\n[ 0.438079] ACPI: Added _OSI(Module Device)\n[ 0.439206] ACPI: Added _OSI(Processor Device)\n[ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441521] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443855] ACPI: Interpreter enabled\n[ 0.444903] ACPI: (supports S0 S5)\n[ 0.445885] ACPI: Using IOAPIC for interrupt routing\n[ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461459] acpiphp: Slot [3] registered\n[ 0.462882] acpiphp: Slot [4] registered\n[ 0.464313] acpiphp: Slot [5] registered\n[ 0.465729] acpiphp: Slot [6] registered\n[ 0.467154] acpiphp: Slot [7] registered\n[ 0.468565] acpiphp: Slot [8] registered\n[ 0.469996] acpiphp: Slot [9] registered\n[ 0.471407] acpiphp: Slot [10] registered\n[ 0.472838] acpiphp: Slot [11] registered\n[ 0.474266] acpiphp: Slot [12] registered\n[ 0.475719] acpiphp: Slot [13] registered\n[ 0.477163] acpiphp: Slot [14] registered\n[ 0.478590] acpiphp: Slot [15] registered\n[ 0.480044] acpiphp: Slot [16] registered\n[ 0.481489] acpiphp: Slot [17] registered\n[ 0.482934] acpiphp: Slot [18] registered\n[ 0.484379] acpiphp: Slot [19] registered\n[ 0.485822] acpiphp: Slot [20] registered\n[ 0.487268] acpiphp: Slot [21] registered\n[ 0.488698] acpiphp: Slot [22] registered\n[ 0.490135] acpiphp: Slot [23] registered\n[ 0.491547] acpiphp: Slot [24] registered\n[ 0.492973] acpiphp: Slot [25] registered\n[ 0.494457] acpiphp: Slot [26] registered\n[ 0.495898] acpiphp: Slot [27] registered\n[ 0.497327] acpiphp: Slot [28] registered\n[ 0.498772] acpiphp: Slot [29] registered\n[ 0.500200] acpiphp: Slot [30] registered\n[ 0.501641] acpiphp: Slot [31] registered\n[ 0.503083] PCI host bridge to bus 0000:00\n[ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571435] vgaarb: loaded\n[ 0.572549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574442] SCSI subsystem initialized\n[ 0.575841] ACPI: bus type USB registered\n[ 0.577305] usbcore: registered new interface driver usbfs\n[ 0.579114] usbcore: registered new interface driver hub\n[ 0.580886] usbcore: registered new device driver usb\n[ 0.582741] PCI: Using ACPI for IRQ routing\n[ 0.584522] NetLabel: Initializing\n[ 0.585817] NetLabel: domain hash size = 128\n[ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589027] NetLabel: unlabeled traffic allowed by default\n[ 0.590952] Switched to clocksource kvm-clock\n[ 0.599131] pnp: PnP ACPI init\n[ 0.600354] ACPI: bus type PNP registered\n[ 0.602136] pnp: PnP ACPI: found 5 devices\n[ 0.603592] ACPI: bus type PNP unregistered\n[ 0.611442] NET: Registered protocol family 2\n[ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618409] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.620545] TCP: reno registered\n[ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.625848] NET: Registered protocol family 1\n[ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671982] Unpacking initramfs...\n[ 1.109684] Freeing initrd memory: 37508k freed\n[ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.128681] Initialise system trusted keyring\n[ 1.129869] audit: initializing netlink socket (disabled)\n[ 1.131530] type=2000 audit(1533934371.811:1): initialized\n[ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.153146] zpool: loaded\n[ 1.154223] zbud: loaded\n[ 1.155468] VFS: Disk quotas dquot_6.5.2\n[ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158965] msgmni has been set to 7578\n[ 1.160382] Key type big_key registered\n[ 1.162457] NET: Registered protocol family 38\n[ 1.163956] Key type asymmetric registered\n[ 1.165349] Asymmetric key parser 'x509' registered\n[ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.169476] io scheduler noop registered\n[ 1.170897] io scheduler deadline registered (default)\n[ 1.182421] io scheduler cfq registered\n[ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190137] ACPI: Power Button [PWRF]\n[ 1.191580] GHES: HEST is not enabled!\n[ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219794] Non-volatile memory driver v1.3\n[ 1.221234] Linux agpgart interface v0.103\n[ 1.222773] crash memory driver: version 1.1\n[ 1.224260] rdac: device handler registered\n[ 1.225743] hp_sw: device handler registered\n[ 1.227175] emc: device handler registered\n[ 1.228564] alua: device handler registered\n[ 1.229959] libphy: Fixed MDIO Bus: probed\n[ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.233347] ehci-pci: EHCI PCI platform driver\n[ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.236570] ohci-pci: OHCI PCI platform driver\n[ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.269910] usb usb1: Product: UHCI Host Controller\n[ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.273520] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.275099] hub 1-0:1.0: USB hub found\n[ 1.276425] hub 1-0:1.0: 2 ports detected\n[ 1.277956] usbcore: registered new interface driver usbserial\n[ 1.279724] usbcore: registered new interface driver usbserial_generic\n[ 1.281672] usbserial: USB Serial support registered for generic\n[ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.289944] mousedev: PS/2 mouse device common for all mice\n[ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.298091] rtc_cmos 00:00: RTC can wake from S4\n[ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.303665] cpuidle: using governor menu\n[ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.308721] usbcore: registered new interface driver usbhid\n[ 1.310055] usbhid: USB HID core driver\n[ 1.311146] drop_monitor: Initializing network drop monitor service\n[ 1.312618] TCP: cubic registered\n[ 1.313592] Initializing XFRM netlink socket\n[ 1.314786] NET: Registered protocol family 10\n[ 1.316160] NET: Registered protocol family 17\n[ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.322876] Loading compiled-in X.509 certificates\n[ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.331511] registered taskstats version 1\n[ 1.334424] Key type trusted registered\n[ 1.336781] Key type encrypted registered\n[ 1.339083] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371)\n[ 1.343500] Freeing unused kernel memory: 1680k freed\n[ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.353762] systemd[1]: Detected virtualization kvm.\n[ 1.355377] systemd[1]: Detected architecture x86-64.\n[ 1.356986] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.360151] systemd[1]: No hostname configured.\n[ 1.361680] systemd[1]: Set hostname to .\n[ 1.363392] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.387901] systemd[1]: Created slice Root Slice.\n[ 1.389453] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.391902] systemd[1]: Reached target Timers.\n[ 1.393420] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.395972] systemd[1]: Created slice System Slice.\n[ 1.397265] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.399337] systemd[1]: Reached target Local File Systems.\n[ 1.400660] systemd[1]: Starting Local File Systems.\n[ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.406870] systemd[1]: Reached target Paths.\n[ 1.408032] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.409944] systemd[1]: Listening on udev Kernel Socket.\n[ 1.411245] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.413331] systemd[1]: Listening on Journal Socket.\n[ 1.414582] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.416611] systemd[1]: Reached target Slices.\n[ 1.417778] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.419740] systemd[1]: Listening on udev Control Socket.\n[ 1.421063] systemd[1]: Starting udev Control Socket.\n[ 1.422657] 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[[32m OK [0m] Reached target Swap.\n[ 1.426801] systemd[1]: Reached target Swap.\n[ 1.427948] systemd[1]: Starting Swap.\n[ 1.429358] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.432222] systemd[1]: Reached target Sockets.\n[ 1.433408] systemd[1]: Starting Sockets.\n[ 1.434840] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.437067] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.444935] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.447138] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.507662] RPC: Registered named UNIX socket transport module.\n[ 1.509071] RPC: Registered udp transport module.\n[ 1.510262] RPC: Registered tcp transport module.\n[ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.605293] FDC 0 is a S82078B\n[ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.667057] scsi host0: ata_piix\n[ 1.668143] scsi host1: ata_piix\n[ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.677083] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.734002] usb 1-1: Product: QEMU USB Tablet\n[ 1.735142] usb 1-1: Manufacturer: QEMU\n[ 1.736198] usb 1-1: SerialNumber: 42\n[ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.748630] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.847018] XFS (vda1): Mounting V4 Filesystem\n[ 1.871158] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz\n"} 2018-08-10 20:52:53,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-3ee85186-2db7-4761-9ed6-2e764fdf4028 2018-08-10 20:52:53,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0761699676514s 2018-08-10 20:52:53,175 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-3ee85186-2db7-4761-9ed6-2e764fdf4028 2018-08-10 20:52:53,176 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1942696508 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.312413] pid_max: default: 32768 minimum: 301 [ 0.313609] Security Framework initialized [ 0.314715] SELinux: Initializing. [ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.323432] Mount-cache hash table entries: 4096 [ 0.324846] Initializing cgroup subsys memory [ 0.326010] Initializing cgroup subsys devices [ 0.327159] Initializing cgroup subsys freezer [ 0.328302] Initializing cgroup subsys net_cls [ 0.329459] Initializing cgroup subsys blkio [ 0.330582] Initializing cgroup subsys perf_event [ 0.331773] Initializing cgroup subsys hugetlb [ 0.332944] Initializing cgroup subsys pids [ 0.334049] Initializing cgroup subsys net_prio [ 0.335275] CPU: Physical Processor ID: 0 [ 0.337067] mce: CPU supports 10 MCE banks [ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.340744] tlb_flushall_shift: 6 [ 0.341944] Freeing SMP alternatives: 28k freed [ 0.345696] ACPI: Core revision 20130517 [ 0.347210] ACPI: All ACPI Tables successfully acquired [ 0.348651] ftrace: allocating 25812 entries in 101 pages [ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372729] smpboot: Max logical packages: 2 [ 0.374029] Enabling x2apic [ 0.374927] Enabled x2apic [ 0.376004] Switched APIC routing to physical x2apic. [ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.391981] smpboot: Booting Node 0, Processors #1 OK [ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415400] Brought up 2 CPUs [ 0.415403] KVM setup async PF for cpu 1 [ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420585] devtmpfs: initialized [ 0.423149] EVM: security.selinux [ 0.424119] EVM: security.ima [ 0.425027] EVM: security.capability [ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428151] pinctrl core: initialized pinctrl subsystem [ 0.429520] NET: Registered protocol family 16 [ 0.430841] ACPI: bus type PCI registered [ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433421] PCI: Using configuration type 1 for base access [ 0.438079] ACPI: Added _OSI(Module Device) [ 0.439206] ACPI: Added _OSI(Processor Device) [ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441521] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443855] ACPI: Interpreter enabled [ 0.444903] ACPI: (supports S0 S5) [ 0.445885] ACPI: Using IOAPIC for interrupt routing [ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461459] acpiphp: Slot [3] registered [ 0.462882] acpiphp: Slot [4] registered [ 0.464313] acpiphp: Slot [5] registered [ 0.465729] acpiphp: Slot [6] registered [ 0.467154] acpiphp: Slot [7] registered [ 0.468565] acpiphp: Slot [8] registered [ 0.469996] acpiphp: Slot [9] registered [ 0.471407] acpiphp: Slot [10] registered [ 0.472838] acpiphp: Slot [11] registered [ 0.474266] acpiphp: Slot [12] registered [ 0.475719] acpiphp: Slot [13] registered [ 0.477163] acpiphp: Slot [14] registered [ 0.478590] acpiphp: Slot [15] registered [ 0.480044] acpiphp: Slot [16] registered [ 0.481489] acpiphp: Slot [17] registered [ 0.482934] acpiphp: Slot [18] registered [ 0.484379] acpiphp: Slot [19] registered [ 0.485822] acpiphp: Slot [20] registered [ 0.487268] acpiphp: Slot [21] registered [ 0.488698] acpiphp: Slot [22] registered [ 0.490135] acpiphp: Slot [23] registered [ 0.491547] acpiphp: Slot [24] registered [ 0.492973] acpiphp: Slot [25] registered [ 0.494457] acpiphp: Slot [26] registered [ 0.495898] acpiphp: Slot [27] registered [ 0.497327] acpiphp: Slot [28] registered [ 0.498772] acpiphp: Slot [29] registered [ 0.500200] acpiphp: Slot [30] registered [ 0.501641] acpiphp: Slot [31] registered [ 0.503083] PCI host bridge to bus 0000:00 [ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571435] vgaarb: loaded [ 0.572549] vgaarb: bridge control possible 0000:00:02.0 [ 0.574442] SCSI subsystem initialized [ 0.575841] ACPI: bus type USB registered [ 0.577305] usbcore: registered new interface driver usbfs [ 0.579114] usbcore: registered new interface driver hub [ 0.580886] usbcore: registered new device driver usb [ 0.582741] PCI: Using ACPI for IRQ routing [ 0.584522] NetLabel: Initializing [ 0.585817] NetLabel: domain hash size = 128 [ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589027] NetLabel: unlabeled traffic allowed by default [ 0.590952] Switched to clocksource kvm-clock [ 0.599131] pnp: PnP ACPI init [ 0.600354] ACPI: bus type PNP registered [ 0.602136] pnp: PnP ACPI: found 5 devices [ 0.603592] ACPI: bus type PNP unregistered [ 0.611442] NET: Registered protocol family 2 [ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618409] TCP: Hash tables configured (established 32768 bind 32768) [ 0.620545] TCP: reno registered [ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.625848] NET: Registered protocol family 1 [ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671982] Unpacking initramfs... [ 1.109684] Freeing initrd memory: 37508k freed [ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.128681] Initialise system trusted keyring [ 1.129869] audit: initializing netlink socket (disabled) [ 1.131530] type=2000 audit(1533934371.811:1): initialized [ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.153146] zpool: loaded [ 1.154223] zbud: loaded [ 1.155468] VFS: Disk quotas dquot_6.5.2 [ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158965] msgmni has been set to 7578 [ 1.160382] Key type big_key registered [ 1.162457] NET: Registered protocol family 38 [ 1.163956] Key type asymmetric registered [ 1.165349] Asymmetric key parser 'x509' registered [ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.169476] io scheduler noop registered [ 1.170897] io scheduler deadline registered (default) [ 1.182421] io scheduler cfq registered [ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190137] ACPI: Power Button [PWRF] [ 1.191580] GHES: HEST is not enabled! [ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219794] Non-volatile memory driver v1.3 [ 1.221234] Linux agpgart interface v0.103 [ 1.222773] crash memory driver: version 1.1 [ 1.224260] rdac: device handler registered [ 1.225743] hp_sw: device handler registered [ 1.227175] emc: device handler registered [ 1.228564] alua: device handler registered [ 1.229959] libphy: Fixed MDIO Bus: probed [ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.233347] ehci-pci: EHCI PCI platform driver [ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.236570] ohci-pci: OHCI PCI platform driver [ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver [ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.269910] usb usb1: Product: UHCI Host Controller [ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.273520] usb usb1: SerialNumber: 0000:00:01.2 [ 1.275099] hub 1-0:1.0: USB hub found [ 1.276425] hub 1-0:1.0: 2 ports detected [ 1.277956] usbcore: registered new interface driver usbserial [ 1.279724] usbcore: registered new interface driver usbserial_generic [ 1.281672] usbserial: USB Serial support registered for generic [ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.289944] mousedev: PS/2 mouse device common for all mice [ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.298091] rtc_cmos 00:00: RTC can wake from S4 [ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.303665] cpuidle: using governor menu [ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina [ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.308721] usbcore: registered new interface driver usbhid [ 1.310055] usbhid: USB HID core driver [ 1.311146] drop_monitor: Initializing network drop monitor service [ 1.312618] TCP: cubic registered [ 1.313592] Initializing XFRM netlink socket [ 1.314786] NET: Registered protocol family 10 [ 1.316160] NET: Registered protocol family 17 [ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.322876] Loading compiled-in X.509 certificates [ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.331511] registered taskstats version 1 [ 1.334424] Key type trusted registered [ 1.336781] Key type encrypted registered [ 1.339083] IMA: No TPM chip found, activating TPM-bypass! [ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371) [ 1.343500] Freeing unused kernel memory: 1680k freed [ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.353762] systemd[1]: Detected virtualization kvm. [ 1.355377] systemd[1]: Detected architecture x86-64. [ 1.356986] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.360151] systemd[1]: No hostname configured. [ 1.361680] systemd[1]: Set hostname to . [ 1.363392] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.387901] systemd[1]: Created slice Root Slice. [ 1.389453] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.391902] systemd[1]: Reached target Timers. [ 1.393420] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.395972] systemd[1]: Created slice System Slice. [ 1.397265] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.399337] systemd[1]: Reached target Local File Systems. [ 1.400660] systemd[1]: Starting Local File Systems. [ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.406870] systemd[1]: Reached target Paths. [ 1.408032] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.409944] systemd[1]: Listening on udev Kernel Socket. [ 1.411245] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.413331] systemd[1]: Listening on Journal Socket. [ 1.414582] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Slices. [ 1.416611] systemd[1]: Reached target Slices. [ 1.417778] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.419740] systemd[1]: Listening on udev Control Socket. [ 1.421063] systemd[1]: Starting udev Control Socket. [ 1.422657] 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... [[32m OK [0m] Reached target Swap. [ 1.426801] systemd[1]: Reached target Swap. [ 1.427948] systemd[1]: Starting Swap. [ 1.429358] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.432222] systemd[1]: Reached target Sockets. [ 1.433408] systemd[1]: Starting Sockets. [ 1.434840] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.437067] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.444935] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.447138] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.507662] RPC: Registered named UNIX socket transport module. [ 1.509071] RPC: Registered udp transport module. [ 1.510262] RPC: Registered tcp transport module. [ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.605293] FDC 0 is a S82078B [ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.667057] scsi host0: ata_piix [ 1.668143] scsi host1: ata_piix [ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.677083] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.734002] usb 1-1: Product: QEMU USB Tablet [ 1.735142] usb 1-1: Manufacturer: QEMU [ 1.736198] usb 1-1: SerialNumber: 42 [ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.748630] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled [ 1.847018] XFS (vda1): Mounting V4 Filesystem [ 1.871158] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz 2018-08-10 20:52:54,179 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-08-10 20:53:03,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:53:03,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:53:03,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f953073b-9990-49f6-80d5-b8708dfb6132 x-compute-request-id: req-f953073b-9990-49f6-80d5-b8708dfb6132 Content-Encoding: gzip Content-Length: 11779 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1942696508 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.312413] pid_max: default: 32768 minimum: 301\n[ 0.313609] Security Framework initialized\n[ 0.314715] SELinux: Initializing.\n[ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.323432] Mount-cache hash table entries: 4096\n[ 0.324846] Initializing cgroup subsys memory\n[ 0.326010] Initializing cgroup subsys devices\n[ 0.327159] Initializing cgroup subsys freezer\n[ 0.328302] Initializing cgroup subsys net_cls\n[ 0.329459] Initializing cgroup subsys blkio\n[ 0.330582] Initializing cgroup subsys perf_event\n[ 0.331773] Initializing cgroup subsys hugetlb\n[ 0.332944] Initializing cgroup subsys pids\n[ 0.334049] Initializing cgroup subsys net_prio\n[ 0.335275] CPU: Physical Processor ID: 0\n[ 0.337067] mce: CPU supports 10 MCE banks\n[ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.340744] tlb_flushall_shift: 6\n[ 0.341944] Freeing SMP alternatives: 28k freed\n[ 0.345696] ACPI: Core revision 20130517\n[ 0.347210] ACPI: All ACPI Tables successfully acquired\n[ 0.348651] ftrace: allocating 25812 entries in 101 pages\n[ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372729] smpboot: Max logical packages: 2\n[ 0.374029] Enabling x2apic\n[ 0.374927] Enabled x2apic\n[ 0.376004] Switched APIC routing to physical x2apic.\n[ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.391981] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415400] Brought up 2 CPUs\n[ 0.415403] KVM setup async PF for cpu 1\n[ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420585] devtmpfs: initialized\n[ 0.423149] EVM: security.selinux\n[ 0.424119] EVM: security.ima\n[ 0.425027] EVM: security.capability\n[ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428151] pinctrl core: initialized pinctrl subsystem\n[ 0.429520] NET: Registered protocol family 16\n[ 0.430841] ACPI: bus type PCI registered\n[ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433421] PCI: Using configuration type 1 for base access\n[ 0.438079] ACPI: Added _OSI(Module Device)\n[ 0.439206] ACPI: Added _OSI(Processor Device)\n[ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441521] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443855] ACPI: Interpreter enabled\n[ 0.444903] ACPI: (supports S0 S5)\n[ 0.445885] ACPI: Using IOAPIC for interrupt routing\n[ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461459] acpiphp: Slot [3] registered\n[ 0.462882] acpiphp: Slot [4] registered\n[ 0.464313] acpiphp: Slot [5] registered\n[ 0.465729] acpiphp: Slot [6] registered\n[ 0.467154] acpiphp: Slot [7] registered\n[ 0.468565] acpiphp: Slot [8] registered\n[ 0.469996] acpiphp: Slot [9] registered\n[ 0.471407] acpiphp: Slot [10] registered\n[ 0.472838] acpiphp: Slot [11] registered\n[ 0.474266] acpiphp: Slot [12] registered\n[ 0.475719] acpiphp: Slot [13] registered\n[ 0.477163] acpiphp: Slot [14] registered\n[ 0.478590] acpiphp: Slot [15] registered\n[ 0.480044] acpiphp: Slot [16] registered\n[ 0.481489] acpiphp: Slot [17] registered\n[ 0.482934] acpiphp: Slot [18] registered\n[ 0.484379] acpiphp: Slot [19] registered\n[ 0.485822] acpiphp: Slot [20] registered\n[ 0.487268] acpiphp: Slot [21] registered\n[ 0.488698] acpiphp: Slot [22] registered\n[ 0.490135] acpiphp: Slot [23] registered\n[ 0.491547] acpiphp: Slot [24] registered\n[ 0.492973] acpiphp: Slot [25] registered\n[ 0.494457] acpiphp: Slot [26] registered\n[ 0.495898] acpiphp: Slot [27] registered\n[ 0.497327] acpiphp: Slot [28] registered\n[ 0.498772] acpiphp: Slot [29] registered\n[ 0.500200] acpiphp: Slot [30] registered\n[ 0.501641] acpiphp: Slot [31] registered\n[ 0.503083] PCI host bridge to bus 0000:00\n[ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571435] vgaarb: loaded\n[ 0.572549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574442] SCSI subsystem initialized\n[ 0.575841] ACPI: bus type USB registered\n[ 0.577305] usbcore: registered new interface driver usbfs\n[ 0.579114] usbcore: registered new interface driver hub\n[ 0.580886] usbcore: registered new device driver usb\n[ 0.582741] PCI: Using ACPI for IRQ routing\n[ 0.584522] NetLabel: Initializing\n[ 0.585817] NetLabel: domain hash size = 128\n[ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589027] NetLabel: unlabeled traffic allowed by default\n[ 0.590952] Switched to clocksource kvm-clock\n[ 0.599131] pnp: PnP ACPI init\n[ 0.600354] ACPI: bus type PNP registered\n[ 0.602136] pnp: PnP ACPI: found 5 devices\n[ 0.603592] ACPI: bus type PNP unregistered\n[ 0.611442] NET: Registered protocol family 2\n[ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618409] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.620545] TCP: reno registered\n[ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.625848] NET: Registered protocol family 1\n[ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671982] Unpacking initramfs...\n[ 1.109684] Freeing initrd memory: 37508k freed\n[ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.128681] Initialise system trusted keyring\n[ 1.129869] audit: initializing netlink socket (disabled)\n[ 1.131530] type=2000 audit(1533934371.811:1): initialized\n[ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.153146] zpool: loaded\n[ 1.154223] zbud: loaded\n[ 1.155468] VFS: Disk quotas dquot_6.5.2\n[ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158965] msgmni has been set to 7578\n[ 1.160382] Key type big_key registered\n[ 1.162457] NET: Registered protocol family 38\n[ 1.163956] Key type asymmetric registered\n[ 1.165349] Asymmetric key parser 'x509' registered\n[ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.169476] io scheduler noop registered\n[ 1.170897] io scheduler deadline registered (default)\n[ 1.182421] io scheduler cfq registered\n[ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190137] ACPI: Power Button [PWRF]\n[ 1.191580] GHES: HEST is not enabled!\n[ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219794] Non-volatile memory driver v1.3\n[ 1.221234] Linux agpgart interface v0.103\n[ 1.222773] crash memory driver: version 1.1\n[ 1.224260] rdac: device handler registered\n[ 1.225743] hp_sw: device handler registered\n[ 1.227175] emc: device handler registered\n[ 1.228564] alua: device handler registered\n[ 1.229959] libphy: Fixed MDIO Bus: probed\n[ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.233347] ehci-pci: EHCI PCI platform driver\n[ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.236570] ohci-pci: OHCI PCI platform driver\n[ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.269910] usb usb1: Product: UHCI Host Controller\n[ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.273520] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.275099] hub 1-0:1.0: USB hub found\n[ 1.276425] hub 1-0:1.0: 2 ports detected\n[ 1.277956] usbcore: registered new interface driver usbserial\n[ 1.279724] usbcore: registered new interface driver usbserial_generic\n[ 1.281672] usbserial: USB Serial support registered for generic\n[ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.289944] mousedev: PS/2 mouse device common for all mice\n[ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.298091] rtc_cmos 00:00: RTC can wake from S4\n[ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.303665] cpuidle: using governor menu\n[ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.308721] usbcore: registered new interface driver usbhid\n[ 1.310055] usbhid: USB HID core driver\n[ 1.311146] drop_monitor: Initializing network drop monitor service\n[ 1.312618] TCP: cubic registered\n[ 1.313592] Initializing XFRM netlink socket\n[ 1.314786] NET: Registered protocol family 10\n[ 1.316160] NET: Registered protocol family 17\n[ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.322876] Loading compiled-in X.509 certificates\n[ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.331511] registered taskstats version 1\n[ 1.334424] Key type trusted registered\n[ 1.336781] Key type encrypted registered\n[ 1.339083] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371)\n[ 1.343500] Freeing unused kernel memory: 1680k freed\n[ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.353762] systemd[1]: Detected virtualization kvm.\n[ 1.355377] systemd[1]: Detected architecture x86-64.\n[ 1.356986] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.360151] systemd[1]: No hostname configured.\n[ 1.361680] systemd[1]: Set hostname to .\n[ 1.363392] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.387901] systemd[1]: Created slice Root Slice.\n[ 1.389453] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.391902] systemd[1]: Reached target Timers.\n[ 1.393420] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.395972] systemd[1]: Created slice System Slice.\n[ 1.397265] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.399337] systemd[1]: Reached target Local File Systems.\n[ 1.400660] systemd[1]: Starting Local File Systems.\n[ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.406870] systemd[1]: Reached target Paths.\n[ 1.408032] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.409944] systemd[1]: Listening on udev Kernel Socket.\n[ 1.411245] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.413331] systemd[1]: Listening on Journal Socket.\n[ 1.414582] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.416611] systemd[1]: Reached target Slices.\n[ 1.417778] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.419740] systemd[1]: Listening on udev Control Socket.\n[ 1.421063] systemd[1]: Starting udev Control Socket.\n[ 1.422657] 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[[32m OK [0m] Reached target Swap.\n[ 1.426801] systemd[1]: Reached target Swap.\n[ 1.427948] systemd[1]: Starting Swap.\n[ 1.429358] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.432222] systemd[1]: Reached target Sockets.\n[ 1.433408] systemd[1]: Starting Sockets.\n[ 1.434840] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.437067] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.444935] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.447138] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.507662] RPC: Registered named UNIX socket transport module.\n[ 1.509071] RPC: Registered udp transport module.\n[ 1.510262] RPC: Registered tcp transport module.\n[ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.605293] FDC 0 is a S82078B\n[ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.667057] scsi host0: ata_piix\n[ 1.668143] scsi host1: ata_piix\n[ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.677083] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.734002] usb 1-1: Product: QEMU USB Tablet\n[ 1.735142] usb 1-1: Manufacturer: QEMU\n[ 1.736198] usb 1-1: SerialNumber: 42\n[ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.748630] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.847018] XFS (vda1): Mounting V4 Filesystem\n[ 1.871158] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz\n[ 2.254107] SELinux: Disabled at runtime.\n[ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.313475] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.855555] [drm] Initialized drm 1.1.0 20060810\n[ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting D-Bus System Message Bus...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.907346] [TTM] Initializing pool allocator\n[ 2.909599] [TTM] Initializing DMA pool allocator\n[ 2.911210] [drm] fb mappable at 0xFC000000\n[ 2.912367] [drm] vram aper at 0xFC000000\n[ 2.913495] [drm] size 33554432\n[ 2.914615] [drm] fb depth is 24\n[ 2.915625] [drm] pitch is 3072\n[ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.937748] ppdev: user-space parallel port driver\n[ 2.941571] Console: switching to colour frame buffer device 128x48\n[ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 2.990180] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n[ 3.045986] alg: No test for crc32 (crc32-pclmul)\n Starting Serial Getty on ttyS0...\n[ 3.051233] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available\n[[32m OK [0m] Reached target\n Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds.\n[ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 |\n[ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-10 20:53:03,272 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-f953073b-9990-49f6-80d5-b8708dfb6132 2018-08-10 20:53:03,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.08247590065s 2018-08-10 20:53:03,273 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-f953073b-9990-49f6-80d5-b8708dfb6132 2018-08-10 20:53:03,273 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1942696508 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.312413] pid_max: default: 32768 minimum: 301 [ 0.313609] Security Framework initialized [ 0.314715] SELinux: Initializing. [ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.323432] Mount-cache hash table entries: 4096 [ 0.324846] Initializing cgroup subsys memory [ 0.326010] Initializing cgroup subsys devices [ 0.327159] Initializing cgroup subsys freezer [ 0.328302] Initializing cgroup subsys net_cls [ 0.329459] Initializing cgroup subsys blkio [ 0.330582] Initializing cgroup subsys perf_event [ 0.331773] Initializing cgroup subsys hugetlb [ 0.332944] Initializing cgroup subsys pids [ 0.334049] Initializing cgroup subsys net_prio [ 0.335275] CPU: Physical Processor ID: 0 [ 0.337067] mce: CPU supports 10 MCE banks [ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.340744] tlb_flushall_shift: 6 [ 0.341944] Freeing SMP alternatives: 28k freed [ 0.345696] ACPI: Core revision 20130517 [ 0.347210] ACPI: All ACPI Tables successfully acquired [ 0.348651] ftrace: allocating 25812 entries in 101 pages [ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372729] smpboot: Max logical packages: 2 [ 0.374029] Enabling x2apic [ 0.374927] Enabled x2apic [ 0.376004] Switched APIC routing to physical x2apic. [ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.391981] smpboot: Booting Node 0, Processors #1 OK [ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415400] Brought up 2 CPUs [ 0.415403] KVM setup async PF for cpu 1 [ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420585] devtmpfs: initialized [ 0.423149] EVM: security.selinux [ 0.424119] EVM: security.ima [ 0.425027] EVM: security.capability [ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428151] pinctrl core: initialized pinctrl subsystem [ 0.429520] NET: Registered protocol family 16 [ 0.430841] ACPI: bus type PCI registered [ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433421] PCI: Using configuration type 1 for base access [ 0.438079] ACPI: Added _OSI(Module Device) [ 0.439206] ACPI: Added _OSI(Processor Device) [ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441521] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443855] ACPI: Interpreter enabled [ 0.444903] ACPI: (supports S0 S5) [ 0.445885] ACPI: Using IOAPIC for interrupt routing [ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461459] acpiphp: Slot [3] registered [ 0.462882] acpiphp: Slot [4] registered [ 0.464313] acpiphp: Slot [5] registered [ 0.465729] acpiphp: Slot [6] registered [ 0.467154] acpiphp: Slot [7] registered [ 0.468565] acpiphp: Slot [8] registered [ 0.469996] acpiphp: Slot [9] registered [ 0.471407] acpiphp: Slot [10] registered [ 0.472838] acpiphp: Slot [11] registered [ 0.474266] acpiphp: Slot [12] registered [ 0.475719] acpiphp: Slot [13] registered [ 0.477163] acpiphp: Slot [14] registered [ 0.478590] acpiphp: Slot [15] registered [ 0.480044] acpiphp: Slot [16] registered [ 0.481489] acpiphp: Slot [17] registered [ 0.482934] acpiphp: Slot [18] registered [ 0.484379] acpiphp: Slot [19] registered [ 0.485822] acpiphp: Slot [20] registered [ 0.487268] acpiphp: Slot [21] registered [ 0.488698] acpiphp: Slot [22] registered [ 0.490135] acpiphp: Slot [23] registered [ 0.491547] acpiphp: Slot [24] registered [ 0.492973] acpiphp: Slot [25] registered [ 0.494457] acpiphp: Slot [26] registered [ 0.495898] acpiphp: Slot [27] registered [ 0.497327] acpiphp: Slot [28] registered [ 0.498772] acpiphp: Slot [29] registered [ 0.500200] acpiphp: Slot [30] registered [ 0.501641] acpiphp: Slot [31] registered [ 0.503083] PCI host bridge to bus 0000:00 [ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571435] vgaarb: loaded [ 0.572549] vgaarb: bridge control possible 0000:00:02.0 [ 0.574442] SCSI subsystem initialized [ 0.575841] ACPI: bus type USB registered [ 0.577305] usbcore: registered new interface driver usbfs [ 0.579114] usbcore: registered new interface driver hub [ 0.580886] usbcore: registered new device driver usb [ 0.582741] PCI: Using ACPI for IRQ routing [ 0.584522] NetLabel: Initializing [ 0.585817] NetLabel: domain hash size = 128 [ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589027] NetLabel: unlabeled traffic allowed by default [ 0.590952] Switched to clocksource kvm-clock [ 0.599131] pnp: PnP ACPI init [ 0.600354] ACPI: bus type PNP registered [ 0.602136] pnp: PnP ACPI: found 5 devices [ 0.603592] ACPI: bus type PNP unregistered [ 0.611442] NET: Registered protocol family 2 [ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618409] TCP: Hash tables configured (established 32768 bind 32768) [ 0.620545] TCP: reno registered [ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.625848] NET: Registered protocol family 1 [ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671982] Unpacking initramfs... [ 1.109684] Freeing initrd memory: 37508k freed [ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.128681] Initialise system trusted keyring [ 1.129869] audit: initializing netlink socket (disabled) [ 1.131530] type=2000 audit(1533934371.811:1): initialized [ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.153146] zpool: loaded [ 1.154223] zbud: loaded [ 1.155468] VFS: Disk quotas dquot_6.5.2 [ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158965] msgmni has been set to 7578 [ 1.160382] Key type big_key registered [ 1.162457] NET: Registered protocol family 38 [ 1.163956] Key type asymmetric registered [ 1.165349] Asymmetric key parser 'x509' registered [ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.169476] io scheduler noop registered [ 1.170897] io scheduler deadline registered (default) [ 1.182421] io scheduler cfq registered [ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190137] ACPI: Power Button [PWRF] [ 1.191580] GHES: HEST is not enabled! [ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219794] Non-volatile memory driver v1.3 [ 1.221234] Linux agpgart interface v0.103 [ 1.222773] crash memory driver: version 1.1 [ 1.224260] rdac: device handler registered [ 1.225743] hp_sw: device handler registered [ 1.227175] emc: device handler registered [ 1.228564] alua: device handler registered [ 1.229959] libphy: Fixed MDIO Bus: probed [ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.233347] ehci-pci: EHCI PCI platform driver [ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.236570] ohci-pci: OHCI PCI platform driver [ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver [ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.269910] usb usb1: Product: UHCI Host Controller [ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.273520] usb usb1: SerialNumber: 0000:00:01.2 [ 1.275099] hub 1-0:1.0: USB hub found [ 1.276425] hub 1-0:1.0: 2 ports detected [ 1.277956] usbcore: registered new interface driver usbserial [ 1.279724] usbcore: registered new interface driver usbserial_generic [ 1.281672] usbserial: USB Serial support registered for generic [ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.289944] mousedev: PS/2 mouse device common for all mice [ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.298091] rtc_cmos 00:00: RTC can wake from S4 [ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.303665] cpuidle: using governor menu [ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina [ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.308721] usbcore: registered new interface driver usbhid [ 1.310055] usbhid: USB HID core driver [ 1.311146] drop_monitor: Initializing network drop monitor service [ 1.312618] TCP: cubic registered [ 1.313592] Initializing XFRM netlink socket [ 1.314786] NET: Registered protocol family 10 [ 1.316160] NET: Registered protocol family 17 [ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.322876] Loading compiled-in X.509 certificates [ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.331511] registered taskstats version 1 [ 1.334424] Key type trusted registered [ 1.336781] Key type encrypted registered [ 1.339083] IMA: No TPM chip found, activating TPM-bypass! [ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371) [ 1.343500] Freeing unused kernel memory: 1680k freed [ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.353762] systemd[1]: Detected virtualization kvm. [ 1.355377] systemd[1]: Detected architecture x86-64. [ 1.356986] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.360151] systemd[1]: No hostname configured. [ 1.361680] systemd[1]: Set hostname to . [ 1.363392] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.387901] systemd[1]: Created slice Root Slice. [ 1.389453] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.391902] systemd[1]: Reached target Timers. [ 1.393420] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.395972] systemd[1]: Created slice System Slice. [ 1.397265] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.399337] systemd[1]: Reached target Local File Systems. [ 1.400660] systemd[1]: Starting Local File Systems. [ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.406870] systemd[1]: Reached target Paths. [ 1.408032] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.409944] systemd[1]: Listening on udev Kernel Socket. [ 1.411245] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.413331] systemd[1]: Listening on Journal Socket. [ 1.414582] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Slices. [ 1.416611] systemd[1]: Reached target Slices. [ 1.417778] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.419740] systemd[1]: Listening on udev Control Socket. [ 1.421063] systemd[1]: Starting udev Control Socket. [ 1.422657] 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... [[32m OK [0m] Reached target Swap. [ 1.426801] systemd[1]: Reached target Swap. [ 1.427948] systemd[1]: Starting Swap. [ 1.429358] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.432222] systemd[1]: Reached target Sockets. [ 1.433408] systemd[1]: Starting Sockets. [ 1.434840] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.437067] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.444935] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.447138] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.507662] RPC: Registered named UNIX socket transport module. [ 1.509071] RPC: Registered udp transport module. [ 1.510262] RPC: Registered tcp transport module. [ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.605293] FDC 0 is a S82078B [ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.667057] scsi host0: ata_piix [ 1.668143] scsi host1: ata_piix [ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.677083] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.734002] usb 1-1: Product: QEMU USB Tablet [ 1.735142] usb 1-1: Manufacturer: QEMU [ 1.736198] usb 1-1: SerialNumber: 42 [ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.748630] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled [ 1.847018] XFS (vda1): Mounting V4 Filesystem [ 1.871158] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz [ 2.254107] SELinux: Disabled at runtime. [ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.313475] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.855555] [drm] Initialized drm 1.1.0 20060810 [ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting D-Bus System Message Bus... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.907346] [TTM] Initializing pool allocator [ 2.909599] [TTM] Initializing DMA pool allocator [ 2.911210] [drm] fb mappable at 0xFC000000 [ 2.912367] [drm] vram aper at 0xFC000000 [ 2.913495] [drm] size 33554432 [ 2.914615] [drm] fb depth is 24 [ 2.915625] [drm] pitch is 3072 [ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device [ 2.937748] ppdev: user-space parallel port driver [ 2.941571] Console: switching to colour frame buffer device 128x48 [ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 2.990180] AES CTR mode by8 optimization enabled [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. [ 3.045986] alg: No test for crc32 (crc32-pclmul) Starting Serial Getty on ttyS0... [ 3.051233] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available [[32m OK [0m] Reached target Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds. [ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 | [ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-10 20:53:04,277 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.205: timed out 2018-08-10 20:53:13,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:53:13,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:53:13,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7a4d699-b1dc-4cff-b14f-e1611932f775 x-compute-request-id: req-d7a4d699-b1dc-4cff-b14f-e1611932f775 Content-Encoding: gzip Content-Length: 11779 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1942696508 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.312413] pid_max: default: 32768 minimum: 301\n[ 0.313609] Security Framework initialized\n[ 0.314715] SELinux: Initializing.\n[ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.323432] Mount-cache hash table entries: 4096\n[ 0.324846] Initializing cgroup subsys memory\n[ 0.326010] Initializing cgroup subsys devices\n[ 0.327159] Initializing cgroup subsys freezer\n[ 0.328302] Initializing cgroup subsys net_cls\n[ 0.329459] Initializing cgroup subsys blkio\n[ 0.330582] Initializing cgroup subsys perf_event\n[ 0.331773] Initializing cgroup subsys hugetlb\n[ 0.332944] Initializing cgroup subsys pids\n[ 0.334049] Initializing cgroup subsys net_prio\n[ 0.335275] CPU: Physical Processor ID: 0\n[ 0.337067] mce: CPU supports 10 MCE banks\n[ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.340744] tlb_flushall_shift: 6\n[ 0.341944] Freeing SMP alternatives: 28k freed\n[ 0.345696] ACPI: Core revision 20130517\n[ 0.347210] ACPI: All ACPI Tables successfully acquired\n[ 0.348651] ftrace: allocating 25812 entries in 101 pages\n[ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372729] smpboot: Max logical packages: 2\n[ 0.374029] Enabling x2apic\n[ 0.374927] Enabled x2apic\n[ 0.376004] Switched APIC routing to physical x2apic.\n[ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.391981] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415400] Brought up 2 CPUs\n[ 0.415403] KVM setup async PF for cpu 1\n[ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420585] devtmpfs: initialized\n[ 0.423149] EVM: security.selinux\n[ 0.424119] EVM: security.ima\n[ 0.425027] EVM: security.capability\n[ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428151] pinctrl core: initialized pinctrl subsystem\n[ 0.429520] NET: Registered protocol family 16\n[ 0.430841] ACPI: bus type PCI registered\n[ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433421] PCI: Using configuration type 1 for base access\n[ 0.438079] ACPI: Added _OSI(Module Device)\n[ 0.439206] ACPI: Added _OSI(Processor Device)\n[ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441521] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443855] ACPI: Interpreter enabled\n[ 0.444903] ACPI: (supports S0 S5)\n[ 0.445885] ACPI: Using IOAPIC for interrupt routing\n[ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461459] acpiphp: Slot [3] registered\n[ 0.462882] acpiphp: Slot [4] registered\n[ 0.464313] acpiphp: Slot [5] registered\n[ 0.465729] acpiphp: Slot [6] registered\n[ 0.467154] acpiphp: Slot [7] registered\n[ 0.468565] acpiphp: Slot [8] registered\n[ 0.469996] acpiphp: Slot [9] registered\n[ 0.471407] acpiphp: Slot [10] registered\n[ 0.472838] acpiphp: Slot [11] registered\n[ 0.474266] acpiphp: Slot [12] registered\n[ 0.475719] acpiphp: Slot [13] registered\n[ 0.477163] acpiphp: Slot [14] registered\n[ 0.478590] acpiphp: Slot [15] registered\n[ 0.480044] acpiphp: Slot [16] registered\n[ 0.481489] acpiphp: Slot [17] registered\n[ 0.482934] acpiphp: Slot [18] registered\n[ 0.484379] acpiphp: Slot [19] registered\n[ 0.485822] acpiphp: Slot [20] registered\n[ 0.487268] acpiphp: Slot [21] registered\n[ 0.488698] acpiphp: Slot [22] registered\n[ 0.490135] acpiphp: Slot [23] registered\n[ 0.491547] acpiphp: Slot [24] registered\n[ 0.492973] acpiphp: Slot [25] registered\n[ 0.494457] acpiphp: Slot [26] registered\n[ 0.495898] acpiphp: Slot [27] registered\n[ 0.497327] acpiphp: Slot [28] registered\n[ 0.498772] acpiphp: Slot [29] registered\n[ 0.500200] acpiphp: Slot [30] registered\n[ 0.501641] acpiphp: Slot [31] registered\n[ 0.503083] PCI host bridge to bus 0000:00\n[ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571435] vgaarb: loaded\n[ 0.572549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574442] SCSI subsystem initialized\n[ 0.575841] ACPI: bus type USB registered\n[ 0.577305] usbcore: registered new interface driver usbfs\n[ 0.579114] usbcore: registered new interface driver hub\n[ 0.580886] usbcore: registered new device driver usb\n[ 0.582741] PCI: Using ACPI for IRQ routing\n[ 0.584522] NetLabel: Initializing\n[ 0.585817] NetLabel: domain hash size = 128\n[ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589027] NetLabel: unlabeled traffic allowed by default\n[ 0.590952] Switched to clocksource kvm-clock\n[ 0.599131] pnp: PnP ACPI init\n[ 0.600354] ACPI: bus type PNP registered\n[ 0.602136] pnp: PnP ACPI: found 5 devices\n[ 0.603592] ACPI: bus type PNP unregistered\n[ 0.611442] NET: Registered protocol family 2\n[ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618409] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.620545] TCP: reno registered\n[ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.625848] NET: Registered protocol family 1\n[ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671982] Unpacking initramfs...\n[ 1.109684] Freeing initrd memory: 37508k freed\n[ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.128681] Initialise system trusted keyring\n[ 1.129869] audit: initializing netlink socket (disabled)\n[ 1.131530] type=2000 audit(1533934371.811:1): initialized\n[ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.153146] zpool: loaded\n[ 1.154223] zbud: loaded\n[ 1.155468] VFS: Disk quotas dquot_6.5.2\n[ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158965] msgmni has been set to 7578\n[ 1.160382] Key type big_key registered\n[ 1.162457] NET: Registered protocol family 38\n[ 1.163956] Key type asymmetric registered\n[ 1.165349] Asymmetric key parser 'x509' registered\n[ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.169476] io scheduler noop registered\n[ 1.170897] io scheduler deadline registered (default)\n[ 1.182421] io scheduler cfq registered\n[ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190137] ACPI: Power Button [PWRF]\n[ 1.191580] GHES: HEST is not enabled!\n[ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219794] Non-volatile memory driver v1.3\n[ 1.221234] Linux agpgart interface v0.103\n[ 1.222773] crash memory driver: version 1.1\n[ 1.224260] rdac: device handler registered\n[ 1.225743] hp_sw: device handler registered\n[ 1.227175] emc: device handler registered\n[ 1.228564] alua: device handler registered\n[ 1.229959] libphy: Fixed MDIO Bus: probed\n[ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.233347] ehci-pci: EHCI PCI platform driver\n[ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.236570] ohci-pci: OHCI PCI platform driver\n[ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.269910] usb usb1: Product: UHCI Host Controller\n[ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.273520] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.275099] hub 1-0:1.0: USB hub found\n[ 1.276425] hub 1-0:1.0: 2 ports detected\n[ 1.277956] usbcore: registered new interface driver usbserial\n[ 1.279724] usbcore: registered new interface driver usbserial_generic\n[ 1.281672] usbserial: USB Serial support registered for generic\n[ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.289944] mousedev: PS/2 mouse device common for all mice\n[ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.298091] rtc_cmos 00:00: RTC can wake from S4\n[ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.303665] cpuidle: using governor menu\n[ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.308721] usbcore: registered new interface driver usbhid\n[ 1.310055] usbhid: USB HID core driver\n[ 1.311146] drop_monitor: Initializing network drop monitor service\n[ 1.312618] TCP: cubic registered\n[ 1.313592] Initializing XFRM netlink socket\n[ 1.314786] NET: Registered protocol family 10\n[ 1.316160] NET: Registered protocol family 17\n[ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.322876] Loading compiled-in X.509 certificates\n[ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.331511] registered taskstats version 1\n[ 1.334424] Key type trusted registered\n[ 1.336781] Key type encrypted registered\n[ 1.339083] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371)\n[ 1.343500] Freeing unused kernel memory: 1680k freed\n[ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.353762] systemd[1]: Detected virtualization kvm.\n[ 1.355377] systemd[1]: Detected architecture x86-64.\n[ 1.356986] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.360151] systemd[1]: No hostname configured.\n[ 1.361680] systemd[1]: Set hostname to .\n[ 1.363392] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.387901] systemd[1]: Created slice Root Slice.\n[ 1.389453] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.391902] systemd[1]: Reached target Timers.\n[ 1.393420] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.395972] systemd[1]: Created slice System Slice.\n[ 1.397265] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.399337] systemd[1]: Reached target Local File Systems.\n[ 1.400660] systemd[1]: Starting Local File Systems.\n[ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.406870] systemd[1]: Reached target Paths.\n[ 1.408032] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.409944] systemd[1]: Listening on udev Kernel Socket.\n[ 1.411245] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.413331] systemd[1]: Listening on Journal Socket.\n[ 1.414582] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.416611] systemd[1]: Reached target Slices.\n[ 1.417778] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.419740] systemd[1]: Listening on udev Control Socket.\n[ 1.421063] systemd[1]: Starting udev Control Socket.\n[ 1.422657] 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[[32m OK [0m] Reached target Swap.\n[ 1.426801] systemd[1]: Reached target Swap.\n[ 1.427948] systemd[1]: Starting Swap.\n[ 1.429358] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.432222] systemd[1]: Reached target Sockets.\n[ 1.433408] systemd[1]: Starting Sockets.\n[ 1.434840] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.437067] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.444935] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.447138] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.507662] RPC: Registered named UNIX socket transport module.\n[ 1.509071] RPC: Registered udp transport module.\n[ 1.510262] RPC: Registered tcp transport module.\n[ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.605293] FDC 0 is a S82078B\n[ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.667057] scsi host0: ata_piix\n[ 1.668143] scsi host1: ata_piix\n[ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.677083] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.734002] usb 1-1: Product: QEMU USB Tablet\n[ 1.735142] usb 1-1: Manufacturer: QEMU\n[ 1.736198] usb 1-1: SerialNumber: 42\n[ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.748630] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.847018] XFS (vda1): Mounting V4 Filesystem\n[ 1.871158] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz\n[ 2.254107] SELinux: Disabled at runtime.\n[ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.313475] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.855555] [drm] Initialized drm 1.1.0 20060810\n[ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting D-Bus System Message Bus...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.907346] [TTM] Initializing pool allocator\n[ 2.909599] [TTM] Initializing DMA pool allocator\n[ 2.911210] [drm] fb mappable at 0xFC000000\n[ 2.912367] [drm] vram aper at 0xFC000000\n[ 2.913495] [drm] size 33554432\n[ 2.914615] [drm] fb depth is 24\n[ 2.915625] [drm] pitch is 3072\n[ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.937748] ppdev: user-space parallel port driver\n[ 2.941571] Console: switching to colour frame buffer device 128x48\n[ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 2.990180] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n[ 3.045986] alg: No test for crc32 (crc32-pclmul)\n Starting Serial Getty on ttyS0...\n[ 3.051233] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available\n[[32m OK [0m] Reached target\n Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds.\n[ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 |\n[ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-10 20:53:13,364 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-d7a4d699-b1dc-4cff-b14f-e1611932f775 2018-08-10 20:53:13,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0770900249481s 2018-08-10 20:53:13,365 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-d7a4d699-b1dc-4cff-b14f-e1611932f775 2018-08-10 20:53:13,366 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1942696508 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.312413] pid_max: default: 32768 minimum: 301 [ 0.313609] Security Framework initialized [ 0.314715] SELinux: Initializing. [ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.323432] Mount-cache hash table entries: 4096 [ 0.324846] Initializing cgroup subsys memory [ 0.326010] Initializing cgroup subsys devices [ 0.327159] Initializing cgroup subsys freezer [ 0.328302] Initializing cgroup subsys net_cls [ 0.329459] Initializing cgroup subsys blkio [ 0.330582] Initializing cgroup subsys perf_event [ 0.331773] Initializing cgroup subsys hugetlb [ 0.332944] Initializing cgroup subsys pids [ 0.334049] Initializing cgroup subsys net_prio [ 0.335275] CPU: Physical Processor ID: 0 [ 0.337067] mce: CPU supports 10 MCE banks [ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.340744] tlb_flushall_shift: 6 [ 0.341944] Freeing SMP alternatives: 28k freed [ 0.345696] ACPI: Core revision 20130517 [ 0.347210] ACPI: All ACPI Tables successfully acquired [ 0.348651] ftrace: allocating 25812 entries in 101 pages [ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372729] smpboot: Max logical packages: 2 [ 0.374029] Enabling x2apic [ 0.374927] Enabled x2apic [ 0.376004] Switched APIC routing to physical x2apic. [ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.391981] smpboot: Booting Node 0, Processors #1 OK [ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415400] Brought up 2 CPUs [ 0.415403] KVM setup async PF for cpu 1 [ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420585] devtmpfs: initialized [ 0.423149] EVM: security.selinux [ 0.424119] EVM: security.ima [ 0.425027] EVM: security.capability [ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428151] pinctrl core: initialized pinctrl subsystem [ 0.429520] NET: Registered protocol family 16 [ 0.430841] ACPI: bus type PCI registered [ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433421] PCI: Using configuration type 1 for base access [ 0.438079] ACPI: Added _OSI(Module Device) [ 0.439206] ACPI: Added _OSI(Processor Device) [ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441521] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443855] ACPI: Interpreter enabled [ 0.444903] ACPI: (supports S0 S5) [ 0.445885] ACPI: Using IOAPIC for interrupt routing [ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461459] acpiphp: Slot [3] registered [ 0.462882] acpiphp: Slot [4] registered [ 0.464313] acpiphp: Slot [5] registered [ 0.465729] acpiphp: Slot [6] registered [ 0.467154] acpiphp: Slot [7] registered [ 0.468565] acpiphp: Slot [8] registered [ 0.469996] acpiphp: Slot [9] registered [ 0.471407] acpiphp: Slot [10] registered [ 0.472838] acpiphp: Slot [11] registered [ 0.474266] acpiphp: Slot [12] registered [ 0.475719] acpiphp: Slot [13] registered [ 0.477163] acpiphp: Slot [14] registered [ 0.478590] acpiphp: Slot [15] registered [ 0.480044] acpiphp: Slot [16] registered [ 0.481489] acpiphp: Slot [17] registered [ 0.482934] acpiphp: Slot [18] registered [ 0.484379] acpiphp: Slot [19] registered [ 0.485822] acpiphp: Slot [20] registered [ 0.487268] acpiphp: Slot [21] registered [ 0.488698] acpiphp: Slot [22] registered [ 0.490135] acpiphp: Slot [23] registered [ 0.491547] acpiphp: Slot [24] registered [ 0.492973] acpiphp: Slot [25] registered [ 0.494457] acpiphp: Slot [26] registered [ 0.495898] acpiphp: Slot [27] registered [ 0.497327] acpiphp: Slot [28] registered [ 0.498772] acpiphp: Slot [29] registered [ 0.500200] acpiphp: Slot [30] registered [ 0.501641] acpiphp: Slot [31] registered [ 0.503083] PCI host bridge to bus 0000:00 [ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571435] vgaarb: loaded [ 0.572549] vgaarb: bridge control possible 0000:00:02.0 [ 0.574442] SCSI subsystem initialized [ 0.575841] ACPI: bus type USB registered [ 0.577305] usbcore: registered new interface driver usbfs [ 0.579114] usbcore: registered new interface driver hub [ 0.580886] usbcore: registered new device driver usb [ 0.582741] PCI: Using ACPI for IRQ routing [ 0.584522] NetLabel: Initializing [ 0.585817] NetLabel: domain hash size = 128 [ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589027] NetLabel: unlabeled traffic allowed by default [ 0.590952] Switched to clocksource kvm-clock [ 0.599131] pnp: PnP ACPI init [ 0.600354] ACPI: bus type PNP registered [ 0.602136] pnp: PnP ACPI: found 5 devices [ 0.603592] ACPI: bus type PNP unregistered [ 0.611442] NET: Registered protocol family 2 [ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618409] TCP: Hash tables configured (established 32768 bind 32768) [ 0.620545] TCP: reno registered [ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.625848] NET: Registered protocol family 1 [ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671982] Unpacking initramfs... [ 1.109684] Freeing initrd memory: 37508k freed [ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.128681] Initialise system trusted keyring [ 1.129869] audit: initializing netlink socket (disabled) [ 1.131530] type=2000 audit(1533934371.811:1): initialized [ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.153146] zpool: loaded [ 1.154223] zbud: loaded [ 1.155468] VFS: Disk quotas dquot_6.5.2 [ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158965] msgmni has been set to 7578 [ 1.160382] Key type big_key registered [ 1.162457] NET: Registered protocol family 38 [ 1.163956] Key type asymmetric registered [ 1.165349] Asymmetric key parser 'x509' registered [ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.169476] io scheduler noop registered [ 1.170897] io scheduler deadline registered (default) [ 1.182421] io scheduler cfq registered [ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190137] ACPI: Power Button [PWRF] [ 1.191580] GHES: HEST is not enabled! [ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219794] Non-volatile memory driver v1.3 [ 1.221234] Linux agpgart interface v0.103 [ 1.222773] crash memory driver: version 1.1 [ 1.224260] rdac: device handler registered [ 1.225743] hp_sw: device handler registered [ 1.227175] emc: device handler registered [ 1.228564] alua: device handler registered [ 1.229959] libphy: Fixed MDIO Bus: probed [ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.233347] ehci-pci: EHCI PCI platform driver [ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.236570] ohci-pci: OHCI PCI platform driver [ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver [ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.269910] usb usb1: Product: UHCI Host Controller [ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.273520] usb usb1: SerialNumber: 0000:00:01.2 [ 1.275099] hub 1-0:1.0: USB hub found [ 1.276425] hub 1-0:1.0: 2 ports detected [ 1.277956] usbcore: registered new interface driver usbserial [ 1.279724] usbcore: registered new interface driver usbserial_generic [ 1.281672] usbserial: USB Serial support registered for generic [ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.289944] mousedev: PS/2 mouse device common for all mice [ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.298091] rtc_cmos 00:00: RTC can wake from S4 [ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.303665] cpuidle: using governor menu [ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina [ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.308721] usbcore: registered new interface driver usbhid [ 1.310055] usbhid: USB HID core driver [ 1.311146] drop_monitor: Initializing network drop monitor service [ 1.312618] TCP: cubic registered [ 1.313592] Initializing XFRM netlink socket [ 1.314786] NET: Registered protocol family 10 [ 1.316160] NET: Registered protocol family 17 [ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.322876] Loading compiled-in X.509 certificates [ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.331511] registered taskstats version 1 [ 1.334424] Key type trusted registered [ 1.336781] Key type encrypted registered [ 1.339083] IMA: No TPM chip found, activating TPM-bypass! [ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371) [ 1.343500] Freeing unused kernel memory: 1680k freed [ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.353762] systemd[1]: Detected virtualization kvm. [ 1.355377] systemd[1]: Detected architecture x86-64. [ 1.356986] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.360151] systemd[1]: No hostname configured. [ 1.361680] systemd[1]: Set hostname to . [ 1.363392] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.387901] systemd[1]: Created slice Root Slice. [ 1.389453] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.391902] systemd[1]: Reached target Timers. [ 1.393420] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.395972] systemd[1]: Created slice System Slice. [ 1.397265] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.399337] systemd[1]: Reached target Local File Systems. [ 1.400660] systemd[1]: Starting Local File Systems. [ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.406870] systemd[1]: Reached target Paths. [ 1.408032] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.409944] systemd[1]: Listening on udev Kernel Socket. [ 1.411245] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.413331] systemd[1]: Listening on Journal Socket. [ 1.414582] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Slices. [ 1.416611] systemd[1]: Reached target Slices. [ 1.417778] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.419740] systemd[1]: Listening on udev Control Socket. [ 1.421063] systemd[1]: Starting udev Control Socket. [ 1.422657] 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... [[32m OK [0m] Reached target Swap. [ 1.426801] systemd[1]: Reached target Swap. [ 1.427948] systemd[1]: Starting Swap. [ 1.429358] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.432222] systemd[1]: Reached target Sockets. [ 1.433408] systemd[1]: Starting Sockets. [ 1.434840] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.437067] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.444935] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.447138] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.507662] RPC: Registered named UNIX socket transport module. [ 1.509071] RPC: Registered udp transport module. [ 1.510262] RPC: Registered tcp transport module. [ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.605293] FDC 0 is a S82078B [ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.667057] scsi host0: ata_piix [ 1.668143] scsi host1: ata_piix [ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.677083] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.734002] usb 1-1: Product: QEMU USB Tablet [ 1.735142] usb 1-1: Manufacturer: QEMU [ 1.736198] usb 1-1: SerialNumber: 42 [ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.748630] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled [ 1.847018] XFS (vda1): Mounting V4 Filesystem [ 1.871158] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz [ 2.254107] SELinux: Disabled at runtime. [ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.313475] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.855555] [drm] Initialized drm 1.1.0 20060810 [ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting D-Bus System Message Bus... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.907346] [TTM] Initializing pool allocator [ 2.909599] [TTM] Initializing DMA pool allocator [ 2.911210] [drm] fb mappable at 0xFC000000 [ 2.912367] [drm] vram aper at 0xFC000000 [ 2.913495] [drm] size 33554432 [ 2.914615] [drm] fb depth is 24 [ 2.915625] [drm] pitch is 3072 [ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device [ 2.937748] ppdev: user-space parallel port driver [ 2.941571] Console: switching to colour frame buffer device 128x48 [ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 2.990180] AES CTR mode by8 optimization enabled [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. [ 3.045986] alg: No test for crc32 (crc32-pclmul) Starting Serial Getty on ttyS0... [ 3.051233] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available [[32m OK [0m] Reached target Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds. [ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 | [ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-10 20:53:13,369 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb5f9a90L 2018-08-10 20:53:13,370 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 20:53:13,375 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 20:53:13,375 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 20:53:13,382 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 20:53:13,382 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 20:53:13,382 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 20:53:13,383 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 20:53:13,383 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 20:53:13,383 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 20:53:13,390 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 20:53:13,391 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 20:53:13,401 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.205: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-10 20:53:13,403 - paramiko.transport - DEBUG - Trying discovered key e898fd57987f1b4ca34ca4dae4ff0030 in /tmp/tmp78pya2 2018-08-10 20:53:13,431 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:53:23,468 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:53:23,481 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 20:53:23,482 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:53:23,488 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:53:23,489 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.205: Authentication failed. 2018-08-10 20:53:32,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:53:32,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:53:32,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aff6ed4b-4dc8-4cb2-b030-74ecd7ec603b x-compute-request-id: req-aff6ed4b-4dc8-4cb2-b030-74ecd7ec603b Content-Encoding: gzip Content-Length: 11779 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1942696508 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.312413] pid_max: default: 32768 minimum: 301\n[ 0.313609] Security Framework initialized\n[ 0.314715] SELinux: Initializing.\n[ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.323432] Mount-cache hash table entries: 4096\n[ 0.324846] Initializing cgroup subsys memory\n[ 0.326010] Initializing cgroup subsys devices\n[ 0.327159] Initializing cgroup subsys freezer\n[ 0.328302] Initializing cgroup subsys net_cls\n[ 0.329459] Initializing cgroup subsys blkio\n[ 0.330582] Initializing cgroup subsys perf_event\n[ 0.331773] Initializing cgroup subsys hugetlb\n[ 0.332944] Initializing cgroup subsys pids\n[ 0.334049] Initializing cgroup subsys net_prio\n[ 0.335275] CPU: Physical Processor ID: 0\n[ 0.337067] mce: CPU supports 10 MCE banks\n[ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.340744] tlb_flushall_shift: 6\n[ 0.341944] Freeing SMP alternatives: 28k freed\n[ 0.345696] ACPI: Core revision 20130517\n[ 0.347210] ACPI: All ACPI Tables successfully acquired\n[ 0.348651] ftrace: allocating 25812 entries in 101 pages\n[ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372729] smpboot: Max logical packages: 2\n[ 0.374029] Enabling x2apic\n[ 0.374927] Enabled x2apic\n[ 0.376004] Switched APIC routing to physical x2apic.\n[ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.391981] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415400] Brought up 2 CPUs\n[ 0.415403] KVM setup async PF for cpu 1\n[ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420585] devtmpfs: initialized\n[ 0.423149] EVM: security.selinux\n[ 0.424119] EVM: security.ima\n[ 0.425027] EVM: security.capability\n[ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428151] pinctrl core: initialized pinctrl subsystem\n[ 0.429520] NET: Registered protocol family 16\n[ 0.430841] ACPI: bus type PCI registered\n[ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433421] PCI: Using configuration type 1 for base access\n[ 0.438079] ACPI: Added _OSI(Module Device)\n[ 0.439206] ACPI: Added _OSI(Processor Device)\n[ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441521] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443855] ACPI: Interpreter enabled\n[ 0.444903] ACPI: (supports S0 S5)\n[ 0.445885] ACPI: Using IOAPIC for interrupt routing\n[ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461459] acpiphp: Slot [3] registered\n[ 0.462882] acpiphp: Slot [4] registered\n[ 0.464313] acpiphp: Slot [5] registered\n[ 0.465729] acpiphp: Slot [6] registered\n[ 0.467154] acpiphp: Slot [7] registered\n[ 0.468565] acpiphp: Slot [8] registered\n[ 0.469996] acpiphp: Slot [9] registered\n[ 0.471407] acpiphp: Slot [10] registered\n[ 0.472838] acpiphp: Slot [11] registered\n[ 0.474266] acpiphp: Slot [12] registered\n[ 0.475719] acpiphp: Slot [13] registered\n[ 0.477163] acpiphp: Slot [14] registered\n[ 0.478590] acpiphp: Slot [15] registered\n[ 0.480044] acpiphp: Slot [16] registered\n[ 0.481489] acpiphp: Slot [17] registered\n[ 0.482934] acpiphp: Slot [18] registered\n[ 0.484379] acpiphp: Slot [19] registered\n[ 0.485822] acpiphp: Slot [20] registered\n[ 0.487268] acpiphp: Slot [21] registered\n[ 0.488698] acpiphp: Slot [22] registered\n[ 0.490135] acpiphp: Slot [23] registered\n[ 0.491547] acpiphp: Slot [24] registered\n[ 0.492973] acpiphp: Slot [25] registered\n[ 0.494457] acpiphp: Slot [26] registered\n[ 0.495898] acpiphp: Slot [27] registered\n[ 0.497327] acpiphp: Slot [28] registered\n[ 0.498772] acpiphp: Slot [29] registered\n[ 0.500200] acpiphp: Slot [30] registered\n[ 0.501641] acpiphp: Slot [31] registered\n[ 0.503083] PCI host bridge to bus 0000:00\n[ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571435] vgaarb: loaded\n[ 0.572549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574442] SCSI subsystem initialized\n[ 0.575841] ACPI: bus type USB registered\n[ 0.577305] usbcore: registered new interface driver usbfs\n[ 0.579114] usbcore: registered new interface driver hub\n[ 0.580886] usbcore: registered new device driver usb\n[ 0.582741] PCI: Using ACPI for IRQ routing\n[ 0.584522] NetLabel: Initializing\n[ 0.585817] NetLabel: domain hash size = 128\n[ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589027] NetLabel: unlabeled traffic allowed by default\n[ 0.590952] Switched to clocksource kvm-clock\n[ 0.599131] pnp: PnP ACPI init\n[ 0.600354] ACPI: bus type PNP registered\n[ 0.602136] pnp: PnP ACPI: found 5 devices\n[ 0.603592] ACPI: bus type PNP unregistered\n[ 0.611442] NET: Registered protocol family 2\n[ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618409] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.620545] TCP: reno registered\n[ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.625848] NET: Registered protocol family 1\n[ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671982] Unpacking initramfs...\n[ 1.109684] Freeing initrd memory: 37508k freed\n[ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.128681] Initialise system trusted keyring\n[ 1.129869] audit: initializing netlink socket (disabled)\n[ 1.131530] type=2000 audit(1533934371.811:1): initialized\n[ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.153146] zpool: loaded\n[ 1.154223] zbud: loaded\n[ 1.155468] VFS: Disk quotas dquot_6.5.2\n[ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158965] msgmni has been set to 7578\n[ 1.160382] Key type big_key registered\n[ 1.162457] NET: Registered protocol family 38\n[ 1.163956] Key type asymmetric registered\n[ 1.165349] Asymmetric key parser 'x509' registered\n[ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.169476] io scheduler noop registered\n[ 1.170897] io scheduler deadline registered (default)\n[ 1.182421] io scheduler cfq registered\n[ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190137] ACPI: Power Button [PWRF]\n[ 1.191580] GHES: HEST is not enabled!\n[ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219794] Non-volatile memory driver v1.3\n[ 1.221234] Linux agpgart interface v0.103\n[ 1.222773] crash memory driver: version 1.1\n[ 1.224260] rdac: device handler registered\n[ 1.225743] hp_sw: device handler registered\n[ 1.227175] emc: device handler registered\n[ 1.228564] alua: device handler registered\n[ 1.229959] libphy: Fixed MDIO Bus: probed\n[ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.233347] ehci-pci: EHCI PCI platform driver\n[ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.236570] ohci-pci: OHCI PCI platform driver\n[ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.269910] usb usb1: Product: UHCI Host Controller\n[ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.273520] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.275099] hub 1-0:1.0: USB hub found\n[ 1.276425] hub 1-0:1.0: 2 ports detected\n[ 1.277956] usbcore: registered new interface driver usbserial\n[ 1.279724] usbcore: registered new interface driver usbserial_generic\n[ 1.281672] usbserial: USB Serial support registered for generic\n[ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.289944] mousedev: PS/2 mouse device common for all mice\n[ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.298091] rtc_cmos 00:00: RTC can wake from S4\n[ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.303665] cpuidle: using governor menu\n[ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.308721] usbcore: registered new interface driver usbhid\n[ 1.310055] usbhid: USB HID core driver\n[ 1.311146] drop_monitor: Initializing network drop monitor service\n[ 1.312618] TCP: cubic registered\n[ 1.313592] Initializing XFRM netlink socket\n[ 1.314786] NET: Registered protocol family 10\n[ 1.316160] NET: Registered protocol family 17\n[ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.322876] Loading compiled-in X.509 certificates\n[ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.331511] registered taskstats version 1\n[ 1.334424] Key type trusted registered\n[ 1.336781] Key type encrypted registered\n[ 1.339083] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371)\n[ 1.343500] Freeing unused kernel memory: 1680k freed\n[ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.353762] systemd[1]: Detected virtualization kvm.\n[ 1.355377] systemd[1]: Detected architecture x86-64.\n[ 1.356986] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.360151] systemd[1]: No hostname configured.\n[ 1.361680] systemd[1]: Set hostname to .\n[ 1.363392] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.387901] systemd[1]: Created slice Root Slice.\n[ 1.389453] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.391902] systemd[1]: Reached target Timers.\n[ 1.393420] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.395972] systemd[1]: Created slice System Slice.\n[ 1.397265] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.399337] systemd[1]: Reached target Local File Systems.\n[ 1.400660] systemd[1]: Starting Local File Systems.\n[ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.406870] systemd[1]: Reached target Paths.\n[ 1.408032] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.409944] systemd[1]: Listening on udev Kernel Socket.\n[ 1.411245] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.413331] systemd[1]: Listening on Journal Socket.\n[ 1.414582] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.416611] systemd[1]: Reached target Slices.\n[ 1.417778] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.419740] systemd[1]: Listening on udev Control Socket.\n[ 1.421063] systemd[1]: Starting udev Control Socket.\n[ 1.422657] 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[[32m OK [0m] Reached target Swap.\n[ 1.426801] systemd[1]: Reached target Swap.\n[ 1.427948] systemd[1]: Starting Swap.\n[ 1.429358] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.432222] systemd[1]: Reached target Sockets.\n[ 1.433408] systemd[1]: Starting Sockets.\n[ 1.434840] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.437067] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.444935] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.447138] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.507662] RPC: Registered named UNIX socket transport module.\n[ 1.509071] RPC: Registered udp transport module.\n[ 1.510262] RPC: Registered tcp transport module.\n[ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.605293] FDC 0 is a S82078B\n[ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.667057] scsi host0: ata_piix\n[ 1.668143] scsi host1: ata_piix\n[ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.677083] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.734002] usb 1-1: Product: QEMU USB Tablet\n[ 1.735142] usb 1-1: Manufacturer: QEMU\n[ 1.736198] usb 1-1: SerialNumber: 42\n[ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.748630] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.847018] XFS (vda1): Mounting V4 Filesystem\n[ 1.871158] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz\n[ 2.254107] SELinux: Disabled at runtime.\n[ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.313475] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.855555] [drm] Initialized drm 1.1.0 20060810\n[ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting D-Bus System Message Bus...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.907346] [TTM] Initializing pool allocator\n[ 2.909599] [TTM] Initializing DMA pool allocator\n[ 2.911210] [drm] fb mappable at 0xFC000000\n[ 2.912367] [drm] vram aper at 0xFC000000\n[ 2.913495] [drm] size 33554432\n[ 2.914615] [drm] fb depth is 24\n[ 2.915625] [drm] pitch is 3072\n[ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.937748] ppdev: user-space parallel port driver\n[ 2.941571] Console: switching to colour frame buffer device 128x48\n[ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 2.990180] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n[ 3.045986] alg: No test for crc32 (crc32-pclmul)\n Starting Serial Getty on ttyS0...\n[ 3.051233] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available\n[[32m OK [0m] Reached target\n Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds.\n[ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 |\n[ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-10 20:53:32,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-aff6ed4b-4dc8-4cb2-b030-74ecd7ec603b 2018-08-10 20:53:32,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.125044822693s 2018-08-10 20:53:32,626 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-aff6ed4b-4dc8-4cb2-b030-74ecd7ec603b 2018-08-10 20:53:32,626 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1942696508 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.312413] pid_max: default: 32768 minimum: 301 [ 0.313609] Security Framework initialized [ 0.314715] SELinux: Initializing. [ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.323432] Mount-cache hash table entries: 4096 [ 0.324846] Initializing cgroup subsys memory [ 0.326010] Initializing cgroup subsys devices [ 0.327159] Initializing cgroup subsys freezer [ 0.328302] Initializing cgroup subsys net_cls [ 0.329459] Initializing cgroup subsys blkio [ 0.330582] Initializing cgroup subsys perf_event [ 0.331773] Initializing cgroup subsys hugetlb [ 0.332944] Initializing cgroup subsys pids [ 0.334049] Initializing cgroup subsys net_prio [ 0.335275] CPU: Physical Processor ID: 0 [ 0.337067] mce: CPU supports 10 MCE banks [ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.340744] tlb_flushall_shift: 6 [ 0.341944] Freeing SMP alternatives: 28k freed [ 0.345696] ACPI: Core revision 20130517 [ 0.347210] ACPI: All ACPI Tables successfully acquired [ 0.348651] ftrace: allocating 25812 entries in 101 pages [ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372729] smpboot: Max logical packages: 2 [ 0.374029] Enabling x2apic [ 0.374927] Enabled x2apic [ 0.376004] Switched APIC routing to physical x2apic. [ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.391981] smpboot: Booting Node 0, Processors #1 OK [ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415400] Brought up 2 CPUs [ 0.415403] KVM setup async PF for cpu 1 [ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420585] devtmpfs: initialized [ 0.423149] EVM: security.selinux [ 0.424119] EVM: security.ima [ 0.425027] EVM: security.capability [ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428151] pinctrl core: initialized pinctrl subsystem [ 0.429520] NET: Registered protocol family 16 [ 0.430841] ACPI: bus type PCI registered [ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433421] PCI: Using configuration type 1 for base access [ 0.438079] ACPI: Added _OSI(Module Device) [ 0.439206] ACPI: Added _OSI(Processor Device) [ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441521] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443855] ACPI: Interpreter enabled [ 0.444903] ACPI: (supports S0 S5) [ 0.445885] ACPI: Using IOAPIC for interrupt routing [ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461459] acpiphp: Slot [3] registered [ 0.462882] acpiphp: Slot [4] registered [ 0.464313] acpiphp: Slot [5] registered [ 0.465729] acpiphp: Slot [6] registered [ 0.467154] acpiphp: Slot [7] registered [ 0.468565] acpiphp: Slot [8] registered [ 0.469996] acpiphp: Slot [9] registered [ 0.471407] acpiphp: Slot [10] registered [ 0.472838] acpiphp: Slot [11] registered [ 0.474266] acpiphp: Slot [12] registered [ 0.475719] acpiphp: Slot [13] registered [ 0.477163] acpiphp: Slot [14] registered [ 0.478590] acpiphp: Slot [15] registered [ 0.480044] acpiphp: Slot [16] registered [ 0.481489] acpiphp: Slot [17] registered [ 0.482934] acpiphp: Slot [18] registered [ 0.484379] acpiphp: Slot [19] registered [ 0.485822] acpiphp: Slot [20] registered [ 0.487268] acpiphp: Slot [21] registered [ 0.488698] acpiphp: Slot [22] registered [ 0.490135] acpiphp: Slot [23] registered [ 0.491547] acpiphp: Slot [24] registered [ 0.492973] acpiphp: Slot [25] registered [ 0.494457] acpiphp: Slot [26] registered [ 0.495898] acpiphp: Slot [27] registered [ 0.497327] acpiphp: Slot [28] registered [ 0.498772] acpiphp: Slot [29] registered [ 0.500200] acpiphp: Slot [30] registered [ 0.501641] acpiphp: Slot [31] registered [ 0.503083] PCI host bridge to bus 0000:00 [ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571435] vgaarb: loaded [ 0.572549] vgaarb: bridge control possible 0000:00:02.0 [ 0.574442] SCSI subsystem initialized [ 0.575841] ACPI: bus type USB registered [ 0.577305] usbcore: registered new interface driver usbfs [ 0.579114] usbcore: registered new interface driver hub [ 0.580886] usbcore: registered new device driver usb [ 0.582741] PCI: Using ACPI for IRQ routing [ 0.584522] NetLabel: Initializing [ 0.585817] NetLabel: domain hash size = 128 [ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589027] NetLabel: unlabeled traffic allowed by default [ 0.590952] Switched to clocksource kvm-clock [ 0.599131] pnp: PnP ACPI init [ 0.600354] ACPI: bus type PNP registered [ 0.602136] pnp: PnP ACPI: found 5 devices [ 0.603592] ACPI: bus type PNP unregistered [ 0.611442] NET: Registered protocol family 2 [ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618409] TCP: Hash tables configured (established 32768 bind 32768) [ 0.620545] TCP: reno registered [ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.625848] NET: Registered protocol family 1 [ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671982] Unpacking initramfs... [ 1.109684] Freeing initrd memory: 37508k freed [ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.128681] Initialise system trusted keyring [ 1.129869] audit: initializing netlink socket (disabled) [ 1.131530] type=2000 audit(1533934371.811:1): initialized [ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.153146] zpool: loaded [ 1.154223] zbud: loaded [ 1.155468] VFS: Disk quotas dquot_6.5.2 [ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158965] msgmni has been set to 7578 [ 1.160382] Key type big_key registered [ 1.162457] NET: Registered protocol family 38 [ 1.163956] Key type asymmetric registered [ 1.165349] Asymmetric key parser 'x509' registered [ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.169476] io scheduler noop registered [ 1.170897] io scheduler deadline registered (default) [ 1.182421] io scheduler cfq registered [ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190137] ACPI: Power Button [PWRF] [ 1.191580] GHES: HEST is not enabled! [ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219794] Non-volatile memory driver v1.3 [ 1.221234] Linux agpgart interface v0.103 [ 1.222773] crash memory driver: version 1.1 [ 1.224260] rdac: device handler registered [ 1.225743] hp_sw: device handler registered [ 1.227175] emc: device handler registered [ 1.228564] alua: device handler registered [ 1.229959] libphy: Fixed MDIO Bus: probed [ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.233347] ehci-pci: EHCI PCI platform driver [ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.236570] ohci-pci: OHCI PCI platform driver [ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver [ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.269910] usb usb1: Product: UHCI Host Controller [ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.273520] usb usb1: SerialNumber: 0000:00:01.2 [ 1.275099] hub 1-0:1.0: USB hub found [ 1.276425] hub 1-0:1.0: 2 ports detected [ 1.277956] usbcore: registered new interface driver usbserial [ 1.279724] usbcore: registered new interface driver usbserial_generic [ 1.281672] usbserial: USB Serial support registered for generic [ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.289944] mousedev: PS/2 mouse device common for all mice [ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.298091] rtc_cmos 00:00: RTC can wake from S4 [ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.303665] cpuidle: using governor menu [ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina [ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.308721] usbcore: registered new interface driver usbhid [ 1.310055] usbhid: USB HID core driver [ 1.311146] drop_monitor: Initializing network drop monitor service [ 1.312618] TCP: cubic registered [ 1.313592] Initializing XFRM netlink socket [ 1.314786] NET: Registered protocol family 10 [ 1.316160] NET: Registered protocol family 17 [ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.322876] Loading compiled-in X.509 certificates [ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.331511] registered taskstats version 1 [ 1.334424] Key type trusted registered [ 1.336781] Key type encrypted registered [ 1.339083] IMA: No TPM chip found, activating TPM-bypass! [ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371) [ 1.343500] Freeing unused kernel memory: 1680k freed [ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.353762] systemd[1]: Detected virtualization kvm. [ 1.355377] systemd[1]: Detected architecture x86-64. [ 1.356986] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.360151] systemd[1]: No hostname configured. [ 1.361680] systemd[1]: Set hostname to . [ 1.363392] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.387901] systemd[1]: Created slice Root Slice. [ 1.389453] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.391902] systemd[1]: Reached target Timers. [ 1.393420] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.395972] systemd[1]: Created slice System Slice. [ 1.397265] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.399337] systemd[1]: Reached target Local File Systems. [ 1.400660] systemd[1]: Starting Local File Systems. [ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.406870] systemd[1]: Reached target Paths. [ 1.408032] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.409944] systemd[1]: Listening on udev Kernel Socket. [ 1.411245] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.413331] systemd[1]: Listening on Journal Socket. [ 1.414582] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Slices. [ 1.416611] systemd[1]: Reached target Slices. [ 1.417778] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.419740] systemd[1]: Listening on udev Control Socket. [ 1.421063] systemd[1]: Starting udev Control Socket. [ 1.422657] 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... [[32m OK [0m] Reached target Swap. [ 1.426801] systemd[1]: Reached target Swap. [ 1.427948] systemd[1]: Starting Swap. [ 1.429358] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.432222] systemd[1]: Reached target Sockets. [ 1.433408] systemd[1]: Starting Sockets. [ 1.434840] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.437067] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.444935] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.447138] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.507662] RPC: Registered named UNIX socket transport module. [ 1.509071] RPC: Registered udp transport module. [ 1.510262] RPC: Registered tcp transport module. [ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.605293] FDC 0 is a S82078B [ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.667057] scsi host0: ata_piix [ 1.668143] scsi host1: ata_piix [ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.677083] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.734002] usb 1-1: Product: QEMU USB Tablet [ 1.735142] usb 1-1: Manufacturer: QEMU [ 1.736198] usb 1-1: SerialNumber: 42 [ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.748630] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled [ 1.847018] XFS (vda1): Mounting V4 Filesystem [ 1.871158] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz [ 2.254107] SELinux: Disabled at runtime. [ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.313475] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.855555] [drm] Initialized drm 1.1.0 20060810 [ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting D-Bus System Message Bus... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.907346] [TTM] Initializing pool allocator [ 2.909599] [TTM] Initializing DMA pool allocator [ 2.911210] [drm] fb mappable at 0xFC000000 [ 2.912367] [drm] vram aper at 0xFC000000 [ 2.913495] [drm] size 33554432 [ 2.914615] [drm] fb depth is 24 [ 2.915625] [drm] pitch is 3072 [ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device [ 2.937748] ppdev: user-space parallel port driver [ 2.941571] Console: switching to colour frame buffer device 128x48 [ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 2.990180] AES CTR mode by8 optimization enabled [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. [ 3.045986] alg: No test for crc32 (crc32-pclmul) Starting Serial Getty on ttyS0... [ 3.051233] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available [[32m OK [0m] Reached target Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds. [ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 | [ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-10 20:53:32,630 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb612590L 2018-08-10 20:53:32,630 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 20:53:32,636 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 20:53:32,636 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 20:53:32,638 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 20:53:32,638 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 20:53:32,638 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 20:53:32,638 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 20:53:32,638 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 20:53:32,638 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 20:53:32,643 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 20:53:32,644 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 20:53:32,646 - paramiko.transport - DEBUG - Trying discovered key e898fd57987f1b4ca34ca4dae4ff0030 in /tmp/tmp78pya2 2018-08-10 20:53:32,684 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:53:42,703 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:53:42,725 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 20:53:42,726 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:53:42,730 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:53:42,733 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.205: Authentication failed. 2018-08-10 20:53:51,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:53:51,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:53:51,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd9ec1e5-afe5-4f69-b74c-b906001c76d0 x-compute-request-id: req-bd9ec1e5-afe5-4f69-b74c-b906001c76d0 Content-Encoding: gzip Content-Length: 12787 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1942696508 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.312413] pid_max: default: 32768 minimum: 301\n[ 0.313609] Security Framework initialized\n[ 0.314715] SELinux: Initializing.\n[ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.323432] Mount-cache hash table entries: 4096\n[ 0.324846] Initializing cgroup subsys memory\n[ 0.326010] Initializing cgroup subsys devices\n[ 0.327159] Initializing cgroup subsys freezer\n[ 0.328302] Initializing cgroup subsys net_cls\n[ 0.329459] Initializing cgroup subsys blkio\n[ 0.330582] Initializing cgroup subsys perf_event\n[ 0.331773] Initializing cgroup subsys hugetlb\n[ 0.332944] Initializing cgroup subsys pids\n[ 0.334049] Initializing cgroup subsys net_prio\n[ 0.335275] CPU: Physical Processor ID: 0\n[ 0.337067] mce: CPU supports 10 MCE banks\n[ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.340744] tlb_flushall_shift: 6\n[ 0.341944] Freeing SMP alternatives: 28k freed\n[ 0.345696] ACPI: Core revision 20130517\n[ 0.347210] ACPI: All ACPI Tables successfully acquired\n[ 0.348651] ftrace: allocating 25812 entries in 101 pages\n[ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.372729] smpboot: Max logical packages: 2\n[ 0.374029] Enabling x2apic\n[ 0.374927] Enabled x2apic\n[ 0.376004] Switched APIC routing to physical x2apic.\n[ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.389739] KVM setup paravirtual spinlock\n[ 0.391981] smpboot: Booting Node 0, Processors #1 OK\n[ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.415400] Brought up 2 CPUs\n[ 0.415403] KVM setup async PF for cpu 1\n[ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.420585] devtmpfs: initialized\n[ 0.423149] EVM: security.selinux\n[ 0.424119] EVM: security.ima\n[ 0.425027] EVM: security.capability\n[ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.428151] pinctrl core: initialized pinctrl subsystem\n[ 0.429520] NET: Registered protocol family 16\n[ 0.430841] ACPI: bus type PCI registered\n[ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.433421] PCI: Using configuration type 1 for base access\n[ 0.438079] ACPI: Added _OSI(Module Device)\n[ 0.439206] ACPI: Added _OSI(Processor Device)\n[ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.441521] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.443855] ACPI: Interpreter enabled\n[ 0.444903] ACPI: (supports S0 S5)\n[ 0.445885] ACPI: Using IOAPIC for interrupt routing\n[ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.461459] acpiphp: Slot [3] registered\n[ 0.462882] acpiphp: Slot [4] registered\n[ 0.464313] acpiphp: Slot [5] registered\n[ 0.465729] acpiphp: Slot [6] registered\n[ 0.467154] acpiphp: Slot [7] registered\n[ 0.468565] acpiphp: Slot [8] registered\n[ 0.469996] acpiphp: Slot [9] registered\n[ 0.471407] acpiphp: Slot [10] registered\n[ 0.472838] acpiphp: Slot [11] registered\n[ 0.474266] acpiphp: Slot [12] registered\n[ 0.475719] acpiphp: Slot [13] registered\n[ 0.477163] acpiphp: Slot [14] registered\n[ 0.478590] acpiphp: Slot [15] registered\n[ 0.480044] acpiphp: Slot [16] registered\n[ 0.481489] acpiphp: Slot [17] registered\n[ 0.482934] acpiphp: Slot [18] registered\n[ 0.484379] acpiphp: Slot [19] registered\n[ 0.485822] acpiphp: Slot [20] registered\n[ 0.487268] acpiphp: Slot [21] registered\n[ 0.488698] acpiphp: Slot [22] registered\n[ 0.490135] acpiphp: Slot [23] registered\n[ 0.491547] acpiphp: Slot [24] registered\n[ 0.492973] acpiphp: Slot [25] registered\n[ 0.494457] acpiphp: Slot [26] registered\n[ 0.495898] acpiphp: Slot [27] registered\n[ 0.497327] acpiphp: Slot [28] registered\n[ 0.498772] acpiphp: Slot [29] registered\n[ 0.500200] acpiphp: Slot [30] registered\n[ 0.501641] acpiphp: Slot [31] registered\n[ 0.503083] PCI host bridge to bus 0000:00\n[ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.571435] vgaarb: loaded\n[ 0.572549] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574442] SCSI subsystem initialized\n[ 0.575841] ACPI: bus type USB registered\n[ 0.577305] usbcore: registered new interface driver usbfs\n[ 0.579114] usbcore: registered new interface driver hub\n[ 0.580886] usbcore: registered new device driver usb\n[ 0.582741] PCI: Using ACPI for IRQ routing\n[ 0.584522] NetLabel: Initializing\n[ 0.585817] NetLabel: domain hash size = 128\n[ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.589027] NetLabel: unlabeled traffic allowed by default\n[ 0.590952] Switched to clocksource kvm-clock\n[ 0.599131] pnp: PnP ACPI init\n[ 0.600354] ACPI: bus type PNP registered\n[ 0.602136] pnp: PnP ACPI: found 5 devices\n[ 0.603592] ACPI: bus type PNP unregistered\n[ 0.611442] NET: Registered protocol family 2\n[ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.618409] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.620545] TCP: reno registered\n[ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.625848] NET: Registered protocol family 1\n[ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.671982] Unpacking initramfs...\n[ 1.109684] Freeing initrd memory: 37508k freed\n[ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.128681] Initialise system trusted keyring\n[ 1.129869] audit: initializing netlink socket (disabled)\n[ 1.131530] type=2000 audit(1533934371.811:1): initialized\n[ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.153146] zpool: loaded\n[ 1.154223] zbud: loaded\n[ 1.155468] VFS: Disk quotas dquot_6.5.2\n[ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.158965] msgmni has been set to 7578\n[ 1.160382] Key type big_key registered\n[ 1.162457] NET: Registered protocol family 38\n[ 1.163956] Key type asymmetric registered\n[ 1.165349] Asymmetric key parser 'x509' registered\n[ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.169476] io scheduler noop registered\n[ 1.170897] io scheduler deadline registered (default)\n[ 1.182421] io scheduler cfq registered\n[ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190137] ACPI: Power Button [PWRF]\n[ 1.191580] GHES: HEST is not enabled!\n[ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219794] Non-volatile memory driver v1.3\n[ 1.221234] Linux agpgart interface v0.103\n[ 1.222773] crash memory driver: version 1.1\n[ 1.224260] rdac: device handler registered\n[ 1.225743] hp_sw: device handler registered\n[ 1.227175] emc: device handler registered\n[ 1.228564] alua: device handler registered\n[ 1.229959] libphy: Fixed MDIO Bus: probed\n[ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.233347] ehci-pci: EHCI PCI platform driver\n[ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.236570] ohci-pci: OHCI PCI platform driver\n[ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.269910] usb usb1: Product: UHCI Host Controller\n[ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.273520] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.275099] hub 1-0:1.0: USB hub found\n[ 1.276425] hub 1-0:1.0: 2 ports detected\n[ 1.277956] usbcore: registered new interface driver usbserial\n[ 1.279724] usbcore: registered new interface driver usbserial_generic\n[ 1.281672] usbserial: USB Serial support registered for generic\n[ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.289944] mousedev: PS/2 mouse device common for all mice\n[ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.298091] rtc_cmos 00:00: RTC can wake from S4\n[ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.303665] cpuidle: using governor menu\n[ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.308721] usbcore: registered new interface driver usbhid\n[ 1.310055] usbhid: USB HID core driver\n[ 1.311146] drop_monitor: Initializing network drop monitor service\n[ 1.312618] TCP: cubic registered\n[ 1.313592] Initializing XFRM netlink socket\n[ 1.314786] NET: Registered protocol family 10\n[ 1.316160] NET: Registered protocol family 17\n[ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.322876] Loading compiled-in X.509 certificates\n[ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.331511] registered taskstats version 1\n[ 1.334424] Key type trusted registered\n[ 1.336781] Key type encrypted registered\n[ 1.339083] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371)\n[ 1.343500] Freeing unused kernel memory: 1680k freed\n[ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.353762] systemd[1]: Detected virtualization kvm.\n[ 1.355377] systemd[1]: Detected architecture x86-64.\n[ 1.356986] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.360151] systemd[1]: No hostname configured.\n[ 1.361680] systemd[1]: Set hostname to .\n[ 1.363392] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.387901] systemd[1]: Created slice Root Slice.\n[ 1.389453] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Reached target Timers.\n[ 1.391902] systemd[1]: Reached target Timers.\n[ 1.393420] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.395972] systemd[1]: Created slice System Slice.\n[ 1.397265] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.399337] systemd[1]: Reached target Local File Systems.\n[ 1.400660] systemd[1]: Starting Local File Systems.\n[ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.406870] systemd[1]: Reached target Paths.\n[ 1.408032] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.409944] systemd[1]: Listening on udev Kernel Socket.\n[ 1.411245] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.413331] systemd[1]: Listening on Journal Socket.\n[ 1.414582] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Slices.\n[ 1.416611] systemd[1]: Reached target Slices.\n[ 1.417778] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.419740] systemd[1]: Listening on udev Control Socket.\n[ 1.421063] systemd[1]: Starting udev Control Socket.\n[ 1.422657] 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[[32m OK [0m] Reached target Swap.\n[ 1.426801] systemd[1]: Reached target Swap.\n[ 1.427948] systemd[1]: Starting Swap.\n[ 1.429358] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.432222] systemd[1]: Reached target Sockets.\n[ 1.433408] systemd[1]: Starting Sockets.\n[ 1.434840] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.437067] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.444935] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.447138] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.507662] RPC: Registered named UNIX socket transport module.\n[ 1.509071] RPC: Registered udp transport module.\n[ 1.510262] RPC: Registered tcp transport module.\n[ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n[ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.605293] FDC 0 is a S82078B\n[ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.667057] scsi host0: ata_piix\n[ 1.668143] scsi host1: ata_piix\n[ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.677083] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.734002] usb 1-1: Product: QEMU USB Tablet\n[ 1.735142] usb 1-1: Manufacturer: QEMU\n[ 1.736198] usb 1-1: SerialNumber: 42\n[ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.748630] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.847018] XFS (vda1): Mounting V4 Filesystem\n[ 1.871158] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd).\n[ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz\n[ 2.254107] SELinux: Disabled at runtime.\n[ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.313475] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.855555] [drm] Initialized drm 1.1.0 20060810\n[ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting D-Bus System Message Bus...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting NTP client/server...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.907346] [TTM] Initializing pool allocator\n[ 2.909599] [TTM] Initializing DMA pool allocator\n[ 2.911210] [drm] fb mappable at 0xFC000000\n[ 2.912367] [drm] vram aper at 0xFC000000\n[ 2.913495] [drm] size 33554432\n[ 2.914615] [drm] fb depth is 24\n[ 2.915625] [drm] pitch is 3072\n[ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.937748] ppdev: user-space parallel port driver\n[ 2.941571] Console: switching to colour frame buffer device 128x48\n[ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[ 2.990180] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n[ 3.045986] alg: No test for crc32 (crc32-pclmul)\n Starting Serial Getty on ttyS0...\n[ 3.051233] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available\n[[32m OK [0m] Reached target\n Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds.\n[ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 |\n[ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 58.770466] cloud-init[9563]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 20:53:49 +0000. Up 58.73 seconds.\n[ 59.003641] cloud-init[9585]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 20:53:49 +0000. Up 58.96 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | e8:98:fd:57:98:7f:1b:4c:a3:4c:a4:da:e4:ff:00:30 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 59.067024] cloud-init[9585]: Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 20:53:49 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 59.05 seconds\n"} 2018-08-10 20:53:51,814 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-bd9ec1e5-afe5-4f69-b74c-b906001c76d0 2018-08-10 20:53:51,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0771889686584s 2018-08-10 20:53:51,815 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3/action used request id req-bd9ec1e5-afe5-4f69-b74c-b906001c76d0 2018-08-10 20:53:51,815 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1942696508 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.310207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.312413] pid_max: default: 32768 minimum: 301 [ 0.313609] Security Framework initialized [ 0.314715] SELinux: Initializing. [ 0.315991] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.320600] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.323432] Mount-cache hash table entries: 4096 [ 0.324846] Initializing cgroup subsys memory [ 0.326010] Initializing cgroup subsys devices [ 0.327159] Initializing cgroup subsys freezer [ 0.328302] Initializing cgroup subsys net_cls [ 0.329459] Initializing cgroup subsys blkio [ 0.330582] Initializing cgroup subsys perf_event [ 0.331773] Initializing cgroup subsys hugetlb [ 0.332944] Initializing cgroup subsys pids [ 0.334049] Initializing cgroup subsys net_prio [ 0.335275] CPU: Physical Processor ID: 0 [ 0.337067] mce: CPU supports 10 MCE banks [ 0.338189] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.339470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.340744] tlb_flushall_shift: 6 [ 0.341944] Freeing SMP alternatives: 28k freed [ 0.345696] ACPI: Core revision 20130517 [ 0.347210] ACPI: All ACPI Tables successfully acquired [ 0.348651] ftrace: allocating 25812 entries in 101 pages [ 0.369752] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.371256] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.372729] smpboot: Max logical packages: 2 [ 0.374029] Enabling x2apic [ 0.374927] Enabled x2apic [ 0.376004] Switched APIC routing to physical x2apic. [ 0.378160] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.379670] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.382287] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.389739] KVM setup paravirtual spinlock [ 0.391981] smpboot: Booting Node 0, Processors #1 OK [ 0.393604] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.415400] Brought up 2 CPUs [ 0.415403] KVM setup async PF for cpu 1 [ 0.415406] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.418504] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.420585] devtmpfs: initialized [ 0.423149] EVM: security.selinux [ 0.424119] EVM: security.ima [ 0.425027] EVM: security.capability [ 0.426632] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.428151] pinctrl core: initialized pinctrl subsystem [ 0.429520] NET: Registered protocol family 16 [ 0.430841] ACPI: bus type PCI registered [ 0.431920] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.433421] PCI: Using configuration type 1 for base access [ 0.438079] ACPI: Added _OSI(Module Device) [ 0.439206] ACPI: Added _OSI(Processor Device) [ 0.440347] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.441521] ACPI: Added _OSI(Processor Aggregator Device) [ 0.443855] ACPI: Interpreter enabled [ 0.444903] ACPI: (supports S0 S5) [ 0.445885] ACPI: Using IOAPIC for interrupt routing [ 0.447106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.451440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.453462] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.455586] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.457646] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.461459] acpiphp: Slot [3] registered [ 0.462882] acpiphp: Slot [4] registered [ 0.464313] acpiphp: Slot [5] registered [ 0.465729] acpiphp: Slot [6] registered [ 0.467154] acpiphp: Slot [7] registered [ 0.468565] acpiphp: Slot [8] registered [ 0.469996] acpiphp: Slot [9] registered [ 0.471407] acpiphp: Slot [10] registered [ 0.472838] acpiphp: Slot [11] registered [ 0.474266] acpiphp: Slot [12] registered [ 0.475719] acpiphp: Slot [13] registered [ 0.477163] acpiphp: Slot [14] registered [ 0.478590] acpiphp: Slot [15] registered [ 0.480044] acpiphp: Slot [16] registered [ 0.481489] acpiphp: Slot [17] registered [ 0.482934] acpiphp: Slot [18] registered [ 0.484379] acpiphp: Slot [19] registered [ 0.485822] acpiphp: Slot [20] registered [ 0.487268] acpiphp: Slot [21] registered [ 0.488698] acpiphp: Slot [22] registered [ 0.490135] acpiphp: Slot [23] registered [ 0.491547] acpiphp: Slot [24] registered [ 0.492973] acpiphp: Slot [25] registered [ 0.494457] acpiphp: Slot [26] registered [ 0.495898] acpiphp: Slot [27] registered [ 0.497327] acpiphp: Slot [28] registered [ 0.498772] acpiphp: Slot [29] registered [ 0.500200] acpiphp: Slot [30] registered [ 0.501641] acpiphp: Slot [31] registered [ 0.503083] PCI host bridge to bus 0000:00 [ 0.504548] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.506345] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.508435] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.510534] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.513188] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.515833] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.520893] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.523094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.525129] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.527305] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.531241] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.533838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555379] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.557669] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.559886] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.562332] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.564528] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.566542] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.568618] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.571435] vgaarb: loaded [ 0.572549] vgaarb: bridge control possible 0000:00:02.0 [ 0.574442] SCSI subsystem initialized [ 0.575841] ACPI: bus type USB registered [ 0.577305] usbcore: registered new interface driver usbfs [ 0.579114] usbcore: registered new interface driver hub [ 0.580886] usbcore: registered new device driver usb [ 0.582741] PCI: Using ACPI for IRQ routing [ 0.584522] NetLabel: Initializing [ 0.585817] NetLabel: domain hash size = 128 [ 0.587333] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.589027] NetLabel: unlabeled traffic allowed by default [ 0.590952] Switched to clocksource kvm-clock [ 0.599131] pnp: PnP ACPI init [ 0.600354] ACPI: bus type PNP registered [ 0.602136] pnp: PnP ACPI: found 5 devices [ 0.603592] ACPI: bus type PNP unregistered [ 0.611442] NET: Registered protocol family 2 [ 0.613236] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.616044] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.618409] TCP: Hash tables configured (established 32768 bind 32768) [ 0.620545] TCP: reno registered [ 0.621790] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.623757] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.625848] NET: Registered protocol family 1 [ 0.627388] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.629302] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.631164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.651565] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.671982] Unpacking initramfs... [ 1.109684] Freeing initrd memory: 37508k freed [ 1.119390] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.120997] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.123912] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.125432] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.127199] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.128681] Initialise system trusted keyring [ 1.129869] audit: initializing netlink socket (disabled) [ 1.131530] type=2000 audit(1533934371.811:1): initialized [ 1.148489] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.150403] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.153146] zpool: loaded [ 1.154223] zbud: loaded [ 1.155468] VFS: Disk quotas dquot_6.5.2 [ 1.156886] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.158965] msgmni has been set to 7578 [ 1.160382] Key type big_key registered [ 1.162457] NET: Registered protocol family 38 [ 1.163956] Key type asymmetric registered [ 1.165349] Asymmetric key parser 'x509' registered [ 1.166921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.169476] io scheduler noop registered [ 1.170897] io scheduler deadline registered (default) [ 1.182421] io scheduler cfq registered [ 1.183827] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185556] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187608] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190137] ACPI: Power Button [PWRF] [ 1.191580] GHES: HEST is not enabled! [ 1.192983] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217606] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219794] Non-volatile memory driver v1.3 [ 1.221234] Linux agpgart interface v0.103 [ 1.222773] crash memory driver: version 1.1 [ 1.224260] rdac: device handler registered [ 1.225743] hp_sw: device handler registered [ 1.227175] emc: device handler registered [ 1.228564] alua: device handler registered [ 1.229959] libphy: Fixed MDIO Bus: probed [ 1.231420] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.233347] ehci-pci: EHCI PCI platform driver [ 1.234770] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.236570] ohci-pci: OHCI PCI platform driver [ 1.237997] uhci_hcd: USB Universal Host Controller Interface driver [ 1.258024] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.259699] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.262236] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.263819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.265588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.267513] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.269910] usb usb1: Product: UHCI Host Controller [ 1.271482] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.273520] usb usb1: SerialNumber: 0000:00:01.2 [ 1.275099] hub 1-0:1.0: USB hub found [ 1.276425] hub 1-0:1.0: 2 ports detected [ 1.277956] usbcore: registered new interface driver usbserial [ 1.279724] usbcore: registered new interface driver usbserial_generic [ 1.281672] usbserial: USB Serial support registered for generic [ 1.283506] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.286710] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.288272] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.289944] mousedev: PS/2 mouse device common for all mice [ 1.291959] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.295281] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.298091] rtc_cmos 00:00: RTC can wake from S4 [ 1.299820] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.301716] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.303665] cpuidle: using governor menu [ 1.305121] hidraw: raw HID events driver (C) Jiri Kosina [ 1.305241] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.308721] usbcore: registered new interface driver usbhid [ 1.310055] usbhid: USB HID core driver [ 1.311146] drop_monitor: Initializing network drop monitor service [ 1.312618] TCP: cubic registered [ 1.313592] Initializing XFRM netlink socket [ 1.314786] NET: Registered protocol family 10 [ 1.316160] NET: Registered protocol family 17 [ 1.317439] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.319222] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.320597] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.322876] Loading compiled-in X.509 certificates [ 1.324107] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.326430] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.329164] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.331511] registered taskstats version 1 [ 1.334424] Key type trusted registered [ 1.336781] Key type encrypted registered [ 1.339083] IMA: No TPM chip found, activating TPM-bypass! [ 1.340758] rtc_cmos 00:00: setting system clock to 2018-08-10 20:52:51 UTC (1533934371) [ 1.343500] Freeing unused kernel memory: 1680k freed [ 1.348416] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.353762] systemd[1]: Detected virtualization kvm. [ 1.355377] systemd[1]: Detected architecture x86-64. [ 1.356986] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.360151] systemd[1]: No hostname configured. [ 1.361680] systemd[1]: Set hostname to . [ 1.363392] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.387901] systemd[1]: Created slice Root Slice. [ 1.389453] systemd[1]: Starting Root Slice. [[32m OK [0m] Reached target Timers. [ 1.391902] systemd[1]: Reached target Timers. [ 1.393420] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.395972] systemd[1]: Created slice System Slice. [ 1.397265] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Local File Systems. [ 1.399337] systemd[1]: Reached target Local File Systems. [ 1.400660] systemd[1]: Starting Local File Systems. [ 1.401937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.404032] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.406870] systemd[1]: Reached target Paths. [ 1.408032] systemd[1]: Starting Paths. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.409944] systemd[1]: Listening on udev Kernel Socket. [ 1.411245] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.413331] systemd[1]: Listening on Journal Socket. [ 1.414582] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Slices. [ 1.416611] systemd[1]: Reached target Slices. [ 1.417778] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.419740] systemd[1]: Listening on udev Control Socket. [ 1.421063] systemd[1]: Starting udev Control Socket. [ 1.422657] 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... [[32m OK [0m] Reached target Swap. [ 1.426801] systemd[1]: Reached target Swap. [ 1.427948] systemd[1]: Starting Swap. [ 1.429358] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.432222] systemd[1]: Reached target Sockets. [ 1.433408] systemd[1]: Starting Sockets. [ 1.434840] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.437067] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.440575] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.444935] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.447138] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.507662] RPC: Registered named UNIX socket transport module. [ 1.509071] RPC: Registered udp transport module. [ 1.510262] RPC: Registered tcp transport module. [ 1.511466] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... [ 1.578992] usb 1-1: new full-speed USB device number 2 using uhci_hcd Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.605293] FDC 0 is a S82078B [ 1.624057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.664361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.667057] scsi host0: ata_piix [ 1.668143] scsi host1: ata_piix [ 1.669427] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.671531] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.677083] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.730929] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.732438] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.734002] usb 1-1: Product: QEMU USB Tablet [ 1.735142] usb 1-1: Manufacturer: QEMU [ 1.736198] usb 1-1: SerialNumber: 42 [ 1.746064] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.748630] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.844328] SGI XFS with ACLs, security attributes, no debug enabled [ 1.847018] XFS (vda1): Mounting V4 Filesystem [ 1.871158] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.097040] systemd-journald[110]: Received SIGTERM from PID 1 (systemd). [ 2.125020] tsc: Refined TSC clocksource calibration: 3491.854 MHz [ 2.254107] SELinux: Disabled at runtime. [ 2.289974] type=1404 audit(1533934372.449:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.312044] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.313475] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Apply Kernel Variables... Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [ 2.500866] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [ 2.580120] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.675012] type=1305 audit(1533934372.834:3): audit_pid=441 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.850655] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.855555] [drm] Initialized drm 1.1.0 20060810 [ 2.865096] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting D-Bus System Message Bus... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting NTP client/server... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.905512] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.907346] [TTM] Initializing pool allocator [ 2.909599] [TTM] Initializing DMA pool allocator [ 2.911210] [drm] fb mappable at 0xFC000000 [ 2.912367] [drm] vram aper at 0xFC000000 [ 2.913495] [drm] size 33554432 [ 2.914615] [drm] fb depth is 24 [ 2.915625] [drm] pitch is 3072 [ 2.916744] fbcon: cirrusdrmfb (fb0) is primary device [ 2.937748] ppdev: user-space parallel port driver [ 2.941571] Console: switching to colour frame buffer device 128x48 [ 2.954846] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Reached target Timers. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [ 2.969975] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [ 2.990180] AES CTR mode by8 optimization enabled [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [ 3.026072] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. [ 3.045986] alg: No test for crc32 (crc32-pclmul) Starting Serial Getty on ttyS0... [ 3.051233] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1...[ 3.055483] intel_powerclamp: No package C-state available [[32m OK [0m] Reached target Login Prompts.[ 3.060317] intel_powerclamp: No package C-state available [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [ 3.180065] cloud-init[483]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:52:53 +0000. Up 3.14 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.601271] cloud-init[820]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:52:56 +0000. Up 5.55 seconds. [ 5.644795] cloud-init[820]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.655902] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.663434] cloud-init[820]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.672866] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.677484] cloud-init[820]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.679860] cloud-init[820]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:75:6a:f1 | [ 5.682178] cloud-init[820]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.684694] cloud-init[820]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.689647] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.692453] cloud-init[820]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.702492] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.707308] cloud-init[820]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.710793] cloud-init[820]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.713648] cloud-init[820]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.717634] cloud-init[820]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 58.770466] cloud-init[9563]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 20:53:49 +0000. Up 58.73 seconds. [ 59.003641] cloud-init[9585]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 20:53:49 +0000. Up 58.96 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | e8:98:fd:57:98:7f:1b:4c:a3:4c:a4:da:e4:ff:00:30 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 59.067024] cloud-init[9585]: Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 20:53:49 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 59.05 seconds 2018-08-10 20:53:51,819 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb612210L 2018-08-10 20:53:51,820 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 20:53:51,825 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 20:53:51,825 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 20:53:51,827 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 20:53:51,827 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 20:53:51,827 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 20:53:51,827 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 20:53:51,827 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 20:53:51,828 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 20:53:51,832 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 20:53:51,833 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 20:53:51,836 - paramiko.transport - DEBUG - Trying discovered key e898fd57987f1b4ca34ca4dae4ff0030 in /tmp/tmp78pya2 2018-08-10 20:53:51,872 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:54:01,894 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 20:54:01,915 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-10 20:54:01,915 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-10 20:54:01,916 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-10 20:54:01,916 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-10 20:54:02,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:54:02,043 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:54:02,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:54:02,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:54:02,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9689, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9693, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 8014, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9687, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 869, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 801, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9608, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9683, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:54:01 GMT 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-10 20:54:02,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:54:02,045 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 9689, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 9693, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8014, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9687, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 869, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 801, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 808, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 9608, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 9683, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-10 20:54:02,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:54:02,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:54:02,137 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9689, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9693, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 8014, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9687, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 869, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 801, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9608, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9683, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-10 20:54:02,137 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:54:02,137 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:54:01 GMT 2018-08-10 20:54:02,137 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:54:02,137 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-10 20:54:02,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:54:02,137 - functest.core.cloudify - INFO - The current manager status is running 2018-08-10 20:54:02,138 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-10 20:54:02,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:54:02,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:54:02,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:54:02,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:54:01.346Z", "updated_at": "2018-08-10T20:54:01.346Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:54:01 GMT 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-10 20:54:02,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:54:02,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-10T20:54:01.346Z", "updated_at": "2018-08-10T20:54:01.346Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-10 20:54:02,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:54:02,249 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:54:01 GMT 2018-08-10 20:54:02,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:54:02,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-10 20:54:02,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:54:02,249 - functest.core.cloudify - DEBUG - List secrets: 2018-08-10 20:54:02,250 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/secrets/foo 2018-08-10 20:54:02,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-10 20:54:02,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:54:01.346Z", "updated_at": "2018-08-10T20:54:01.346Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-10 20:54:02,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:54:02,300 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:54:01 GMT 2018-08-10 20:54:02,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:54:02,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-10 20:54:02,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:54:02,300 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-10 20:54:02,300 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-10 20:54:02,426 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 20:54:02,427 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 05:11 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-10 20:54:02,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 20:54:02,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/d74b6503-7310-4420-9f49-bca3caab052c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:03,524 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0bba79c4-f341-4f8c-943c-c941f5fddebb Content-Length: 0 Date: Fri, 10 Aug 2018 20:54:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:54:03,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/d74b6503-7310-4420-9f49-bca3caab052c.json used request id req-0bba79c4-f341-4f8c-943c-c941f5fddebb 2018-08-10 20:54:03,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.09011983871s 2018-08-10 20:54:03,525 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/d74b6503-7310-4420-9f49-bca3caab052c.json used request id req-0bba79c4-f341-4f8c-943c-c941f5fddebb 2018-08-10 20:54:03,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 20:54:03,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:03,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e19b9141-baa4-4358-a04a-dcd4811cca38 Date: Fri, 10 Aug 2018 20:54:03 GMT RESP BODY: {"floatingips": []} 2018-08-10 20:54:03,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-e19b9141-baa4-4358-a04a-dcd4811cca38 2018-08-10 20:54:03,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0494978427887s 2018-08-10 20:54:03,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-e19b9141-baa4-4358-a04a-dcd4811cca38 2018-08-10 20:54:03,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 20:54:03,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:03,775 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4d09bd5-f35a-40c8-9221-3b2228a36825 x-compute-request-id: req-a4d09bd5-f35a-40c8-9221-3b2228a36825 Content-Type: application/json 2018-08-10 20:54:03,775 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3 used request id req-a4d09bd5-f35a-40c8-9221-3b2228a36825 2018-08-10 20:54:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.194878101349s 2018-08-10 20:54:03,776 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3 used request id req-a4d09bd5-f35a-40c8-9221-3b2228a36825 2018-08-10 20:54:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:54:03,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:04,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea573b84-f1f2-46ba-ae6d-28123a04777b x-compute-request-id: req-ea573b84-f1f2-46ba-ae6d-28123a04777b Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:6a:f1", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:6a:f1", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/420818b7-c458-4c59-aed8-37bad99884b3", "rel": "bookmark"}], "image": {"id": "0b42b71a-0391-4115-9681-bcbfa411723b", "links": [{"href": "http://172.30.9.31:8774/images/0b42b71a-0391-4115-9681-bcbfa411723b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T20:52:49.000000", "flavor": {"id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121", "links": [{"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}]}, "id": "420818b7-c458-4c59-aed8-37bad99884b3", "security_groups": [{"name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}], "user_id": "5cd5c74b39634c17a323beb1c37c9ba3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T20:54:03Z", "hostId": "669847840c83e6123e8af552125088d581a0da8729b9d896a046e6f3", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "name": "cloudify-vm_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "created": "2018-08-10T20:50:31Z", "tenant_id": "cba247ba9689480ab90535724a01f16a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:54:04,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ea573b84-f1f2-46ba-ae6d-28123a04777b 2018-08-10 20:54:04,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.965989112854s 2018-08-10 20:54:04,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ea573b84-f1f2-46ba-ae6d-28123a04777b 2018-08-10 20:54:04,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:54:06,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:54:06,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:06,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6fd469e-8e13-45d0-9d22-f52d3ae84ac6 x-compute-request-id: req-a6fd469e-8e13-45d0-9d22-f52d3ae84ac6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 20:54:06,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a6fd469e-8e13-45d0-9d22-f52d3ae84ac6 2018-08-10 20:54:06,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0662801265717s 2018-08-10 20:54:06,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a6fd469e-8e13-45d0-9d22-f52d3ae84ac6 2018-08-10 20:54:06,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:54:06,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:06,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-7120e55e-890e-4f84-81cc-d56f832750fd Date: Fri, 10 Aug 2018 20:54:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:52Z", "updated_at": "2018-08-10T20:48:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8bbca570-67db-4f34-a0e8-71083a931890", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "8ff9b754-57ec-4a3f-9f64-464bb9f66464", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "c2be25b3-223b-4f7d-a714-60a92b4c1e0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:48:52Z", "revision_number": 0, "id": "d4b5092e-3238-4346-a953-7c2b64bc56f6", "remote_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "remote_ip_prefix": null, "created_at": "2018-08-10T20:48:52Z", "security_group_id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 1, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c2c970eb-9c37-4f7b-a22b-45dc1b9705c6", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:50:21Z", "updated_at": "2018-08-10T20:50:26Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:50:22Z", "revision_number": 0, "id": "057f6c52-9064-46bb-948d-ecd118a1f16f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:22Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-10T20:50:26Z", "revision_number": 0, "id": "1ce66ac7-03b1-45f7-995b-eb8ecb8431aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:26Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T20:50:25Z", "revision_number": 0, "id": "3fb302b7-e649-48b2-8a5b-8be0abb56482", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:50:24Z", "revision_number": 0, "id": "44166cfd-dafc-47eb-b9bc-86c956cb488e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:24Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:23Z", "revision_number": 0, "id": "6568ab85-fbbe-492b-ba62-c5b8c9f9c2fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:23Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a0cf77e2-e311-4028-a8ca-76fc3eeabd5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:50:21Z", "revision_number": 0, "id": "a10d8b48-0dd4-475a-b415-13ed593eb2e3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:21Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": null, "ethertype": "IPv6", "project_id": "cba247ba9689480ab90535724a01f16a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:50:25Z", "revision_number": 0, "id": "d4315b67-a51a-4083-94ca-5de80b80942f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:50:25Z", "security_group_id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "tenant_id": "cba247ba9689480ab90535724a01f16a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "cba247ba9689480ab90535724a01f16a"}], "revision_number": 7, "project_id": "cba247ba9689480ab90535724a01f16a", "id": "e58f288b-519f-4de1-8e03-2cb14d4a459c", "name": "cloudify-sg_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:54:06,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7120e55e-890e-4f84-81cc-d56f832750fd 2018-08-10 20:54:06,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0653121471405s 2018-08-10 20:54:06,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7120e55e-890e-4f84-81cc-d56f832750fd 2018-08-10 20:54:06,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 20:54:06,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/e58f288b-519f-4de1-8e03-2cb14d4a459c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:07,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a6c013bd-7838-490b-bf3b-55258a76b16f Content-Length: 0 Date: Fri, 10 Aug 2018 20:54:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:54:07,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/e58f288b-519f-4de1-8e03-2cb14d4a459c.json used request id req-a6c013bd-7838-490b-bf3b-55258a76b16f 2018-08-10 20:54:07,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.219695091248s 2018-08-10 20:54:07,106 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/e58f288b-519f-4de1-8e03-2cb14d4a459c.json used request id req-a6c013bd-7838-490b-bf3b-55258a76b16f 2018-08-10 20:54:07,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 20:54:07,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:07,165 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eefeb9a3-61d0-42dd-bf58-b3229f3a5c29 x-compute-request-id: req-eefeb9a3-61d0-42dd-bf58-b3229f3a5c29 Content-Length: 0 Content-Type: application/json 2018-08-10 20:54:07,165 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46 used request id req-eefeb9a3-61d0-42dd-bf58-b3229f3a5c29 2018-08-10 20:54:07,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0588839054108s 2018-08-10 20:54:07,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/cloudify-kp_b5bd3f35-f491-45b6-836f-1ab4ede31b46 used request id req-eefeb9a3-61d0-42dd-bf58-b3229f3a5c29 2018-08-10 20:54:07,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 20:54:07,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2/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}239168c8e90da524849ea4c029d6b45cacd71ac3" -d '{"subnet_id": "864d7fec-c17d-4281-b49f-c8dbe7602939"}' 2018-08-10 20:54:08,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-27a12eff-f0aa-4bea-9f79-48dff4c7efb0 Date: Fri, 10 Aug 2018 20:54:08 GMT RESP BODY: {"network_id": "3037e17e-50d1-4970-9b27-f46eda484c83", "tenant_id": "cba247ba9689480ab90535724a01f16a", "subnet_id": "864d7fec-c17d-4281-b49f-c8dbe7602939", "subnet_ids": ["864d7fec-c17d-4281-b49f-c8dbe7602939"], "port_id": "55e074e6-7873-4912-b453-3606f5073a1f", "id": "c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2"} 2018-08-10 20:54:08,975 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2/remove_router_interface.json used request id req-27a12eff-f0aa-4bea-9f79-48dff4c7efb0 2018-08-10 20:54:08,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80937600136s 2018-08-10 20:54:08,976 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2/remove_router_interface.json used request id req-27a12eff-f0aa-4bea-9f79-48dff4c7efb0 returning object c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2 2018-08-10 20:54:08,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 20:54:08,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:09,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-3e36e3be-6068-4e10-8f51-776c4b25141b Date: Fri, 10 Aug 2018 20:54:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "cba247ba9689480ab90535724a01f16a", "created_at": "2018-08-10T20:48:54Z", "admin_state_up": true, "updated_at": "2018-08-10T20:54:08Z", "revision_number": 4, "routes": [], "project_id": "cba247ba9689480ab90535724a01f16a", "id": "c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2", "name": "cloudify-router_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:54:09,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3e36e3be-6068-4e10-8f51-776c4b25141b 2018-08-10 20:54:09,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132198095322s 2018-08-10 20:54:09,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3e36e3be-6068-4e10-8f51-776c4b25141b 2018-08-10 20:54:09,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 20:54:09,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:10,638 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ef23f640-7f7d-412e-89fe-04287988fc07 Content-Length: 0 Date: Fri, 10 Aug 2018 20:54:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:54:10,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2.json used request id req-ef23f640-7f7d-412e-89fe-04287988fc07 2018-08-10 20:54:10,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52756714821s 2018-08-10 20:54:10,638 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/c723de12-0c58-4e7b-a8e6-e28bb7d6a8c2.json used request id req-ef23f640-7f7d-412e-89fe-04287988fc07 2018-08-10 20:54:10,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 20:54:10,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:10,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7d577c8d-5bdd-4e23-afb9-38e4547ec24b Date: Fri, 10 Aug 2018 20:54:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3037e17e-50d1-4970-9b27-f46eda484c83","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:48: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":"cba247ba9689480ab90535724a01f16a","id":"864d7fec-c17d-4281-b49f-c8dbe7602939","subnetpool_id":null,"name":"cloudify-subnet_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:54:10,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-7d577c8d-5bdd-4e23-afb9-38e4547ec24b 2018-08-10 20:54:10,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0485289096832s 2018-08-10 20:54:10,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-7d577c8d-5bdd-4e23-afb9-38e4547ec24b 2018-08-10 20:54:10,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 20:54:10,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/864d7fec-c17d-4281-b49f-c8dbe7602939.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:12,961 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2b4a558f-e78d-41fa-ac05-8d953eb6de3f Date: Fri, 10 Aug 2018 20:54:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:54:12,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/864d7fec-c17d-4281-b49f-c8dbe7602939.json used request id req-2b4a558f-e78d-41fa-ac05-8d953eb6de3f 2018-08-10 20:54:12,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27235984802s 2018-08-10 20:54:12,962 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/864d7fec-c17d-4281-b49f-c8dbe7602939.json used request id req-2b4a558f-e78d-41fa-ac05-8d953eb6de3f 2018-08-10 20:54:12,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:54:12,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:13,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-4118e8d7-0adf-4b07-b201-9a314c026fdb Date: Fri, 10 Aug 2018 20:54: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":[],"updated_at":"2018-08-10T20:54:12Z","tenant_id":"cba247ba9689480ab90535724a01f16a","created_at":"2018-08-10T20:48:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cba247ba9689480ab90535724a01f16a","id":"3037e17e-50d1-4970-9b27-f46eda484c83","name":"cloudify-net_b5bd3f35-f491-45b6-836f-1ab4ede31b46"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 20:54:13,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-4118e8d7-0adf-4b07-b201-9a314c026fdb 2018-08-10 20:54:13,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109772920609s 2018-08-10 20:54:13,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-4118e8d7-0adf-4b07-b201-9a314c026fdb 2018-08-10 20:54:13,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 20:54:13,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/3037e17e-50d1-4970-9b27-f46eda484c83.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:15,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-208cf8ea-528a-4bf8-bf2a-25743a180a13 Date: Fri, 10 Aug 2018 20:54:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 20:54:15,101 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/3037e17e-50d1-4970-9b27-f46eda484c83.json used request id req-208cf8ea-528a-4bf8-bf2a-25743a180a13 2018-08-10 20:54:15,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.02757120132s 2018-08-10 20:54:15,101 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/3037e17e-50d1-4970-9b27-f46eda484c83.json used request id req-208cf8ea-528a-4bf8-bf2a-25743a180a13 2018-08-10 20:54:15,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:54:15,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:15,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-041fa2c5-e110-4400-b17a-c2229d41fe49 Date: Fri, 10 Aug 2018 20:54:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:50:20Z", "file": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b/file", "owner": "cba247ba9689480ab90535724a01f16a", "id": "0b42b71a-0391-4115-9681-bcbfa411723b", "size": 4373348352, "self": "/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0b42b71a-0391-4115-9681-bcbfa411723b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:49:22Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:54:15,799 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-041fa2c5-e110-4400-b17a-c2229d41fe49 2018-08-10 20:54:15,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.693865060806s 2018-08-10 20:54:15,800 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-041fa2c5-e110-4400-b17a-c2229d41fe49 2018-08-10 20:54:15,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 20:54:15,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}239168c8e90da524849ea4c029d6b45cacd71ac3" 2018-08-10 20:54:16,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-439b2a38-89a8-4e24-a91d-8e45b3f1e6a0 Date: Fri, 10 Aug 2018 20:54: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-10 20:54:16,255 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b used request id req-439b2a38-89a8-4e24-a91d-8e45b3f1e6a0 2018-08-10 20:54:16,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.45358300209s 2018-08-10 20:54:16,255 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/0b42b71a-0391-4115-9681-bcbfa411723b used request id req-439b2a38-89a8-4e24-a91d-8e45b3f1e6a0 2018-08-10 20:54:16,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 20:54:16,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:16,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8276853c-8f2f-4138-9fdc-5a3735e4a3e8 x-compute-request-id: req-8276853c-8f2f-4138-9fdc-5a3735e4a3e8 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "d40a3694-86af-4fe9-8d4a-c072ed7fb121"}]} 2018-08-10 20:54:16,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-8276853c-8f2f-4138-9fdc-5a3735e4a3e8 2018-08-10 20:54:16,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.024808883667s 2018-08-10 20:54:16,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-8276853c-8f2f-4138-9fdc-5a3735e4a3e8 2018-08-10 20:54:16,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 20:54:16,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:16,315 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d8e9989-db48-4f1c-8c45-6e5a1f0b019f x-compute-request-id: req-9d8e9989-db48-4f1c-8c45-6e5a1f0b019f Content-Length: 0 Content-Type: application/json 2018-08-10 20:54:16,315 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121 used request id req-9d8e9989-db48-4f1c-8c45-6e5a1f0b019f 2018-08-10 20:54:16,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0325000286102s 2018-08-10 20:54:16,315 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/d40a3694-86af-4fe9-8d4a-c072ed7fb121 used request id req-9d8e9989-db48-4f1c-8c45-6e5a1f0b019f 2018-08-10 20:54:16,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 20:54:16,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:16,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc6e75f5-6f09-48f5-8184-f9fc593ecfea Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": {"self": "http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5cd5c74b39634c17a323beb1c37c9ba3", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 20:54:16,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-bc6e75f5-6f09-48f5-8184-f9fc593ecfea 2018-08-10 20:54:16,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214352846146s 2018-08-10 20:54:16,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-bc6e75f5-6f09-48f5-8184-f9fc593ecfea 2018-08-10 20:54:16,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 20:54:16,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:16,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13e45638-9769-4338-b232-d4cfd30fcd26 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_b5bd3f35-f491-45b6-836f-1ab4ede31b46", "links": {"self": "http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5cd5c74b39634c17a323beb1c37c9ba3", "description": null}} 2018-08-10 20:54:16,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3 used request id req-13e45638-9769-4338-b232-d4cfd30fcd26 2018-08-10 20:54:16,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207823038101s 2018-08-10 20:54:16,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3 used request id req-13e45638-9769-4338-b232-d4cfd30fcd26 2018-08-10 20:54:16,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 20:54:16,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:17,099 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:54:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-435172ed-5d4d-4481-82e4-77086c250879 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:54:17,099 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3 used request id req-435172ed-5d4d-4481-82e4-77086c250879 2018-08-10 20:54:17,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.354059934616s 2018-08-10 20:54:17,100 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/5cd5c74b39634c17a323beb1c37c9ba3 used request id req-435172ed-5d4d-4481-82e4-77086c250879 2018-08-10 20:54:17,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 20:54:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:17,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b331b7b-cbfc-4bbc-85c1-ddacf41d7f99 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a"}, "tags": [], "enabled": true, "id": "cba247ba9689480ab90535724a01f16a", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_b5bd3f35-f491-45b6-836f-1ab4ede31b46"}]} 2018-08-10 20:54:17,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-6b331b7b-cbfc-4bbc-85c1-ddacf41d7f99 2018-08-10 20:54:17,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203046798706s 2018-08-10 20:54:17,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-6b331b7b-cbfc-4bbc-85c1-ddacf41d7f99 2018-08-10 20:54:17,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 20:54:17,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a689b0bb5fe911610897b980bad51ad87f9cf3b1" 2018-08-10 20:54:17,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:54:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f1594fa-b97f-4a0b-a050-3231bcc4c48f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:54:17,594 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a used request id req-4f1594fa-b97f-4a0b-a050-3231bcc4c48f 2018-08-10 20:54:17,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.281292200089s 2018-08-10 20:54:17,595 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/cba247ba9689480ab90535724a01f16a used request id req-4f1594fa-b97f-4a0b-a050-3231bcc4c48f 2018-08-10 20:54:17,620 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:54:17,646 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:54:17,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:54:17,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:54:17,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9e024a-4e42-46f9-8f19-5f7a6eac4804 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:54:17,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-8d9e024a-4e42-46f9-8f19-5f7a6eac4804 2018-08-10 20:54:17,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:54:18,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:54:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["P_H7qU7FRzybVxlUlxVERQ"], "issued_at": "2018-08-10T20:54:17.000000Z"}} 2018-08-10 20:54:18,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:54:18,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:18,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-48d1fc7c-72db-4997-9575-83c3bd003fb3 Date: Fri, 10 Aug 2018 20:54:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 20:54:18,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-48d1fc7c-72db-4997-9575-83c3bd003fb3 2018-08-10 20:54:18,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374569177628s 2018-08-10 20:54:18,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-48d1fc7c-72db-4997-9575-83c3bd003fb3 2018-08-10 20:54:18,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:54:18,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 20:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fe27c07-b4d0-4ec3-95fb-6b974a1e2af2 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 20:54:18,446 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-1fe27c07-b4d0-4ec3-95fb-6b974a1e2af2 2018-08-10 20:54:18,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 20:54:18,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:18,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ac28b4-05ce-4a64-8f97-c6c1b76def20 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 20:54:18,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-56ac28b4-05ce-4a64-8f97-c6c1b76def20 2018-08-10 20:54:18,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198262214661s 2018-08-10 20:54:18,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-56ac28b4-05ce-4a64-8f97-c6c1b76def20 2018-08-10 20:54:18,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 20:54:18,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"}}' 2018-08-10 20:54:18,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 20:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f7b48d4-1e1b-46e1-824c-3d3fbeab0773 Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e"}, "tags": [], "enabled": true, "id": "8112c2cb00d14e11b0754aa13a07475e", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"}} 2018-08-10 20:54:18,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-4f7b48d4-1e1b-46e1-824c-3d3fbeab0773 2018-08-10 20:54:18,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.213418960571s 2018-08-10 20:54:18,867 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-4f7b48d4-1e1b-46e1-824c-3d3fbeab0773 2018-08-10 20:54:18,867 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'8112c2cb00d14e11b0754aa13a07475e', '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'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622'}) 2018-08-10 20:54:18,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 20:54:18,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4476060c-b9b6-464a-89d5-4dff9d580b2b", "email": null, "name": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622"}}' 2018-08-10 20:54:19,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 20:54:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dbaf8b7-0a0e-40a1-95b1-5604c29f3822 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622", "links": {"self": "http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "domain_id": "default", "password_expires_at": null}} 2018-08-10 20:54:19,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-0dbaf8b7-0a0e-40a1-95b1-5604c29f3822 2018-08-10 20:54:19,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.52686214447s 2018-08-10 20:54:19,401 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-0dbaf8b7-0a0e-40a1-95b1-5604c29f3822 2018-08-10 20:54:19,401 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'12aa1e8bc62e4830bb44632e2d4c6e5a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622'}) 2018-08-10 20:54:19,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:54:19,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:19,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55b55ba5-7369-4b75-93d6-3a1459b80279 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:54:19,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-55b55ba5-7369-4b75-93d6-3a1459b80279 2018-08-10 20:54:19,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.148509025574s 2018-08-10 20:54:19,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-55b55ba5-7369-4b75-93d6-3a1459b80279 2018-08-10 20:54:19,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:54:19,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:19,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beb8c813-efb4-4061-877e-75214faa2717 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:54:19,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-beb8c813-efb4-4061-877e-75214faa2717 2018-08-10 20:54:19,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185250997543s 2018-08-10 20:54:19,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-beb8c813-efb4-4061-877e-75214faa2717 2018-08-10 20:54:19,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 20:54:19,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:19,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533694c7-f5f5-4ad7-915c-81f83247cc3b Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 20:54:19,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-533694c7-f5f5-4ad7-915c-81f83247cc3b 2018-08-10 20:54:19,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.115481138229s 2018-08-10 20:54:19,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-533694c7-f5f5-4ad7-915c-81f83247cc3b 2018-08-10 20:54:19,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 20:54:19,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:20,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1722f4-d591-40a5-82a3-7c7a8afc0f26 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 20:54:20,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-1d1722f4-d591-40a5-82a3-7c7a8afc0f26 2018-08-10 20:54:20,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200403928757s 2018-08-10 20:54:20,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-1d1722f4-d591-40a5-82a3-7c7a8afc0f26 2018-08-10 20:54:20,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 20:54:20,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:20,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60e10c41-60c9-4d34-96e6-0ec7bc16a908 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622", "links": {"self": "http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 20:54:20,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-60e10c41-60c9-4d34-96e6-0ec7bc16a908 2018-08-10 20:54:20,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126234769821s 2018-08-10 20:54:20,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-60e10c41-60c9-4d34-96e6-0ec7bc16a908 2018-08-10 20:54:20,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 20:54:20,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:20,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee9bd047-db5c-485f-81e9-5e9edbde38dc Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e"}, "tags": [], "enabled": true, "id": "8112c2cb00d14e11b0754aa13a07475e", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-10 20:54:20,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-ee9bd047-db5c-485f-81e9-5e9edbde38dc 2018-08-10 20:54:20,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.156123161316s 2018-08-10 20:54:20,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-ee9bd047-db5c-485f-81e9-5e9edbde38dc 2018-08-10 20:54:20,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 20:54:20,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=12aa1e8bc62e4830bb44632e2d4c6e5a&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=8112c2cb00d14e11b0754aa13a07475e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:20,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfeb697f-36e2-4090-8e07-55ff0f87c61e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=12aa1e8bc62e4830bb44632e2d4c6e5a&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=8112c2cb00d14e11b0754aa13a07475e", "previous": null, "next": null}} 2018-08-10 20:54:20,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=12aa1e8bc62e4830bb44632e2d4c6e5a&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=8112c2cb00d14e11b0754aa13a07475e used request id req-bfeb697f-36e2-4090-8e07-55ff0f87c61e 2018-08-10 20:54:20,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.202408075333s 2018-08-10 20:54:20,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=12aa1e8bc62e4830bb44632e2d4c6e5a&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=8112c2cb00d14e11b0754aa13a07475e used request id req-bfeb697f-36e2-4090-8e07-55ff0f87c61e 2018-08-10 20:54:20,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 20:54:20,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e/users/12aa1e8bc62e4830bb44632e2d4c6e5a/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:54:20,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 20:54:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e72cfa0b-fa8d-4563-befe-c7aa39f877fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 20:54:20,803 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e/users/12aa1e8bc62e4830bb44632e2d4c6e5a/roles/740829ed47d44511bcb22d86735f9050 used request id req-e72cfa0b-fa8d-4563-befe-c7aa39f877fb 2018-08-10 20:54:20,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224375009537s 2018-08-10 20:54:20,804 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e/users/12aa1e8bc62e4830bb44632e2d4c6e5a/roles/740829ed47d44511bcb22d86735f9050 used request id req-e72cfa0b-fa8d-4563-befe-c7aa39f877fb 2018-08-10 20:54:20,804 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 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'8112c2cb00d14e11b0754aa13a07475e', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4476060c-b9b6-464a-89d5-4dff9d580b2b', 'username': u'cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 20:54:20,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 20:54:20,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 20:54:20,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 20:54:20,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 20:54:20,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 20:54:20,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 20:54:20,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 20:54:20,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 20:54:20,809 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622', 'password': '4476060c-b9b6-464a-89d5-4dff9d580b2b', 'project_name': 'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '8112c2cb00d14e11b0754aa13a07475e', 'project_domain_name': 'Default'} 2018-08-10 20:54:20,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-08-10 20:54:20,877 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-10 20:54:20,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:54:20,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b7ed57-d303-4ce0-a4f0-f63fead7caf4 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 20:54:20,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-49b7ed57-d303-4ce0-a4f0-f63fead7caf4 2018-08-10 20:54:20,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 20:54:21,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T21:54:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8112c2cb00d14e11b0754aa13a07475e", "name": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_8112c2cb00d14e11b0754aa13a07475e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_8112c2cb00d14e11b0754aa13a07475e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/8112c2cb00d14e11b0754aa13a07475e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/8112c2cb00d14e11b0754aa13a07475e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/8112c2cb00d14e11b0754aa13a07475e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/8112c2cb00d14e11b0754aa13a07475e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/8112c2cb00d14e11b0754aa13a07475e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/8112c2cb00d14e11b0754aa13a07475e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/8112c2cb00d14e11b0754aa13a07475e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/8112c2cb00d14e11b0754aa13a07475e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/8112c2cb00d14e11b0754aa13a07475e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/8112c2cb00d14e11b0754aa13a07475e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/8112c2cb00d14e11b0754aa13a07475e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/8112c2cb00d14e11b0754aa13a07475e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622", "id": "12aa1e8bc62e4830bb44632e2d4c6e5a"}, "audit_ids": ["L8e7iAyOSrOg8gv9j7zvUg"], "issued_at": "2018-08-10T20:54:21.000000Z"}} 2018-08-10 20:54:21,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 20:54:21,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"network": {"name": "cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622", "admin_state_up": true}}' 2018-08-10 20:54:21,966 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d2454cea-3af6-4ca3-9d52-b31bae056555 Date: Fri, 10 Aug 2018 20:54:21 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T20:54:21Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"8112c2cb00d14e11b0754aa13a07475e","id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","name":"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622"}} 2018-08-10 20:54:21,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d2454cea-3af6-4ca3-9d52-b31bae056555 2018-08-10 20:54:21,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.677138090134s 2018-08-10 20:54:21,967 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d2454cea-3af6-4ca3-9d52-b31bae056555 2018-08-10 20:54:21,968 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T20:54:21Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ce46358b-d8bc-459f-a8b4-6692863a3fda', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622', u'admin_state_up': True, u'tenant_id': u'8112c2cb00d14e11b0754aa13a07475e', u'created_at': u'2018-08-10T20:54:21Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8112c2cb00d14e11b0754aa13a07475e'}) 2018-08-10 20:54:21,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:54:21,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:54:22,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-12c39a54-1ecc-496f-bd35-5c68534815d3 Date: Fri, 10 Aug 2018 20:54:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","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-10T20:54:21Z","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"8112c2cb00d14e11b0754aa13a07475e","id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","name":"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 20:54:22,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-12c39a54-1ecc-496f-bd35-5c68534815d3 2018-08-10 20:54:22,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.439749956131s 2018-08-10 20:54:22,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-12c39a54-1ecc-496f-bd35-5c68534815d3 2018-08-10 20:54:22,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 20:54:22,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"subnet": {"name": "cloudify_ims-subnet_2395bd66-614c-484b-8794-eb99b6c70622", "enable_dhcp": true, "network_id": "ce46358b-d8bc-459f-a8b4-6692863a3fda", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 20:54:23,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d2945775-a8de-4d40-8975-a959a2c1100e Date: Fri, 10 Aug 2018 20:54:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:54: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":"8112c2cb00d14e11b0754aa13a07475e","id":"c45a281e-4551-4b19-ba68-daff41a85afa","subnetpool_id":null,"name":"cloudify_ims-subnet_2395bd66-614c-484b-8794-eb99b6c70622"}} 2018-08-10 20:54:23,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-d2945775-a8de-4d40-8975-a959a2c1100e 2018-08-10 20:54:23,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.916415929794s 2018-08-10 20:54:23,327 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-d2945775-a8de-4d40-8975-a959a2c1100e 2018-08-10 20:54:23,327 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T20:54: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'c45a281e-4551-4b19-ba68-daff41a85afa', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_2395bd66-614c-484b-8794-eb99b6c70622', u'enable_dhcp': True, u'network_id': u'ce46358b-d8bc-459f-a8b4-6692863a3fda', u'tenant_id': u'8112c2cb00d14e11b0754aa13a07475e', u'created_at': u'2018-08-10T20:54: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'8112c2cb00d14e11b0754aa13a07475e'}) 2018-08-10 20:54:23,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 20:54:23,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "cloudify_ims-router_2395bd66-614c-484b-8794-eb99b6c70622", "admin_state_up": true}}' 2018-08-10 20:54:24,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-6da7fe2e-258b-4d49-a35f-bbf40f80b6e6 Date: Fri, 10 Aug 2018 20:54:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:23Z", "admin_state_up": true, "updated_at": "2018-08-10T20:54:24Z", "revision_number": 2, "routes": [], "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "9a945597-5277-4e73-8e32-345f7439a456", "name": "cloudify_ims-router_2395bd66-614c-484b-8794-eb99b6c70622"}} 2018-08-10 20:54:24,544 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-6da7fe2e-258b-4d49-a35f-bbf40f80b6e6 2018-08-10 20:54:24,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2158741951s 2018-08-10 20:54:24,544 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-6da7fe2e-258b-4d49-a35f-bbf40f80b6e6 2018-08-10 20:54:24,545 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'8112c2cb00d14e11b0754aa13a07475e', u'created_at': u'2018-08-10T20:54:23Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T20:54:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'8112c2cb00d14e11b0754aa13a07475e', u'id': u'9a945597-5277-4e73-8e32-345f7439a456', u'name': u'cloudify_ims-router_2395bd66-614c-484b-8794-eb99b6c70622'}) 2018-08-10 20:54:24,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 20:54:24,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"subnet_id": "c45a281e-4551-4b19-ba68-daff41a85afa"}' 2018-08-10 20:54:27,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d3cf749-5cab-4930-84e0-84575876597f Date: Fri, 10 Aug 2018 20:54:27 GMT RESP BODY: {"network_id": "ce46358b-d8bc-459f-a8b4-6692863a3fda", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "subnet_id": "c45a281e-4551-4b19-ba68-daff41a85afa", "subnet_ids": ["c45a281e-4551-4b19-ba68-daff41a85afa"], "port_id": "e5ef5b5f-3661-42a0-a7c6-84921e8f2714", "id": "9a945597-5277-4e73-8e32-345f7439a456"} 2018-08-10 20:54:27,006 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456/add_router_interface.json used request id req-4d3cf749-5cab-4930-84e0-84575876597f 2018-08-10 20:54:27,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.46128511429s 2018-08-10 20:54:27,007 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456/add_router_interface.json used request id req-4d3cf749-5cab-4930-84e0-84575876597f returning object 9a945597-5277-4e73-8e32-345f7439a456 2018-08-10 20:54:27,008 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-10 20:54:50,105 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-10 20:54:50,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 20:54:50,111 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 20:54:50 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 20:54:50,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:54:50,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:54:50,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-caaf5303-fcbc-44c0-80fa-f9ac7af7c13f Date: Fri, 10 Aug 2018 20:54:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:54:50,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-caaf5303-fcbc-44c0-80fa-f9ac7af7c13f 2018-08-10 20:54:50,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.796280860901s 2018-08-10 20:54:50,909 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-caaf5303-fcbc-44c0-80fa-f9ac7af7c13f 2018-08-10 20:54:50,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 20:54:50,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622"}' 2018-08-10 20:54:51,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cd9a6d1d-0f14-42ac-837d-172e8b383eaf Date: Fri, 10 Aug 2018 20:54:51 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:54:51Z", "file": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "size": null, "self": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": null, "created_at": "2018-08-10T20:54:51Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 20:54:51,331 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-cd9a6d1d-0f14-42ac-837d-172e8b383eaf 2018-08-10 20:54:51,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.413563013077s 2018-08-10 20:54:51,331 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-cd9a6d1d-0f14-42ac-837d-172e8b383eaf returning object 0523fe1a-fe1a-45e0-86e9-fa88eb62a958 2018-08-10 20:54:51,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 20:54:51,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '' 2018-08-10 20:55:45,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-031861fc-6f28-4e3f-8f5b-814e70fe3f7a Date: Fri, 10 Aug 2018 20:55: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-10 20:55:45,961 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file used request id req-031861fc-6f28-4e3f-8f5b-814e70fe3f7a 2018-08-10 20:55:45,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 54.6288540363s 2018-08-10 20:55:45,961 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file used request id req-031861fc-6f28-4e3f-8f5b-814e70fe3f7a 2018-08-10 20:55:45,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:55:45,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:46,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-5bfc58f3-2bd6-424a-8add-4d0c4b0c637d Date: Fri, 10 Aug 2018 20:55:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:55:45Z", "file": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "size": 4373348352, "self": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:54:51Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:55:46,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-5bfc58f3-2bd6-424a-8add-4d0c4b0c637d 2018-08-10 20:55:46,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306620121002s 2018-08-10 20:55:46,272 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-5bfc58f3-2bd6-424a-8add-4d0c4b0c637d 2018-08-10 20:55:46,274 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file', 'owner': u'8112c2cb00d14e11b0754aa13a07475e', 'id': u'0523fe1a-fe1a-45e0-86e9-fa88eb62a958', 'size': 4373348352, u'self': u'/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8112c2cb00d14e11b0754aa13a07475e', 'name': 'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T20:55:45Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T20:55:45Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622', 'created': u'2018-08-10T20:54:51Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-10T20:54:51Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-10 20:55:46,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 20:55:46,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_2395bd66-614c-484b-8794-eb99b6c70622", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-10 20:55:46,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b8f95e9-28f1-42be-bc18-70a9aab6d6b3 x-compute-request-id: req-3b8f95e9-28f1-42be-bc18-70a9aab6d6b3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_2395bd66-614c-484b-8794-eb99b6c70622", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b"}} 2018-08-10 20:55:46,592 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-3b8f95e9-28f1-42be-bc18-70a9aab6d6b3 2018-08-10 20:55:46,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.317653894424s 2018-08-10 20:55:46,593 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-3b8f95e9-28f1-42be-bc18-70a9aab6d6b3 2018-08-10 20:55:46,594 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_2395bd66-614c-484b-8794-eb99b6c70622', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 40, 'id': u'92628c07-1c11-405e-b2d3-bffdd9fd9d3b', 'swap': 0}) 2018-08-10 20:55:46,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 20:55:46,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b/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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"extra_specs": {}}' 2018-08-10 20:55:46,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2abe3050-4fff-496a-a3de-9703f86564fd x-compute-request-id: req-2abe3050-4fff-496a-a3de-9703f86564fd Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 20:55:46,618 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b/os-extra_specs used request id req-2abe3050-4fff-496a-a3de-9703f86564fd 2018-08-10 20:55:46,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237078666687s 2018-08-10 20:55:46,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b/os-extra_specs used request id req-2abe3050-4fff-496a-a3de-9703f86564fd 2018-08-10 20:55:46,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 20:55:46,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"keypair": {"name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622"}}' 2018-08-10 20:55:47,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42a483b0-8453-4603-b5d5-fd791dbde2b9 x-compute-request-id: req-42a483b0-8453-4603-b5d5-fd791dbde2b9 Content-Encoding: gzip Content-Length: 1810 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnYzc/fFULXQHf20BcaykZipK0KTDYIyeQd///IGXxr7HU5SY4nRaLYtgdEqfQroQ79Yi7D5MUIRzvVECkPvKa1KrkoOyMm/FQriEFB0s/bHKvqmJEr4hqu227hm5azKOrB9Mvo2C0NBpSY+fdjZHLZSEz+x0e2os0FkLUgDGA22Kn59TL2KKIsNGPBiIYll3KqRIb2AAbxFJJd2UpcLvJWCJqIuXycpHpLaolJioBVvvBJhijUdVJvUcRc3pG31KRsxEGKP0tINdbsgd4g0sv0bAQflfBTRvjjGACvYwDWIbDk4ooTTrHSkMJCfCrJZY8nEUt722VTJbWfh0et27f Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAp2M3P3xVC10B39tAXGspGYqStCkw2CMnkHf//yBl8a+x1OUm\nOJ0Wi2LYHRKn0K6EO/WIuw+TFCEc71RApD7ymtSq5KDsjJvxUK4hBQdLP2xyr6pi\nRK+Iarttu4ZuWsyjqwfTL6NgtDQaUmPn3Y2Ry2UhM/sdHtqLNBZC1IAxgNtip+fU\ny9iiiLDRjwYiGJZdyqkSG9gAG8RSSXdlKXC7yVgiaiLl8nKR6S2qJSYqAVb7wSYY\no1HVSb1HEXN6Rt9SkbMRBij9LSDXW7IHeINLL9GwEH5XwU0b44xgAr2MA1iGw5OK\nKE06x0pDCQnwqyWWPJxFLe9tlUyW1n4dHrdu3wIDAQABAoIBAEvUvOC7+OMu/Xxm\nnZ/AxFvX1WJdDs28D155nrX7/XMif1PNhCU9tUrsOq/hFbmKdkmbkJf+FEmYPr2F\n08sU4V+XXNw6sy94Lji4yii3BzXycXp3nBE13H1N8AZ2fmQQNU10PA5m25aHzCzr\nKc3LJvOYGxSrfKPPqiSsuRYABW00OqR31FV+7KhuJn6XlI3kN+5cheTGV+DslyW6\nwmW28zrsve4JLmq/WbpOrZI5PsbcDNye+VFvV7TJu8+2av+Vpqv8AB+xCSa9Ses5\nJ94S44n6NGFdQuMqZ1EKgLgNRN366MsnLMdKDbnQoj0pGhB9Up1ceRb1MRYwQ7ML\ndgiGjYECgYEA15Pq611yzj8IKKXSa62VdF+ptKPBNbfKqvVxd/jfZF5LUj3udtUc\nMslIqFA3uhAIvsTjuUVmqR/c6rRmhij7EF0AV7Nr64ArlvET+fRU1RSONd4xD0Aw\nV3GQRpmAb5EIUXt9oL0P7C7QQeEdfGr2Jf2iq93wT9ozZHACKwGYz/8CgYEAxsYW\nvNvtIZFJejkCtcRpWSR2TP0zOMOToeSw7O1NGGx7SyxvyXYHnDV24evGF8k0RRWt\n+yLd1RfX1i+bwI36RzFYyoBx1vVzncaXnG5goUe5GflPikXHZrCRY96f5iYgn3Up\n99lOZ7j2ejvhszKwF8Yhf+YB1ycpC75I9ezLYSECgYBFIwEiPrQFBR3+uz+CnQbj\nbZKlhib+rVToAxNC4KP0MnGBjK8fmTUT7I3KvP9CQsYrOEW4M1O7Raa59uUyfY4X\nL1xexAIGYvKX0/UOIpfaRl9dU0b0lydpw9f7bFtObHr4dtxRYpDqtBDCMAoezsbm\nZDN5XxIk6du1iF6JoFd7zQKBgQCd5R6MuPp97qX6Y60GbFXuzKr4by0wCxOLx1jP\na5URMKMjzNGjq5FSAZpEzgAWRuqxcg447rJeIkl+R2UmqOFFiipo+Wz0fxdvHiCy\nz28Mzid4PXV0dgd2SA3F0kMcE+9YGz7SNZk1hVStNkIMEdiVmfpkWXXezamqPWZB\ni+7mYQKBgQCACNQwrBQNSCHpcGsjikGVPtaUiTUxnbInJYnDh5V2MQKv+oak1WPD\nTipEqe376YUFYrzKFxGUktd3c2MvftibnVIBhfNB6r1jDlhNgaEOCTzl0ButR+Pr\nYBJ53TXjDWqikdkTsH4c0tgEFzjFy4rAf+hqx18Ix5NT6ss6+cZXSg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "fingerprint": "50:ea:63:16:75:f1:9c:e1:ed:04:ee:17:dd:f0:a5:d0"}} 2018-08-10 20:55:47,051 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-42a483b0-8453-4603-b5d5-fd791dbde2b9 2018-08-10 20:55:47,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.432367086411s 2018-08-10 20:55:47,052 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-42a483b0-8453-4603-b5d5-fd791dbde2b9 2018-08-10 20:55:47,052 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnYzc/fFULXQHf20BcaykZipK0KTDYIyeQd///IGXxr7HU5SY4nRaLYtgdEqfQroQ79Yi7D5MUIRzvVECkPvKa1KrkoOyMm/FQriEFB0s/bHKvqmJEr4hqu227hm5azKOrB9Mvo2C0NBpSY+fdjZHLZSEz+x0e2os0FkLUgDGA22Kn59TL2KKIsNGPBiIYll3KqRIb2AAbxFJJd2UpcLvJWCJqIuXycpHpLaolJioBVvvBJhijUdVJvUcRc3pG31KRsxEGKP0tINdbsgd4g0sv0bAQflfBTRvjjGACvYwDWIbDk4ooTTrHSkMJCfCrJZY8nEUt722VTJbWfh0et27f Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAp2M3P3xVC10B39tAXGspGYqStCkw2CMnkHf//yBl8a+x1OUm\nOJ0Wi2LYHRKn0K6EO/WIuw+TFCEc71RApD7ymtSq5KDsjJvxUK4hBQdLP2xyr6pi\nRK+Iarttu4ZuWsyjqwfTL6NgtDQaUmPn3Y2Ry2UhM/sdHtqLNBZC1IAxgNtip+fU\ny9iiiLDRjwYiGJZdyqkSG9gAG8RSSXdlKXC7yVgiaiLl8nKR6S2qJSYqAVb7wSYY\no1HVSb1HEXN6Rt9SkbMRBij9LSDXW7IHeINLL9GwEH5XwU0b44xgAr2MA1iGw5OK\nKE06x0pDCQnwqyWWPJxFLe9tlUyW1n4dHrdu3wIDAQABAoIBAEvUvOC7+OMu/Xxm\nnZ/AxFvX1WJdDs28D155nrX7/XMif1PNhCU9tUrsOq/hFbmKdkmbkJf+FEmYPr2F\n08sU4V+XXNw6sy94Lji4yii3BzXycXp3nBE13H1N8AZ2fmQQNU10PA5m25aHzCzr\nKc3LJvOYGxSrfKPPqiSsuRYABW00OqR31FV+7KhuJn6XlI3kN+5cheTGV+DslyW6\nwmW28zrsve4JLmq/WbpOrZI5PsbcDNye+VFvV7TJu8+2av+Vpqv8AB+xCSa9Ses5\nJ94S44n6NGFdQuMqZ1EKgLgNRN366MsnLMdKDbnQoj0pGhB9Up1ceRb1MRYwQ7ML\ndgiGjYECgYEA15Pq611yzj8IKKXSa62VdF+ptKPBNbfKqvVxd/jfZF5LUj3udtUc\nMslIqFA3uhAIvsTjuUVmqR/c6rRmhij7EF0AV7Nr64ArlvET+fRU1RSONd4xD0Aw\nV3GQRpmAb5EIUXt9oL0P7C7QQeEdfGr2Jf2iq93wT9ozZHACKwGYz/8CgYEAxsYW\nvNvtIZFJejkCtcRpWSR2TP0zOMOToeSw7O1NGGx7SyxvyXYHnDV24evGF8k0RRWt\n+yLd1RfX1i+bwI36RzFYyoBx1vVzncaXnG5goUe5GflPikXHZrCRY96f5iYgn3Up\n99lOZ7j2ejvhszKwF8Yhf+YB1ycpC75I9ezLYSECgYBFIwEiPrQFBR3+uz+CnQbj\nbZKlhib+rVToAxNC4KP0MnGBjK8fmTUT7I3KvP9CQsYrOEW4M1O7Raa59uUyfY4X\nL1xexAIGYvKX0/UOIpfaRl9dU0b0lydpw9f7bFtObHr4dtxRYpDqtBDCMAoezsbm\nZDN5XxIk6du1iF6JoFd7zQKBgQCd5R6MuPp97qX6Y60GbFXuzKr4by0wCxOLx1jP\na5URMKMjzNGjq5FSAZpEzgAWRuqxcg447rJeIkl+R2UmqOFFiipo+Wz0fxdvHiCy\nz28Mzid4PXV0dgd2SA3F0kMcE+9YGz7SNZk1hVStNkIMEdiVmfpkWXXezamqPWZB\ni+7mYQKBgQCACNQwrBQNSCHpcGsjikGVPtaUiTUxnbInJYnDh5V2MQKv+oak1WPD\nTipEqe376YUFYrzKFxGUktd3c2MvftibnVIBhfNB6r1jDlhNgaEOCTzl0ButR+Pr\nYBJ53TXjDWqikdkTsH4c0tgEFzjFy4rAf+hqx18Ix5NT6ss6+cZXSg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'12aa1e8bc62e4830bb44632e2d4c6e5a', 'name': u'cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622', 'created_at': '2018-08-10T20:55:47.052800', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8112c2cb00d14e11b0754aa13a07475e', 'name': 'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'50:ea:63:16:75:f1:9c:e1:ed:04:ee:17:dd:f0:a5:d0', 'type': 'ssh', 'id': u'cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622'}) 2018-08-10 20:55:47,053 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAp2M3P3xVC10B39tAXGspGYqStCkw2CMnkHf//yBl8a+x1OUm OJ0Wi2LYHRKn0K6EO/WIuw+TFCEc71RApD7ymtSq5KDsjJvxUK4hBQdLP2xyr6pi RK+Iarttu4ZuWsyjqwfTL6NgtDQaUmPn3Y2Ry2UhM/sdHtqLNBZC1IAxgNtip+fU y9iiiLDRjwYiGJZdyqkSG9gAG8RSSXdlKXC7yVgiaiLl8nKR6S2qJSYqAVb7wSYY o1HVSb1HEXN6Rt9SkbMRBij9LSDXW7IHeINLL9GwEH5XwU0b44xgAr2MA1iGw5OK KE06x0pDCQnwqyWWPJxFLe9tlUyW1n4dHrdu3wIDAQABAoIBAEvUvOC7+OMu/Xxm nZ/AxFvX1WJdDs28D155nrX7/XMif1PNhCU9tUrsOq/hFbmKdkmbkJf+FEmYPr2F 08sU4V+XXNw6sy94Lji4yii3BzXycXp3nBE13H1N8AZ2fmQQNU10PA5m25aHzCzr Kc3LJvOYGxSrfKPPqiSsuRYABW00OqR31FV+7KhuJn6XlI3kN+5cheTGV+DslyW6 wmW28zrsve4JLmq/WbpOrZI5PsbcDNye+VFvV7TJu8+2av+Vpqv8AB+xCSa9Ses5 J94S44n6NGFdQuMqZ1EKgLgNRN366MsnLMdKDbnQoj0pGhB9Up1ceRb1MRYwQ7ML dgiGjYECgYEA15Pq611yzj8IKKXSa62VdF+ptKPBNbfKqvVxd/jfZF5LUj3udtUc MslIqFA3uhAIvsTjuUVmqR/c6rRmhij7EF0AV7Nr64ArlvET+fRU1RSONd4xD0Aw V3GQRpmAb5EIUXt9oL0P7C7QQeEdfGr2Jf2iq93wT9ozZHACKwGYz/8CgYEAxsYW vNvtIZFJejkCtcRpWSR2TP0zOMOToeSw7O1NGGx7SyxvyXYHnDV24evGF8k0RRWt +yLd1RfX1i+bwI36RzFYyoBx1vVzncaXnG5goUe5GflPikXHZrCRY96f5iYgn3Up 99lOZ7j2ejvhszKwF8Yhf+YB1ycpC75I9ezLYSECgYBFIwEiPrQFBR3+uz+CnQbj bZKlhib+rVToAxNC4KP0MnGBjK8fmTUT7I3KvP9CQsYrOEW4M1O7Raa59uUyfY4X L1xexAIGYvKX0/UOIpfaRl9dU0b0lydpw9f7bFtObHr4dtxRYpDqtBDCMAoezsbm ZDN5XxIk6du1iF6JoFd7zQKBgQCd5R6MuPp97qX6Y60GbFXuzKr4by0wCxOLx1jP a5URMKMjzNGjq5FSAZpEzgAWRuqxcg447rJeIkl+R2UmqOFFiipo+Wz0fxdvHiCy z28Mzid4PXV0dgd2SA3F0kMcE+9YGz7SNZk1hVStNkIMEdiVmfpkWXXezamqPWZB i+7mYQKBgQCACNQwrBQNSCHpcGsjikGVPtaUiTUxnbInJYnDh5V2MQKv+oak1WPD TipEqe376YUFYrzKFxGUktd3c2MvftibnVIBhfNB6r1jDlhNgaEOCTzl0ButR+Pr YBJ53TXjDWqikdkTsH4c0tgEFzjFy4rAf+hqx18Ix5NT6ss6+cZXSg== -----END RSA PRIVATE KEY----- 2018-08-10 20:55:47,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 20:55:47,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"security_group": {"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-10 20:55:47,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-8e1f901e-8542-4e5e-8c19-227706644971 Date: Fri, 10 Aug 2018 20:55:47 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}} 2018-08-10 20:55:47,651 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-8e1f901e-8542-4e5e-8c19-227706644971 2018-08-10 20:55:47,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.595566034317s 2018-08-10 20:55:47,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-8e1f901e-8542-4e5e-8c19-227706644971 2018-08-10 20:55:47,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:55:47,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:47,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-232b570a-cb4f-46dc-ae9a-ab3d4cb0cc66 Date: Fri, 10 Aug 2018 20:55:47 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:55:47,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-232b570a-cb4f-46dc-ae9a-ab3d4cb0cc66 2018-08-10 20:55:47,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.101074934006s 2018-08-10 20:55:47,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-232b570a-cb4f-46dc-ae9a-ab3d4cb0cc66 2018-08-10 20:55:47,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:55:47,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -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": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}}' 2018-08-10 20:55:48,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e0940ac6-df33-40e5-963a-3e3b7b09adc4 Date: Fri, 10 Aug 2018 20:55:48 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-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "port_range_min": 22, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:48Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a"}} 2018-08-10 20:55:48,219 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-e0940ac6-df33-40e5-963a-3e3b7b09adc4 2018-08-10 20:55:48,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.457314968109s 2018-08-10 20:55:48,219 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-e0940ac6-df33-40e5-963a-3e3b7b09adc4 2018-08-10 20:55:48,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:55:48,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:48,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-afdd622d-4886-41e3-bdd4-6a098ab15875 Date: Fri, 10 Aug 2018 20:55:48 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 2, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:55:48,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-afdd622d-4886-41e3-bdd4-6a098ab15875 2018-08-10 20:55:48,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.314098834991s 2018-08-10 20:55:48,537 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-afdd622d-4886-41e3-bdd4-6a098ab15875 2018-08-10 20:55:48,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:55:48,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -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": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}}' 2018-08-10 20:55:48,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-25693450-05f6-4393-b52b-e44d8c2ae002 Date: Fri, 10 Aug 2018 20:55:48 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-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "port_range_min": null, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:48Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "b5686462-9c22-402c-9a18-db76de555019"}} 2018-08-10 20:55:48,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-25693450-05f6-4393-b52b-e44d8c2ae002 2018-08-10 20:55:48,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.453370094299s 2018-08-10 20:55:48,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-25693450-05f6-4393-b52b-e44d8c2ae002 2018-08-10 20:55:48,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:55:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:49,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-89097561-40dc-4f92-a7f0-426936531a7a Date: Fri, 10 Aug 2018 20:55:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "b5686462-9c22-402c-9a18-db76de555019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 3, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:55:49,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-89097561-40dc-4f92-a7f0-426936531a7a 2018-08-10 20:55:49,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.334267139435s 2018-08-10 20:55:49,333 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-89097561-40dc-4f92-a7f0-426936531a7a 2018-08-10 20:55:49,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:55:49,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}}' 2018-08-10 20:55:49,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fbb677fb-4e90-440c-83bd-0959c0893469 Date: Fri, 10 Aug 2018 20:55:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-10T20:55:49Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "port_range_min": 80, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:49Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "14cfce00-d491-44ec-8ee6-8641de762ebb"}} 2018-08-10 20:55:49,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-fbb677fb-4e90-440c-83bd-0959c0893469 2018-08-10 20:55:49,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.411116123199s 2018-08-10 20:55:49,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-fbb677fb-4e90-440c-83bd-0959c0893469 2018-08-10 20:55:49,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:55:49,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:49,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-40c30c33-c190-4584-8926-fa3e1cb21d16 Date: Fri, 10 Aug 2018 20:55:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:55:49Z", "revision_number": 0, "id": "14cfce00-d491-44ec-8ee6-8641de762ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:49Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "b5686462-9c22-402c-9a18-db76de555019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 4, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:55:49,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-40c30c33-c190-4584-8926-fa3e1cb21d16 2018-08-10 20:55:49,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0726368427277s 2018-08-10 20:55:49,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-40c30c33-c190-4584-8926-fa3e1cb21d16 2018-08-10 20:55:49,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:55:49,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}}' 2018-08-10 20:55:50,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-deac3822-db1e-4c11-9dc5-41eab7a7a31a Date: Fri, 10 Aug 2018 20:55:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "port_range_min": 443, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:50Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "bd463128-6d82-43be-b717-955d5686337d"}} 2018-08-10 20:55:50,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-deac3822-db1e-4c11-9dc5-41eab7a7a31a 2018-08-10 20:55:50,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.458292007446s 2018-08-10 20:55:50,285 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-deac3822-db1e-4c11-9dc5-41eab7a7a31a 2018-08-10 20:55:50,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:55:50,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:50,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-726237a3-474a-40ba-abb3-2ffc4ee385c1 Date: Fri, 10 Aug 2018 20:55:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:55:49Z", "revision_number": 0, "id": "14cfce00-d491-44ec-8ee6-8641de762ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:49Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "b5686462-9c22-402c-9a18-db76de555019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "bd463128-6d82-43be-b717-955d5686337d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 5, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:55:50,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-726237a3-474a-40ba-abb3-2ffc4ee385c1 2018-08-10 20:55:50,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0456697940826s 2018-08-10 20:55:50,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-726237a3-474a-40ba-abb3-2ffc4ee385c1 2018-08-10 20:55:50,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:55:50,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}}' 2018-08-10 20:55:50,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-befdb6cc-18de-4b12-9202-a6650a6c0736 Date: Fri, 10 Aug 2018 20:55:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "port_range_min": 5671, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:50Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "5c85dfb8-1cc5-4fa3-9e3f-5f4e5e45e0ff"}} 2018-08-10 20:55:50,795 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-befdb6cc-18de-4b12-9202-a6650a6c0736 2018-08-10 20:55:50,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.456922054291s 2018-08-10 20:55:50,796 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-befdb6cc-18de-4b12-9202-a6650a6c0736 2018-08-10 20:55:50,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:55:50,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:51,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-a48287ce-0bed-4f3c-89a3-d10c4a5e8ccb Date: Fri, 10 Aug 2018 20:55:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:55:49Z", "revision_number": 0, "id": "14cfce00-d491-44ec-8ee6-8641de762ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:49Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "5c85dfb8-1cc5-4fa3-9e3f-5f4e5e45e0ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "b5686462-9c22-402c-9a18-db76de555019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "bd463128-6d82-43be-b717-955d5686337d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 6, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:55:51,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a48287ce-0bed-4f3c-89a3-d10c4a5e8ccb 2018-08-10 20:55:51,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.302906990051s 2018-08-10 20:55:51,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a48287ce-0bed-4f3c-89a3-d10c4a5e8ccb 2018-08-10 20:55:51,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:55:51,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}}' 2018-08-10 20:55:51,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-fcc80e80-5f19-421d-b46e-e05afc7abf7c Date: Fri, 10 Aug 2018 20:55:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-10T20:55:51Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "port_range_min": 53333, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:51Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "9c8bf9dc-f82d-4d1c-a716-7abfa936e9ff"}} 2018-08-10 20:55:51,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-fcc80e80-5f19-421d-b46e-e05afc7abf7c 2018-08-10 20:55:51,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.177623033524s 2018-08-10 20:55:51,285 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-fcc80e80-5f19-421d-b46e-e05afc7abf7c 2018-08-10 20:55:51,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:55:51,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:51,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-bf70ff5a-23e8-419c-930e-e8bf4b9aafb6 Date: Fri, 10 Aug 2018 20:55:51 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c45a281e-4551-4b19-ba68-daff41a85afa"],"updated_at":"2018-08-10T20:54:22Z","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8112c2cb00d14e11b0754aa13a07475e","id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","name":"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 20:55:51,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-bf70ff5a-23e8-419c-930e-e8bf4b9aafb6 2018-08-10 20:55:51,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122781038284s 2018-08-10 20:55:51,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-bf70ff5a-23e8-419c-930e-e8bf4b9aafb6 2018-08-10 20:55:51,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:55:51,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:51,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-be57ff07-9009-4bbb-b8d5-78b4d2a7e484 Date: Fri, 10 Aug 2018 20:55:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:55:45Z", "file": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "size": 4373348352, "self": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:54:51Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:55:51,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-be57ff07-9009-4bbb-b8d5-78b4d2a7e484 2018-08-10 20:55:51,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309695959091s 2018-08-10 20:55:51,724 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-be57ff07-9009-4bbb-b8d5-78b4d2a7e484 2018-08-10 20:55:51,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 20:55:51,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:51,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:55: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-26e6430a-e245-4efc-9dc2-60d1c5a2c896 x-compute-request-id: req-26e6430a-e245-4efc-9dc2-60d1c5a2c896 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2395bd66-614c-484b-8794-eb99b6c70622", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b"}]} 2018-08-10 20:55:51,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-26e6430a-e245-4efc-9dc2-60d1c5a2c896 2018-08-10 20:55:51,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0284321308136s 2018-08-10 20:55:51,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-26e6430a-e245-4efc-9dc2-60d1c5a2c896 2018-08-10 20:55:51,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 20:55:51,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"server": {"name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "imageRef": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "flavorRef": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ce46358b-d8bc-459f-a8b4-6692863a3fda"}], "security_groups": [{"name": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}]}}' 2018-08-10 20:55:56,090 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 20:55:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9716e673-53f7-4142-b3f3-eb65285ba2c3 x-compute-request-id: req-9716e673-53f7-4142-b3f3-eb65285ba2c3 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "31e34e13-0c7c-45e2-a68c-a1df32d03f37"}], "OS-DCF:diskConfig": "MANUAL", "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "adminPass": "sBwSYNWMTE5o"}} 2018-08-10 20:55:56,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-9716e673-53f7-4142-b3f3-eb65285ba2c3 2018-08-10 20:55:56,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.33436703682s 2018-08-10 20:55:56,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-9716e673-53f7-4142-b3f3-eb65285ba2c3 2018-08-10 20:55:56,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:55:56,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:56,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:55:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a9779f6-9fe8-44f2-a3ca-c0c0bb8ef0f9 x-compute-request-id: req-3a9779f6-9fe8-44f2-a3ca-c0c0bb8ef0f9 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:55:56,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3a9779f6-9fe8-44f2-a3ca-c0c0bb8ef0f9 2018-08-10 20:55:56,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384166955948s 2018-08-10 20:55:56,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3a9779f6-9fe8-44f2-a3ca-c0c0bb8ef0f9 2018-08-10 20:55:56,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:55:56,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:56,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-87708bf8-bb6e-46fe-bef2-0f8adbad12eb Date: Fri, 10 Aug 2018 20:55:56 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":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c45a281e-4551-4b19-ba68-daff41a85afa"],"updated_at":"2018-08-10T20:54:22Z","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8112c2cb00d14e11b0754aa13a07475e","id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","name":"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 20:55:56,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-87708bf8-bb6e-46fe-bef2-0f8adbad12eb 2018-08-10 20:55:56,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.376868963242s 2018-08-10 20:55:56,861 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-87708bf8-bb6e-46fe-bef2-0f8adbad12eb 2018-08-10 20:55:56,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 20:55:56,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:57,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-579b952d-02aa-4834-a8a3-b9900d421aed Date: Fri, 10 Aug 2018 20:55:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:54: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":"8112c2cb00d14e11b0754aa13a07475e","id":"c45a281e-4551-4b19-ba68-daff41a85afa","subnetpool_id":null,"name":"cloudify_ims-subnet_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 20:55:57,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-579b952d-02aa-4834-a8a3-b9900d421aed 2018-08-10 20:55:57,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.316150903702s 2018-08-10 20:55:57,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-579b952d-02aa-4834-a8a3-b9900d421aed 2018-08-10 20:55:57,179 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:55:59,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:55:59,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:55:59,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:55: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-3776c732-b270-4c3c-81b3-2a210a749d73 x-compute-request-id: req-3776c732-b270-4c3c-81b3-2a210a749d73 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:58Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:55:59,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3776c732-b270-4c3c-81b3-2a210a749d73 2018-08-10 20:55:59,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573931932449s 2018-08-10 20:55:59,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3776c732-b270-4c3c-81b3-2a210a749d73 2018-08-10 20:55:59,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:01,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:01,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:02,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-e2d73fc4-eb7d-49f9-ba0f-bf0d80a8ea48 x-compute-request-id: req-e2d73fc4-eb7d-49f9-ba0f-bf0d80a8ea48 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:02,682 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e2d73fc4-eb7d-49f9-ba0f-bf0d80a8ea48 2018-08-10 20:56:02,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.919964790344s 2018-08-10 20:56:02,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e2d73fc4-eb7d-49f9-ba0f-bf0d80a8ea48 2018-08-10 20:56:02,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:04,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:04,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:05,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac7e5765-75b1-4a45-9bb6-9d6932ebf43f x-compute-request-id: req-ac7e5765-75b1-4a45-9bb6-9d6932ebf43f 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:05,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ac7e5765-75b1-4a45-9bb6-9d6932ebf43f 2018-08-10 20:56:05,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.957920074463s 2018-08-10 20:56:05,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ac7e5765-75b1-4a45-9bb6-9d6932ebf43f 2018-08-10 20:56:05,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:07,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:07,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:08,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-495bcd5a-c05c-4634-99f4-414965ee451c x-compute-request-id: req-495bcd5a-c05c-4634-99f4-414965ee451c 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:08,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-495bcd5a-c05c-4634-99f4-414965ee451c 2018-08-10 20:56:08,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.97701883316s 2018-08-10 20:56:08,632 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-495bcd5a-c05c-4634-99f4-414965ee451c 2018-08-10 20:56:08,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:10,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:10,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:11,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-4c32b0de-5110-4ee1-b032-732b3d799d3c x-compute-request-id: req-4c32b0de-5110-4ee1-b032-732b3d799d3c 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:11,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4c32b0de-5110-4ee1-b032-732b3d799d3c 2018-08-10 20:56:11,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779716014862s 2018-08-10 20:56:11,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4c32b0de-5110-4ee1-b032-732b3d799d3c 2018-08-10 20:56:11,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:13,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:14,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-7f564d5a-4edb-4aa4-89bc-7a83bf45501c x-compute-request-id: req-7f564d5a-4edb-4aa4-89bc-7a83bf45501c 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:14,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7f564d5a-4edb-4aa4-89bc-7a83bf45501c 2018-08-10 20:56:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800309896469s 2018-08-10 20:56:14,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7f564d5a-4edb-4aa4-89bc-7a83bf45501c 2018-08-10 20:56:14,229 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:16,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:16,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:16,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-1503d446-ce6e-4d7a-935b-4fc6eb45c1d7 x-compute-request-id: req-1503d446-ce6e-4d7a-935b-4fc6eb45c1d7 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:16,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1503d446-ce6e-4d7a-935b-4fc6eb45c1d7 2018-08-10 20:56:16,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71199297905s 2018-08-10 20:56:16,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1503d446-ce6e-4d7a-935b-4fc6eb45c1d7 2018-08-10 20:56:16,947 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:18,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:18,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:19,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d41decf-aaa8-4452-a8d1-97f2f98a58c5 x-compute-request-id: req-5d41decf-aaa8-4452-a8d1-97f2f98a58c5 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:19,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5d41decf-aaa8-4452-a8d1-97f2f98a58c5 2018-08-10 20:56:19,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714377164841s 2018-08-10 20:56:19,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5d41decf-aaa8-4452-a8d1-97f2f98a58c5 2018-08-10 20:56:19,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:21,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:21,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:22,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-700e069d-67d1-46ed-bffc-40ff199a1ab9 x-compute-request-id: req-700e069d-67d1-46ed-bffc-40ff199a1ab9 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:22,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-700e069d-67d1-46ed-bffc-40ff199a1ab9 2018-08-10 20:56:22,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716414928436s 2018-08-10 20:56:22,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-700e069d-67d1-46ed-bffc-40ff199a1ab9 2018-08-10 20:56:22,393 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:24,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:24,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:25,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-9924cd58-f762-46a9-a3c5-e81ef5ff3766 x-compute-request-id: req-9924cd58-f762-46a9-a3c5-e81ef5ff3766 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:25,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9924cd58-f762-46a9-a3c5-e81ef5ff3766 2018-08-10 20:56:25,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.989619970322s 2018-08-10 20:56:25,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9924cd58-f762-46a9-a3c5-e81ef5ff3766 2018-08-10 20:56:25,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:27,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:27,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:28,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65d866b8-b108-43c3-b4d7-0dd35f1f21aa x-compute-request-id: req-65d866b8-b108-43c3-b4d7-0dd35f1f21aa 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:28,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-65d866b8-b108-43c3-b4d7-0dd35f1f21aa 2018-08-10 20:56:28,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.911550998688s 2018-08-10 20:56:28,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-65d866b8-b108-43c3-b4d7-0dd35f1f21aa 2018-08-10 20:56:28,309 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:30,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:30,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:30,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-5b0cd6f3-96f5-4832-bb1c-fdca65b9f2b4 x-compute-request-id: req-5b0cd6f3-96f5-4832-bb1c-fdca65b9f2b4 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:30,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5b0cd6f3-96f5-4832-bb1c-fdca65b9f2b4 2018-08-10 20:56:30,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434990167618s 2018-08-10 20:56:30,747 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5b0cd6f3-96f5-4832-bb1c-fdca65b9f2b4 2018-08-10 20:56:30,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:32,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:32,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:33,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-698fbccd-3e4f-4b4a-a347-e019ab08897e x-compute-request-id: req-698fbccd-3e4f-4b4a-a347-e019ab08897e 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:33,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-698fbccd-3e4f-4b4a-a347-e019ab08897e 2018-08-10 20:56:33,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643903017044s 2018-08-10 20:56:33,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-698fbccd-3e4f-4b4a-a347-e019ab08897e 2018-08-10 20:56:33,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:35,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:35,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:36,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0dd28de-7b0e-4db5-b47a-65c219fa07fd x-compute-request-id: req-e0dd28de-7b0e-4db5-b47a-65c219fa07fd 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:36,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0dd28de-7b0e-4db5-b47a-65c219fa07fd 2018-08-10 20:56:36,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999490976334s 2018-08-10 20:56:36,405 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0dd28de-7b0e-4db5-b47a-65c219fa07fd 2018-08-10 20:56:36,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:38,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:38,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:39,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a077528-e585-416b-bd49-3beb16d4afa1 x-compute-request-id: req-2a077528-e585-416b-bd49-3beb16d4afa1 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:39,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2a077528-e585-416b-bd49-3beb16d4afa1 2018-08-10 20:56:39,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737110853195s 2018-08-10 20:56:39,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2a077528-e585-416b-bd49-3beb16d4afa1 2018-08-10 20:56:39,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:41,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:41,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:42,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-3ee2aeaf-087f-493f-88a0-2de75f2d9d41 x-compute-request-id: req-3ee2aeaf-087f-493f-88a0-2de75f2d9d41 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:42,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3ee2aeaf-087f-493f-88a0-2de75f2d9d41 2018-08-10 20:56:42,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04886698723s 2018-08-10 20:56:42,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3ee2aeaf-087f-493f-88a0-2de75f2d9d41 2018-08-10 20:56:42,209 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:44,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:44,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:44,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c475b03e-84cd-42cc-843f-42fa31293b75 x-compute-request-id: req-c475b03e-84cd-42cc-843f-42fa31293b75 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:44,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c475b03e-84cd-42cc-843f-42fa31293b75 2018-08-10 20:56:44,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692969083786s 2018-08-10 20:56:44,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c475b03e-84cd-42cc-843f-42fa31293b75 2018-08-10 20:56:44,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:46,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:46,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:47,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56: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-0eac32bf-6cda-42e4-84e2-40d636c5cd9d x-compute-request-id: req-0eac32bf-6cda-42e4-84e2-40d636c5cd9d 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:47,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0eac32bf-6cda-42e4-84e2-40d636c5cd9d 2018-08-10 20:56:47,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754766941071s 2018-08-10 20:56:47,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0eac32bf-6cda-42e4-84e2-40d636c5cd9d 2018-08-10 20:56:47,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:49,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:49,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:51,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-c17572b9-dce0-4659-8567-162cceae254c x-compute-request-id: req-c17572b9-dce0-4659-8567-162cceae254c 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:51,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c17572b9-dce0-4659-8567-162cceae254c 2018-08-10 20:56:51,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3251080513s 2018-08-10 20:56:51,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c17572b9-dce0-4659-8567-162cceae254c 2018-08-10 20:56:51,004 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:53,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:53,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:53,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-7747f291-aca2-430f-8492-d5e23a9b834f x-compute-request-id: req-7747f291-aca2-430f-8492-d5e23a9b834f 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:53,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7747f291-aca2-430f-8492-d5e23a9b834f 2018-08-10 20:56:53,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440359830856s 2018-08-10 20:56:53,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7747f291-aca2-430f-8492-d5e23a9b834f 2018-08-10 20:56:53,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:55,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:56,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:56:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-324617d9-63c6-41a7-81a0-048dc2706fb0 x-compute-request-id: req-324617d9-63c6-41a7-81a0-048dc2706fb0 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:56,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-324617d9-63c6-41a7-81a0-048dc2706fb0 2018-08-10 20:56:56,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738035917282s 2018-08-10 20:56:56,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-324617d9-63c6-41a7-81a0-048dc2706fb0 2018-08-10 20:56:56,197 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:56:58,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:56:58,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:56:59,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-5062dfc8-c588-4fe4-92b8-b78b04c03f84 x-compute-request-id: req-5062dfc8-c588-4fe4-92b8-b78b04c03f84 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:56:59,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5062dfc8-c588-4fe4-92b8-b78b04c03f84 2018-08-10 20:56:59,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.98272395134s 2018-08-10 20:56:59,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5062dfc8-c588-4fe4-92b8-b78b04c03f84 2018-08-10 20:56:59,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:01,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:01,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:01,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-e10d3bf2-53b1-4dc1-af62-28c025ac1fe6 x-compute-request-id: req-e10d3bf2-53b1-4dc1-af62-28c025ac1fe6 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:01,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e10d3bf2-53b1-4dc1-af62-28c025ac1fe6 2018-08-10 20:57:01,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65703701973s 2018-08-10 20:57:01,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e10d3bf2-53b1-4dc1-af62-28c025ac1fe6 2018-08-10 20:57:01,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:03,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:04,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57: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-34614317-2c33-4bef-984a-a68d9fe49877 x-compute-request-id: req-34614317-2c33-4bef-984a-a68d9fe49877 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:04,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-34614317-2c33-4bef-984a-a68d9fe49877 2018-08-10 20:57:04,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.879170894623s 2018-08-10 20:57:04,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-34614317-2c33-4bef-984a-a68d9fe49877 2018-08-10 20:57:04,736 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:06,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:06,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:07,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-75d5e507-f7b3-48e3-8f03-ada96bcd5bd6 x-compute-request-id: req-75d5e507-f7b3-48e3-8f03-ada96bcd5bd6 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:07,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-75d5e507-f7b3-48e3-8f03-ada96bcd5bd6 2018-08-10 20:57:07,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706602096558s 2018-08-10 20:57:07,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-75d5e507-f7b3-48e3-8f03-ada96bcd5bd6 2018-08-10 20:57:07,450 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:09,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:09,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:10,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02cc993c-c10f-44ae-ac85-1985280e79e9 x-compute-request-id: req-02cc993c-c10f-44ae-ac85-1985280e79e9 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:10,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-02cc993c-c10f-44ae-ac85-1985280e79e9 2018-08-10 20:57:10,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.926794052124s 2018-08-10 20:57:10,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-02cc993c-c10f-44ae-ac85-1985280e79e9 2018-08-10 20:57:10,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:12,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:12,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57: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-bfca1154-7f5f-4c85-b326-3b4b01b6b77e x-compute-request-id: req-bfca1154-7f5f-4c85-b326-3b4b01b6b77e 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:12,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bfca1154-7f5f-4c85-b326-3b4b01b6b77e 2018-08-10 20:57:12,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46998500824s 2018-08-10 20:57:12,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bfca1154-7f5f-4c85-b326-3b4b01b6b77e 2018-08-10 20:57:12,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:14,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:14,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:15,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-d11f712f-2b60-4df6-821c-e96babb77e74 x-compute-request-id: req-d11f712f-2b60-4df6-821c-e96babb77e74 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:15,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d11f712f-2b60-4df6-821c-e96babb77e74 2018-08-10 20:57:15,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03597998619s 2018-08-10 20:57:15,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d11f712f-2b60-4df6-821c-e96babb77e74 2018-08-10 20:57:15,903 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:17,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:18,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-2287e3c7-5c80-4102-9cf1-805872db2e45 x-compute-request-id: req-2287e3c7-5c80-4102-9cf1-805872db2e45 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:18,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2287e3c7-5c80-4102-9cf1-805872db2e45 2018-08-10 20:57:18,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760488033295s 2018-08-10 20:57:18,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2287e3c7-5c80-4102-9cf1-805872db2e45 2018-08-10 20:57:18,671 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:20,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:20,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:21,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5746bee-e1ca-4992-848b-1d910a18c221 x-compute-request-id: req-b5746bee-e1ca-4992-848b-1d910a18c221 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:21,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b5746bee-e1ca-4992-848b-1d910a18c221 2018-08-10 20:57:21,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.842478990555s 2018-08-10 20:57:21,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b5746bee-e1ca-4992-848b-1d910a18c221 2018-08-10 20:57:21,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:23,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:23,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:24,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a4f447a-b78b-4bd3-98d6-b495cc182b74 x-compute-request-id: req-0a4f447a-b78b-4bd3-98d6-b495cc182b74 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:24,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0a4f447a-b78b-4bd3-98d6-b495cc182b74 2018-08-10 20:57:24,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80144906044s 2018-08-10 20:57:24,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0a4f447a-b78b-4bd3-98d6-b495cc182b74 2018-08-10 20:57:24,330 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:26,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:26,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:27,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-f3798fda-99ce-4e66-83c9-a2c11db25c79 x-compute-request-id: req-f3798fda-99ce-4e66-83c9-a2c11db25c79 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:27,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f3798fda-99ce-4e66-83c9-a2c11db25c79 2018-08-10 20:57:27,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777523994446s 2018-08-10 20:57:27,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f3798fda-99ce-4e66-83c9-a2c11db25c79 2018-08-10 20:57:27,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:29,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:29,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:30,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-c3f8d487-1d14-45ef-ac5a-c3e787386bc6 x-compute-request-id: req-c3f8d487-1d14-45ef-ac5a-c3e787386bc6 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:30,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c3f8d487-1d14-45ef-ac5a-c3e787386bc6 2018-08-10 20:57:30,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17711901665s 2018-08-10 20:57:30,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c3f8d487-1d14-45ef-ac5a-c3e787386bc6 2018-08-10 20:57:30,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:32,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:32,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:33,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-c86df7e7-8601-4706-b22c-45de72bd8052 x-compute-request-id: req-c86df7e7-8601-4706-b22c-45de72bd8052 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:33,034 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c86df7e7-8601-4706-b22c-45de72bd8052 2018-08-10 20:57:33,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731369972229s 2018-08-10 20:57:33,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c86df7e7-8601-4706-b22c-45de72bd8052 2018-08-10 20:57:33,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:35,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:35,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:35,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-a08570ad-e732-4c3b-b1a1-e8ea12d97858 x-compute-request-id: req-a08570ad-e732-4c3b-b1a1-e8ea12d97858 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:35,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a08570ad-e732-4c3b-b1a1-e8ea12d97858 2018-08-10 20:57:35,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718456029892s 2018-08-10 20:57:35,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a08570ad-e732-4c3b-b1a1-e8ea12d97858 2018-08-10 20:57:35,762 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:37,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:37,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:38,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-852f8c9c-09e5-4721-9f86-f96f5b14e344 x-compute-request-id: req-852f8c9c-09e5-4721-9f86-f96f5b14e344 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:38,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-852f8c9c-09e5-4721-9f86-f96f5b14e344 2018-08-10 20:57:38,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713319063187s 2018-08-10 20:57:38,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-852f8c9c-09e5-4721-9f86-f96f5b14e344 2018-08-10 20:57:38,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:40,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:40,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:41,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f9f9608-68a1-4062-b967-76d4d0c8dc32 x-compute-request-id: req-9f9f9608-68a1-4062-b967-76d4d0c8dc32 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:41,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9f9f9608-68a1-4062-b967-76d4d0c8dc32 2018-08-10 20:57:41,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.901116847992s 2018-08-10 20:57:41,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9f9f9608-68a1-4062-b967-76d4d0c8dc32 2018-08-10 20:57:41,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:43,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:43,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:44,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-2edc20fa-d55c-47dc-b952-eb0a9f54ace7 x-compute-request-id: req-2edc20fa-d55c-47dc-b952-eb0a9f54ace7 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:44,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2edc20fa-d55c-47dc-b952-eb0a9f54ace7 2018-08-10 20:57:44,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999047994614s 2018-08-10 20:57:44,392 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2edc20fa-d55c-47dc-b952-eb0a9f54ace7 2018-08-10 20:57:44,395 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:46,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:46,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:47,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57: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-7fe42056-3727-4be0-ad4a-9ae1f32d1666 x-compute-request-id: req-7fe42056-3727-4be0-ad4a-9ae1f32d1666 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:47,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7fe42056-3727-4be0-ad4a-9ae1f32d1666 2018-08-10 20:57:47,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741159915924s 2018-08-10 20:57:47,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7fe42056-3727-4be0-ad4a-9ae1f32d1666 2018-08-10 20:57:47,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:50,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-47f46d5a-7fd5-4b07-9e11-6fbd8e6d218f x-compute-request-id: req-47f46d5a-7fd5-4b07-9e11-6fbd8e6d218f 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:50,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-47f46d5a-7fd5-4b07-9e11-6fbd8e6d218f 2018-08-10 20:57:50,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0063958168s 2018-08-10 20:57:50,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-47f46d5a-7fd5-4b07-9e11-6fbd8e6d218f 2018-08-10 20:57:50,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:52,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:53,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57: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-2bbb7ac7-865a-4f71-a80f-dd8833f0d055 x-compute-request-id: req-2bbb7ac7-865a-4f71-a80f-dd8833f0d055 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:53,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2bbb7ac7-865a-4f71-a80f-dd8833f0d055 2018-08-10 20:57:53,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.866017818451s 2018-08-10 20:57:53,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2bbb7ac7-865a-4f71-a80f-dd8833f0d055 2018-08-10 20:57:53,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:55,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:55,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:55,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-362a8b9f-c6ac-4308-9ada-ef3cddc39315 x-compute-request-id: req-362a8b9f-c6ac-4308-9ada-ef3cddc39315 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:55,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-362a8b9f-c6ac-4308-9ada-ef3cddc39315 2018-08-10 20:57:55,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.48419713974s 2018-08-10 20:57:55,516 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-362a8b9f-c6ac-4308-9ada-ef3cddc39315 2018-08-10 20:57:55,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:57:57,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:57:57,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:57:58,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4821f431-c7fd-4d86-b631-9c6bcde4ebda x-compute-request-id: req-4821f431-c7fd-4d86-b631-9c6bcde4ebda 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:57:58,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4821f431-c7fd-4d86-b631-9c6bcde4ebda 2018-08-10 20:57:58,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.816787004471s 2018-08-10 20:57:58,339 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4821f431-c7fd-4d86-b631-9c6bcde4ebda 2018-08-10 20:57:58,343 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:00,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:00,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:01,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-943049ee-d7d6-43a5-96ad-943e7910c23f x-compute-request-id: req-943049ee-d7d6-43a5-96ad-943e7910c23f 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:01,001 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-943049ee-d7d6-43a5-96ad-943e7910c23f 2018-08-10 20:58:01,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655894041061s 2018-08-10 20:58:01,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-943049ee-d7d6-43a5-96ad-943e7910c23f 2018-08-10 20:58:01,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:03,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:03,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:03,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-300865ef-63e1-416b-9541-d6cd5dac02a3 x-compute-request-id: req-300865ef-63e1-416b-9541-d6cd5dac02a3 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:03,746 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-300865ef-63e1-416b-9541-d6cd5dac02a3 2018-08-10 20:58:03,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738420009613s 2018-08-10 20:58:03,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-300865ef-63e1-416b-9541-d6cd5dac02a3 2018-08-10 20:58:03,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:05,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:05,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:06,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58: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-e0d3384c-cab7-4697-ad04-e84afeb22adc x-compute-request-id: req-e0d3384c-cab7-4697-ad04-e84afeb22adc 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:06,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0d3384c-cab7-4697-ad04-e84afeb22adc 2018-08-10 20:58:06,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463500976562s 2018-08-10 20:58:06,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e0d3384c-cab7-4697-ad04-e84afeb22adc 2018-08-10 20:58:06,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:08,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:08,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:08,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bd4e1eb-69e0-4eb4-8903-705c00cd8701 x-compute-request-id: req-1bd4e1eb-69e0-4eb4-8903-705c00cd8701 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:08,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1bd4e1eb-69e0-4eb4-8903-705c00cd8701 2018-08-10 20:58:08,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451089143753s 2018-08-10 20:58:08,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1bd4e1eb-69e0-4eb4-8903-705c00cd8701 2018-08-10 20:58:08,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:10,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:10,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:11,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-4b955811-e16b-4af7-b75d-c95d68e958eb x-compute-request-id: req-4b955811-e16b-4af7-b75d-c95d68e958eb 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:11,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4b955811-e16b-4af7-b75d-c95d68e958eb 2018-08-10 20:58:11,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803561925888s 2018-08-10 20:58:11,485 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4b955811-e16b-4af7-b75d-c95d68e958eb 2018-08-10 20:58:11,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:13,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:13,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:14,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-611265c4-617b-4edd-a476-51b89409e85b x-compute-request-id: req-611265c4-617b-4edd-a476-51b89409e85b 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.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T20:55:59Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:14,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-611265c4-617b-4edd-a476-51b89409e85b 2018-08-10 20:58:14,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707269191742s 2018-08-10 20:58:14,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-611265c4-617b-4edd-a476-51b89409e85b 2018-08-10 20:58:14,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 20:58:16,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 20:58:16,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:16,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f607a6f-dd2c-430f-892c-835fc8103acb x-compute-request-id: req-5f607a6f-dd2c-430f-892c-835fc8103acb Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:0b:af", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T20:58:14.000000", "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T20:58:14Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 20:58:16,954 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5f607a6f-dd2c-430f-892c-835fc8103acb 2018-08-10 20:58:16,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.747943878174s 2018-08-10 20:58:16,955 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5f607a6f-dd2c-430f-892c-835fc8103acb 2018-08-10 20:58:16,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 20:58:16,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=1f099021-d0b9-4c9d-9500-e94df8183670" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:17,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0d36b738-5ac6-43e8-bdfe-d23e62468f75 Date: Fri, 10 Aug 2018 20:58:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:55:59Z","admin_state_up":true,"updated_at":"2018-08-10T20:58:13Z","binding:vnic_type":"normal","device_id":"1f099021-d0b9-4c9d-9500-e94df8183670","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:0b:af","id":"3c555325-66a8-467e-a4df-0e6b403a35f7","port_security_enabled":true,"project_id":"8112c2cb00d14e11b0754aa13a07475e","fixed_ips":[{"subnet_id":"c45a281e-4551-4b19-ba68-daff41a85afa","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["31e34e13-0c7c-45e2-a68c-a1df32d03f37"],"name":""}]} 2018-08-10 20:58:17,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=1f099021-d0b9-4c9d-9500-e94df8183670 used request id req-0d36b738-5ac6-43e8-bdfe-d23e62468f75 2018-08-10 20:58:17,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.052109003067s 2018-08-10 20:58:17,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=1f099021-d0b9-4c9d-9500-e94df8183670 used request id req-0d36b738-5ac6-43e8-bdfe-d23e62468f75 2018-08-10 20:58:17,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 20:58:17,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=3c555325-66a8-467e-a4df-0e6b403a35f7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:17,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-13df3367-a784-4147-8993-e5acd97a0b56 Date: Fri, 10 Aug 2018 20:58:17 GMT RESP BODY: {"floatingips": []} 2018-08-10 20:58:17,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=3c555325-66a8-467e-a4df-0e6b403a35f7 used request id req-13df3367-a784-4147-8993-e5acd97a0b56 2018-08-10 20:58:17,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0495808124542s 2018-08-10 20:58:17,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=3c555325-66a8-467e-a4df-0e6b403a35f7 used request id req-13df3367-a784-4147-8993-e5acd97a0b56 2018-08-10 20:58:17,067 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ee:0b:af', 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'0523fe1a-fe1a-45e0-86e9-fa88eb62a958'}), 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-10T20:58:14.000000', 'flavor': Munch({u'id': u'92628c07-1c11-405e-b2d3-bffdd9fd9d3b'}), 'az': u'nova', 'id': u'1f099021-d0b9-4c9d-9500-e94df8183670', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'12aa1e8bc62e4830bb44632e2d4c6e5a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8112c2cb00d14e11b0754aa13a07475e', 'name': 'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', '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-10T20:58:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T20:58:14Z', 'hostId': u'8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516', '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-10T20:58:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8112c2cb00d14e11b0754aa13a07475e', 'name': u'cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622', 'adminPass': u'sBwSYNWMTE5o', 'tenant_id': u'8112c2cb00d14e11b0754aa13a07475e', 'created_at': u'2018-08-10T20:55:56Z', 'created': u'2018-08-10T20:55:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 20:58:17,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 20:58:17,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:17,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d7f2f187-dc36-40e1-b870-7cedded8410e Date: Fri, 10 Aug 2018 20:58:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["c45a281e-4551-4b19-ba68-daff41a85afa"],"updated_at":"2018-08-10T20:54:22Z","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8112c2cb00d14e11b0754aa13a07475e","id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","name":"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 20:58:17,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d7f2f187-dc36-40e1-b870-7cedded8410e 2018-08-10 20:58:17,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921380519867s 2018-08-10 20:58:17,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-d7f2f187-dc36-40e1-b870-7cedded8410e 2018-08-10 20:58:17,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 20:58:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=1f099021-d0b9-4c9d-9500-e94df8183670" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:17,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5aeff3c7-717c-4c9d-bf18-d556e73b1c56 Date: Fri, 10 Aug 2018 20:58:17 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:55:59Z","admin_state_up":true,"updated_at":"2018-08-10T20:58:13Z","binding:vnic_type":"normal","device_id":"1f099021-d0b9-4c9d-9500-e94df8183670","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:0b:af","id":"3c555325-66a8-467e-a4df-0e6b403a35f7","port_security_enabled":true,"project_id":"8112c2cb00d14e11b0754aa13a07475e","fixed_ips":[{"subnet_id":"c45a281e-4551-4b19-ba68-daff41a85afa","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["31e34e13-0c7c-45e2-a68c-a1df32d03f37"],"name":""}]} 2018-08-10 20:58:17,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=1f099021-d0b9-4c9d-9500-e94df8183670 used request id req-5aeff3c7-717c-4c9d-bf18-d556e73b1c56 2018-08-10 20:58:17,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0612819194794s 2018-08-10 20:58:17,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=1f099021-d0b9-4c9d-9500-e94df8183670 used request id req-5aeff3c7-717c-4c9d-bf18-d556e73b1c56 2018-08-10 20:58:17,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 20:58:17,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.18", "port_id": "3c555325-66a8-467e-a4df-0e6b403a35f7"}}' 2018-08-10 20:58:19,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c76c5ad8-3429-4d1a-a207-3b83195eb149 Date: Fri, 10 Aug 2018 20:58:19 GMT RESP BODY: {"floatingip": {"router_id": "9a945597-5277-4e73-8e32-345f7439a456", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T20:58:17Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "3c555325-66a8-467e-a4df-0e6b403a35f7", "id": "be2ed44c-4f82-4c6e-bf23-d5c705cae00b", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:58:17Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}} 2018-08-10 20:58:19,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-c76c5ad8-3429-4d1a-a207-3b83195eb149 2018-08-10 20:58:19,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.82308316231s 2018-08-10 20:58:19,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-c76c5ad8-3429-4d1a-a207-3b83195eb149 2018-08-10 20:58:19,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 20:58:19,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:58:19,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-cc4adac9-ba12-4ee0-8360-16247c9aff70 Date: Fri, 10 Aug 2018 20:58:19 GMT RESP BODY: {"floatingips": [{"router_id": "9a945597-5277-4e73-8e32-345f7439a456", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T20:58:17Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "3c555325-66a8-467e-a4df-0e6b403a35f7", "id": "be2ed44c-4f82-4c6e-bf23-d5c705cae00b", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:58:17Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}]} 2018-08-10 20:58:19,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-cc4adac9-ba12-4ee0-8360-16247c9aff70 2018-08-10 20:58:19,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.060487985611s 2018-08-10 20:58:19,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-cc4adac9-ba12-4ee0-8360-16247c9aff70 2018-08-10 20:58:19,123 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'9a945597-5277-4e73-8e32-345f7439a456', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'8112c2cb00d14e11b0754aa13a07475e', 'created_at': u'2018-08-10T20:58:17Z', 'attached': True, 'updated_at': u'2018-08-10T20:58:17Z', 'id': u'be2ed44c-4f82-4c6e-bf23-d5c705cae00b', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8112c2cb00d14e11b0754aa13a07475e', 'name': 'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'9a945597-5277-4e73-8e32-345f7439a456', 'project_id': u'8112c2cb00d14e11b0754aa13a07475e', 'port_id': u'3c555325-66a8-467e-a4df-0e6b403a35f7', 'port': u'3c555325-66a8-467e-a4df-0e6b403a35f7', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 20:58:19,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:58:19,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:58:19,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58: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-5422d824-9d8d-4d0c-9ab1-b2bd57d11bb9 x-compute-request-id: req-5422d824-9d8d-4d0c-9ab1-b2bd57d11bb9 Content-Encoding: gzip Content-Length: 10720 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1718347727 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.330577] pid_max: default: 32768 minimum: 301\n[ 0.331984] Security Framework initialized\n[ 0.333286] SELinux: Initializing.\n[ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.342971] Mount-cache hash table entries: 4096\n[ 0.344635] Initializing cgroup subsys memory\n[ 0.345995] Initializing cgroup subsys devices\n[ 0.347352] Initializing cgroup subsys freezer\n[ 0.348729] Initializing cgroup subsys net_cls\n[ 0.350084] Initializing cgroup subsys blkio\n[ 0.351405] Initializing cgroup subsys perf_event\n[ 0.352836] Initializing cgroup subsys hugetlb\n[ 0.354177] Initializing cgroup subsys pids\n[ 0.355487] Initializing cgroup subsys net_prio\n[ 0.356945] CPU: Physical Processor ID: 0\n[ 0.358985] mce: CPU supports 10 MCE banks\n[ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363348] tlb_flushall_shift: 6\n[ 0.364698] Freeing SMP alternatives: 28k freed\n[ 0.368740] ACPI: Core revision 20130517\n[ 0.370426] ACPI: All ACPI Tables successfully acquired\n[ 0.372126] ftrace: allocating 25812 entries in 101 pages\n[ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398447] smpboot: Max logical packages: 2\n[ 0.399951] Enabling x2apic\n[ 0.401009] Enabled x2apic\n[ 0.402228] Switched APIC routing to physical x2apic.\n[ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.417647] KVM setup paravirtual spinlock\n[ 0.420059] smpboot: Booting Node 0, Processors #1 OK\n[ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.443788] Brought up 2 CPUs\n[ 0.443794] KVM setup async PF for cpu 1\n[ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.449801] devtmpfs: initialized\n[ 0.452363] EVM: security.selinux\n[ 0.453484] EVM: security.ima\n[ 0.454479] EVM: security.capability\n[ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.458047] pinctrl core: initialized pinctrl subsystem\n[ 0.459634] NET: Registered protocol family 16\n[ 0.461153] ACPI: bus type PCI registered\n[ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.464130] PCI: Using configuration type 1 for base access\n[ 0.469015] ACPI: Added _OSI(Module Device)\n[ 0.470307] ACPI: Added _OSI(Processor Device)\n[ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.472993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.475579] ACPI: Interpreter enabled\n[ 0.476778] ACPI: (supports S0 S5)\n[ 0.477891] ACPI: Using IOAPIC for interrupt routing\n[ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.492008] acpiphp: Slot [3] registered\n[ 0.493256] acpiphp: Slot [4] registered\n[ 0.494499] acpiphp: Slot [5] registered\n[ 0.495768] acpiphp: Slot [6] registered\n[ 0.497003] acpiphp: Slot [7] registered\n[ 0.498292] acpiphp: Slot [8] registered\n[ 0.499556] acpiphp: Slot [9] registered\n[ 0.500815] acpiphp: Slot [10] registered\n[ 0.502087] acpiphp: Slot [11] registered\n[ 0.503336] acpiphp: Slot [12] registered\n[ 0.504607] acpiphp: Slot [13] registered\n[ 0.505850] acpiphp: Slot [14] registered\n[ 0.507105] acpiphp: Slot [15] registered\n[ 0.508339] acpiphp: Slot [16] registered\n[ 0.509580] acpiphp: Slot [17] registered\n[ 0.510814] acpiphp: Slot [18] registered\n[ 0.512079] acpiphp: Slot [19] registered\n[ 0.513340] acpiphp: Slot [20] registered\n[ 0.514563] acpiphp: Slot [21] registered\n[ 0.515797] acpiphp: Slot [22] registered\n[ 0.517045] acpiphp: Slot [23] registered\n[ 0.518295] acpiphp: Slot [24] registered\n[ 0.519550] acpiphp: Slot [25] registered\n[ 0.520799] acpiphp: Slot [26] registered\n[ 0.522038] acpiphp: Slot [27] registered\n[ 0.523286] acpiphp: Slot [28] registered\n[ 0.524532] acpiphp: Slot [29] registered\n[ 0.525879] acpiphp: Slot [30] registered\n[ 0.527119] acpiphp: Slot [31] registered\n[ 0.528366] PCI host bridge to bus 0000:00\n[ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.592203] vgaarb: loaded\n[ 0.593185] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594825] SCSI subsystem initialized\n[ 0.596059] ACPI: bus type USB registered\n[ 0.597340] usbcore: registered new interface driver usbfs\n[ 0.598945] usbcore: registered new interface driver hub\n[ 0.600330] usbcore: registered new device driver usb\n[ 0.601794] PCI: Using ACPI for IRQ routing\n[ 0.603259] NetLabel: Initializing\n[ 0.604299] NetLabel: domain hash size = 128\n[ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606813] NetLabel: unlabeled traffic allowed by default\n[ 0.608310] Switched to clocksource kvm-clock\n[ 0.616298] pnp: PnP ACPI init\n[ 0.617292] ACPI: bus type PNP registered\n[ 0.618789] pnp: PnP ACPI: found 5 devices\n[ 0.619947] ACPI: bus type PNP unregistered\n[ 0.627147] NET: Registered protocol family 2\n[ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632763] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634399] TCP: reno registered\n[ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638592] NET: Registered protocol family 1\n[ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682403] Unpacking initramfs...\n[ 1.113301] Freeing initrd memory: 37508k freed\n[ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.131445] Initialise system trusted keyring\n[ 1.132610] audit: initializing netlink socket (disabled)\n[ 1.133920] type=2000 audit(1533934696.968:1): initialized\n[ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155005] zpool: loaded\n[ 1.156016] zbud: loaded\n[ 1.157178] VFS: Disk quotas dquot_6.5.2\n[ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160389] msgmni has been set to 7578\n[ 1.161719] Key type big_key registered\n[ 1.163640] NET: Registered protocol family 38\n[ 1.165046] Key type asymmetric registered\n[ 1.166344] Asymmetric key parser 'x509' registered\n[ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.170237] io scheduler noop registered\n[ 1.171505] io scheduler deadline registered (default)\n[ 1.182718] io scheduler cfq registered\n[ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.189919] ACPI: Power Button [PWRF]\n[ 1.191224] GHES: HEST is not enabled!\n[ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219334] Non-volatile memory driver v1.3\n[ 1.220665] Linux agpgart interface v0.103\n[ 1.222035] crash memory driver: version 1.1\n[ 1.223437] rdac: device handler registered\n[ 1.224840] hp_sw: device handler registered\n[ 1.226200] emc: device handler registered\n[ 1.227496] alua: device handler registered\n[ 1.228821] libphy: Fixed MDIO Bus: probed\n[ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231894] ehci-pci: EHCI PCI platform driver\n[ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234892] ohci-pci: OHCI PCI platform driver\n[ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.267038] usb usb1: Product: UHCI Host Controller\n[ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.270320] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271760] hub 1-0:1.0: USB hub found\n[ 1.272989] hub 1-0:1.0: 2 ports detected\n[ 1.274393] usbcore: registered new interface driver usbserial\n[ 1.276030] usbcore: registered new interface driver usbserial_generic\n[ 1.277797] usbserial: USB Serial support registered for generic\n[ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285265] mousedev: PS/2 mouse device common for all mice\n[ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291838] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298558] cpuidle: using governor menu\n[ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301080] usbcore: registered new interface driver usbhid\n[ 1.302427] usbhid: USB HID core driver\n[ 1.303581] drop_monitor: Initializing network drop monitor service\n[ 1.305066] TCP: cubic registered\n[ 1.306054] Initializing XFRM netlink socket\n[ 1.307326] NET: Registered protocol family 10\n[ 1.308724] NET: Registered protocol family 17\n[ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315210] Loading compiled-in X.509 certificates\n[ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.323929] registered taskstats version 1\n[ 1.326758] Key type trusted registered\n[ 1.329118] Key type encrypted registered\n[ 1.331417] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696)\n[ 1.335891] Freeing unused kernel memory: 1680k freed\n[ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.344554] systemd[1]: Detected virtualization kvm.\n[ 1.345823] systemd[1]: Detected architecture x86-64.\n[ 1.347087] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.349423] systemd[1]: No hostname configured.\n[ 1.350618] systemd[1]: Set hostname to .\n[ 1.351933] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.374324] systemd[1]: Reached target Local File Systems.\n[ 1.375665] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.377680] systemd[1]: Reached target Timers.\n[ 1.378872] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380825] systemd[1]: Created slice Root Slice.\n[ 1.382038] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384055] systemd[1]: Listening on udev Control Socket.\n[ 1.385383] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.387510] systemd[1]: Listening on Journal Socket.\n[ 1.388768] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.390842] systemd[1]: Listening on udev Kernel Socket.\n[ 1.392150] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.394123] systemd[1]: Reached target Swap.\n[ 1.395279] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.397066] systemd[1]: Reached target Sockets.\n[ 1.398266] systemd[1]: Starting Sockets.\n[ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.404393] systemd[1]: Reached target Paths.\n[ 1.405558] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.407508] systemd[1]: Created slice System Slice.\n[ 1.408752] systemd[1]: Starting System Slice.\n[ 1.410239] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.413041] systemd[1]: Reached target Slices.\n[ 1.414229] systemd[1]: Starting Slices.\n[ 1.415627] 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[ 1.419435] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.421862] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.424857] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.487809] RPC: Registered named UNIX socket transport module.\n[ 1.489221] RPC: Registered udp transport module.\n[ 1.490431] RPC: Registered tcp transport module.\n[ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.579668] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.650155] scsi host0: ata_piix\n[ 1.651352] scsi host1: ata_piix\n[ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.654102] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.731459] usb 1-1: Product: QEMU USB Tablet\n[ 1.732609] usb 1-1: Manufacturer: QEMU\n[ 1.733680] usb 1-1: SerialNumber: 42\n[ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.745942] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.834912] XFS (vda1): Mounting V4 Filesystem\n[ 1.859588] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz\n[ 2.185073] SELinux: Disabled at runtime.\n[ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.246324] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n[ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.904575] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.941440] [TTM] Initializing pool allocator\n[ 2.941442] [TTM] Initializing DMA pool allocator\n[ 2.941848] [drm] fb mappable at 0xFC000000\n[ 2.941849] [drm] vram aper at 0xFC000000\n[ 2.941849] [drm] size 33554432\n[ 2.941849] [drm] fb depth is 24\n[ 2.941849] [drm] pitch is 3072\n[ 2.957520] ppdev: user-space parallel port driver\n[ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.984033] Console: switching to colour frame buffer device 128x48\n[ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.045692] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\nt"} 2018-08-10 20:58:19,234 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-5422d824-9d8d-4d0c-9ab1-b2bd57d11bb9 2018-08-10 20:58:19,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.110631942749s 2018-08-10 20:58:19,235 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-5422d824-9d8d-4d0c-9ab1-b2bd57d11bb9 2018-08-10 20:58:19,235 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1718347727 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.330577] pid_max: default: 32768 minimum: 301 [ 0.331984] Security Framework initialized [ 0.333286] SELinux: Initializing. [ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.342971] Mount-cache hash table entries: 4096 [ 0.344635] Initializing cgroup subsys memory [ 0.345995] Initializing cgroup subsys devices [ 0.347352] Initializing cgroup subsys freezer [ 0.348729] Initializing cgroup subsys net_cls [ 0.350084] Initializing cgroup subsys blkio [ 0.351405] Initializing cgroup subsys perf_event [ 0.352836] Initializing cgroup subsys hugetlb [ 0.354177] Initializing cgroup subsys pids [ 0.355487] Initializing cgroup subsys net_prio [ 0.356945] CPU: Physical Processor ID: 0 [ 0.358985] mce: CPU supports 10 MCE banks [ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363348] tlb_flushall_shift: 6 [ 0.364698] Freeing SMP alternatives: 28k freed [ 0.368740] ACPI: Core revision 20130517 [ 0.370426] ACPI: All ACPI Tables successfully acquired [ 0.372126] ftrace: allocating 25812 entries in 101 pages [ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398447] smpboot: Max logical packages: 2 [ 0.399951] Enabling x2apic [ 0.401009] Enabled x2apic [ 0.402228] Switched APIC routing to physical x2apic. [ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.417647] KVM setup paravirtual spinlock [ 0.420059] smpboot: Booting Node 0, Processors #1 OK [ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.443788] Brought up 2 CPUs [ 0.443794] KVM setup async PF for cpu 1 [ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.449801] devtmpfs: initialized [ 0.452363] EVM: security.selinux [ 0.453484] EVM: security.ima [ 0.454479] EVM: security.capability [ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.458047] pinctrl core: initialized pinctrl subsystem [ 0.459634] NET: Registered protocol family 16 [ 0.461153] ACPI: bus type PCI registered [ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.464130] PCI: Using configuration type 1 for base access [ 0.469015] ACPI: Added _OSI(Module Device) [ 0.470307] ACPI: Added _OSI(Processor Device) [ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.475579] ACPI: Interpreter enabled [ 0.476778] ACPI: (supports S0 S5) [ 0.477891] ACPI: Using IOAPIC for interrupt routing [ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.492008] acpiphp: Slot [3] registered [ 0.493256] acpiphp: Slot [4] registered [ 0.494499] acpiphp: Slot [5] registered [ 0.495768] acpiphp: Slot [6] registered [ 0.497003] acpiphp: Slot [7] registered [ 0.498292] acpiphp: Slot [8] registered [ 0.499556] acpiphp: Slot [9] registered [ 0.500815] acpiphp: Slot [10] registered [ 0.502087] acpiphp: Slot [11] registered [ 0.503336] acpiphp: Slot [12] registered [ 0.504607] acpiphp: Slot [13] registered [ 0.505850] acpiphp: Slot [14] registered [ 0.507105] acpiphp: Slot [15] registered [ 0.508339] acpiphp: Slot [16] registered [ 0.509580] acpiphp: Slot [17] registered [ 0.510814] acpiphp: Slot [18] registered [ 0.512079] acpiphp: Slot [19] registered [ 0.513340] acpiphp: Slot [20] registered [ 0.514563] acpiphp: Slot [21] registered [ 0.515797] acpiphp: Slot [22] registered [ 0.517045] acpiphp: Slot [23] registered [ 0.518295] acpiphp: Slot [24] registered [ 0.519550] acpiphp: Slot [25] registered [ 0.520799] acpiphp: Slot [26] registered [ 0.522038] acpiphp: Slot [27] registered [ 0.523286] acpiphp: Slot [28] registered [ 0.524532] acpiphp: Slot [29] registered [ 0.525879] acpiphp: Slot [30] registered [ 0.527119] acpiphp: Slot [31] registered [ 0.528366] PCI host bridge to bus 0000:00 [ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.592203] vgaarb: loaded [ 0.593185] vgaarb: bridge control possible 0000:00:02.0 [ 0.594825] SCSI subsystem initialized [ 0.596059] ACPI: bus type USB registered [ 0.597340] usbcore: registered new interface driver usbfs [ 0.598945] usbcore: registered new interface driver hub [ 0.600330] usbcore: registered new device driver usb [ 0.601794] PCI: Using ACPI for IRQ routing [ 0.603259] NetLabel: Initializing [ 0.604299] NetLabel: domain hash size = 128 [ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606813] NetLabel: unlabeled traffic allowed by default [ 0.608310] Switched to clocksource kvm-clock [ 0.616298] pnp: PnP ACPI init [ 0.617292] ACPI: bus type PNP registered [ 0.618789] pnp: PnP ACPI: found 5 devices [ 0.619947] ACPI: bus type PNP unregistered [ 0.627147] NET: Registered protocol family 2 [ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632763] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634399] TCP: reno registered [ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638592] NET: Registered protocol family 1 [ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682403] Unpacking initramfs... [ 1.113301] Freeing initrd memory: 37508k freed [ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.131445] Initialise system trusted keyring [ 1.132610] audit: initializing netlink socket (disabled) [ 1.133920] type=2000 audit(1533934696.968:1): initialized [ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155005] zpool: loaded [ 1.156016] zbud: loaded [ 1.157178] VFS: Disk quotas dquot_6.5.2 [ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160389] msgmni has been set to 7578 [ 1.161719] Key type big_key registered [ 1.163640] NET: Registered protocol family 38 [ 1.165046] Key type asymmetric registered [ 1.166344] Asymmetric key parser 'x509' registered [ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.170237] io scheduler noop registered [ 1.171505] io scheduler deadline registered (default) [ 1.182718] io scheduler cfq registered [ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.189919] ACPI: Power Button [PWRF] [ 1.191224] GHES: HEST is not enabled! [ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219334] Non-volatile memory driver v1.3 [ 1.220665] Linux agpgart interface v0.103 [ 1.222035] crash memory driver: version 1.1 [ 1.223437] rdac: device handler registered [ 1.224840] hp_sw: device handler registered [ 1.226200] emc: device handler registered [ 1.227496] alua: device handler registered [ 1.228821] libphy: Fixed MDIO Bus: probed [ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231894] ehci-pci: EHCI PCI platform driver [ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234892] ohci-pci: OHCI PCI platform driver [ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver [ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.267038] usb usb1: Product: UHCI Host Controller [ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.270320] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271760] hub 1-0:1.0: USB hub found [ 1.272989] hub 1-0:1.0: 2 ports detected [ 1.274393] usbcore: registered new interface driver usbserial [ 1.276030] usbcore: registered new interface driver usbserial_generic [ 1.277797] usbserial: USB Serial support registered for generic [ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285265] mousedev: PS/2 mouse device common for all mice [ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291838] rtc_cmos 00:00: RTC can wake from S4 [ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298558] cpuidle: using governor menu [ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301080] usbcore: registered new interface driver usbhid [ 1.302427] usbhid: USB HID core driver [ 1.303581] drop_monitor: Initializing network drop monitor service [ 1.305066] TCP: cubic registered [ 1.306054] Initializing XFRM netlink socket [ 1.307326] NET: Registered protocol family 10 [ 1.308724] NET: Registered protocol family 17 [ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315210] Loading compiled-in X.509 certificates [ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.323929] registered taskstats version 1 [ 1.326758] Key type trusted registered [ 1.329118] Key type encrypted registered [ 1.331417] IMA: No TPM chip found, activating TPM-bypass! [ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696) [ 1.335891] Freeing unused kernel memory: 1680k freed [ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.344554] systemd[1]: Detected virtualization kvm. [ 1.345823] systemd[1]: Detected architecture x86-64. [ 1.347087] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.349423] systemd[1]: No hostname configured. [ 1.350618] systemd[1]: Set hostname to . [ 1.351933] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.374324] systemd[1]: Reached target Local File Systems. [ 1.375665] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.377680] systemd[1]: Reached target Timers. [ 1.378872] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.380825] systemd[1]: Created slice Root Slice. [ 1.382038] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.384055] systemd[1]: Listening on udev Control Socket. [ 1.385383] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.387510] systemd[1]: Listening on Journal Socket. [ 1.388768] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.390842] systemd[1]: Listening on udev Kernel Socket. [ 1.392150] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.394123] systemd[1]: Reached target Swap. [ 1.395279] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.397066] systemd[1]: Reached target Sockets. [ 1.398266] systemd[1]: Starting Sockets. [ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.404393] systemd[1]: Reached target Paths. [ 1.405558] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.407508] systemd[1]: Created slice System Slice. [ 1.408752] systemd[1]: Starting System Slice. [ 1.410239] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.413041] systemd[1]: Reached target Slices. [ 1.414229] systemd[1]: Starting Slices. [ 1.415627] 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... [ 1.419435] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.421862] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.424857] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.487809] RPC: Registered named UNIX socket transport module. [ 1.489221] RPC: Registered udp transport module. [ 1.490431] RPC: Registered tcp transport module. [ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.579668] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.650155] scsi host0: ata_piix [ 1.651352] scsi host1: ata_piix [ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.654102] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.731459] usb 1-1: Product: QEMU USB Tablet [ 1.732609] usb 1-1: Manufacturer: QEMU [ 1.733680] usb 1-1: SerialNumber: 42 [ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745942] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled [ 1.834912] XFS (vda1): Mounting V4 Filesystem [ 1.859588] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz [ 2.185073] SELinux: Disabled at runtime. [ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.246324] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.904575] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.941440] [TTM] Initializing pool allocator [ 2.941442] [TTM] Initializing DMA pool allocator [ 2.941848] [drm] fb mappable at 0xFC000000 [ 2.941849] [drm] vram aper at 0xFC000000 [ 2.941849] [drm] size 33554432 [ 2.941849] [drm] fb depth is 24 [ 2.941849] [drm] pitch is 3072 [ 2.957520] ppdev: user-space parallel port driver [ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device [ 2.984033] Console: switching to colour frame buffer device 128x48 [ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.045692] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. t 2018-08-10 20:58:20,238 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.205: timed out 2018-08-10 20:58:29,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:58:29,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:58:29,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58: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-27e3afd4-d970-4853-ae26-fea367f6bdae x-compute-request-id: req-27e3afd4-d970-4853-ae26-fea367f6bdae Content-Encoding: gzip Content-Length: 11722 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1718347727 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.330577] pid_max: default: 32768 minimum: 301\n[ 0.331984] Security Framework initialized\n[ 0.333286] SELinux: Initializing.\n[ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.342971] Mount-cache hash table entries: 4096\n[ 0.344635] Initializing cgroup subsys memory\n[ 0.345995] Initializing cgroup subsys devices\n[ 0.347352] Initializing cgroup subsys freezer\n[ 0.348729] Initializing cgroup subsys net_cls\n[ 0.350084] Initializing cgroup subsys blkio\n[ 0.351405] Initializing cgroup subsys perf_event\n[ 0.352836] Initializing cgroup subsys hugetlb\n[ 0.354177] Initializing cgroup subsys pids\n[ 0.355487] Initializing cgroup subsys net_prio\n[ 0.356945] CPU: Physical Processor ID: 0\n[ 0.358985] mce: CPU supports 10 MCE banks\n[ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363348] tlb_flushall_shift: 6\n[ 0.364698] Freeing SMP alternatives: 28k freed\n[ 0.368740] ACPI: Core revision 20130517\n[ 0.370426] ACPI: All ACPI Tables successfully acquired\n[ 0.372126] ftrace: allocating 25812 entries in 101 pages\n[ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398447] smpboot: Max logical packages: 2\n[ 0.399951] Enabling x2apic\n[ 0.401009] Enabled x2apic\n[ 0.402228] Switched APIC routing to physical x2apic.\n[ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.417647] KVM setup paravirtual spinlock\n[ 0.420059] smpboot: Booting Node 0, Processors #1 OK\n[ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.443788] Brought up 2 CPUs\n[ 0.443794] KVM setup async PF for cpu 1\n[ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.449801] devtmpfs: initialized\n[ 0.452363] EVM: security.selinux\n[ 0.453484] EVM: security.ima\n[ 0.454479] EVM: security.capability\n[ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.458047] pinctrl core: initialized pinctrl subsystem\n[ 0.459634] NET: Registered protocol family 16\n[ 0.461153] ACPI: bus type PCI registered\n[ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.464130] PCI: Using configuration type 1 for base access\n[ 0.469015] ACPI: Added _OSI(Module Device)\n[ 0.470307] ACPI: Added _OSI(Processor Device)\n[ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.472993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.475579] ACPI: Interpreter enabled\n[ 0.476778] ACPI: (supports S0 S5)\n[ 0.477891] ACPI: Using IOAPIC for interrupt routing\n[ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.492008] acpiphp: Slot [3] registered\n[ 0.493256] acpiphp: Slot [4] registered\n[ 0.494499] acpiphp: Slot [5] registered\n[ 0.495768] acpiphp: Slot [6] registered\n[ 0.497003] acpiphp: Slot [7] registered\n[ 0.498292] acpiphp: Slot [8] registered\n[ 0.499556] acpiphp: Slot [9] registered\n[ 0.500815] acpiphp: Slot [10] registered\n[ 0.502087] acpiphp: Slot [11] registered\n[ 0.503336] acpiphp: Slot [12] registered\n[ 0.504607] acpiphp: Slot [13] registered\n[ 0.505850] acpiphp: Slot [14] registered\n[ 0.507105] acpiphp: Slot [15] registered\n[ 0.508339] acpiphp: Slot [16] registered\n[ 0.509580] acpiphp: Slot [17] registered\n[ 0.510814] acpiphp: Slot [18] registered\n[ 0.512079] acpiphp: Slot [19] registered\n[ 0.513340] acpiphp: Slot [20] registered\n[ 0.514563] acpiphp: Slot [21] registered\n[ 0.515797] acpiphp: Slot [22] registered\n[ 0.517045] acpiphp: Slot [23] registered\n[ 0.518295] acpiphp: Slot [24] registered\n[ 0.519550] acpiphp: Slot [25] registered\n[ 0.520799] acpiphp: Slot [26] registered\n[ 0.522038] acpiphp: Slot [27] registered\n[ 0.523286] acpiphp: Slot [28] registered\n[ 0.524532] acpiphp: Slot [29] registered\n[ 0.525879] acpiphp: Slot [30] registered\n[ 0.527119] acpiphp: Slot [31] registered\n[ 0.528366] PCI host bridge to bus 0000:00\n[ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.592203] vgaarb: loaded\n[ 0.593185] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594825] SCSI subsystem initialized\n[ 0.596059] ACPI: bus type USB registered\n[ 0.597340] usbcore: registered new interface driver usbfs\n[ 0.598945] usbcore: registered new interface driver hub\n[ 0.600330] usbcore: registered new device driver usb\n[ 0.601794] PCI: Using ACPI for IRQ routing\n[ 0.603259] NetLabel: Initializing\n[ 0.604299] NetLabel: domain hash size = 128\n[ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606813] NetLabel: unlabeled traffic allowed by default\n[ 0.608310] Switched to clocksource kvm-clock\n[ 0.616298] pnp: PnP ACPI init\n[ 0.617292] ACPI: bus type PNP registered\n[ 0.618789] pnp: PnP ACPI: found 5 devices\n[ 0.619947] ACPI: bus type PNP unregistered\n[ 0.627147] NET: Registered protocol family 2\n[ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632763] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634399] TCP: reno registered\n[ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638592] NET: Registered protocol family 1\n[ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682403] Unpacking initramfs...\n[ 1.113301] Freeing initrd memory: 37508k freed\n[ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.131445] Initialise system trusted keyring\n[ 1.132610] audit: initializing netlink socket (disabled)\n[ 1.133920] type=2000 audit(1533934696.968:1): initialized\n[ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155005] zpool: loaded\n[ 1.156016] zbud: loaded\n[ 1.157178] VFS: Disk quotas dquot_6.5.2\n[ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160389] msgmni has been set to 7578\n[ 1.161719] Key type big_key registered\n[ 1.163640] NET: Registered protocol family 38\n[ 1.165046] Key type asymmetric registered\n[ 1.166344] Asymmetric key parser 'x509' registered\n[ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.170237] io scheduler noop registered\n[ 1.171505] io scheduler deadline registered (default)\n[ 1.182718] io scheduler cfq registered\n[ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.189919] ACPI: Power Button [PWRF]\n[ 1.191224] GHES: HEST is not enabled!\n[ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219334] Non-volatile memory driver v1.3\n[ 1.220665] Linux agpgart interface v0.103\n[ 1.222035] crash memory driver: version 1.1\n[ 1.223437] rdac: device handler registered\n[ 1.224840] hp_sw: device handler registered\n[ 1.226200] emc: device handler registered\n[ 1.227496] alua: device handler registered\n[ 1.228821] libphy: Fixed MDIO Bus: probed\n[ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231894] ehci-pci: EHCI PCI platform driver\n[ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234892] ohci-pci: OHCI PCI platform driver\n[ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.267038] usb usb1: Product: UHCI Host Controller\n[ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.270320] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271760] hub 1-0:1.0: USB hub found\n[ 1.272989] hub 1-0:1.0: 2 ports detected\n[ 1.274393] usbcore: registered new interface driver usbserial\n[ 1.276030] usbcore: registered new interface driver usbserial_generic\n[ 1.277797] usbserial: USB Serial support registered for generic\n[ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285265] mousedev: PS/2 mouse device common for all mice\n[ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291838] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298558] cpuidle: using governor menu\n[ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301080] usbcore: registered new interface driver usbhid\n[ 1.302427] usbhid: USB HID core driver\n[ 1.303581] drop_monitor: Initializing network drop monitor service\n[ 1.305066] TCP: cubic registered\n[ 1.306054] Initializing XFRM netlink socket\n[ 1.307326] NET: Registered protocol family 10\n[ 1.308724] NET: Registered protocol family 17\n[ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315210] Loading compiled-in X.509 certificates\n[ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.323929] registered taskstats version 1\n[ 1.326758] Key type trusted registered\n[ 1.329118] Key type encrypted registered\n[ 1.331417] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696)\n[ 1.335891] Freeing unused kernel memory: 1680k freed\n[ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.344554] systemd[1]: Detected virtualization kvm.\n[ 1.345823] systemd[1]: Detected architecture x86-64.\n[ 1.347087] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.349423] systemd[1]: No hostname configured.\n[ 1.350618] systemd[1]: Set hostname to .\n[ 1.351933] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.374324] systemd[1]: Reached target Local File Systems.\n[ 1.375665] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.377680] systemd[1]: Reached target Timers.\n[ 1.378872] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380825] systemd[1]: Created slice Root Slice.\n[ 1.382038] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384055] systemd[1]: Listening on udev Control Socket.\n[ 1.385383] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.387510] systemd[1]: Listening on Journal Socket.\n[ 1.388768] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.390842] systemd[1]: Listening on udev Kernel Socket.\n[ 1.392150] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.394123] systemd[1]: Reached target Swap.\n[ 1.395279] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.397066] systemd[1]: Reached target Sockets.\n[ 1.398266] systemd[1]: Starting Sockets.\n[ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.404393] systemd[1]: Reached target Paths.\n[ 1.405558] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.407508] systemd[1]: Created slice System Slice.\n[ 1.408752] systemd[1]: Starting System Slice.\n[ 1.410239] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.413041] systemd[1]: Reached target Slices.\n[ 1.414229] systemd[1]: Starting Slices.\n[ 1.415627] 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[ 1.419435] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.421862] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.424857] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.487809] RPC: Registered named UNIX socket transport module.\n[ 1.489221] RPC: Registered udp transport module.\n[ 1.490431] RPC: Registered tcp transport module.\n[ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.579668] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.650155] scsi host0: ata_piix\n[ 1.651352] scsi host1: ata_piix\n[ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.654102] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.731459] usb 1-1: Product: QEMU USB Tablet\n[ 1.732609] usb 1-1: Manufacturer: QEMU\n[ 1.733680] usb 1-1: SerialNumber: 42\n[ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.745942] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.834912] XFS (vda1): Mounting V4 Filesystem\n[ 1.859588] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz\n[ 2.185073] SELinux: Disabled at runtime.\n[ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.246324] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n[ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.904575] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.941440] [TTM] Initializing pool allocator\n[ 2.941442] [TTM] Initializing DMA pool allocator\n[ 2.941848] [drm] fb mappable at 0xFC000000\n[ 2.941849] [drm] vram aper at 0xFC000000\n[ 2.941849] [drm] size 33554432\n[ 2.941849] [drm] fb depth is 24\n[ 2.941849] [drm] pitch is 3072\n[ 2.957520] ppdev: user-space parallel port driver\n[ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.984033] Console: switching to colour frame buffer device 128x48\n[ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.045692] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\nt Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.077047] alg: No test for crc32 (crc32-pclmul)\n[ 3.080583] intel_rapl: no valid rapl domains found in package 0\n[ 3.083885] intel_powerclamp: No package C-state available\n[ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds.\n[ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af |\n[ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: ar"} 2018-08-10 20:58:29,326 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-27e3afd4-d970-4853-ae26-fea367f6bdae 2018-08-10 20:58:29,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0773930549622s 2018-08-10 20:58:29,327 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-27e3afd4-d970-4853-ae26-fea367f6bdae 2018-08-10 20:58:29,327 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1718347727 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.330577] pid_max: default: 32768 minimum: 301 [ 0.331984] Security Framework initialized [ 0.333286] SELinux: Initializing. [ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.342971] Mount-cache hash table entries: 4096 [ 0.344635] Initializing cgroup subsys memory [ 0.345995] Initializing cgroup subsys devices [ 0.347352] Initializing cgroup subsys freezer [ 0.348729] Initializing cgroup subsys net_cls [ 0.350084] Initializing cgroup subsys blkio [ 0.351405] Initializing cgroup subsys perf_event [ 0.352836] Initializing cgroup subsys hugetlb [ 0.354177] Initializing cgroup subsys pids [ 0.355487] Initializing cgroup subsys net_prio [ 0.356945] CPU: Physical Processor ID: 0 [ 0.358985] mce: CPU supports 10 MCE banks [ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363348] tlb_flushall_shift: 6 [ 0.364698] Freeing SMP alternatives: 28k freed [ 0.368740] ACPI: Core revision 20130517 [ 0.370426] ACPI: All ACPI Tables successfully acquired [ 0.372126] ftrace: allocating 25812 entries in 101 pages [ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398447] smpboot: Max logical packages: 2 [ 0.399951] Enabling x2apic [ 0.401009] Enabled x2apic [ 0.402228] Switched APIC routing to physical x2apic. [ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.417647] KVM setup paravirtual spinlock [ 0.420059] smpboot: Booting Node 0, Processors #1 OK [ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.443788] Brought up 2 CPUs [ 0.443794] KVM setup async PF for cpu 1 [ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.449801] devtmpfs: initialized [ 0.452363] EVM: security.selinux [ 0.453484] EVM: security.ima [ 0.454479] EVM: security.capability [ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.458047] pinctrl core: initialized pinctrl subsystem [ 0.459634] NET: Registered protocol family 16 [ 0.461153] ACPI: bus type PCI registered [ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.464130] PCI: Using configuration type 1 for base access [ 0.469015] ACPI: Added _OSI(Module Device) [ 0.470307] ACPI: Added _OSI(Processor Device) [ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.475579] ACPI: Interpreter enabled [ 0.476778] ACPI: (supports S0 S5) [ 0.477891] ACPI: Using IOAPIC for interrupt routing [ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.492008] acpiphp: Slot [3] registered [ 0.493256] acpiphp: Slot [4] registered [ 0.494499] acpiphp: Slot [5] registered [ 0.495768] acpiphp: Slot [6] registered [ 0.497003] acpiphp: Slot [7] registered [ 0.498292] acpiphp: Slot [8] registered [ 0.499556] acpiphp: Slot [9] registered [ 0.500815] acpiphp: Slot [10] registered [ 0.502087] acpiphp: Slot [11] registered [ 0.503336] acpiphp: Slot [12] registered [ 0.504607] acpiphp: Slot [13] registered [ 0.505850] acpiphp: Slot [14] registered [ 0.507105] acpiphp: Slot [15] registered [ 0.508339] acpiphp: Slot [16] registered [ 0.509580] acpiphp: Slot [17] registered [ 0.510814] acpiphp: Slot [18] registered [ 0.512079] acpiphp: Slot [19] registered [ 0.513340] acpiphp: Slot [20] registered [ 0.514563] acpiphp: Slot [21] registered [ 0.515797] acpiphp: Slot [22] registered [ 0.517045] acpiphp: Slot [23] registered [ 0.518295] acpiphp: Slot [24] registered [ 0.519550] acpiphp: Slot [25] registered [ 0.520799] acpiphp: Slot [26] registered [ 0.522038] acpiphp: Slot [27] registered [ 0.523286] acpiphp: Slot [28] registered [ 0.524532] acpiphp: Slot [29] registered [ 0.525879] acpiphp: Slot [30] registered [ 0.527119] acpiphp: Slot [31] registered [ 0.528366] PCI host bridge to bus 0000:00 [ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.592203] vgaarb: loaded [ 0.593185] vgaarb: bridge control possible 0000:00:02.0 [ 0.594825] SCSI subsystem initialized [ 0.596059] ACPI: bus type USB registered [ 0.597340] usbcore: registered new interface driver usbfs [ 0.598945] usbcore: registered new interface driver hub [ 0.600330] usbcore: registered new device driver usb [ 0.601794] PCI: Using ACPI for IRQ routing [ 0.603259] NetLabel: Initializing [ 0.604299] NetLabel: domain hash size = 128 [ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606813] NetLabel: unlabeled traffic allowed by default [ 0.608310] Switched to clocksource kvm-clock [ 0.616298] pnp: PnP ACPI init [ 0.617292] ACPI: bus type PNP registered [ 0.618789] pnp: PnP ACPI: found 5 devices [ 0.619947] ACPI: bus type PNP unregistered [ 0.627147] NET: Registered protocol family 2 [ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632763] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634399] TCP: reno registered [ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638592] NET: Registered protocol family 1 [ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682403] Unpacking initramfs... [ 1.113301] Freeing initrd memory: 37508k freed [ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.131445] Initialise system trusted keyring [ 1.132610] audit: initializing netlink socket (disabled) [ 1.133920] type=2000 audit(1533934696.968:1): initialized [ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155005] zpool: loaded [ 1.156016] zbud: loaded [ 1.157178] VFS: Disk quotas dquot_6.5.2 [ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160389] msgmni has been set to 7578 [ 1.161719] Key type big_key registered [ 1.163640] NET: Registered protocol family 38 [ 1.165046] Key type asymmetric registered [ 1.166344] Asymmetric key parser 'x509' registered [ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.170237] io scheduler noop registered [ 1.171505] io scheduler deadline registered (default) [ 1.182718] io scheduler cfq registered [ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.189919] ACPI: Power Button [PWRF] [ 1.191224] GHES: HEST is not enabled! [ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219334] Non-volatile memory driver v1.3 [ 1.220665] Linux agpgart interface v0.103 [ 1.222035] crash memory driver: version 1.1 [ 1.223437] rdac: device handler registered [ 1.224840] hp_sw: device handler registered [ 1.226200] emc: device handler registered [ 1.227496] alua: device handler registered [ 1.228821] libphy: Fixed MDIO Bus: probed [ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231894] ehci-pci: EHCI PCI platform driver [ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234892] ohci-pci: OHCI PCI platform driver [ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver [ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.267038] usb usb1: Product: UHCI Host Controller [ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.270320] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271760] hub 1-0:1.0: USB hub found [ 1.272989] hub 1-0:1.0: 2 ports detected [ 1.274393] usbcore: registered new interface driver usbserial [ 1.276030] usbcore: registered new interface driver usbserial_generic [ 1.277797] usbserial: USB Serial support registered for generic [ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285265] mousedev: PS/2 mouse device common for all mice [ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291838] rtc_cmos 00:00: RTC can wake from S4 [ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298558] cpuidle: using governor menu [ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301080] usbcore: registered new interface driver usbhid [ 1.302427] usbhid: USB HID core driver [ 1.303581] drop_monitor: Initializing network drop monitor service [ 1.305066] TCP: cubic registered [ 1.306054] Initializing XFRM netlink socket [ 1.307326] NET: Registered protocol family 10 [ 1.308724] NET: Registered protocol family 17 [ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315210] Loading compiled-in X.509 certificates [ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.323929] registered taskstats version 1 [ 1.326758] Key type trusted registered [ 1.329118] Key type encrypted registered [ 1.331417] IMA: No TPM chip found, activating TPM-bypass! [ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696) [ 1.335891] Freeing unused kernel memory: 1680k freed [ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.344554] systemd[1]: Detected virtualization kvm. [ 1.345823] systemd[1]: Detected architecture x86-64. [ 1.347087] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.349423] systemd[1]: No hostname configured. [ 1.350618] systemd[1]: Set hostname to . [ 1.351933] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.374324] systemd[1]: Reached target Local File Systems. [ 1.375665] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.377680] systemd[1]: Reached target Timers. [ 1.378872] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.380825] systemd[1]: Created slice Root Slice. [ 1.382038] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.384055] systemd[1]: Listening on udev Control Socket. [ 1.385383] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.387510] systemd[1]: Listening on Journal Socket. [ 1.388768] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.390842] systemd[1]: Listening on udev Kernel Socket. [ 1.392150] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.394123] systemd[1]: Reached target Swap. [ 1.395279] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.397066] systemd[1]: Reached target Sockets. [ 1.398266] systemd[1]: Starting Sockets. [ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.404393] systemd[1]: Reached target Paths. [ 1.405558] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.407508] systemd[1]: Created slice System Slice. [ 1.408752] systemd[1]: Starting System Slice. [ 1.410239] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.413041] systemd[1]: Reached target Slices. [ 1.414229] systemd[1]: Starting Slices. [ 1.415627] 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... [ 1.419435] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.421862] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.424857] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.487809] RPC: Registered named UNIX socket transport module. [ 1.489221] RPC: Registered udp transport module. [ 1.490431] RPC: Registered tcp transport module. [ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.579668] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.650155] scsi host0: ata_piix [ 1.651352] scsi host1: ata_piix [ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.654102] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.731459] usb 1-1: Product: QEMU USB Tablet [ 1.732609] usb 1-1: Manufacturer: QEMU [ 1.733680] usb 1-1: SerialNumber: 42 [ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745942] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled [ 1.834912] XFS (vda1): Mounting V4 Filesystem [ 1.859588] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz [ 2.185073] SELinux: Disabled at runtime. [ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.246324] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.904575] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.941440] [TTM] Initializing pool allocator [ 2.941442] [TTM] Initializing DMA pool allocator [ 2.941848] [drm] fb mappable at 0xFC000000 [ 2.941849] [drm] vram aper at 0xFC000000 [ 2.941849] [drm] size 33554432 [ 2.941849] [drm] fb depth is 24 [ 2.941849] [drm] pitch is 3072 [ 2.957520] ppdev: user-space parallel port driver [ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device [ 2.984033] Console: switching to colour frame buffer device 128x48 [ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.045692] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. t Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.077047] alg: No test for crc32 (crc32-pclmul) [ 3.080583] intel_rapl: no valid rapl domains found in package 0 [ 3.083885] intel_powerclamp: No package C-state available [ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting System Logging Service... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds. [ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af | [ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: ar 2018-08-10 20:58:30,331 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.205: timed out 2018-08-10 20:58:39,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:58:39,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:58:39,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:58:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea72e0c9-de77-4e59-91d8-a39b31c79891 x-compute-request-id: req-ea72e0c9-de77-4e59-91d8-a39b31c79891 Content-Encoding: gzip Content-Length: 11722 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1718347727 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.330577] pid_max: default: 32768 minimum: 301\n[ 0.331984] Security Framework initialized\n[ 0.333286] SELinux: Initializing.\n[ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.342971] Mount-cache hash table entries: 4096\n[ 0.344635] Initializing cgroup subsys memory\n[ 0.345995] Initializing cgroup subsys devices\n[ 0.347352] Initializing cgroup subsys freezer\n[ 0.348729] Initializing cgroup subsys net_cls\n[ 0.350084] Initializing cgroup subsys blkio\n[ 0.351405] Initializing cgroup subsys perf_event\n[ 0.352836] Initializing cgroup subsys hugetlb\n[ 0.354177] Initializing cgroup subsys pids\n[ 0.355487] Initializing cgroup subsys net_prio\n[ 0.356945] CPU: Physical Processor ID: 0\n[ 0.358985] mce: CPU supports 10 MCE banks\n[ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363348] tlb_flushall_shift: 6\n[ 0.364698] Freeing SMP alternatives: 28k freed\n[ 0.368740] ACPI: Core revision 20130517\n[ 0.370426] ACPI: All ACPI Tables successfully acquired\n[ 0.372126] ftrace: allocating 25812 entries in 101 pages\n[ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398447] smpboot: Max logical packages: 2\n[ 0.399951] Enabling x2apic\n[ 0.401009] Enabled x2apic\n[ 0.402228] Switched APIC routing to physical x2apic.\n[ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.417647] KVM setup paravirtual spinlock\n[ 0.420059] smpboot: Booting Node 0, Processors #1 OK\n[ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.443788] Brought up 2 CPUs\n[ 0.443794] KVM setup async PF for cpu 1\n[ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.449801] devtmpfs: initialized\n[ 0.452363] EVM: security.selinux\n[ 0.453484] EVM: security.ima\n[ 0.454479] EVM: security.capability\n[ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.458047] pinctrl core: initialized pinctrl subsystem\n[ 0.459634] NET: Registered protocol family 16\n[ 0.461153] ACPI: bus type PCI registered\n[ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.464130] PCI: Using configuration type 1 for base access\n[ 0.469015] ACPI: Added _OSI(Module Device)\n[ 0.470307] ACPI: Added _OSI(Processor Device)\n[ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.472993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.475579] ACPI: Interpreter enabled\n[ 0.476778] ACPI: (supports S0 S5)\n[ 0.477891] ACPI: Using IOAPIC for interrupt routing\n[ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.492008] acpiphp: Slot [3] registered\n[ 0.493256] acpiphp: Slot [4] registered\n[ 0.494499] acpiphp: Slot [5] registered\n[ 0.495768] acpiphp: Slot [6] registered\n[ 0.497003] acpiphp: Slot [7] registered\n[ 0.498292] acpiphp: Slot [8] registered\n[ 0.499556] acpiphp: Slot [9] registered\n[ 0.500815] acpiphp: Slot [10] registered\n[ 0.502087] acpiphp: Slot [11] registered\n[ 0.503336] acpiphp: Slot [12] registered\n[ 0.504607] acpiphp: Slot [13] registered\n[ 0.505850] acpiphp: Slot [14] registered\n[ 0.507105] acpiphp: Slot [15] registered\n[ 0.508339] acpiphp: Slot [16] registered\n[ 0.509580] acpiphp: Slot [17] registered\n[ 0.510814] acpiphp: Slot [18] registered\n[ 0.512079] acpiphp: Slot [19] registered\n[ 0.513340] acpiphp: Slot [20] registered\n[ 0.514563] acpiphp: Slot [21] registered\n[ 0.515797] acpiphp: Slot [22] registered\n[ 0.517045] acpiphp: Slot [23] registered\n[ 0.518295] acpiphp: Slot [24] registered\n[ 0.519550] acpiphp: Slot [25] registered\n[ 0.520799] acpiphp: Slot [26] registered\n[ 0.522038] acpiphp: Slot [27] registered\n[ 0.523286] acpiphp: Slot [28] registered\n[ 0.524532] acpiphp: Slot [29] registered\n[ 0.525879] acpiphp: Slot [30] registered\n[ 0.527119] acpiphp: Slot [31] registered\n[ 0.528366] PCI host bridge to bus 0000:00\n[ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.592203] vgaarb: loaded\n[ 0.593185] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594825] SCSI subsystem initialized\n[ 0.596059] ACPI: bus type USB registered\n[ 0.597340] usbcore: registered new interface driver usbfs\n[ 0.598945] usbcore: registered new interface driver hub\n[ 0.600330] usbcore: registered new device driver usb\n[ 0.601794] PCI: Using ACPI for IRQ routing\n[ 0.603259] NetLabel: Initializing\n[ 0.604299] NetLabel: domain hash size = 128\n[ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606813] NetLabel: unlabeled traffic allowed by default\n[ 0.608310] Switched to clocksource kvm-clock\n[ 0.616298] pnp: PnP ACPI init\n[ 0.617292] ACPI: bus type PNP registered\n[ 0.618789] pnp: PnP ACPI: found 5 devices\n[ 0.619947] ACPI: bus type PNP unregistered\n[ 0.627147] NET: Registered protocol family 2\n[ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632763] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634399] TCP: reno registered\n[ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638592] NET: Registered protocol family 1\n[ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682403] Unpacking initramfs...\n[ 1.113301] Freeing initrd memory: 37508k freed\n[ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.131445] Initialise system trusted keyring\n[ 1.132610] audit: initializing netlink socket (disabled)\n[ 1.133920] type=2000 audit(1533934696.968:1): initialized\n[ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155005] zpool: loaded\n[ 1.156016] zbud: loaded\n[ 1.157178] VFS: Disk quotas dquot_6.5.2\n[ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160389] msgmni has been set to 7578\n[ 1.161719] Key type big_key registered\n[ 1.163640] NET: Registered protocol family 38\n[ 1.165046] Key type asymmetric registered\n[ 1.166344] Asymmetric key parser 'x509' registered\n[ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.170237] io scheduler noop registered\n[ 1.171505] io scheduler deadline registered (default)\n[ 1.182718] io scheduler cfq registered\n[ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.189919] ACPI: Power Button [PWRF]\n[ 1.191224] GHES: HEST is not enabled!\n[ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219334] Non-volatile memory driver v1.3\n[ 1.220665] Linux agpgart interface v0.103\n[ 1.222035] crash memory driver: version 1.1\n[ 1.223437] rdac: device handler registered\n[ 1.224840] hp_sw: device handler registered\n[ 1.226200] emc: device handler registered\n[ 1.227496] alua: device handler registered\n[ 1.228821] libphy: Fixed MDIO Bus: probed\n[ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231894] ehci-pci: EHCI PCI platform driver\n[ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234892] ohci-pci: OHCI PCI platform driver\n[ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.267038] usb usb1: Product: UHCI Host Controller\n[ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.270320] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271760] hub 1-0:1.0: USB hub found\n[ 1.272989] hub 1-0:1.0: 2 ports detected\n[ 1.274393] usbcore: registered new interface driver usbserial\n[ 1.276030] usbcore: registered new interface driver usbserial_generic\n[ 1.277797] usbserial: USB Serial support registered for generic\n[ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285265] mousedev: PS/2 mouse device common for all mice\n[ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291838] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298558] cpuidle: using governor menu\n[ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301080] usbcore: registered new interface driver usbhid\n[ 1.302427] usbhid: USB HID core driver\n[ 1.303581] drop_monitor: Initializing network drop monitor service\n[ 1.305066] TCP: cubic registered\n[ 1.306054] Initializing XFRM netlink socket\n[ 1.307326] NET: Registered protocol family 10\n[ 1.308724] NET: Registered protocol family 17\n[ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315210] Loading compiled-in X.509 certificates\n[ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.323929] registered taskstats version 1\n[ 1.326758] Key type trusted registered\n[ 1.329118] Key type encrypted registered\n[ 1.331417] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696)\n[ 1.335891] Freeing unused kernel memory: 1680k freed\n[ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.344554] systemd[1]: Detected virtualization kvm.\n[ 1.345823] systemd[1]: Detected architecture x86-64.\n[ 1.347087] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.349423] systemd[1]: No hostname configured.\n[ 1.350618] systemd[1]: Set hostname to .\n[ 1.351933] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.374324] systemd[1]: Reached target Local File Systems.\n[ 1.375665] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.377680] systemd[1]: Reached target Timers.\n[ 1.378872] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380825] systemd[1]: Created slice Root Slice.\n[ 1.382038] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384055] systemd[1]: Listening on udev Control Socket.\n[ 1.385383] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.387510] systemd[1]: Listening on Journal Socket.\n[ 1.388768] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.390842] systemd[1]: Listening on udev Kernel Socket.\n[ 1.392150] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.394123] systemd[1]: Reached target Swap.\n[ 1.395279] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.397066] systemd[1]: Reached target Sockets.\n[ 1.398266] systemd[1]: Starting Sockets.\n[ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.404393] systemd[1]: Reached target Paths.\n[ 1.405558] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.407508] systemd[1]: Created slice System Slice.\n[ 1.408752] systemd[1]: Starting System Slice.\n[ 1.410239] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.413041] systemd[1]: Reached target Slices.\n[ 1.414229] systemd[1]: Starting Slices.\n[ 1.415627] 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[ 1.419435] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.421862] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.424857] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.487809] RPC: Registered named UNIX socket transport module.\n[ 1.489221] RPC: Registered udp transport module.\n[ 1.490431] RPC: Registered tcp transport module.\n[ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.579668] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.650155] scsi host0: ata_piix\n[ 1.651352] scsi host1: ata_piix\n[ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.654102] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.731459] usb 1-1: Product: QEMU USB Tablet\n[ 1.732609] usb 1-1: Manufacturer: QEMU\n[ 1.733680] usb 1-1: SerialNumber: 42\n[ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.745942] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.834912] XFS (vda1): Mounting V4 Filesystem\n[ 1.859588] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz\n[ 2.185073] SELinux: Disabled at runtime.\n[ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.246324] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n[ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.904575] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.941440] [TTM] Initializing pool allocator\n[ 2.941442] [TTM] Initializing DMA pool allocator\n[ 2.941848] [drm] fb mappable at 0xFC000000\n[ 2.941849] [drm] vram aper at 0xFC000000\n[ 2.941849] [drm] size 33554432\n[ 2.941849] [drm] fb depth is 24\n[ 2.941849] [drm] pitch is 3072\n[ 2.957520] ppdev: user-space parallel port driver\n[ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.984033] Console: switching to colour frame buffer device 128x48\n[ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.045692] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\nt Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.077047] alg: No test for crc32 (crc32-pclmul)\n[ 3.080583] intel_rapl: no valid rapl domains found in package 0\n[ 3.083885] intel_powerclamp: No package C-state available\n[ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds.\n[ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af |\n[ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: ar"} 2018-08-10 20:58:39,448 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-ea72e0c9-de77-4e59-91d8-a39b31c79891 2018-08-10 20:58:39,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106951951981s 2018-08-10 20:58:39,449 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-ea72e0c9-de77-4e59-91d8-a39b31c79891 2018-08-10 20:58:39,450 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1718347727 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.330577] pid_max: default: 32768 minimum: 301 [ 0.331984] Security Framework initialized [ 0.333286] SELinux: Initializing. [ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.342971] Mount-cache hash table entries: 4096 [ 0.344635] Initializing cgroup subsys memory [ 0.345995] Initializing cgroup subsys devices [ 0.347352] Initializing cgroup subsys freezer [ 0.348729] Initializing cgroup subsys net_cls [ 0.350084] Initializing cgroup subsys blkio [ 0.351405] Initializing cgroup subsys perf_event [ 0.352836] Initializing cgroup subsys hugetlb [ 0.354177] Initializing cgroup subsys pids [ 0.355487] Initializing cgroup subsys net_prio [ 0.356945] CPU: Physical Processor ID: 0 [ 0.358985] mce: CPU supports 10 MCE banks [ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363348] tlb_flushall_shift: 6 [ 0.364698] Freeing SMP alternatives: 28k freed [ 0.368740] ACPI: Core revision 20130517 [ 0.370426] ACPI: All ACPI Tables successfully acquired [ 0.372126] ftrace: allocating 25812 entries in 101 pages [ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398447] smpboot: Max logical packages: 2 [ 0.399951] Enabling x2apic [ 0.401009] Enabled x2apic [ 0.402228] Switched APIC routing to physical x2apic. [ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.417647] KVM setup paravirtual spinlock [ 0.420059] smpboot: Booting Node 0, Processors #1 OK [ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.443788] Brought up 2 CPUs [ 0.443794] KVM setup async PF for cpu 1 [ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.449801] devtmpfs: initialized [ 0.452363] EVM: security.selinux [ 0.453484] EVM: security.ima [ 0.454479] EVM: security.capability [ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.458047] pinctrl core: initialized pinctrl subsystem [ 0.459634] NET: Registered protocol family 16 [ 0.461153] ACPI: bus type PCI registered [ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.464130] PCI: Using configuration type 1 for base access [ 0.469015] ACPI: Added _OSI(Module Device) [ 0.470307] ACPI: Added _OSI(Processor Device) [ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.475579] ACPI: Interpreter enabled [ 0.476778] ACPI: (supports S0 S5) [ 0.477891] ACPI: Using IOAPIC for interrupt routing [ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.492008] acpiphp: Slot [3] registered [ 0.493256] acpiphp: Slot [4] registered [ 0.494499] acpiphp: Slot [5] registered [ 0.495768] acpiphp: Slot [6] registered [ 0.497003] acpiphp: Slot [7] registered [ 0.498292] acpiphp: Slot [8] registered [ 0.499556] acpiphp: Slot [9] registered [ 0.500815] acpiphp: Slot [10] registered [ 0.502087] acpiphp: Slot [11] registered [ 0.503336] acpiphp: Slot [12] registered [ 0.504607] acpiphp: Slot [13] registered [ 0.505850] acpiphp: Slot [14] registered [ 0.507105] acpiphp: Slot [15] registered [ 0.508339] acpiphp: Slot [16] registered [ 0.509580] acpiphp: Slot [17] registered [ 0.510814] acpiphp: Slot [18] registered [ 0.512079] acpiphp: Slot [19] registered [ 0.513340] acpiphp: Slot [20] registered [ 0.514563] acpiphp: Slot [21] registered [ 0.515797] acpiphp: Slot [22] registered [ 0.517045] acpiphp: Slot [23] registered [ 0.518295] acpiphp: Slot [24] registered [ 0.519550] acpiphp: Slot [25] registered [ 0.520799] acpiphp: Slot [26] registered [ 0.522038] acpiphp: Slot [27] registered [ 0.523286] acpiphp: Slot [28] registered [ 0.524532] acpiphp: Slot [29] registered [ 0.525879] acpiphp: Slot [30] registered [ 0.527119] acpiphp: Slot [31] registered [ 0.528366] PCI host bridge to bus 0000:00 [ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.592203] vgaarb: loaded [ 0.593185] vgaarb: bridge control possible 0000:00:02.0 [ 0.594825] SCSI subsystem initialized [ 0.596059] ACPI: bus type USB registered [ 0.597340] usbcore: registered new interface driver usbfs [ 0.598945] usbcore: registered new interface driver hub [ 0.600330] usbcore: registered new device driver usb [ 0.601794] PCI: Using ACPI for IRQ routing [ 0.603259] NetLabel: Initializing [ 0.604299] NetLabel: domain hash size = 128 [ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606813] NetLabel: unlabeled traffic allowed by default [ 0.608310] Switched to clocksource kvm-clock [ 0.616298] pnp: PnP ACPI init [ 0.617292] ACPI: bus type PNP registered [ 0.618789] pnp: PnP ACPI: found 5 devices [ 0.619947] ACPI: bus type PNP unregistered [ 0.627147] NET: Registered protocol family 2 [ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632763] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634399] TCP: reno registered [ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638592] NET: Registered protocol family 1 [ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682403] Unpacking initramfs... [ 1.113301] Freeing initrd memory: 37508k freed [ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.131445] Initialise system trusted keyring [ 1.132610] audit: initializing netlink socket (disabled) [ 1.133920] type=2000 audit(1533934696.968:1): initialized [ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155005] zpool: loaded [ 1.156016] zbud: loaded [ 1.157178] VFS: Disk quotas dquot_6.5.2 [ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160389] msgmni has been set to 7578 [ 1.161719] Key type big_key registered [ 1.163640] NET: Registered protocol family 38 [ 1.165046] Key type asymmetric registered [ 1.166344] Asymmetric key parser 'x509' registered [ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.170237] io scheduler noop registered [ 1.171505] io scheduler deadline registered (default) [ 1.182718] io scheduler cfq registered [ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.189919] ACPI: Power Button [PWRF] [ 1.191224] GHES: HEST is not enabled! [ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219334] Non-volatile memory driver v1.3 [ 1.220665] Linux agpgart interface v0.103 [ 1.222035] crash memory driver: version 1.1 [ 1.223437] rdac: device handler registered [ 1.224840] hp_sw: device handler registered [ 1.226200] emc: device handler registered [ 1.227496] alua: device handler registered [ 1.228821] libphy: Fixed MDIO Bus: probed [ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231894] ehci-pci: EHCI PCI platform driver [ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234892] ohci-pci: OHCI PCI platform driver [ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver [ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.267038] usb usb1: Product: UHCI Host Controller [ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.270320] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271760] hub 1-0:1.0: USB hub found [ 1.272989] hub 1-0:1.0: 2 ports detected [ 1.274393] usbcore: registered new interface driver usbserial [ 1.276030] usbcore: registered new interface driver usbserial_generic [ 1.277797] usbserial: USB Serial support registered for generic [ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285265] mousedev: PS/2 mouse device common for all mice [ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291838] rtc_cmos 00:00: RTC can wake from S4 [ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298558] cpuidle: using governor menu [ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301080] usbcore: registered new interface driver usbhid [ 1.302427] usbhid: USB HID core driver [ 1.303581] drop_monitor: Initializing network drop monitor service [ 1.305066] TCP: cubic registered [ 1.306054] Initializing XFRM netlink socket [ 1.307326] NET: Registered protocol family 10 [ 1.308724] NET: Registered protocol family 17 [ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315210] Loading compiled-in X.509 certificates [ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.323929] registered taskstats version 1 [ 1.326758] Key type trusted registered [ 1.329118] Key type encrypted registered [ 1.331417] IMA: No TPM chip found, activating TPM-bypass! [ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696) [ 1.335891] Freeing unused kernel memory: 1680k freed [ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.344554] systemd[1]: Detected virtualization kvm. [ 1.345823] systemd[1]: Detected architecture x86-64. [ 1.347087] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.349423] systemd[1]: No hostname configured. [ 1.350618] systemd[1]: Set hostname to . [ 1.351933] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.374324] systemd[1]: Reached target Local File Systems. [ 1.375665] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.377680] systemd[1]: Reached target Timers. [ 1.378872] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.380825] systemd[1]: Created slice Root Slice. [ 1.382038] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.384055] systemd[1]: Listening on udev Control Socket. [ 1.385383] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.387510] systemd[1]: Listening on Journal Socket. [ 1.388768] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.390842] systemd[1]: Listening on udev Kernel Socket. [ 1.392150] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.394123] systemd[1]: Reached target Swap. [ 1.395279] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.397066] systemd[1]: Reached target Sockets. [ 1.398266] systemd[1]: Starting Sockets. [ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.404393] systemd[1]: Reached target Paths. [ 1.405558] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.407508] systemd[1]: Created slice System Slice. [ 1.408752] systemd[1]: Starting System Slice. [ 1.410239] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.413041] systemd[1]: Reached target Slices. [ 1.414229] systemd[1]: Starting Slices. [ 1.415627] 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... [ 1.419435] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.421862] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.424857] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.487809] RPC: Registered named UNIX socket transport module. [ 1.489221] RPC: Registered udp transport module. [ 1.490431] RPC: Registered tcp transport module. [ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.579668] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.650155] scsi host0: ata_piix [ 1.651352] scsi host1: ata_piix [ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.654102] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.731459] usb 1-1: Product: QEMU USB Tablet [ 1.732609] usb 1-1: Manufacturer: QEMU [ 1.733680] usb 1-1: SerialNumber: 42 [ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745942] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled [ 1.834912] XFS (vda1): Mounting V4 Filesystem [ 1.859588] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz [ 2.185073] SELinux: Disabled at runtime. [ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.246324] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.904575] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.941440] [TTM] Initializing pool allocator [ 2.941442] [TTM] Initializing DMA pool allocator [ 2.941848] [drm] fb mappable at 0xFC000000 [ 2.941849] [drm] vram aper at 0xFC000000 [ 2.941849] [drm] size 33554432 [ 2.941849] [drm] fb depth is 24 [ 2.941849] [drm] pitch is 3072 [ 2.957520] ppdev: user-space parallel port driver [ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device [ 2.984033] Console: switching to colour frame buffer device 128x48 [ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.045692] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. t Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.077047] alg: No test for crc32 (crc32-pclmul) [ 3.080583] intel_rapl: no valid rapl domains found in package 0 [ 3.083885] intel_powerclamp: No package C-state available [ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting System Logging Service... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds. [ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af | [ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: ar 2018-08-10 20:58:39,453 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb22ab90L 2018-08-10 20:58:39,454 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 20:58:39,459 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 20:58:39,459 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 20:58:39,465 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 20:58:39,465 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 20:58:39,465 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 20:58:39,465 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 20:58:39,465 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 20:58:39,466 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 20:58:39,471 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 20:58:39,471 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 20:58:39,485 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.205: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-10 20:58:39,486 - paramiko.transport - DEBUG - Trying discovered key 50ea631675f19ce1ed04ee17ddf0a5d0 in /tmp/tmpJLb_t5 2018-08-10 20:58:39,511 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:58:49,547 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:58:49,566 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 20:58:49,567 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:58:49,573 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:58:49,574 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.205: Authentication failed. 2018-08-10 20:58:58,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:58:58,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:58:58,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20: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-bc2edd0b-7488-4b00-b329-f95d9bad6303 x-compute-request-id: req-bc2edd0b-7488-4b00-b329-f95d9bad6303 Content-Encoding: gzip Content-Length: 11722 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1718347727 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.330577] pid_max: default: 32768 minimum: 301\n[ 0.331984] Security Framework initialized\n[ 0.333286] SELinux: Initializing.\n[ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.342971] Mount-cache hash table entries: 4096\n[ 0.344635] Initializing cgroup subsys memory\n[ 0.345995] Initializing cgroup subsys devices\n[ 0.347352] Initializing cgroup subsys freezer\n[ 0.348729] Initializing cgroup subsys net_cls\n[ 0.350084] Initializing cgroup subsys blkio\n[ 0.351405] Initializing cgroup subsys perf_event\n[ 0.352836] Initializing cgroup subsys hugetlb\n[ 0.354177] Initializing cgroup subsys pids\n[ 0.355487] Initializing cgroup subsys net_prio\n[ 0.356945] CPU: Physical Processor ID: 0\n[ 0.358985] mce: CPU supports 10 MCE banks\n[ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363348] tlb_flushall_shift: 6\n[ 0.364698] Freeing SMP alternatives: 28k freed\n[ 0.368740] ACPI: Core revision 20130517\n[ 0.370426] ACPI: All ACPI Tables successfully acquired\n[ 0.372126] ftrace: allocating 25812 entries in 101 pages\n[ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398447] smpboot: Max logical packages: 2\n[ 0.399951] Enabling x2apic\n[ 0.401009] Enabled x2apic\n[ 0.402228] Switched APIC routing to physical x2apic.\n[ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.417647] KVM setup paravirtual spinlock\n[ 0.420059] smpboot: Booting Node 0, Processors #1 OK\n[ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.443788] Brought up 2 CPUs\n[ 0.443794] KVM setup async PF for cpu 1\n[ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.449801] devtmpfs: initialized\n[ 0.452363] EVM: security.selinux\n[ 0.453484] EVM: security.ima\n[ 0.454479] EVM: security.capability\n[ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.458047] pinctrl core: initialized pinctrl subsystem\n[ 0.459634] NET: Registered protocol family 16\n[ 0.461153] ACPI: bus type PCI registered\n[ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.464130] PCI: Using configuration type 1 for base access\n[ 0.469015] ACPI: Added _OSI(Module Device)\n[ 0.470307] ACPI: Added _OSI(Processor Device)\n[ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.472993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.475579] ACPI: Interpreter enabled\n[ 0.476778] ACPI: (supports S0 S5)\n[ 0.477891] ACPI: Using IOAPIC for interrupt routing\n[ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.492008] acpiphp: Slot [3] registered\n[ 0.493256] acpiphp: Slot [4] registered\n[ 0.494499] acpiphp: Slot [5] registered\n[ 0.495768] acpiphp: Slot [6] registered\n[ 0.497003] acpiphp: Slot [7] registered\n[ 0.498292] acpiphp: Slot [8] registered\n[ 0.499556] acpiphp: Slot [9] registered\n[ 0.500815] acpiphp: Slot [10] registered\n[ 0.502087] acpiphp: Slot [11] registered\n[ 0.503336] acpiphp: Slot [12] registered\n[ 0.504607] acpiphp: Slot [13] registered\n[ 0.505850] acpiphp: Slot [14] registered\n[ 0.507105] acpiphp: Slot [15] registered\n[ 0.508339] acpiphp: Slot [16] registered\n[ 0.509580] acpiphp: Slot [17] registered\n[ 0.510814] acpiphp: Slot [18] registered\n[ 0.512079] acpiphp: Slot [19] registered\n[ 0.513340] acpiphp: Slot [20] registered\n[ 0.514563] acpiphp: Slot [21] registered\n[ 0.515797] acpiphp: Slot [22] registered\n[ 0.517045] acpiphp: Slot [23] registered\n[ 0.518295] acpiphp: Slot [24] registered\n[ 0.519550] acpiphp: Slot [25] registered\n[ 0.520799] acpiphp: Slot [26] registered\n[ 0.522038] acpiphp: Slot [27] registered\n[ 0.523286] acpiphp: Slot [28] registered\n[ 0.524532] acpiphp: Slot [29] registered\n[ 0.525879] acpiphp: Slot [30] registered\n[ 0.527119] acpiphp: Slot [31] registered\n[ 0.528366] PCI host bridge to bus 0000:00\n[ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.592203] vgaarb: loaded\n[ 0.593185] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594825] SCSI subsystem initialized\n[ 0.596059] ACPI: bus type USB registered\n[ 0.597340] usbcore: registered new interface driver usbfs\n[ 0.598945] usbcore: registered new interface driver hub\n[ 0.600330] usbcore: registered new device driver usb\n[ 0.601794] PCI: Using ACPI for IRQ routing\n[ 0.603259] NetLabel: Initializing\n[ 0.604299] NetLabel: domain hash size = 128\n[ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606813] NetLabel: unlabeled traffic allowed by default\n[ 0.608310] Switched to clocksource kvm-clock\n[ 0.616298] pnp: PnP ACPI init\n[ 0.617292] ACPI: bus type PNP registered\n[ 0.618789] pnp: PnP ACPI: found 5 devices\n[ 0.619947] ACPI: bus type PNP unregistered\n[ 0.627147] NET: Registered protocol family 2\n[ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632763] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634399] TCP: reno registered\n[ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638592] NET: Registered protocol family 1\n[ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682403] Unpacking initramfs...\n[ 1.113301] Freeing initrd memory: 37508k freed\n[ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.131445] Initialise system trusted keyring\n[ 1.132610] audit: initializing netlink socket (disabled)\n[ 1.133920] type=2000 audit(1533934696.968:1): initialized\n[ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155005] zpool: loaded\n[ 1.156016] zbud: loaded\n[ 1.157178] VFS: Disk quotas dquot_6.5.2\n[ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160389] msgmni has been set to 7578\n[ 1.161719] Key type big_key registered\n[ 1.163640] NET: Registered protocol family 38\n[ 1.165046] Key type asymmetric registered\n[ 1.166344] Asymmetric key parser 'x509' registered\n[ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.170237] io scheduler noop registered\n[ 1.171505] io scheduler deadline registered (default)\n[ 1.182718] io scheduler cfq registered\n[ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.189919] ACPI: Power Button [PWRF]\n[ 1.191224] GHES: HEST is not enabled!\n[ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219334] Non-volatile memory driver v1.3\n[ 1.220665] Linux agpgart interface v0.103\n[ 1.222035] crash memory driver: version 1.1\n[ 1.223437] rdac: device handler registered\n[ 1.224840] hp_sw: device handler registered\n[ 1.226200] emc: device handler registered\n[ 1.227496] alua: device handler registered\n[ 1.228821] libphy: Fixed MDIO Bus: probed\n[ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231894] ehci-pci: EHCI PCI platform driver\n[ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234892] ohci-pci: OHCI PCI platform driver\n[ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.267038] usb usb1: Product: UHCI Host Controller\n[ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.270320] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271760] hub 1-0:1.0: USB hub found\n[ 1.272989] hub 1-0:1.0: 2 ports detected\n[ 1.274393] usbcore: registered new interface driver usbserial\n[ 1.276030] usbcore: registered new interface driver usbserial_generic\n[ 1.277797] usbserial: USB Serial support registered for generic\n[ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285265] mousedev: PS/2 mouse device common for all mice\n[ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291838] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298558] cpuidle: using governor menu\n[ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301080] usbcore: registered new interface driver usbhid\n[ 1.302427] usbhid: USB HID core driver\n[ 1.303581] drop_monitor: Initializing network drop monitor service\n[ 1.305066] TCP: cubic registered\n[ 1.306054] Initializing XFRM netlink socket\n[ 1.307326] NET: Registered protocol family 10\n[ 1.308724] NET: Registered protocol family 17\n[ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315210] Loading compiled-in X.509 certificates\n[ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.323929] registered taskstats version 1\n[ 1.326758] Key type trusted registered\n[ 1.329118] Key type encrypted registered\n[ 1.331417] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696)\n[ 1.335891] Freeing unused kernel memory: 1680k freed\n[ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.344554] systemd[1]: Detected virtualization kvm.\n[ 1.345823] systemd[1]: Detected architecture x86-64.\n[ 1.347087] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.349423] systemd[1]: No hostname configured.\n[ 1.350618] systemd[1]: Set hostname to .\n[ 1.351933] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.374324] systemd[1]: Reached target Local File Systems.\n[ 1.375665] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.377680] systemd[1]: Reached target Timers.\n[ 1.378872] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380825] systemd[1]: Created slice Root Slice.\n[ 1.382038] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384055] systemd[1]: Listening on udev Control Socket.\n[ 1.385383] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.387510] systemd[1]: Listening on Journal Socket.\n[ 1.388768] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.390842] systemd[1]: Listening on udev Kernel Socket.\n[ 1.392150] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.394123] systemd[1]: Reached target Swap.\n[ 1.395279] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.397066] systemd[1]: Reached target Sockets.\n[ 1.398266] systemd[1]: Starting Sockets.\n[ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.404393] systemd[1]: Reached target Paths.\n[ 1.405558] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.407508] systemd[1]: Created slice System Slice.\n[ 1.408752] systemd[1]: Starting System Slice.\n[ 1.410239] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.413041] systemd[1]: Reached target Slices.\n[ 1.414229] systemd[1]: Starting Slices.\n[ 1.415627] 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[ 1.419435] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.421862] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.424857] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.487809] RPC: Registered named UNIX socket transport module.\n[ 1.489221] RPC: Registered udp transport module.\n[ 1.490431] RPC: Registered tcp transport module.\n[ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.579668] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.650155] scsi host0: ata_piix\n[ 1.651352] scsi host1: ata_piix\n[ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.654102] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.731459] usb 1-1: Product: QEMU USB Tablet\n[ 1.732609] usb 1-1: Manufacturer: QEMU\n[ 1.733680] usb 1-1: SerialNumber: 42\n[ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.745942] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.834912] XFS (vda1): Mounting V4 Filesystem\n[ 1.859588] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz\n[ 2.185073] SELinux: Disabled at runtime.\n[ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.246324] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n[ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.904575] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.941440] [TTM] Initializing pool allocator\n[ 2.941442] [TTM] Initializing DMA pool allocator\n[ 2.941848] [drm] fb mappable at 0xFC000000\n[ 2.941849] [drm] vram aper at 0xFC000000\n[ 2.941849] [drm] size 33554432\n[ 2.941849] [drm] fb depth is 24\n[ 2.941849] [drm] pitch is 3072\n[ 2.957520] ppdev: user-space parallel port driver\n[ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.984033] Console: switching to colour frame buffer device 128x48\n[ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.045692] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\nt Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.077047] alg: No test for crc32 (crc32-pclmul)\n[ 3.080583] intel_rapl: no valid rapl domains found in package 0\n[ 3.083885] intel_powerclamp: No package C-state available\n[ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds.\n[ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af |\n[ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: ar"} 2018-08-10 20:58:58,650 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-bc2edd0b-7488-4b00-b329-f95d9bad6303 2018-08-10 20:58:58,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0737819671631s 2018-08-10 20:58:58,651 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-bc2edd0b-7488-4b00-b329-f95d9bad6303 2018-08-10 20:58:58,651 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1718347727 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.330577] pid_max: default: 32768 minimum: 301 [ 0.331984] Security Framework initialized [ 0.333286] SELinux: Initializing. [ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.342971] Mount-cache hash table entries: 4096 [ 0.344635] Initializing cgroup subsys memory [ 0.345995] Initializing cgroup subsys devices [ 0.347352] Initializing cgroup subsys freezer [ 0.348729] Initializing cgroup subsys net_cls [ 0.350084] Initializing cgroup subsys blkio [ 0.351405] Initializing cgroup subsys perf_event [ 0.352836] Initializing cgroup subsys hugetlb [ 0.354177] Initializing cgroup subsys pids [ 0.355487] Initializing cgroup subsys net_prio [ 0.356945] CPU: Physical Processor ID: 0 [ 0.358985] mce: CPU supports 10 MCE banks [ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363348] tlb_flushall_shift: 6 [ 0.364698] Freeing SMP alternatives: 28k freed [ 0.368740] ACPI: Core revision 20130517 [ 0.370426] ACPI: All ACPI Tables successfully acquired [ 0.372126] ftrace: allocating 25812 entries in 101 pages [ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398447] smpboot: Max logical packages: 2 [ 0.399951] Enabling x2apic [ 0.401009] Enabled x2apic [ 0.402228] Switched APIC routing to physical x2apic. [ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.417647] KVM setup paravirtual spinlock [ 0.420059] smpboot: Booting Node 0, Processors #1 OK [ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.443788] Brought up 2 CPUs [ 0.443794] KVM setup async PF for cpu 1 [ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.449801] devtmpfs: initialized [ 0.452363] EVM: security.selinux [ 0.453484] EVM: security.ima [ 0.454479] EVM: security.capability [ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.458047] pinctrl core: initialized pinctrl subsystem [ 0.459634] NET: Registered protocol family 16 [ 0.461153] ACPI: bus type PCI registered [ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.464130] PCI: Using configuration type 1 for base access [ 0.469015] ACPI: Added _OSI(Module Device) [ 0.470307] ACPI: Added _OSI(Processor Device) [ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.475579] ACPI: Interpreter enabled [ 0.476778] ACPI: (supports S0 S5) [ 0.477891] ACPI: Using IOAPIC for interrupt routing [ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.492008] acpiphp: Slot [3] registered [ 0.493256] acpiphp: Slot [4] registered [ 0.494499] acpiphp: Slot [5] registered [ 0.495768] acpiphp: Slot [6] registered [ 0.497003] acpiphp: Slot [7] registered [ 0.498292] acpiphp: Slot [8] registered [ 0.499556] acpiphp: Slot [9] registered [ 0.500815] acpiphp: Slot [10] registered [ 0.502087] acpiphp: Slot [11] registered [ 0.503336] acpiphp: Slot [12] registered [ 0.504607] acpiphp: Slot [13] registered [ 0.505850] acpiphp: Slot [14] registered [ 0.507105] acpiphp: Slot [15] registered [ 0.508339] acpiphp: Slot [16] registered [ 0.509580] acpiphp: Slot [17] registered [ 0.510814] acpiphp: Slot [18] registered [ 0.512079] acpiphp: Slot [19] registered [ 0.513340] acpiphp: Slot [20] registered [ 0.514563] acpiphp: Slot [21] registered [ 0.515797] acpiphp: Slot [22] registered [ 0.517045] acpiphp: Slot [23] registered [ 0.518295] acpiphp: Slot [24] registered [ 0.519550] acpiphp: Slot [25] registered [ 0.520799] acpiphp: Slot [26] registered [ 0.522038] acpiphp: Slot [27] registered [ 0.523286] acpiphp: Slot [28] registered [ 0.524532] acpiphp: Slot [29] registered [ 0.525879] acpiphp: Slot [30] registered [ 0.527119] acpiphp: Slot [31] registered [ 0.528366] PCI host bridge to bus 0000:00 [ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.592203] vgaarb: loaded [ 0.593185] vgaarb: bridge control possible 0000:00:02.0 [ 0.594825] SCSI subsystem initialized [ 0.596059] ACPI: bus type USB registered [ 0.597340] usbcore: registered new interface driver usbfs [ 0.598945] usbcore: registered new interface driver hub [ 0.600330] usbcore: registered new device driver usb [ 0.601794] PCI: Using ACPI for IRQ routing [ 0.603259] NetLabel: Initializing [ 0.604299] NetLabel: domain hash size = 128 [ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606813] NetLabel: unlabeled traffic allowed by default [ 0.608310] Switched to clocksource kvm-clock [ 0.616298] pnp: PnP ACPI init [ 0.617292] ACPI: bus type PNP registered [ 0.618789] pnp: PnP ACPI: found 5 devices [ 0.619947] ACPI: bus type PNP unregistered [ 0.627147] NET: Registered protocol family 2 [ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632763] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634399] TCP: reno registered [ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638592] NET: Registered protocol family 1 [ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682403] Unpacking initramfs... [ 1.113301] Freeing initrd memory: 37508k freed [ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.131445] Initialise system trusted keyring [ 1.132610] audit: initializing netlink socket (disabled) [ 1.133920] type=2000 audit(1533934696.968:1): initialized [ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155005] zpool: loaded [ 1.156016] zbud: loaded [ 1.157178] VFS: Disk quotas dquot_6.5.2 [ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160389] msgmni has been set to 7578 [ 1.161719] Key type big_key registered [ 1.163640] NET: Registered protocol family 38 [ 1.165046] Key type asymmetric registered [ 1.166344] Asymmetric key parser 'x509' registered [ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.170237] io scheduler noop registered [ 1.171505] io scheduler deadline registered (default) [ 1.182718] io scheduler cfq registered [ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.189919] ACPI: Power Button [PWRF] [ 1.191224] GHES: HEST is not enabled! [ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219334] Non-volatile memory driver v1.3 [ 1.220665] Linux agpgart interface v0.103 [ 1.222035] crash memory driver: version 1.1 [ 1.223437] rdac: device handler registered [ 1.224840] hp_sw: device handler registered [ 1.226200] emc: device handler registered [ 1.227496] alua: device handler registered [ 1.228821] libphy: Fixed MDIO Bus: probed [ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231894] ehci-pci: EHCI PCI platform driver [ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234892] ohci-pci: OHCI PCI platform driver [ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver [ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.267038] usb usb1: Product: UHCI Host Controller [ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.270320] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271760] hub 1-0:1.0: USB hub found [ 1.272989] hub 1-0:1.0: 2 ports detected [ 1.274393] usbcore: registered new interface driver usbserial [ 1.276030] usbcore: registered new interface driver usbserial_generic [ 1.277797] usbserial: USB Serial support registered for generic [ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285265] mousedev: PS/2 mouse device common for all mice [ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291838] rtc_cmos 00:00: RTC can wake from S4 [ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298558] cpuidle: using governor menu [ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301080] usbcore: registered new interface driver usbhid [ 1.302427] usbhid: USB HID core driver [ 1.303581] drop_monitor: Initializing network drop monitor service [ 1.305066] TCP: cubic registered [ 1.306054] Initializing XFRM netlink socket [ 1.307326] NET: Registered protocol family 10 [ 1.308724] NET: Registered protocol family 17 [ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315210] Loading compiled-in X.509 certificates [ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.323929] registered taskstats version 1 [ 1.326758] Key type trusted registered [ 1.329118] Key type encrypted registered [ 1.331417] IMA: No TPM chip found, activating TPM-bypass! [ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696) [ 1.335891] Freeing unused kernel memory: 1680k freed [ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.344554] systemd[1]: Detected virtualization kvm. [ 1.345823] systemd[1]: Detected architecture x86-64. [ 1.347087] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.349423] systemd[1]: No hostname configured. [ 1.350618] systemd[1]: Set hostname to . [ 1.351933] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.374324] systemd[1]: Reached target Local File Systems. [ 1.375665] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.377680] systemd[1]: Reached target Timers. [ 1.378872] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.380825] systemd[1]: Created slice Root Slice. [ 1.382038] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.384055] systemd[1]: Listening on udev Control Socket. [ 1.385383] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.387510] systemd[1]: Listening on Journal Socket. [ 1.388768] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.390842] systemd[1]: Listening on udev Kernel Socket. [ 1.392150] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.394123] systemd[1]: Reached target Swap. [ 1.395279] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.397066] systemd[1]: Reached target Sockets. [ 1.398266] systemd[1]: Starting Sockets. [ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.404393] systemd[1]: Reached target Paths. [ 1.405558] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.407508] systemd[1]: Created slice System Slice. [ 1.408752] systemd[1]: Starting System Slice. [ 1.410239] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.413041] systemd[1]: Reached target Slices. [ 1.414229] systemd[1]: Starting Slices. [ 1.415627] 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... [ 1.419435] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.421862] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.424857] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.487809] RPC: Registered named UNIX socket transport module. [ 1.489221] RPC: Registered udp transport module. [ 1.490431] RPC: Registered tcp transport module. [ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.579668] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.650155] scsi host0: ata_piix [ 1.651352] scsi host1: ata_piix [ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.654102] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.731459] usb 1-1: Product: QEMU USB Tablet [ 1.732609] usb 1-1: Manufacturer: QEMU [ 1.733680] usb 1-1: SerialNumber: 42 [ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745942] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled [ 1.834912] XFS (vda1): Mounting V4 Filesystem [ 1.859588] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz [ 2.185073] SELinux: Disabled at runtime. [ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.246324] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.904575] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.941440] [TTM] Initializing pool allocator [ 2.941442] [TTM] Initializing DMA pool allocator [ 2.941848] [drm] fb mappable at 0xFC000000 [ 2.941849] [drm] vram aper at 0xFC000000 [ 2.941849] [drm] size 33554432 [ 2.941849] [drm] fb depth is 24 [ 2.941849] [drm] pitch is 3072 [ 2.957520] ppdev: user-space parallel port driver [ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device [ 2.984033] Console: switching to colour frame buffer device 128x48 [ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.045692] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. t Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.077047] alg: No test for crc32 (crc32-pclmul) [ 3.080583] intel_rapl: no valid rapl domains found in package 0 [ 3.083885] intel_powerclamp: No package C-state available [ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting System Logging Service... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds. [ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af | [ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: ar 2018-08-10 20:58:58,655 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb23e550L 2018-08-10 20:58:58,655 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 20:58:58,660 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 20:58:58,660 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 20:58:58,662 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 20:58:58,662 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 20:58:58,662 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 20:58:58,663 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 20:58:58,663 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 20:58:58,663 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 20:58:58,706 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 20:58:58,706 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 20:58:58,720 - paramiko.transport - DEBUG - Trying discovered key 50ea631675f19ce1ed04ee17ddf0a5d0 in /tmp/tmpJLb_t5 2018-08-10 20:58:58,746 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:59:08,767 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:59:08,797 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 20:59:08,799 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:59:08,804 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 20:59:08,805 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.205: Authentication failed. 2018-08-10 20:59:17,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 20:59:17,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 20:59:17,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:59: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-73fe03fb-9ce0-492d-b2a3-acdc3406b1b5 x-compute-request-id: req-73fe03fb-9ce0-492d-b2a3-acdc3406b1b5 Content-Encoding: gzip Content-Length: 12730 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1718347727 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.330577] pid_max: default: 32768 minimum: 301\n[ 0.331984] Security Framework initialized\n[ 0.333286] SELinux: Initializing.\n[ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.342971] Mount-cache hash table entries: 4096\n[ 0.344635] Initializing cgroup subsys memory\n[ 0.345995] Initializing cgroup subsys devices\n[ 0.347352] Initializing cgroup subsys freezer\n[ 0.348729] Initializing cgroup subsys net_cls\n[ 0.350084] Initializing cgroup subsys blkio\n[ 0.351405] Initializing cgroup subsys perf_event\n[ 0.352836] Initializing cgroup subsys hugetlb\n[ 0.354177] Initializing cgroup subsys pids\n[ 0.355487] Initializing cgroup subsys net_prio\n[ 0.356945] CPU: Physical Processor ID: 0\n[ 0.358985] mce: CPU supports 10 MCE banks\n[ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363348] tlb_flushall_shift: 6\n[ 0.364698] Freeing SMP alternatives: 28k freed\n[ 0.368740] ACPI: Core revision 20130517\n[ 0.370426] ACPI: All ACPI Tables successfully acquired\n[ 0.372126] ftrace: allocating 25812 entries in 101 pages\n[ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.398447] smpboot: Max logical packages: 2\n[ 0.399951] Enabling x2apic\n[ 0.401009] Enabled x2apic\n[ 0.402228] Switched APIC routing to physical x2apic.\n[ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.417647] KVM setup paravirtual spinlock\n[ 0.420059] smpboot: Booting Node 0, Processors #1 OK\n[ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.443788] Brought up 2 CPUs\n[ 0.443794] KVM setup async PF for cpu 1\n[ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.449801] devtmpfs: initialized\n[ 0.452363] EVM: security.selinux\n[ 0.453484] EVM: security.ima\n[ 0.454479] EVM: security.capability\n[ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.458047] pinctrl core: initialized pinctrl subsystem\n[ 0.459634] NET: Registered protocol family 16\n[ 0.461153] ACPI: bus type PCI registered\n[ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.464130] PCI: Using configuration type 1 for base access\n[ 0.469015] ACPI: Added _OSI(Module Device)\n[ 0.470307] ACPI: Added _OSI(Processor Device)\n[ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.472993] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.475579] ACPI: Interpreter enabled\n[ 0.476778] ACPI: (supports S0 S5)\n[ 0.477891] ACPI: Using IOAPIC for interrupt routing\n[ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.492008] acpiphp: Slot [3] registered\n[ 0.493256] acpiphp: Slot [4] registered\n[ 0.494499] acpiphp: Slot [5] registered\n[ 0.495768] acpiphp: Slot [6] registered\n[ 0.497003] acpiphp: Slot [7] registered\n[ 0.498292] acpiphp: Slot [8] registered\n[ 0.499556] acpiphp: Slot [9] registered\n[ 0.500815] acpiphp: Slot [10] registered\n[ 0.502087] acpiphp: Slot [11] registered\n[ 0.503336] acpiphp: Slot [12] registered\n[ 0.504607] acpiphp: Slot [13] registered\n[ 0.505850] acpiphp: Slot [14] registered\n[ 0.507105] acpiphp: Slot [15] registered\n[ 0.508339] acpiphp: Slot [16] registered\n[ 0.509580] acpiphp: Slot [17] registered\n[ 0.510814] acpiphp: Slot [18] registered\n[ 0.512079] acpiphp: Slot [19] registered\n[ 0.513340] acpiphp: Slot [20] registered\n[ 0.514563] acpiphp: Slot [21] registered\n[ 0.515797] acpiphp: Slot [22] registered\n[ 0.517045] acpiphp: Slot [23] registered\n[ 0.518295] acpiphp: Slot [24] registered\n[ 0.519550] acpiphp: Slot [25] registered\n[ 0.520799] acpiphp: Slot [26] registered\n[ 0.522038] acpiphp: Slot [27] registered\n[ 0.523286] acpiphp: Slot [28] registered\n[ 0.524532] acpiphp: Slot [29] registered\n[ 0.525879] acpiphp: Slot [30] registered\n[ 0.527119] acpiphp: Slot [31] registered\n[ 0.528366] PCI host bridge to bus 0000:00\n[ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.592203] vgaarb: loaded\n[ 0.593185] vgaarb: bridge control possible 0000:00:02.0\n[ 0.594825] SCSI subsystem initialized\n[ 0.596059] ACPI: bus type USB registered\n[ 0.597340] usbcore: registered new interface driver usbfs\n[ 0.598945] usbcore: registered new interface driver hub\n[ 0.600330] usbcore: registered new device driver usb\n[ 0.601794] PCI: Using ACPI for IRQ routing\n[ 0.603259] NetLabel: Initializing\n[ 0.604299] NetLabel: domain hash size = 128\n[ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606813] NetLabel: unlabeled traffic allowed by default\n[ 0.608310] Switched to clocksource kvm-clock\n[ 0.616298] pnp: PnP ACPI init\n[ 0.617292] ACPI: bus type PNP registered\n[ 0.618789] pnp: PnP ACPI: found 5 devices\n[ 0.619947] ACPI: bus type PNP unregistered\n[ 0.627147] NET: Registered protocol family 2\n[ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.632763] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634399] TCP: reno registered\n[ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638592] NET: Registered protocol family 1\n[ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682403] Unpacking initramfs...\n[ 1.113301] Freeing initrd memory: 37508k freed\n[ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.131445] Initialise system trusted keyring\n[ 1.132610] audit: initializing netlink socket (disabled)\n[ 1.133920] type=2000 audit(1533934696.968:1): initialized\n[ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155005] zpool: loaded\n[ 1.156016] zbud: loaded\n[ 1.157178] VFS: Disk quotas dquot_6.5.2\n[ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160389] msgmni has been set to 7578\n[ 1.161719] Key type big_key registered\n[ 1.163640] NET: Registered protocol family 38\n[ 1.165046] Key type asymmetric registered\n[ 1.166344] Asymmetric key parser 'x509' registered\n[ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.170237] io scheduler noop registered\n[ 1.171505] io scheduler deadline registered (default)\n[ 1.182718] io scheduler cfq registered\n[ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.189919] ACPI: Power Button [PWRF]\n[ 1.191224] GHES: HEST is not enabled!\n[ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219334] Non-volatile memory driver v1.3\n[ 1.220665] Linux agpgart interface v0.103\n[ 1.222035] crash memory driver: version 1.1\n[ 1.223437] rdac: device handler registered\n[ 1.224840] hp_sw: device handler registered\n[ 1.226200] emc: device handler registered\n[ 1.227496] alua: device handler registered\n[ 1.228821] libphy: Fixed MDIO Bus: probed\n[ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.231894] ehci-pci: EHCI PCI platform driver\n[ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.234892] ohci-pci: OHCI PCI platform driver\n[ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.267038] usb usb1: Product: UHCI Host Controller\n[ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.270320] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271760] hub 1-0:1.0: USB hub found\n[ 1.272989] hub 1-0:1.0: 2 ports detected\n[ 1.274393] usbcore: registered new interface driver usbserial\n[ 1.276030] usbcore: registered new interface driver usbserial_generic\n[ 1.277797] usbserial: USB Serial support registered for generic\n[ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285265] mousedev: PS/2 mouse device common for all mice\n[ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291838] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298558] cpuidle: using governor menu\n[ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301080] usbcore: registered new interface driver usbhid\n[ 1.302427] usbhid: USB HID core driver\n[ 1.303581] drop_monitor: Initializing network drop monitor service\n[ 1.305066] TCP: cubic registered\n[ 1.306054] Initializing XFRM netlink socket\n[ 1.307326] NET: Registered protocol family 10\n[ 1.308724] NET: Registered protocol family 17\n[ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315210] Loading compiled-in X.509 certificates\n[ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.323929] registered taskstats version 1\n[ 1.326758] Key type trusted registered\n[ 1.329118] Key type encrypted registered\n[ 1.331417] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696)\n[ 1.335891] Freeing unused kernel memory: 1680k freed\n[ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.344554] systemd[1]: Detected virtualization kvm.\n[ 1.345823] systemd[1]: Detected architecture x86-64.\n[ 1.347087] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.349423] systemd[1]: No hostname configured.\n[ 1.350618] systemd[1]: Set hostname to .\n[ 1.351933] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.374324] systemd[1]: Reached target Local File Systems.\n[ 1.375665] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.377680] systemd[1]: Reached target Timers.\n[ 1.378872] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.380825] systemd[1]: Created slice Root Slice.\n[ 1.382038] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.384055] systemd[1]: Listening on udev Control Socket.\n[ 1.385383] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.387510] systemd[1]: Listening on Journal Socket.\n[ 1.388768] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.390842] systemd[1]: Listening on udev Kernel Socket.\n[ 1.392150] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.394123] systemd[1]: Reached target Swap.\n[ 1.395279] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Sockets.\n[ 1.397066] systemd[1]: Reached target Sockets.\n[ 1.398266] systemd[1]: Starting Sockets.\n[ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.404393] systemd[1]: Reached target Paths.\n[ 1.405558] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.407508] systemd[1]: Created slice System Slice.\n[ 1.408752] systemd[1]: Starting System Slice.\n[ 1.410239] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.413041] systemd[1]: Reached target Slices.\n[ 1.414229] systemd[1]: Starting Slices.\n[ 1.415627] 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[ 1.419435] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.421862] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.424857] systemd[1]: Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.487809] RPC: Registered named UNIX socket transport module.\n[ 1.489221] RPC: Registered udp transport module.\n[ 1.490431] RPC: Registered tcp transport module.\n[ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.579668] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.650155] scsi host0: ata_piix\n[ 1.651352] scsi host1: ata_piix\n[ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.654102] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.731459] usb 1-1: Product: QEMU USB Tablet\n[ 1.732609] usb 1-1: Manufacturer: QEMU\n[ 1.733680] usb 1-1: SerialNumber: 42\n[ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.745942] 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[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.834912] XFS (vda1): Mounting V4 Filesystem\n[ 1.859588] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Control Socket.\n[[32m OK [0m] Closed udev Kernel Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz\n[ 2.185073] SELinux: Disabled at runtime.\n[ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.246324] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n[ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.904575] [drm] Initialized drm 1.1.0 20060810\n Starting Dump dmesg to /var/log/dmesg...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 2.941440] [TTM] Initializing pool allocator\n[ 2.941442] [TTM] Initializing DMA pool allocator\n[ 2.941848] [drm] fb mappable at 0xFC000000\n[ 2.941849] [drm] vram aper at 0xFC000000\n[ 2.941849] [drm] size 33554432\n[ 2.941849] [drm] fb depth is 24\n[ 2.941849] [drm] pitch is 3072\n[ 2.957520] ppdev: user-space parallel port driver\n[ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device\n[ 2.984033] Console: switching to colour frame buffer device 128x48\n[ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.045692] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\nt Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.077047] alg: No test for crc32 (crc32-pclmul)\n[ 3.080583] intel_rapl: no valid rapl domains found in package 0\n[ 3.083885] intel_powerclamp: No package C-state available\n[ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting OpenSSH server daemon...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Starts Logstash as a daemon....\n Starting System Logging Service...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds.\n[ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af |\n[ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: ar[ 58.830576] cloud-init[9565]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 20:59:14 +0000. Up 58.78 seconds.\n[ 59.086244] cloud-init[9587]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 20:59:14 +0000. Up 59.04 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 50:ea:63:16:75:f1:9c:e1:ed:04:ee:17:dd:f0:a5:d0 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 59.130879] cloud-init[9587]: Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 20:59:14 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 59.12 seconds\n"} 2018-08-10 20:59:17,895 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-73fe03fb-9ce0-492d-b2a3-acdc3406b1b5 2018-08-10 20:59:17,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0792770385742s 2018-08-10 20:59:17,896 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670/action used request id req-73fe03fb-9ce0-492d-b2a3-acdc3406b1b5 2018-08-10 20:59:17,896 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1718347727 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.327963] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.330577] pid_max: default: 32768 minimum: 301 [ 0.331984] Security Framework initialized [ 0.333286] SELinux: Initializing. [ 0.334735] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.339804] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.342971] Mount-cache hash table entries: 4096 [ 0.344635] Initializing cgroup subsys memory [ 0.345995] Initializing cgroup subsys devices [ 0.347352] Initializing cgroup subsys freezer [ 0.348729] Initializing cgroup subsys net_cls [ 0.350084] Initializing cgroup subsys blkio [ 0.351405] Initializing cgroup subsys perf_event [ 0.352836] Initializing cgroup subsys hugetlb [ 0.354177] Initializing cgroup subsys pids [ 0.355487] Initializing cgroup subsys net_prio [ 0.356945] CPU: Physical Processor ID: 0 [ 0.358985] mce: CPU supports 10 MCE banks [ 0.360303] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361819] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363348] tlb_flushall_shift: 6 [ 0.364698] Freeing SMP alternatives: 28k freed [ 0.368740] ACPI: Core revision 20130517 [ 0.370426] ACPI: All ACPI Tables successfully acquired [ 0.372126] ftrace: allocating 25812 entries in 101 pages [ 0.393754] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.396671] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.398447] smpboot: Max logical packages: 2 [ 0.399951] Enabling x2apic [ 0.401009] Enabled x2apic [ 0.402228] Switched APIC routing to physical x2apic. [ 0.404658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.406355] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.409310] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.417647] KVM setup paravirtual spinlock [ 0.420059] smpboot: Booting Node 0, Processors #1 OK [ 0.421880] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.443788] Brought up 2 CPUs [ 0.443794] KVM setup async PF for cpu 1 [ 0.443797] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.447421] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.449801] devtmpfs: initialized [ 0.452363] EVM: security.selinux [ 0.453484] EVM: security.ima [ 0.454479] EVM: security.capability [ 0.456266] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.458047] pinctrl core: initialized pinctrl subsystem [ 0.459634] NET: Registered protocol family 16 [ 0.461153] ACPI: bus type PCI registered [ 0.462407] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.464130] PCI: Using configuration type 1 for base access [ 0.469015] ACPI: Added _OSI(Module Device) [ 0.470307] ACPI: Added _OSI(Processor Device) [ 0.471631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.472993] ACPI: Added _OSI(Processor Aggregator Device) [ 0.475579] ACPI: Interpreter enabled [ 0.476778] ACPI: (supports S0 S5) [ 0.477891] ACPI: Using IOAPIC for interrupt routing [ 0.479309] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.483604] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.485253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.487035] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488799] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.492008] acpiphp: Slot [3] registered [ 0.493256] acpiphp: Slot [4] registered [ 0.494499] acpiphp: Slot [5] registered [ 0.495768] acpiphp: Slot [6] registered [ 0.497003] acpiphp: Slot [7] registered [ 0.498292] acpiphp: Slot [8] registered [ 0.499556] acpiphp: Slot [9] registered [ 0.500815] acpiphp: Slot [10] registered [ 0.502087] acpiphp: Slot [11] registered [ 0.503336] acpiphp: Slot [12] registered [ 0.504607] acpiphp: Slot [13] registered [ 0.505850] acpiphp: Slot [14] registered [ 0.507105] acpiphp: Slot [15] registered [ 0.508339] acpiphp: Slot [16] registered [ 0.509580] acpiphp: Slot [17] registered [ 0.510814] acpiphp: Slot [18] registered [ 0.512079] acpiphp: Slot [19] registered [ 0.513340] acpiphp: Slot [20] registered [ 0.514563] acpiphp: Slot [21] registered [ 0.515797] acpiphp: Slot [22] registered [ 0.517045] acpiphp: Slot [23] registered [ 0.518295] acpiphp: Slot [24] registered [ 0.519550] acpiphp: Slot [25] registered [ 0.520799] acpiphp: Slot [26] registered [ 0.522038] acpiphp: Slot [27] registered [ 0.523286] acpiphp: Slot [28] registered [ 0.524532] acpiphp: Slot [29] registered [ 0.525879] acpiphp: Slot [30] registered [ 0.527119] acpiphp: Slot [31] registered [ 0.528366] PCI host bridge to bus 0000:00 [ 0.529611] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.531111] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.532877] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.534623] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.536892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.539211] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.543947] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.545807] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.547517] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.549332] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.553633] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.555939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.577880] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.579912] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.581893] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.583865] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.586084] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.587885] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.589756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.592203] vgaarb: loaded [ 0.593185] vgaarb: bridge control possible 0000:00:02.0 [ 0.594825] SCSI subsystem initialized [ 0.596059] ACPI: bus type USB registered [ 0.597340] usbcore: registered new interface driver usbfs [ 0.598945] usbcore: registered new interface driver hub [ 0.600330] usbcore: registered new device driver usb [ 0.601794] PCI: Using ACPI for IRQ routing [ 0.603259] NetLabel: Initializing [ 0.604299] NetLabel: domain hash size = 128 [ 0.605478] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606813] NetLabel: unlabeled traffic allowed by default [ 0.608310] Switched to clocksource kvm-clock [ 0.616298] pnp: PnP ACPI init [ 0.617292] ACPI: bus type PNP registered [ 0.618789] pnp: PnP ACPI: found 5 devices [ 0.619947] ACPI: bus type PNP unregistered [ 0.627147] NET: Registered protocol family 2 [ 0.628619] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.630876] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.632763] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634399] TCP: reno registered [ 0.635408] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636913] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638592] NET: Registered protocol family 1 [ 0.639800] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641202] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662488] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682403] Unpacking initramfs... [ 1.113301] Freeing initrd memory: 37508k freed [ 1.122437] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.124014] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.126809] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.128338] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.129991] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.131445] Initialise system trusted keyring [ 1.132610] audit: initializing netlink socket (disabled) [ 1.133920] type=2000 audit(1533934696.968:1): initialized [ 1.150631] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.152427] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155005] zpool: loaded [ 1.156016] zbud: loaded [ 1.157178] VFS: Disk quotas dquot_6.5.2 [ 1.158473] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160389] msgmni has been set to 7578 [ 1.161719] Key type big_key registered [ 1.163640] NET: Registered protocol family 38 [ 1.165046] Key type asymmetric registered [ 1.166344] Asymmetric key parser 'x509' registered [ 1.167827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.170237] io scheduler noop registered [ 1.171505] io scheduler deadline registered (default) [ 1.182718] io scheduler cfq registered [ 1.184051] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.185667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.187559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.189919] ACPI: Power Button [PWRF] [ 1.191224] GHES: HEST is not enabled! [ 1.192499] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217387] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219334] Non-volatile memory driver v1.3 [ 1.220665] Linux agpgart interface v0.103 [ 1.222035] crash memory driver: version 1.1 [ 1.223437] rdac: device handler registered [ 1.224840] hp_sw: device handler registered [ 1.226200] emc: device handler registered [ 1.227496] alua: device handler registered [ 1.228821] libphy: Fixed MDIO Bus: probed [ 1.230146] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.231894] ehci-pci: EHCI PCI platform driver [ 1.233226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.234892] ohci-pci: OHCI PCI platform driver [ 1.236228] uhci_hcd: USB Universal Host Controller Interface driver [ 1.256042] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.257563] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.259858] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.261340] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.262989] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.264788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.267038] usb usb1: Product: UHCI Host Controller [ 1.268446] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.270320] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271760] hub 1-0:1.0: USB hub found [ 1.272989] hub 1-0:1.0: 2 ports detected [ 1.274393] usbcore: registered new interface driver usbserial [ 1.276030] usbcore: registered new interface driver usbserial_generic [ 1.277797] usbserial: USB Serial support registered for generic [ 1.279522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282598] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.283883] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285265] mousedev: PS/2 mouse device common for all mice [ 1.286869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289602] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291838] rtc_cmos 00:00: RTC can wake from S4 [ 1.293356] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295550] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297031] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298558] cpuidle: using governor menu [ 1.299692] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301080] usbcore: registered new interface driver usbhid [ 1.302427] usbhid: USB HID core driver [ 1.303581] drop_monitor: Initializing network drop monitor service [ 1.305066] TCP: cubic registered [ 1.306054] Initializing XFRM netlink socket [ 1.307326] NET: Registered protocol family 10 [ 1.308724] NET: Registered protocol family 17 [ 1.310028] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311412] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.312831] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315210] Loading compiled-in X.509 certificates [ 1.316458] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.318822] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.321559] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.323929] registered taskstats version 1 [ 1.326758] Key type trusted registered [ 1.329118] Key type encrypted registered [ 1.331417] IMA: No TPM chip found, activating TPM-bypass! [ 1.333129] rtc_cmos 00:00: setting system clock to 2018-08-10 20:58:16 UTC (1533934696) [ 1.335891] Freeing unused kernel memory: 1680k freed [ 1.340415] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.344554] systemd[1]: Detected virtualization kvm. [ 1.345823] systemd[1]: Detected architecture x86-64. [ 1.347087] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.349423] systemd[1]: No hostname configured. [ 1.350618] systemd[1]: Set hostname to . [ 1.351933] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.374324] systemd[1]: Reached target Local File Systems. [ 1.375665] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.377680] systemd[1]: Reached target Timers. [ 1.378872] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.380825] systemd[1]: Created slice Root Slice. [ 1.382038] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.384055] systemd[1]: Listening on udev Control Socket. [ 1.385383] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.387510] systemd[1]: Listening on Journal Socket. [ 1.388768] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.390842] systemd[1]: Listening on udev Kernel Socket. [ 1.392150] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Swap. [ 1.394123] systemd[1]: Reached target Swap. [ 1.395279] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Sockets. [ 1.397066] systemd[1]: Reached target Sockets. [ 1.398266] systemd[1]: Starting Sockets. [ 1.399388] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.401510] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.404393] systemd[1]: Reached target Paths. [ 1.405558] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.407508] systemd[1]: Created slice System Slice. [ 1.408752] systemd[1]: Starting System Slice. [ 1.410239] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.413041] systemd[1]: Reached target Slices. [ 1.414229] systemd[1]: Starting Slices. [ 1.415627] 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... [ 1.419435] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.421862] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.424857] systemd[1]: Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.487809] RPC: Registered named UNIX socket transport module. [ 1.489221] RPC: Registered udp transport module. [ 1.490431] RPC: Registered tcp transport module. [ 1.491638] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.576319] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.579668] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.606401] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.645589] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.650155] scsi host0: ata_piix [ 1.651352] scsi host1: ata_piix [ 1.652424] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.653985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.654102] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.728319] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.729874] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.731459] usb 1-1: Product: QEMU USB Tablet [ 1.732609] usb 1-1: Manufacturer: QEMU [ 1.733680] usb 1-1: SerialNumber: 42 [ 1.743421] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.745942] 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 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 1.831697] SGI XFS with ACLs, security attributes, no debug enabled [ 1.834912] XFS (vda1): Mounting V4 Filesystem [ 1.859588] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Control Socket. [[32m OK [0m] Closed udev Kernel Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.091836] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.127356] tsc: Refined TSC clocksource calibration: 3491.860 MHz [ 2.185073] SELinux: Disabled at runtime. [ 2.220319] type=1404 audit(1533934697.387:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.244932] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.246324] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Initrd File Systems. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. [ 2.458251] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [ 2.541370] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.686629] type=1305 audit(1533934697.853:3): audit_pid=442 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 2.885135] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.890395] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.904575] [drm] Initialized drm 1.1.0 20060810 Starting Dump dmesg to /var/log/dmesg... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.941439] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 2.941440] [TTM] Initializing pool allocator [ 2.941442] [TTM] Initializing DMA pool allocator [ 2.941848] [drm] fb mappable at 0xFC000000 [ 2.941849] [drm] vram aper at 0xFC000000 [ 2.941849] [drm] size 33554432 [ 2.941849] [drm] fb depth is 24 [ 2.941849] [drm] pitch is 3072 [ 2.957520] ppdev: user-space parallel port driver [ 2.962970] fbcon: cirrusdrmfb (fb0) is primary device [ 2.984033] Console: switching to colour frame buffer device 128x48 [ 2.996678] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.001841] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [ 3.045692] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. t Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.071986] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.077047] alg: No test for crc32 (crc32-pclmul) [ 3.080583] intel_rapl: no valid rapl domains found in package 0 [ 3.083885] intel_powerclamp: No package C-state available [ 3.089035] intel_powerclamp: No package C-state available[ 3.144442] cloud-init[475]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 20:58:18 +0000. Up 3.10 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting OpenSSH server daemon... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... Starting System Logging Service... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.424800] cloud-init[793]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 20:58:20 +0000. Up 5.37 seconds. [ 5.476575] cloud-init[793]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.481549] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.483420] cloud-init[793]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.485242] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.494325] cloud-init[793]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.496267] cloud-init[793]: ci-info: | eth0: | True | 192.168.120.18 | 255.255.255.0 | fa:16:3e:ee:0b:af | [ 5.498067] cloud-init[793]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.499856] cloud-init[793]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.501785] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.503765] cloud-init[793]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.507743] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.509645] cloud-init[793]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.511551] cloud-init[793]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.513518] cloud-init[793]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.515447] cloud-init[793]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: ar[ 58.830576] cloud-init[9565]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 20:59:14 +0000. Up 58.78 seconds. [ 59.086244] cloud-init[9587]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 20:59:14 +0000. Up 59.04 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 50:ea:63:16:75:f1:9c:e1:ed:04:ee:17:dd:f0:a5:d0 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 59.130879] cloud-init[9587]: Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 20:59:14 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 59.12 seconds 2018-08-10 20:59:17,900 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb5a4850L 2018-08-10 20:59:17,901 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 20:59:17,907 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 20:59:17,907 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 20:59:17,908 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 20:59:17,909 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 20:59:17,909 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 20:59:17,909 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 20:59:17,909 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 20:59:17,909 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 20:59:17,914 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 20:59:17,915 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 20:59:17,917 - paramiko.transport - DEBUG - Trying discovered key 50ea631675f19ce1ed04ee17ddf0a5d0 in /tmp/tmpJLb_t5 2018-08-10 20:59:17,954 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 20:59:27,978 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 20:59:27,994 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-10 20:59:27,994 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-10 20:59:27,995 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-10 20:59:27,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-10 20:59:28,109 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:28,109 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:28,109 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9695, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9700, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 8014, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9689, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 869, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 812, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9611, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9682, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:27 GMT 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-10 20:59:28,110 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:28,111 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 9695, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 9700, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8014, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9689, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 869, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 798, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 812, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 9611, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 9682, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-10 20:59:28,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/status 2018-08-10 20:59:28,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:28,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:28,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:28,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9695, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9700, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 8014, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9689, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 869, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 798, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 812, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9611, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9682, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:27 GMT 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-10 20:59:28,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:28,204 - functest.core.cloudify - INFO - The current manager status is running 2018-08-10 20:59:28,204 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:28,290 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:27.267Z", "updated_at": "2018-08-10T20:59:27.267Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:27 GMT 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:28,291 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-10 20:59:28,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:27.267Z", "updated_at": "2018-08-10T20:59:27.267Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-10 20:59:28,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:28,340 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:27 GMT 2018-08-10 20:59:28,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:28,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-10 20:59:28,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:28,340 - functest.core.cloudify - DEBUG - List secrets: 2018-08-10 20:59:28,340 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.205:80/api/v3/secrets/foo 2018-08-10 20:59:28,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:28,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:28,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:28,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:28,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:28,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:27.267Z", "updated_at": "2018-08-10T20:59:27.267Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:27 GMT 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-10 20:59:28,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:28,391 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-10 20:59:28,392 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-10 20:59:28,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 20:59:28,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:59:28,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26ff57a-5203-4d32-abd1-194bf53ab5bb Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e"}, "tags": [], "enabled": true, "id": "8112c2cb00d14e11b0754aa13a07475e", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 20:59:28,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-a26ff57a-5203-4d32-abd1-194bf53ab5bb 2018-08-10 20:59:28,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195801973343s 2018-08-10 20:59:28,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-a26ff57a-5203-4d32-abd1-194bf53ab5bb 2018-08-10 20:59:28,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-10 20:59:28,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/quotas/8112c2cb00d14e11b0754aa13a07475e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-10 20:59:28,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-37e35314-73d3-4669-9b7e-bab5d9dd7823 Date: Fri, 10 Aug 2018 20:59:28 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-10 20:59:28,932 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/quotas/8112c2cb00d14e11b0754aa13a07475e.json used request id req-37e35314-73d3-4669-9b7e-bab5d9dd7823 2018-08-10 20:59:28,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.334218978882s 2018-08-10 20:59:28,933 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/quotas/8112c2cb00d14e11b0754aa13a07475e.json used request id req-37e35314-73d3-4669-9b7e-bab5d9dd7823 2018-08-10 20:59:28,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-10 20:59:28,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 20:59:28,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 20:59:28,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 20:59:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbbff4a4-ca6c-47c9-8684-b6ad5ad30d57 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 20:59:28,946 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-fbbff4a4-ca6c-47c9-8684-b6ad5ad30d57 2018-08-10 20:59:28,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:59:29,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acb291cf-446e-4198-936d-59282b32a0e6 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 20:59:29,141 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-acb291cf-446e-4198-936d-59282b32a0e6 2018-08-10 20:59:29,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.204411029816s 2018-08-10 20:59:29,142 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-acb291cf-446e-4198-936d-59282b32a0e6 2018-08-10 20:59:29,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-10 20:59:29,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 20:59:29,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 20:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9699ed7-ed23-4902-99a3-50557f5b1ef8 Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5"}, "url": "http://172.30.9.31:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4"}, "url": "http://172.30.9.31:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "09d78a8b03c745208c6b4d248e924613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "0b043b597304451c9a26a358a2ad3653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "37054d8f3c534abab774cca19cb18454"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "39c75605b15148198d15e0bec7eae13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664"}, "url": "http://172.30.9.31:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96"}, "url": "http://172.30.9.31:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d"}, "url": "http://172.30.9.31:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "5b3757321c7d4c56af84d26cc927cc46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "810e61e0819844b1ab5d4e67911d38b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "826e871703074137bf7564f526c9410f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "86955c07d0d74cdc897f604654fce087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f"}, "url": "http://172.30.9.31:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "92c851e811e042baa4a2f5292d631e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d"}, "url": "http://172.30.9.31:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "97ed0361957642b884dee4c4ded23020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4"}, "url": "http://172.30.9.31:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b96adcd9537c40c4821c71118341ba65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0"}, "url": "http://172.30.9.31:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "c1f67dd4bab548c89564606ac20e87c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01"}, "url": "http://172.30.9.31:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "c677d005ec0d48529d8677ab43da8e01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef"}, "url": "http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "c6b83e3331234983b119a2330dc49fef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "da5a888bcd5842268f7b335f16387e86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392"}, "url": "http://172.30.9.31:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "df74eacc9789494bb174567db053b392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "e631f024b00943fa81813a3f35691b7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "eb4a5427c7044b43b532388dd62a63aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f12c4d283da74b1c870b4690563b5135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb"}, "url": "http://172.30.9.31:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "f586fda38d2b44e3989355d8a10e41cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f"}, "url": "http://172.30.9.31:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "links": {"self": "http://172.30.9.31:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-10 20:59:29,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-a9699ed7-ed23-4902-99a3-50557f5b1ef8 2018-08-10 20:59:29,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.213320016861s 2018-08-10 20:59:29,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-a9699ed7-ed23-4902-99a3-50557f5b1ef8 2018-08-10 20:59:29,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '4476060c-b9b6-464a-89d5-4dff9d580b2b', 'keystone_tenant_name': u'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.31:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622', 'project_domain_name': 'Default'} 2018-08-10 20:59:29,372 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/secrets 2018-08-10 20:59:29,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,424 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,424 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,424 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,424 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,424 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,425 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "4476060c-b9b6-464a-89d5-4dff9d580b2b"} 2018-08-10 20:59:29,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,482 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,482 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,482 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.468Z", "updated_at": "2018-08-10T20:59:28.468Z", "created_by": "admin", "private_resource": false, "value": "4476060c-b9b6-464a-89d5-4dff9d580b2b", "key": "keystone_password"} 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-10 20:59:29,483 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,484 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"} 2018-08-10 20:59:29,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.525Z", "updated_at": "2018-08-10T20:59:28.525Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622", "key": "keystone_tenant_name"} 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-10 20:59:29,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,540 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,594 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.581Z", "updated_at": "2018-08-10T20:59:28.581Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,595 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.31:5000"} 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,650 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.637Z", "updated_at": "2018-08-10T20:59:28.637Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.31:5000", "key": "keystone_url"} 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,651 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-10 20:59:29,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.692Z", "updated_at": "2018-08-10T20:59:28.692Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-10 20:59:29,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,707 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622"} 2018-08-10 20:59:29,761 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,761 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,761 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.749Z", "updated_at": "2018-08-10T20:59:28.749Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622", "key": "keystone_username"} 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,762 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-10 20:59:29,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,763 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:29,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:28.841Z", "updated_at": "2018-08-10T20:59:28.841Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:28 GMT 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-10 20:59:29,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:29,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-10 20:59:29,862 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 20:59:29,863 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-10 20:59:29,863 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 20:59:29,866 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 20:59:29,933 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 20:59:29,934 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-10 20:59:29,935 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 20:59:29,973 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-10 20:59:29,973 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-10 20:59:29,999 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-10 20:59:50,845 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-10 20:59:50,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-10 20:59:50,846 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-10 20:59:50,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-10 20:59:50,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 20:59:50,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:59:50,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-1fdf5565-e4f1-47d5-8352-19186bb25c4b Date: Fri, 10 Aug 2018 20:59:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:55:49Z", "revision_number": 0, "id": "14cfce00-d491-44ec-8ee6-8641de762ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:49Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "5c85dfb8-1cc5-4fa3-9e3f-5f4e5e45e0ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-10T20:55:51Z", "revision_number": 0, "id": "9c8bf9dc-f82d-4d1c-a716-7abfa936e9ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:51Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "b5686462-9c22-402c-9a18-db76de555019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "bd463128-6d82-43be-b717-955d5686337d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 7, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:54:21Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 1, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 20:59:50,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-1fdf5565-e4f1-47d5-8352-19186bb25c4b 2018-08-10 20:59:50,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05455493927s 2018-08-10 20:59:50,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-1fdf5565-e4f1-47d5-8352-19186bb25c4b 2018-08-10 20:59:50,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 20:59:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -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": "96514b2c-1470-4d7c-a39b-735a9e1d881f"}}' 2018-08-10 20:59:51,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-27046f30-3960-4f04-a302-e0001f0c13af Date: Fri, 10 Aug 2018 20:59:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-10T20:59:51Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "port_range_min": 22, "revision_number": 0, "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:59:51Z", "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "814b5f5d-f85d-4ad4-9cb3-e834847b3885"}} 2018-08-10 20:59:51,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-27046f30-3960-4f04-a302-e0001f0c13af 2018-08-10 20:59:51,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.248600006104s 2018-08-10 20:59:51,158 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-27046f30-3960-4f04-a302-e0001f0c13af 2018-08-10 20:59:51,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-10 20:59:51,249 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 20:59:54,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 20:59:54,003 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-10 20:59:54,003 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-10T20:59:52.948Z", "updated_at": "2018-08-10T20:59:52.948Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "with_ellis": {"default": 1, "type": "integer", "description": "1 for true 0 for false"}, "external_network_name": {"type": "string", "description": "Network that will be the floating IP"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "key_pair_name": {"default": "clearwater-key", "description": "Openstack key pair name of the key to associate with the new server"}, "bono_cluster_size": {"default": 1, "type": "integer", "description": "number of bono instance"}, "flavor_id": {"type": "string", "description": "Flavor ID of the agent VM's (RAM >= 2 GB)"}, "public_domain": {"type": "string", "description": "Sip domain for sip users and bono load-balancing"}, "homer_cluster_size": {"default": 1, "type": "integer", "description": "number of homer instance"}, "release": {"default": "stable", "type": "string", "description": "Clearwater release"}, "network_name": {"default": "net2", "description": "Openstack network name the new server will be connected to"}, "private_key_path": {"description": "Path to the private key which will be used for connecting to the server\non the manager or machine running CLI if running in local mode.\n"}, "sprout_cluster_size": {"default": 1, "type": "integer", "description": "number of sprout instance"}}, "description": null, "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-08-10 20:59:54,005 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 20:59:54,006 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 20:59:52 GMT 2018-08-10 20:59:54,006 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 20:59:54,006 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-10 20:59:54,006 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 20:59:54,031 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-10 20:59:55,494 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-10 20:59:55,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 20:59:55,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 20:59:55,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-5317d4ba-18fd-4066-9bbf-3b3f2167b8d7 Date: Fri, 10 Aug 2018 20:59:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:55:45Z", "file": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "size": 4373348352, "self": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:54:51Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 20:59:55,811 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-5317d4ba-18fd-4066-9bbf-3b3f2167b8d7 2018-08-10 20:59:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315030097961s 2018-08-10 20:59:55,811 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-5317d4ba-18fd-4066-9bbf-3b3f2167b8d7 2018-08-10 20:59:55,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 20:59:55,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622"}' 2018-08-10 20:59:56,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c7bbe8c5-f5f3-425e-aa06-73bfca025d42 Date: Fri, 10 Aug 2018 20:59:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:59:56Z", "file": "/v2/images/b5f06646-76b2-4c05-9f55-46754724964b/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "b5f06646-76b2-4c05-9f55-46754724964b", "size": null, "self": "/v2/images/b5f06646-76b2-4c05-9f55-46754724964b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": null, "created_at": "2018-08-10T20:59:56Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 20:59:56,569 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-c7bbe8c5-f5f3-425e-aa06-73bfca025d42 2018-08-10 20:59:56,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.747718811035s 2018-08-10 20:59:56,569 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-c7bbe8c5-f5f3-425e-aa06-73bfca025d42 returning object b5f06646-76b2-4c05-9f55-46754724964b 2018-08-10 20:59:56,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 20:59:56,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '' 2018-08-10 21:00:01,417 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-29ae2b73-a19a-4443-ab03-50482fa4783f Date: Fri, 10 Aug 2018 21:00: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-10 21:00:01,417 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b/file used request id req-29ae2b73-a19a-4443-ab03-50482fa4783f 2018-08-10 21:00:01,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.84766507149s 2018-08-10 21:00:01,418 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b/file used request id req-29ae2b73-a19a-4443-ab03-50482fa4783f 2018-08-10 21:00:01,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:00:01,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:01,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-6104a923-f936-4440-90cf-aea0bb9aaa83 Date: Fri, 10 Aug 2018 21:00:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:01Z", "file": "/v2/images/b5f06646-76b2-4c05-9f55-46754724964b/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "b5f06646-76b2-4c05-9f55-46754724964b", "size": 263062016, "self": "/v2/images/b5f06646-76b2-4c05-9f55-46754724964b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b5f06646-76b2-4c05-9f55-46754724964b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b5f06646-76b2-4c05-9f55-46754724964b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T20:59:56Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:55:45Z", "file": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "size": 4373348352, "self": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:54:51Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:00:01,732 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-6104a923-f936-4440-90cf-aea0bb9aaa83 2018-08-10 21:00:01,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309997081757s 2018-08-10 21:00:01,733 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-6104a923-f936-4440-90cf-aea0bb9aaa83 2018-08-10 21:00:01,735 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b5f06646-76b2-4c05-9f55-46754724964b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b5f06646-76b2-4c05-9f55-46754724964b/file', 'owner': u'8112c2cb00d14e11b0754aa13a07475e', 'id': u'b5f06646-76b2-4c05-9f55-46754724964b', 'size': 263062016, u'self': u'/v2/images/b5f06646-76b2-4c05-9f55-46754724964b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8112c2cb00d14e11b0754aa13a07475e', 'name': 'cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b5f06646-76b2-4c05-9f55-46754724964b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T21:00:01Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T21:00:01Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/b5f06646-76b2-4c05-9f55-46754724964b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622', 'created': u'2018-08-10T20:59:56Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-10T20:59:56Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', 'metadata': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/b5f06646-76b2-4c05-9f55-46754724964b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_2395bd66-614c-484b-8794-eb99b6c70622', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}}) 2018-08-10 21:00:01,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 21:00:01,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_2395bd66-614c-484b-8794-eb99b6c70622", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-10 21:00:01,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1ab00f2-d379-4005-ab1f-243f1ea7e284 x-compute-request-id: req-e1ab00f2-d379-4005-ab1f-243f1ea7e284 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_2395bd66-614c-484b-8794-eb99b6c70622", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cbf4ed96-bc08-4a77-9867-83e744926274", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cbf4ed96-bc08-4a77-9867-83e744926274"}} 2018-08-10 21:00:01,783 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-e1ab00f2-d379-4005-ab1f-243f1ea7e284 2018-08-10 21:00:01,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0464391708374s 2018-08-10 21:00:01,783 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-e1ab00f2-d379-4005-ab1f-243f1ea7e284 2018-08-10 21:00:01,784 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_2395bd66-614c-484b-8794-eb99b6c70622', '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 25, 'id': u'cbf4ed96-bc08-4a77-9867-83e744926274', 'swap': 0}) 2018-08-10 21:00:01,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 21:00:01,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274/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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" -d '{"extra_specs": {}}' 2018-08-10 21:00:01,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef15fe2a-6b30-4487-a928-d2cdea67ec12 x-compute-request-id: req-ef15fe2a-6b30-4487-a928-d2cdea67ec12 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 21:00:01,804 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274/os-extra_specs used request id req-ef15fe2a-6b30-4487-a928-d2cdea67ec12 2018-08-10 21:00:01,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.019250869751s 2018-08-10 21:00:01,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274/os-extra_specs used request id req-ef15fe2a-6b30-4487-a928-d2cdea67ec12 2018-08-10 21:00:01,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-10 21:00:01,804 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.205:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "b5f06646-76b2-4c05-9f55-46754724964b", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "bono_cluster_size": 1, "flavor_id": "cbf4ed96-bc08-4a77-9867-83e744926274", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-10 21:00:03,615 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:00:03,615 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:00:03,615 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:00:03,615 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:00:02 GMT 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-10 21:00:03,616 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:00:03,617 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 415, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 162, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 191, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-10 21:00:03,740 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 21:00:03,740 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 05:43 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-10 21:00:03,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-10 21:00:03,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.205:80/api/v3/executions 2018-08-10 21:00:03,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:00:03,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:00:03,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:00:03,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-10T21:00:01.846Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "6ae0e078-0267-4d87-9c7a-460bdd710c7f"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:00:02 GMT 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-10 21:00:03,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:00:03,821 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.205:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-10 21:00:03,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:00:03,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:00:03,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:00:03,970 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:00:03,970 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:00:03,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:00:02 GMT 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-10 21:00:03,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:00:03,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 273, in clean force=True) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-10 21:00:03,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 21:00:03,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:04,393 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f1f181ef-f911-4f8e-a300-7cfe4551037b Date: Fri, 10 Aug 2018 21:00: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-10 21:00:04,393 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b used request id req-f1f181ef-f911-4f8e-a300-7cfe4551037b 2018-08-10 21:00:04,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.420392990112s 2018-08-10 21:00:04,393 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/b5f06646-76b2-4c05-9f55-46754724964b used request id req-f1f181ef-f911-4f8e-a300-7cfe4551037b 2018-08-10 21:00:04,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:00:04,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:04,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00: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-58ff2305-ae43-4b59-b60f-99de5d6884a7 x-compute-request-id: req-58ff2305-ae43-4b59-b60f-99de5d6884a7 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2395bd66-614c-484b-8794-eb99b6c70622", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b"}, {"name": "cloudify_ims-flavor_alt_2395bd66-614c-484b-8794-eb99b6c70622", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cbf4ed96-bc08-4a77-9867-83e744926274", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "cbf4ed96-bc08-4a77-9867-83e744926274"}]} 2018-08-10 21:00:04,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-58ff2305-ae43-4b59-b60f-99de5d6884a7 2018-08-10 21:00:04,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0317978858948s 2018-08-10 21:00:04,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-58ff2305-ae43-4b59-b60f-99de5d6884a7 2018-08-10 21:00:04,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 21:00:04,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:04,468 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21:00: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-14218e2a-2ebc-40ac-b39b-a9e7869a3dc9 x-compute-request-id: req-14218e2a-2ebc-40ac-b39b-a9e7869a3dc9 Content-Length: 0 Content-Type: application/json 2018-08-10 21:00:04,468 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274 used request id req-14218e2a-2ebc-40ac-b39b-a9e7869a3dc9 2018-08-10 21:00:04,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0402331352234s 2018-08-10 21:00:04,469 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/cbf4ed96-bc08-4a77-9867-83e744926274 used request id req-14218e2a-2ebc-40ac-b39b-a9e7869a3dc9 2018-08-10 21:00:04,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 21:00:04,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/be2ed44c-4f82-4c6e-bf23-d5c705cae00b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:05,362 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa94d04a-7ada-4f4c-a841-28b6a178c10e Content-Length: 0 Date: Fri, 10 Aug 2018 21:00:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:00:05,362 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/be2ed44c-4f82-4c6e-bf23-d5c705cae00b.json used request id req-aa94d04a-7ada-4f4c-a841-28b6a178c10e 2018-08-10 21:00:05,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.891088008881s 2018-08-10 21:00:05,363 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/be2ed44c-4f82-4c6e-bf23-d5c705cae00b.json used request id req-aa94d04a-7ada-4f4c-a841-28b6a178c10e 2018-08-10 21:00:05,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 21:00:05,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:05,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6cd91d1b-ef57-48ea-b3fc-d62eb33c30e7 Date: Fri, 10 Aug 2018 21:00:05 GMT RESP BODY: {"floatingips": []} 2018-08-10 21:00:05,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-6cd91d1b-ef57-48ea-b3fc-d62eb33c30e7 2018-08-10 21:00:05,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.233169078827s 2018-08-10 21:00:05,601 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-6cd91d1b-ef57-48ea-b3fc-d62eb33c30e7 2018-08-10 21:00:05,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 21:00:05,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:05,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11938514-81ae-4c07-bc5b-30ef320c5b37 x-compute-request-id: req-11938514-81ae-4c07-bc5b-30ef320c5b37 Content-Type: application/json 2018-08-10 21:00:05,804 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670 used request id req-11938514-81ae-4c07-bc5b-30ef320c5b37 2018-08-10 21:00:05,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.201962947845s 2018-08-10 21:00:05,804 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670 used request id req-11938514-81ae-4c07-bc5b-30ef320c5b37 2018-08-10 21:00:05,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:00:05,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:06,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d4d7231-cc3d-425b-8fe0-530b75ff89f4 x-compute-request-id: req-3d4d7231-cc3d-425b-8fe0-530b75ff89f4 Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:0b:af", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:0b:af", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/1f099021-d0b9-4c9d-9500-e94df8183670", "rel": "bookmark"}], "image": {"id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "links": [{"href": "http://172.30.9.31:8774/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T20:58:14.000000", "flavor": {"id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "links": [{"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}]}, "id": "1f099021-d0b9-4c9d-9500-e94df8183670", "security_groups": [{"name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}], "user_id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:00:05Z", "hostId": "8f07cae270812fd14222588f5f33bbfcdf6e8150e96b6f3d3dbc1516", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622", "name": "cloudify_ims-vm_2395bd66-614c-484b-8794-eb99b6c70622", "created": "2018-08-10T20:55:56Z", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:00:06,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3d4d7231-cc3d-425b-8fe0-530b75ff89f4 2018-08-10 21:00:06,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6412961483s 2018-08-10 21:00:06,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3d4d7231-cc3d-425b-8fe0-530b75ff89f4 2018-08-10 21:00:06,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:00:08,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:00:08,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:08,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-0daf0503-6279-494d-ae40-41ff12b0d308 x-compute-request-id: req-0daf0503-6279-494d-ae40-41ff12b0d308 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 21:00:08,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0daf0503-6279-494d-ae40-41ff12b0d308 2018-08-10 21:00:08,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0813868045807s 2018-08-10 21:00:08,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-0daf0503-6279-494d-ae40-41ff12b0d308 2018-08-10 21:00:08,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:00:08,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:08,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-8aa15299-452d-44be-b5f8-67b7c462c056 Date: Fri, 10 Aug 2018 21:00:08 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:55:47Z", "updated_at": "2018-08-10T20:55:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T20:55:49Z", "revision_number": 0, "id": "14cfce00-d491-44ec-8ee6-8641de762ebb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:49Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 80, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "44ef40e4-d37b-4ab3-8831-3929b513ed8a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "5c85dfb8-1cc5-4fa3-9e3f-5f4e5e45e0ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-10T20:55:51Z", "revision_number": 0, "id": "9c8bf9dc-f82d-4d1c-a716-7abfa936e9ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:51Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:48Z", "revision_number": 0, "id": "b5686462-9c22-402c-9a18-db76de555019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:48Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "bc53d8a3-08c9-4298-9756-d878a77468bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T20:55:50Z", "revision_number": 0, "id": "bd463128-6d82-43be-b717-955d5686337d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:50Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 443, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:55:47Z", "revision_number": 0, "id": "e615109c-7572-4b04-987e-8e561ec412ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:55:47Z", "security_group_id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 7, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "31e34e13-0c7c-45e2-a68c-a1df32d03f37", "name": "cloudify_ims-sg_2395bd66-614c-484b-8794-eb99b6c70622"}, {"description": "Default security group", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:21Z", "updated_at": "2018-08-10T20:59:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "430e5a38-4f4e-42a1-b928-7022a8c267fe", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "543989c1-959d-4fda-a43d-3729982a6ff7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T20:59:51Z", "revision_number": 0, "id": "814b5f5d-f85d-4ad4-9cb3-e834847b3885", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:59:51Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "be4857cd-7c37-433f-a3f3-0b7bcaa42c62", "remote_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T20:54:21Z", "revision_number": 0, "id": "f5317e92-ca28-4398-b215-37fa23c1136c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T20:54:21Z", "security_group_id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8112c2cb00d14e11b0754aa13a07475e"}], "revision_number": 2, "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "96514b2c-1470-4d7c-a39b-735a9e1d881f", "name": "default"}]} 2018-08-10 21:00:08,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-8aa15299-452d-44be-b5f8-67b7c462c056 2018-08-10 21:00:08,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0502018928528s 2018-08-10 21:00:08,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-8aa15299-452d-44be-b5f8-67b7c462c056 2018-08-10 21:00:08,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 21:00:08,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/31e34e13-0c7c-45e2-a68c-a1df32d03f37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:08,846 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ca68835-453d-480a-95d1-43bde3e00ef7 Content-Length: 0 Date: Fri, 10 Aug 2018 21:00:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:00:08,846 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/31e34e13-0c7c-45e2-a68c-a1df32d03f37.json used request id req-1ca68835-453d-480a-95d1-43bde3e00ef7 2018-08-10 21:00:08,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.257032871246s 2018-08-10 21:00:08,847 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/31e34e13-0c7c-45e2-a68c-a1df32d03f37.json used request id req-1ca68835-453d-480a-95d1-43bde3e00ef7 2018-08-10 21:00:08,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 21:00:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:08,882 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21: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-f5fcd396-8bab-4e73-b7cd-66fabcf5e06d x-compute-request-id: req-f5fcd396-8bab-4e73-b7cd-66fabcf5e06d Content-Length: 0 Content-Type: application/json 2018-08-10 21:00:08,882 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622 used request id req-f5fcd396-8bab-4e73-b7cd-66fabcf5e06d 2018-08-10 21:00:08,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0350339412689s 2018-08-10 21:00:08,883 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/cloudify_ims-kp_2395bd66-614c-484b-8794-eb99b6c70622 used request id req-f5fcd396-8bab-4e73-b7cd-66fabcf5e06d 2018-08-10 21:00:08,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 21:00:08,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456/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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" -d '{"subnet_id": "c45a281e-4551-4b19-ba68-daff41a85afa"}' 2018-08-10 21:00:10,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3f405a22-51aa-4d6d-b5c9-6e528dd6d182 Date: Fri, 10 Aug 2018 21:00:10 GMT RESP BODY: {"network_id": "ce46358b-d8bc-459f-a8b4-6692863a3fda", "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "subnet_id": "c45a281e-4551-4b19-ba68-daff41a85afa", "subnet_ids": ["c45a281e-4551-4b19-ba68-daff41a85afa"], "port_id": "e5ef5b5f-3661-42a0-a7c6-84921e8f2714", "id": "9a945597-5277-4e73-8e32-345f7439a456"} 2018-08-10 21:00:10,793 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456/remove_router_interface.json used request id req-3f405a22-51aa-4d6d-b5c9-6e528dd6d182 2018-08-10 21:00:10,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.90978693962s 2018-08-10 21:00:10,793 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456/remove_router_interface.json used request id req-3f405a22-51aa-4d6d-b5c9-6e528dd6d182 returning object 9a945597-5277-4e73-8e32-345f7439a456 2018-08-10 21:00:10,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 21:00:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:10,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-c600873d-0686-42b1-b35c-95e1ae0c3c82 Date: Fri, 10 Aug 2018 21:00:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "8112c2cb00d14e11b0754aa13a07475e", "created_at": "2018-08-10T20:54:23Z", "admin_state_up": true, "updated_at": "2018-08-10T21:00:09Z", "revision_number": 4, "routes": [], "project_id": "8112c2cb00d14e11b0754aa13a07475e", "id": "9a945597-5277-4e73-8e32-345f7439a456", "name": "cloudify_ims-router_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 21:00:10,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-c600873d-0686-42b1-b35c-95e1ae0c3c82 2018-08-10 21:00:10,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.124293804169s 2018-08-10 21:00:10,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-c600873d-0686-42b1-b35c-95e1ae0c3c82 2018-08-10 21:00:10,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 21:00:10,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:12,366 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3350ba31-97ef-463a-9d5d-32244ac2eca5 Content-Length: 0 Date: Fri, 10 Aug 2018 21:00:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:00:12,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456.json used request id req-3350ba31-97ef-463a-9d5d-32244ac2eca5 2018-08-10 21:00:12,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.44675707817s 2018-08-10 21:00:12,367 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/9a945597-5277-4e73-8e32-345f7439a456.json used request id req-3350ba31-97ef-463a-9d5d-32244ac2eca5 2018-08-10 21:00:12,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 21:00:12,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:12,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-65183f1a-f03f-491f-84e8-65089fec9760 Date: Fri, 10 Aug 2018 21:00:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T20:54: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":"8112c2cb00d14e11b0754aa13a07475e","id":"c45a281e-4551-4b19-ba68-daff41a85afa","subnetpool_id":null,"name":"cloudify_ims-subnet_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 21:00:12,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-65183f1a-f03f-491f-84e8-65089fec9760 2018-08-10 21:00:12,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0497000217438s 2018-08-10 21:00:12,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-65183f1a-f03f-491f-84e8-65089fec9760 2018-08-10 21:00:12,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 21:00:12,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/c45a281e-4551-4b19-ba68-daff41a85afa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:15,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22de5791-0763-47b0-ab8d-67d886ff493a Date: Fri, 10 Aug 2018 21:00:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:00:15,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/c45a281e-4551-4b19-ba68-daff41a85afa.json used request id req-22de5791-0763-47b0-ab8d-67d886ff493a 2018-08-10 21:00:15,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.70848584175s 2018-08-10 21:00:15,128 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/c45a281e-4551-4b19-ba68-daff41a85afa.json used request id req-22de5791-0763-47b0-ab8d-67d886ff493a 2018-08-10 21:00:15,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:00:15,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:15,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-20296f33-a204-4e69-bc88-150fd697fa52 Date: Fri, 10 Aug 2018 21:00:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","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-10T21:00:14Z","tenant_id":"8112c2cb00d14e11b0754aa13a07475e","created_at":"2018-08-10T20:54:21Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8112c2cb00d14e11b0754aa13a07475e","id":"ce46358b-d8bc-459f-a8b4-6692863a3fda","name":"cloudify_ims-net_2395bd66-614c-484b-8794-eb99b6c70622"}]} 2018-08-10 21:00:15,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-20296f33-a204-4e69-bc88-150fd697fa52 2018-08-10 21:00:15,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.432440042496s 2018-08-10 21:00:15,561 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-20296f33-a204-4e69-bc88-150fd697fa52 2018-08-10 21:00:15,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 21:00:15,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/ce46358b-d8bc-459f-a8b4-6692863a3fda.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:16,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bb5372c7-ee34-4184-ae5c-0a06af9549b3 Date: Fri, 10 Aug 2018 21:00:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:00:16,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/ce46358b-d8bc-459f-a8b4-6692863a3fda.json used request id req-bb5372c7-ee34-4184-ae5c-0a06af9549b3 2018-08-10 21:00:16,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30006790161s 2018-08-10 21:00:16,863 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/ce46358b-d8bc-459f-a8b4-6692863a3fda.json used request id req-bb5372c7-ee34-4184-ae5c-0a06af9549b3 2018-08-10 21:00:16,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:00:16,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:16,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-1584157d-a4d2-441a-9dee-8cec6bacaedf Date: Fri, 10 Aug 2018 21:00:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T20:55:45Z", "file": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/file", "owner": "8112c2cb00d14e11b0754aa13a07475e", "id": "0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "size": 4373348352, "self": "/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_2395bd66-614c-484b-8794-eb99b6c70622", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T20:54:51Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:00:16,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-1584157d-a4d2-441a-9dee-8cec6bacaedf 2018-08-10 21:00:16,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0382940769196s 2018-08-10 21:00:16,905 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-1584157d-a4d2-441a-9dee-8cec6bacaedf 2018-08-10 21:00:16,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 21:00:16,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7959c4d352268450116d9b2a0ec2fe75d2b1864f" 2018-08-10 21:00:17,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d33a052-9a04-4e62-a47d-4aad83676950 Date: Fri, 10 Aug 2018 21:00: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-10 21:00:17,667 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958 used request id req-3d33a052-9a04-4e62-a47d-4aad83676950 2018-08-10 21:00:17,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.760577917099s 2018-08-10 21:00:17,668 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/0523fe1a-fe1a-45e0-86e9-fa88eb62a958 used request id req-3d33a052-9a04-4e62-a47d-4aad83676950 2018-08-10 21:00:17,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:00:17,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:17,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c842930d-ddec-4789-8fab-53582a8cefe7 x-compute-request-id: req-c842930d-ddec-4789-8fab-53582a8cefe7 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_2395bd66-614c-484b-8794-eb99b6c70622", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "92628c07-1c11-405e-b2d3-bffdd9fd9d3b"}]} 2018-08-10 21:00:17,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-c842930d-ddec-4789-8fab-53582a8cefe7 2018-08-10 21:00:17,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259928703308s 2018-08-10 21:00:17,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-c842930d-ddec-4789-8fab-53582a8cefe7 2018-08-10 21:00:17,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 21:00:17,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:17,738 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a30081a-e688-4213-9848-984171577ec1 x-compute-request-id: req-1a30081a-e688-4213-9848-984171577ec1 Content-Length: 0 Content-Type: application/json 2018-08-10 21:00:17,738 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b used request id req-1a30081a-e688-4213-9848-984171577ec1 2018-08-10 21:00:17,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416948795319s 2018-08-10 21:00:17,738 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/92628c07-1c11-405e-b2d3-bffdd9fd9d3b used request id req-1a30081a-e688-4213-9848-984171577ec1 2018-08-10 21:00:17,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:00:17,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:17,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ee2fc3-53d6-49cf-a25c-29da9585f7e5 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622", "links": {"self": "http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:00:17,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-f0ee2fc3-53d6-49cf-a25c-29da9585f7e5 2018-08-10 21:00:17,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210833072662s 2018-08-10 21:00:17,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-f0ee2fc3-53d6-49cf-a25c-29da9585f7e5 2018-08-10 21:00:17,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:00:17,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:18,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f97353c9-dafa-4be3-aaf6-d1f567f33bb2 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_2395bd66-614c-484b-8794-eb99b6c70622", "links": {"self": "http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "12aa1e8bc62e4830bb44632e2d4c6e5a", "description": null}} 2018-08-10 21:00:18,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a used request id req-f97353c9-dafa-4be3-aaf6-d1f567f33bb2 2018-08-10 21:00:18,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.230682134628s 2018-08-10 21:00:18,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a used request id req-f97353c9-dafa-4be3-aaf6-d1f567f33bb2 2018-08-10 21:00:18,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 21:00:18,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:18,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7682ccc-1866-4e78-ad7d-3772255721aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:00:18,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a used request id req-f7682ccc-1866-4e78-ad7d-3772255721aa 2018-08-10 21:00:18,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.302073955536s 2018-08-10 21:00:18,490 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/12aa1e8bc62e4830bb44632e2d4c6e5a used request id req-f7682ccc-1866-4e78-ad7d-3772255721aa 2018-08-10 21:00:18,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:00:18,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:18,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a8abf01-5dba-436d-a13a-be761cd433f3 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e"}, "tags": [], "enabled": true, "id": "8112c2cb00d14e11b0754aa13a07475e", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_2395bd66-614c-484b-8794-eb99b6c70622"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 21:00:18,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-2a8abf01-5dba-436d-a13a-be761cd433f3 2018-08-10 21:00:18,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19654583931s 2018-08-10 21:00:18,693 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-2a8abf01-5dba-436d-a13a-be761cd433f3 2018-08-10 21:00:18,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 21:00:18,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3c1fafa3817e8cb96cdddc276f21a75ddd2e47f9" 2018-08-10 21:00:18,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-134df01d-d500-456a-8594-9f8e9b3e9cca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:00:18,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e used request id req-134df01d-d500-456a-8594-9f8e9b3e9cca 2018-08-10 21:00:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.263421058655s 2018-08-10 21:00:18,963 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/8112c2cb00d14e11b0754aa13a07475e used request id req-134df01d-d500-456a-8594-9f8e9b3e9cca 2018-08-10 21:00:18,963 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-10 21:00:18,991 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 21:00:19,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 21:00:19,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 21:00:19,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 21:00:19,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 21:00:19,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 21:00:19,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:00:19,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1972bd9e-8ba3-4d9b-a019-0b05224c3015 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 21:00:19,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-1972bd9e-8ba3-4d9b-a019-0b05224c3015 2018-08-10 21:00:19,024 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 21:00:19,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T22:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["WrAEEz2ISkC3AVSWaE_t7w"], "issued_at": "2018-08-10T21:00:19.000000Z"}} 2018-08-10 21:00:19,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:00:19,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:19,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a4a685b5-edee-4f56-b505-7c020a722d82 Date: Fri, 10 Aug 2018 21:00:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 21:00:19,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a4a685b5-edee-4f56-b505-7c020a722d82 2018-08-10 21:00:19,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349381923676s 2018-08-10 21:00:19,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a4a685b5-edee-4f56-b505-7c020a722d82 2018-08-10 21:00:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:00:19,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 21:00:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd2dfaa1-7ebb-4914-ac3f-b7ec7277d712 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 21:00:19,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-fd2dfaa1-7ebb-4914-ac3f-b7ec7277d712 2018-08-10 21:00:19,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:00:19,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:19,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ea1f65d-a55d-4426-97a4-6777e8720469 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 21:00:19,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-9ea1f65d-a55d-4426-97a4-6777e8720469 2018-08-10 21:00:19,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196609020233s 2018-08-10 21:00:19,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-9ea1f65d-a55d-4426-97a4-6777e8720469 2018-08-10 21:00:19,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 21:00:20,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}}' 2018-08-10 21:00:20,224 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d745e51d-5df9-4e5f-9f0f-35823286955c Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804"}, "tags": [], "enabled": true, "id": "53c2540ae07f4383851d2b6667f4d804", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}} 2018-08-10 21:00:20,224 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-d745e51d-5df9-4e5f-9f0f-35823286955c 2018-08-10 21:00:20,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.224522829056s 2018-08-10 21:00:20,224 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-d745e51d-5df9-4e5f-9f0f-35823286955c 2018-08-10 21:00:20,225 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: heat_ims', u'tags': [], 'enabled': True, 'id': u'53c2540ae07f4383851d2b6667f4d804', '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'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69'}) 2018-08-10 21:00:20,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 21:00:20,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "08b03329-03d1-4f5d-a489-4f2c2cf30ae1", "email": null, "name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69"}}' 2018-08-10 21:00:20,696 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c71cc74e-2394-4943-8d3c-e0bedc400daf Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69", "links": {"self": "http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bb9b5dbe4afb4be69be370a61df52718", "domain_id": "default", "password_expires_at": null}} 2018-08-10 21:00:20,696 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-c71cc74e-2394-4943-8d3c-e0bedc400daf 2018-08-10 21:00:20,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465748071671s 2018-08-10 21:00:20,697 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-c71cc74e-2394-4943-8d3c-e0bedc400daf 2018-08-10 21:00:20,697 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bb9b5dbe4afb4be69be370a61df52718', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69'}) 2018-08-10 21:00:20,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:00:20,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:20,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2288c19a-f82b-4990-bcfb-80ca1c67da6d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:00:20,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-2288c19a-f82b-4990-bcfb-80ca1c67da6d 2018-08-10 21:00:20,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.156228065491s 2018-08-10 21:00:20,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-2288c19a-f82b-4990-bcfb-80ca1c67da6d 2018-08-10 21:00:20,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:00:20,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:20,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a9137c5-277f-4a48-859e-5e32f0763eb0 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:00:20,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5a9137c5-277f-4a48-859e-5e32f0763eb0 2018-08-10 21:00:20,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.119076967239s 2018-08-10 21:00:20,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5a9137c5-277f-4a48-859e-5e32f0763eb0 2018-08-10 21:00:20,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:00:20,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:21,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-416abb04-f859-469b-8871-85082b257613 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:00:21,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-416abb04-f859-469b-8871-85082b257613 2018-08-10 21:00:21,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180269956589s 2018-08-10 21:00:21,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-416abb04-f859-469b-8871-85082b257613 2018-08-10 21:00:21,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:00:21,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:21,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ab6adef-036c-4e02-b142-7d1eb1af0391 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 21:00:21,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-6ab6adef-036c-4e02-b142-7d1eb1af0391 2018-08-10 21:00:21,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19032907486s 2018-08-10 21:00:21,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-6ab6adef-036c-4e02-b142-7d1eb1af0391 2018-08-10 21:00:21,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:00:21,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:21,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06cdeef3-e29a-4c55-857f-bb0ebfd77b4c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69", "links": {"self": "http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bb9b5dbe4afb4be69be370a61df52718", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:00:21,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-06cdeef3-e29a-4c55-857f-bb0ebfd77b4c 2018-08-10 21:00:21,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217219114304s 2018-08-10 21:00:21,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-06cdeef3-e29a-4c55-857f-bb0ebfd77b4c 2018-08-10 21:00:21,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:00:21,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:21,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10c1d305-b49f-480b-b728-ce5f766b9738 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804"}, "tags": [], "enabled": true, "id": "53c2540ae07f4383851d2b6667f4d804", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-10 21:00:21,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-10c1d305-b49f-480b-b728-ce5f766b9738 2018-08-10 21:00:21,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.217695951462s 2018-08-10 21:00:21,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-10c1d305-b49f-480b-b728-ce5f766b9738 2018-08-10 21:00:21,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 21:00:21,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=53c2540ae07f4383851d2b6667f4d804" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:22,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0431e57-4aec-488d-bfba-79aa15704caa Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=53c2540ae07f4383851d2b6667f4d804", "previous": null, "next": null}} 2018-08-10 21:00:22,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=53c2540ae07f4383851d2b6667f4d804 used request id req-b0431e57-4aec-488d-bfba-79aa15704caa 2018-08-10 21:00:22,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194828987122s 2018-08-10 21:00:22,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=53c2540ae07f4383851d2b6667f4d804 used request id req-b0431e57-4aec-488d-bfba-79aa15704caa 2018-08-10 21:00:22,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 21:00:22,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804/users/bb9b5dbe4afb4be69be370a61df52718/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:22,250 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-363d5441-9e66-4b34-927c-5b690179bea0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:00:22,251 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804/users/bb9b5dbe4afb4be69be370a61df52718/roles/740829ed47d44511bcb22d86735f9050 used request id req-363d5441-9e66-4b34-927c-5b690179bea0 2018-08-10 21:00:22,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.234302997589s 2018-08-10 21:00:22,251 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804/users/bb9b5dbe4afb4be69be370a61df52718/roles/740829ed47d44511bcb22d86735f9050 used request id req-363d5441-9e66-4b34-927c-5b690179bea0 2018-08-10 21:00:22,252 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 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'53c2540ae07f4383851d2b6667f4d804', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '08b03329-03d1-4f5d-a489-4f2c2cf30ae1', 'username': u'heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 21:00:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 21:00:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 21:00:22,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 21:00:22,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 21:00:22,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 21:00:22,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 21:00:22,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 21:00:22,257 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69', 'password': '08b03329-03d1-4f5d-a489-4f2c2cf30ae1', 'project_name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '53c2540ae07f4383851d2b6667f4d804', 'project_domain_name': 'Default'} 2018-08-10 21:00:22,287 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/heat_vims/clearwater.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}, 'parameters': {u'vellum_cluster_size': 1, u'zone': u'clearwater.opnfv', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'dn_range_length': u'1000', u'dime_cluster_size': 1, u'dn_range_start': u'6505550000', u'bono_cluster_size': 1, u'homer_cluster_size': 1, u'sprout_cluster_size': 1}} 2018-08-10 21:00:22,288 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-10 21:00:22,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:00:22,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:22,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d68f6e63-8088-47f9-8e7b-f021512b9a1b Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804"}, "tags": [], "enabled": true, "id": "53c2540ae07f4383851d2b6667f4d804", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 21:00:22,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-d68f6e63-8088-47f9-8e7b-f021512b9a1b 2018-08-10 21:00:22,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105651855469s 2018-08-10 21:00:22,400 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-d68f6e63-8088-47f9-8e7b-f021512b9a1b 2018-08-10 21:00:22,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-10 21:00:22,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/quotas/53c2540ae07f4383851d2b6667f4d804.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-10 21:00:22,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-bbd2e48c-6cfc-45d2-95c4-44b77ffb5eb8 Date: Fri, 10 Aug 2018 21:00:22 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-08-10 21:00:22,782 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/quotas/53c2540ae07f4383851d2b6667f4d804.json used request id req-bbd2e48c-6cfc-45d2-95c4-44b77ffb5eb8 2018-08-10 21:00:22,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.380747079849s 2018-08-10 21:00:22,783 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/quotas/53c2540ae07f4383851d2b6667f4d804.json used request id req-bbd2e48c-6cfc-45d2-95c4-44b77ffb5eb8 2018-08-10 21:00:22,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:00:22,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:22,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a4a7eab-1e0d-4025-ac91-898d6cd33045 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:00:22,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5a4a7eab-1e0d-4025-ac91-898d6cd33045 2018-08-10 21:00:22,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108558893204s 2018-08-10 21:00:22,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5a4a7eab-1e0d-4025-ac91-898d6cd33045 2018-08-10 21:00:22,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-10 21:00:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-10 21:00:23,128 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15486532-4e84-42a5-9109-0ee79d38802d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a01d70ea2fae4129813342693dd6e5ac", "links": {"self": "http://172.30.9.31:5000/v3/roles/a01d70ea2fae4129813342693dd6e5ac"}, "name": "heat_stack_owner"}} 2018-08-10 21:00:23,128 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/roles used request id req-15486532-4e84-42a5-9109-0ee79d38802d 2018-08-10 21:00:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.227663993835s 2018-08-10 21:00:23,128 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/roles used request id req-15486532-4e84-42a5-9109-0ee79d38802d 2018-08-10 21:00:23,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:00:23,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:23,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c1e7848-89b4-414d-a33e-a2ae9cf5bbe8 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a01d70ea2fae4129813342693dd6e5ac", "links": {"self": "http://172.30.9.31:5000/v3/roles/a01d70ea2fae4129813342693dd6e5ac"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:00:23,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-2c1e7848-89b4-414d-a33e-a2ae9cf5bbe8 2018-08-10 21:00:23,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185198068619s 2018-08-10 21:00:23,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-2c1e7848-89b4-414d-a33e-a2ae9cf5bbe8 2018-08-10 21:00:23,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:00:23,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:23,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47057186-8cc0-4d9e-927b-1d575beeeb86 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 21:00:23,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-47057186-8cc0-4d9e-927b-1d575beeeb86 2018-08-10 21:00:23,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194581031799s 2018-08-10 21:00:23,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-47057186-8cc0-4d9e-927b-1d575beeeb86 2018-08-10 21:00:23,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:00:23,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:23,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a97f864-e7a1-4373-ae01-c28e04e3d327 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69", "links": {"self": "http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bb9b5dbe4afb4be69be370a61df52718", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:00:23,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-0a97f864-e7a1-4373-ae01-c28e04e3d327 2018-08-10 21:00:23,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209518909454s 2018-08-10 21:00:23,728 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-0a97f864-e7a1-4373-ae01-c28e04e3d327 2018-08-10 21:00:23,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:00:23,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:23,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6f5379-7ee7-49f2-8912-428b55ae8c01 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804"}, "tags": [], "enabled": true, "id": "53c2540ae07f4383851d2b6667f4d804", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-10 21:00:23,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-ec6f5379-7ee7-49f2-8912-428b55ae8c01 2018-08-10 21:00:23,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18607211113s 2018-08-10 21:00:23,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-ec6f5379-7ee7-49f2-8912-428b55ae8c01 2018-08-10 21:00:23,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 21:00:23,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=a01d70ea2fae4129813342693dd6e5ac&scope.project.id=53c2540ae07f4383851d2b6667f4d804" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:24,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4770ef14-10a9-419b-b16d-f9b032185218 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=a01d70ea2fae4129813342693dd6e5ac&scope.project.id=53c2540ae07f4383851d2b6667f4d804", "previous": null, "next": null}} 2018-08-10 21:00:24,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=a01d70ea2fae4129813342693dd6e5ac&scope.project.id=53c2540ae07f4383851d2b6667f4d804 used request id req-4770ef14-10a9-419b-b16d-f9b032185218 2018-08-10 21:00:24,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.204982042313s 2018-08-10 21:00:24,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=bb9b5dbe4afb4be69be370a61df52718&role.id=a01d70ea2fae4129813342693dd6e5ac&scope.project.id=53c2540ae07f4383851d2b6667f4d804 used request id req-4770ef14-10a9-419b-b16d-f9b032185218 2018-08-10 21:00:24,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 21:00:24,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804/users/bb9b5dbe4afb4be69be370a61df52718/roles/a01d70ea2fae4129813342693dd6e5ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:00:24,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:00:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efc77179-32c4-4c3d-b87c-8663fb87acc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:00:24,346 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804/users/bb9b5dbe4afb4be69be370a61df52718/roles/a01d70ea2fae4129813342693dd6e5ac used request id req-efc77179-32c4-4c3d-b87c-8663fb87acc7 2018-08-10 21:00:24,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.206076860428s 2018-08-10 21:00:24,347 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804/users/bb9b5dbe4afb4be69be370a61df52718/roles/a01d70ea2fae4129813342693dd6e5ac used request id req-efc77179-32c4-4c3d-b87c-8663fb87acc7 2018-08-10 21:00:24,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 21:00:24,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:00:24,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-057e44ca-5a23-45ea-b868-badf8f351784 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 21:00:24,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-057e44ca-5a23-45ea-b868-badf8f351784 2018-08-10 21:00:24,356 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 21:00:24,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a01d70ea2fae4129813342693dd6e5ac", "name": "heat_stack_owner"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T22:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "53c2540ae07f4383851d2b6667f4d804", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_53c2540ae07f4383851d2b6667f4d804", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_53c2540ae07f4383851d2b6667f4d804", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/53c2540ae07f4383851d2b6667f4d804", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/53c2540ae07f4383851d2b6667f4d804", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/53c2540ae07f4383851d2b6667f4d804", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/53c2540ae07f4383851d2b6667f4d804", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/53c2540ae07f4383851d2b6667f4d804", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/53c2540ae07f4383851d2b6667f4d804", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/53c2540ae07f4383851d2b6667f4d804", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/53c2540ae07f4383851d2b6667f4d804", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/53c2540ae07f4383851d2b6667f4d804", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/53c2540ae07f4383851d2b6667f4d804", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69", "id": "bb9b5dbe4afb4be69be370a61df52718"}, "audit_ids": ["Wc7NNhwaRpqxqRmz68N7zg"], "issued_at": "2018-08-10T21:00:24.000000Z"}} 2018-08-10 21:00:24,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"keypair": {"name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69"}}' 2018-08-10 21:00:25,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-25f6eae6-db5a-4115-bae5-ce97abe9a33f x-compute-request-id: req-25f6eae6-db5a-4115-bae5-ce97abe9a33f Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3SskfHtq64H/zrdPBtZVe2vPT+vP/V8dDzM+h7wLkOPJYTR9z1SiRXCPLfUgEu80yVSIck2rcT7fvdpjvEaPbGGWqCpz1IIvNbK+sIOjKYoK3Znm5DEEHpWCbg9haA/xaZZ1Fn4snVCKJyDSLg6c0U7xjDNz/Rhj8u40MDO7OlOxuLV9ldjLs5NxWuImdMUu+r+6znemiNSWpjPHBTBCKf1RyK6BHR++b/hk+Mhp3zqcfmR8PHCNJfvaKv5nMQyU85/nFDBz0lz+5FWdmdurfn7eNDL3z7fpLt2Pk+M/5N6wwV76gu2nCHTZHT+gUTCAVImnDyMUhFWfvalflPw5V Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt0rJHx7auuB/863TwbWVXtrz0/rz/1fHQ8zPoe8C5DjyWE0f\nc9UokVwjy31IBLvNMlUiHJNq3E+373aY7xGj2xhlqgqc9SCLzWyvrCDoymKCt2Z5\nuQxBB6Vgm4PYWgP8WmWdRZ+LJ1Qiicg0i4OnNFO8Ywzc/0YY/LuNDAzuzpTsbi1f\nZXYy7OTcVriJnTFLvq/us53pojUlqYzxwUwQin9UciugR0fvm/4ZPjIad86nH5kf\nDxwjSX72ir+ZzEMlPOf5xQwc9Jc/uRVnZnbq35+3jQy98+36S7dj5PjP+TesMFe+\noLtpwh02R0/oFEwgFSJpw8jFIRVn72pX5T8OVQIDAQABAoIBAQCoXOqnSmkydVsy\n034KligxrD+CfSa5asDf13b10R0/08tQLu9wL+GGvDMpDNglePiAflDKHONwoU1c\nifzqxLJVY3CnI/6O76lbNbWcD9KlbJ2Tp26x+r6VLmSyFQabkMOxqVswg9+HbbIY\nC62wZWsmFrCZ70vktFfpdsGVyx9k4zrb19GWLTJsInvCLNt7qLG0fH552RHyy9En\nsz2uh95l0PVBRYIB3HP7+0aY/faqwlnLS6R79mhtGEacquMQiynzY01PaSM7N1pE\nbDsyJl1R/t9q1DLT/oWO4p5Vy3RQaTx4gbQdQrrKRkd+5mC3nSuiRz8iuAbDZLnU\nAJcnEHMBAoGBANsHUGxWcXGjYLKZ86EdnVGhk7ZmCjpZVBFJsn3okcz1AfzxAi41\nsMnzY2YjP5lhTjL7lunig2P9wDot3A+Q0YwmGXgba6DGB13PVtjGInB3jrnNkhDQ\nR/brj72saHvFDAuNOduAXk9sauCAsSEyQtcEA/QAfoU/pII5lDDNDhRBAoGBANY7\nOYNdeZq5ORSLR4xho6VqJy7mL6/C9Er5of+F4Y7Xxuxw6NxY4N/a7qjl4aTwLGDP\nXR/KLQLc2i3HZ6a1tDVCAeMh7ynLpRv1DdbavI6/ze5IXMCkA80U11woFO13ekZe\nfyUZz6dnrRjNRqlCd8Uq4JRHhdSDr9sFQFjXqiUVAoGAKsWM4PsogCaFdZs2xlnA\nJPbGn7HhgW98STv5DTljb4DQ+JIf+OInOei7mnB7tPoZiT80Q0wmmFovNa1K8gc3\nxISUKK5CIE1LlvgsX3yhsRDH4GTSh1IFG6T4lvOaG8FpDsBvcfvpbt0fKeQ3suHb\nx51TIE0QZ/j7qSqRU85XV4ECgYEAzMIYi21ZYD/uxasFvLBKCD04rEPIilZsxghp\nBOBCoROuBqk4d/rfHDaV64qkq8/+qp0n5c2ITfcm9aBkelurnUe0pBH4FFuXOOx0\nyMmSdWHwAvLY7CsXkvl7iZKpxfpvPTjuj1hnOBsIv+7bvcVQ0nvT4QWnbWJcP5t6\nUC/5aK0CgYBVfcRqgbDpwkr2yziNidsuK7zjpyCrXm9/javB/DsmzyYz/SyA2uCU\nmdwJWR4LAreyl7qniNVjuDx2R1P6aig0ZkdaJbTCwhBrAHG77ZN9O66VC4PRPSm7\nZ2BxP3S96YJZQpLG6IeoXINOY8UOp1Ny6vTqX4VZM8ReMfK7zvpOcg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "bb9b5dbe4afb4be69be370a61df52718", "name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "fingerprint": "00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b"}} 2018-08-10 21:00:25,156 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-25f6eae6-db5a-4115-bae5-ce97abe9a33f 2018-08-10 21:00:25,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.80810213089s 2018-08-10 21:00:25,156 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-25f6eae6-db5a-4115-bae5-ce97abe9a33f 2018-08-10 21:00:25,157 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3SskfHtq64H/zrdPBtZVe2vPT+vP/V8dDzM+h7wLkOPJYTR9z1SiRXCPLfUgEu80yVSIck2rcT7fvdpjvEaPbGGWqCpz1IIvNbK+sIOjKYoK3Znm5DEEHpWCbg9haA/xaZZ1Fn4snVCKJyDSLg6c0U7xjDNz/Rhj8u40MDO7OlOxuLV9ldjLs5NxWuImdMUu+r+6znemiNSWpjPHBTBCKf1RyK6BHR++b/hk+Mhp3zqcfmR8PHCNJfvaKv5nMQyU85/nFDBz0lz+5FWdmdurfn7eNDL3z7fpLt2Pk+M/5N6wwV76gu2nCHTZHT+gUTCAVImnDyMUhFWfvalflPw5V Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt0rJHx7auuB/863TwbWVXtrz0/rz/1fHQ8zPoe8C5DjyWE0f\nc9UokVwjy31IBLvNMlUiHJNq3E+373aY7xGj2xhlqgqc9SCLzWyvrCDoymKCt2Z5\nuQxBB6Vgm4PYWgP8WmWdRZ+LJ1Qiicg0i4OnNFO8Ywzc/0YY/LuNDAzuzpTsbi1f\nZXYy7OTcVriJnTFLvq/us53pojUlqYzxwUwQin9UciugR0fvm/4ZPjIad86nH5kf\nDxwjSX72ir+ZzEMlPOf5xQwc9Jc/uRVnZnbq35+3jQy98+36S7dj5PjP+TesMFe+\noLtpwh02R0/oFEwgFSJpw8jFIRVn72pX5T8OVQIDAQABAoIBAQCoXOqnSmkydVsy\n034KligxrD+CfSa5asDf13b10R0/08tQLu9wL+GGvDMpDNglePiAflDKHONwoU1c\nifzqxLJVY3CnI/6O76lbNbWcD9KlbJ2Tp26x+r6VLmSyFQabkMOxqVswg9+HbbIY\nC62wZWsmFrCZ70vktFfpdsGVyx9k4zrb19GWLTJsInvCLNt7qLG0fH552RHyy9En\nsz2uh95l0PVBRYIB3HP7+0aY/faqwlnLS6R79mhtGEacquMQiynzY01PaSM7N1pE\nbDsyJl1R/t9q1DLT/oWO4p5Vy3RQaTx4gbQdQrrKRkd+5mC3nSuiRz8iuAbDZLnU\nAJcnEHMBAoGBANsHUGxWcXGjYLKZ86EdnVGhk7ZmCjpZVBFJsn3okcz1AfzxAi41\nsMnzY2YjP5lhTjL7lunig2P9wDot3A+Q0YwmGXgba6DGB13PVtjGInB3jrnNkhDQ\nR/brj72saHvFDAuNOduAXk9sauCAsSEyQtcEA/QAfoU/pII5lDDNDhRBAoGBANY7\nOYNdeZq5ORSLR4xho6VqJy7mL6/C9Er5of+F4Y7Xxuxw6NxY4N/a7qjl4aTwLGDP\nXR/KLQLc2i3HZ6a1tDVCAeMh7ynLpRv1DdbavI6/ze5IXMCkA80U11woFO13ekZe\nfyUZz6dnrRjNRqlCd8Uq4JRHhdSDr9sFQFjXqiUVAoGAKsWM4PsogCaFdZs2xlnA\nJPbGn7HhgW98STv5DTljb4DQ+JIf+OInOei7mnB7tPoZiT80Q0wmmFovNa1K8gc3\nxISUKK5CIE1LlvgsX3yhsRDH4GTSh1IFG6T4lvOaG8FpDsBvcfvpbt0fKeQ3suHb\nx51TIE0QZ/j7qSqRU85XV4ECgYEAzMIYi21ZYD/uxasFvLBKCD04rEPIilZsxghp\nBOBCoROuBqk4d/rfHDaV64qkq8/+qp0n5c2ITfcm9aBkelurnUe0pBH4FFuXOOx0\nyMmSdWHwAvLY7CsXkvl7iZKpxfpvPTjuj1hnOBsIv+7bvcVQ0nvT4QWnbWJcP5t6\nUC/5aK0CgYBVfcRqgbDpwkr2yziNidsuK7zjpyCrXm9/javB/DsmzyYz/SyA2uCU\nmdwJWR4LAreyl7qniNVjuDx2R1P6aig0ZkdaJbTCwhBrAHG77ZN9O66VC4PRPSm7\nZ2BxP3S96YJZQpLG6IeoXINOY8UOp1Ny6vTqX4VZM8ReMfK7zvpOcg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'created_at': '2018-08-10T21:00:25.157477', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b', 'type': 'ssh', 'id': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69'}) 2018-08-10 21:00:25,158 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-10 21:00:26,642 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-10 21:00:26,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:00:26,646 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 21:00:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 21:00:26,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:00:26,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:00:27,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-9a741d78-e19e-41d4-8af1-642a4dd81e19 Date: Fri, 10 Aug 2018 21:00:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:00:27,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9a741d78-e19e-41d4-8af1-642a4dd81e19 2018-08-10 21:00:27,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.725739955902s 2018-08-10 21:00:27,374 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-9a741d78-e19e-41d4-8af1-642a4dd81e19 2018-08-10 21:00:27,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 21:00:27,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69"}' 2018-08-10 21:00:27,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-20f0c32e-ff37-478c-885b-826caa718f27 Date: Fri, 10 Aug 2018 21:00:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:27Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": null, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": null, "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 21:00:27,736 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-20f0c32e-ff37-478c-885b-826caa718f27 2018-08-10 21:00:27,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.353636026382s 2018-08-10 21:00:27,737 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-20f0c32e-ff37-478c-885b-826caa718f27 returning object 2da55911-65da-4860-8c13-a1cb96519ef3 2018-08-10 21:00:27,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 21:00:27,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '' 2018-08-10 21:00:32,433 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b5e32315-0c89-4616-a172-82e0cf4156b3 Date: Fri, 10 Aug 2018 21:00: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-10 21:00:32,433 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file used request id req-b5e32315-0c89-4616-a172-82e0cf4156b3 2018-08-10 21:00:32,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.69572281837s 2018-08-10 21:00:32,433 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file used request id req-b5e32315-0c89-4616-a172-82e0cf4156b3 2018-08-10 21:00:32,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:00:32,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:00:32,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-dee2b16f-4a7c-402c-b084-f1feb39bb5a9 Date: Fri, 10 Aug 2018 21:00:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:00:32,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-dee2b16f-4a7c-402c-b084-f1feb39bb5a9 2018-08-10 21:00:32,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313796043396s 2018-08-10 21:00:32,752 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-dee2b16f-4a7c-402c-b084-f1feb39bb5a9 2018-08-10 21:00:32,754 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file', 'owner': u'53c2540ae07f4383851d2b6667f4d804', 'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'size': 263062016, u'self': u'/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T21:00:32Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T21:00:32Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69', 'created': u'2018-08-10T21:00:27Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-10T21:00:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', 'metadata': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}}) 2018-08-10 21:00:32,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 21:00:32,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-10 21:00:33,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-1558fcff-0dee-4734-b7bb-438e2b3281a2 x-compute-request-id: req-1558fcff-0dee-4734-b7bb-438e2b3281a2 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}} 2018-08-10 21:00:33,044 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-1558fcff-0dee-4734-b7bb-438e2b3281a2 2018-08-10 21:00:33,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.28885102272s 2018-08-10 21:00:33,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-1558fcff-0dee-4734-b7bb-438e2b3281a2 2018-08-10 21:00:33,045 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69', '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 25, 'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'swap': 0}) 2018-08-10 21:00:33,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 21:00:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d/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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" -d '{"extra_specs": {}}' 2018-08-10 21:00:33,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00: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-d08b8f7d-67a5-4088-bf67-d4b7730ef3a4 x-compute-request-id: req-d08b8f7d-67a5-4088-bf67-d4b7730ef3a4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 21:00:33,069 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d/os-extra_specs used request id req-d08b8f7d-67a5-4088-bf67-d4b7730ef3a4 2018-08-10 21:00:33,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236248970032s 2018-08-10 21:00:33,070 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d/os-extra_specs used request id req-d08b8f7d-67a5-4088-bf67-d4b7730ef3a4 2018-08-10 21:00:33,070 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-10 21:00:33,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-10 21:00:33,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"files": {"file:///src/heat_vims/ellis.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Ellis node\\n\", \"parameters\": {\"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ellis node in the Ellis cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"ellis_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Ellis nodes (management)\"}, \"dn_range_length\": {\"default\": \"1000\", \"type\": \"string\", \"description\": \"Number of directory numbers to add to pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"dn_range_start\": {\"default\": \"6505550000\", \"type\": \"string\", \"description\": \"First directory number in pool\", \"constraints\": [{\"allowed_pattern\": \"[0-9]+\", \"description\": \"Must be numeric\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"ellis_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ellis-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__dn_range_length__\": {\"get_param\": \"dn_range_length\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__dn_range_start__\": {\"get_param\": \"dn_range_start\"}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-ellis.log) 2>&1\\nset -x\\n\\n# Configure the APT software source.\\necho 'deb __repo_url__ binary/' > /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config. Add xdms_hostname here to use Homer's management\\n# hostname instead of signaling. This will override shared_config. This works around\\n# https://github.com/Metaswitch/ellis/issues/153.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nlocal_ip=__private_mgmt_ip__\\npublic_ip=__public_mgmt_ip__\\npublic_hostname=ellis-__index__.__zone__\\netcd_cluster=$etcd_ip\\nxdms_hostname=homer-0.__zone__:7888\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install ellis --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Wait until etcd is up and running before uploading the shared_config\\n/usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\\n\\n# Configure and upload /etc/clearwater/shared_config.\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\\ncat > /tmp/shared_config << EOF\\n# Deployment definitions\\nhome_domain=__zone__\\nsprout_hostname=sprout.__zone__\\nhs_hostname=hs.__zone__:8888\\nhs_provisioning_hostname=hs-prov.__zone__:8889\\nralf_hostname=ralf.__zone__:10888\\nxdms_hostname=homer.__zone__:7888\\nsprout_impi_store=vellum.__zone__\\nsprout_registration_store=vellum.__zone__\\nhomestead_impu_store=vellum.__zone__\\ncassandra_hostname=vellum.__zone__\\nchronos_hostname=vellum.__zone__\\nralf_session_store=vellum.__zone__\\n\\nupstream_port=0\\n\\n# Email server configuration\\nsmtp_smarthost=localhost\\nsmtp_username=username\\nsmtp_password=password\\nemail_recovery_sender=clearwater@example.org\\n\\n# Keys\\nsignup_key=secret\\nturn_workaround=secret\\nellis_api_key=secret\\nellis_cookie_key=secret\\nEOF\\n/usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\\n\\n# Allocate a pool of numbers to assign to users. Before we do this,\\n# restart clearwater-infrastructure to make sure that\\n# local_settings.py runs to pick up the configuration changes.\\nservice clearwater-infrastructure restart\\nservice ellis stop\\n/usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start __dn_range_start__ --count __dn_range_length__\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add ellis-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ellis.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}]}}}}", "file:///src/heat_vims/vellum.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Vellum node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Vellum node in the Vellum cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"vellum_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes inbound traffic (signaling)\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"vellum_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Vellum nodes outbound traffic (signaling)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"vellum_sig_outbound_security_group\"}, {\"get_param\": \"vellum_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"vellum-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-vellum.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.vellum.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Create /etc/chronos/chronos.conf.\\nmkdir -p /etc/chronos\\ncat > /etc/chronos/chronos.conf << EOF\\n[http]\\nbind-address = __private_sig_ip__\\nbind-port = 7253\\nthreads = 50\\n\\n[logging]\\nfolder = /var/log/chronos\\nlevel = 2\\n\\n[alarms]\\nenabled = true\\n\\n[dns]\\nservers = __dns_sig_ip__\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install vellum --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add vellum-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add vellum.__zone__. 30 $(ip2rr __private_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/sprout.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Sprout node\\n\", \"parameters\": {\"sprout_sig_outbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes outbound traffic (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Sprout node in the Sprout cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"sprout_sig_inbound_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Sprout nodes inbound traffic (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"sprout_sig_outbound_security_group\"}, {\"get_param\": \"sprout_sig_inbound_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"sprout-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-sprout.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=__index__.sprout.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install sprout --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add sprout-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add scscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add icscf.sprout.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.sprout.__zone__.\\nupdate add _sip._tcp.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nupdate add icscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.icscf.sprout.__zone__.\\nupdate add _sip._tcp.icscf.sprout.__zone__. 30 SRV 0 0 5052 __index__.sprout.__zone__.\\nupdate add scscf.sprout.__zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.scscf.sprout.__zone__.\\nupdate add _sip._tcp.scscf.sprout.__zone__. 30 SRV 0 0 5054 __index__.sprout.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/network.yaml": "{\"outputs\": {\"private_net_gateway\": {\"description\": \"Private network gateway address\", \"value\": {\"get_param\": \"private_net_gateway\"}}, \"private_net\": {\"description\": \"ID of private network\", \"value\": {\"get_resource\": \"private_net\"}}, \"private_net_cidr\": {\"description\": \"Private network address (CIDR notation)\", \"value\": {\"get_param\": \"private_net_cidr\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Network for Clearwater to use\\n\", \"parameters\": {\"private_net_cidr\": {\"default\": \"192.168.0.0/24\", \"type\": \"string\", \"description\": \"Private network address (CIDR notation)\"}, \"private_net_pool_end\": {\"default\": \"192.168.0.253\", \"type\": \"string\", \"description\": \"End of private network IP address pool\"}, \"dns_ip\": {\"default\": \"8.8.8.8\", \"type\": \"string\", \"description\": \"IP address of DNS server\"}, \"private_net_gateway\": {\"default\": \"192.168.0.254\", \"type\": \"string\", \"description\": \"Private network gateway address\"}, \"public_net_id\": {\"type\": \"string\", \"description\": \"ID of public network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_net_pool_start\": {\"default\": \"192.168.0.1\", \"type\": \"string\", \"description\": \"Start of private network IP address pool\"}, \"private_net_name\": {\"default\": \"clearwater-private\", \"type\": \"string\", \"description\": \"Name of private network\"}, \"private_net_ip_version\": {\"default\": \"4\", \"type\": \"string\", \"description\": \"IP version (4 or 6)\", \"constraints\": [{\"description\": \"Must be 4 (IPv4) or 6 (IPv6)\", \"allowed_values\": [\"4\", \"6\"]}]}}, \"resources\": {\"router\": {\"type\": \"OS::Neutron::Router\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_net\": {\"type\": \"OS::Neutron::Net\", \"properties\": {\"name\": {\"get_param\": \"private_net_name\"}}}, \"private_subnet\": {\"type\": \"OS::Neutron::Subnet\", \"properties\": {\"ip_version\": {\"get_param\": \"private_net_ip_version\"}, \"allocation_pools\": [{\"start\": {\"get_param\": \"private_net_pool_start\"}, \"end\": {\"get_param\": \"private_net_pool_end\"}}], \"gateway_ip\": {\"get_param\": \"private_net_gateway\"}, \"name\": {\"get_param\": \"private_net_name\"}, \"network_id\": {\"get_resource\": \"private_net\"}, \"cidr\": {\"get_param\": \"private_net_cidr\"}, \"dns_nameservers\": [{\"get_param\": \"dns_ip\"}]}}, \"router_gateway\": {\"type\": \"OS::Neutron::RouterGateway\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"network_id\": {\"get_param\": \"public_net_id\"}}}, \"router_interface\": {\"type\": \"OS::Neutron::RouterInterface\", \"properties\": {\"router_id\": {\"get_resource\": \"router\"}, \"subnet_id\": {\"get_resource\": \"private_subnet\"}}}}}", "file:///src/heat_vims/dns.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"zone\": {\"description\": \"DNS zone\", \"value\": {\"get_param\": \"zone\"}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"dnssec_key\": {\"description\": \"DNSSEC private key (Base64-encoded)\", \"value\": {\"get_param\": \"dnssec_key\"}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"DNS server exposing dynamic DNS using DNSSEC\\n\", \"parameters\": {\"dns_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for DNS nodes\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dns_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"ns.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__public_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dns.log) 2>&1\\nset -x\\n\\n# Set up the signaling network interface\\nip addr add __private_sig_ip__/$(echo __private_sig_cidr__ | cut -d / -f 2) dev eth1\\nip link set dev eth1 up\\n\\n# Install BIND.\\napt-get update\\nDEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\\n\\n# Update BIND configuration with the specified zone and key.\\ncat >> /etc/bind/named.conf.local << EOF\\nkey __zone__. {\\n algorithm \\\"HMAC-MD5\\\";\\n secret \\\"__dnssec_key__\\\";\\n};\\n\\nzone \\\"__zone__\\\" IN {\\n type master;\\n file \\\"/var/lib/bind/db.__zone__\\\";\\n allow-update {\\n key __zone__.;\\n };\\n};\\nEOF\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Create basic zone configuration.\\ncat > /var/lib/bind/db.__zone__ << EOF\\n\\\\$ORIGIN __zone__.\\n\\\\$TTL 1h\\n@ IN SOA ns admin\\\\@__zone__. ( $(date +%Y%m%d%H) 1d 2h 1w 30s )\\n@ NS ns\\nns $(ip2rr __public_ip__)\\nEOF\\nchown root:bind /var/lib/bind/db.__zone__\\n\\n# Now that BIND configuration is correct, kick it to reload.\\nservice bind9 reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/dime.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public (management) network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Dime node\\n\", \"parameters\": {\"dime_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (signaling)\"}, \"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Ralf node in the Ralf cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"dime_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Dime nodes (management)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"dime_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"dime_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"dime-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-dime.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__private_sig_ip__\\npublic_hostname=dime-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install dime --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add dime-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add ralf.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs.__zone__. 30 $(ip2rr __private_sig_ip__)\\nupdate add hs-prov.__zone__. 30 $(ip2rr __private_mgmt_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/bono.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Bono node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Bono node in the Bono cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"bono_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Bono nodes (signaling)\"}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (managment)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"bono_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"bono-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-bono.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=__index__.bono.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install bono --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add bono-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add __index__.bono.__zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 $(ip2rr __public_sig_ip__)\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2T\\\" \\\"\\\" _sip._tcp.__zone__.\\nupdate add __zone__. 30 NAPTR 0 0 \\\"s\\\" \\\"SIP+D2U\\\" \\\"\\\" _sip._udp.__zone__.\\nupdate add _sip._tcp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nupdate add _sip._udp.__zone__. 30 SRV 0 0 5060 __index__.bono.__zone__.\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/homer.yaml": "{\"outputs\": {\"private_mgmt_ip\": {\"description\": \"IP address in private management network\", \"value\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}}, \"public_mgmt_ip\": {\"description\": \"IP address in public management network\", \"value\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}}, \"public_sig_ip\": {\"description\": \"IP address in public signaling network\", \"value\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}}, \"private_sig_ip\": {\"description\": \"IP address in private signaling network\", \"value\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Clearwater Homer node\\n\", \"parameters\": {\"index\": {\"default\": 0, \"type\": \"number\", \"description\": \"Index of this Homer node in the Homer cluster\"}, \"key_name\": {\"type\": \"string\", \"description\": \"Name of keypair to assign\", \"constraints\": [{\"custom_constraint\": \"nova.keypair\", \"description\": \"Must be a valid keypair name\"}]}, \"image\": {\"type\": \"string\", \"description\": \"Name of image to use\", \"constraints\": [{\"custom_constraint\": \"glance.image\", \"description\": \"Must be a valid image name\"}]}, \"private_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of private signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"public_sig_net_id\": {\"type\": \"string\", \"description\": \"ID of public signaling network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"homer_sig_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (signaling)\"}, \"repo_url\": {\"default\": \"http://repo.cw-ngv.com/stable\", \"type\": \"string\", \"description\": \"URL for Clearwater repository\"}, \"homer_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of security group for Homer nodes (maangement)\"}, \"flavor\": {\"type\": \"string\", \"description\": \"Flavor to use\", \"constraints\": [{\"custom_constraint\": \"nova.flavor\", \"description\": \"Must be a valid flavor name\"}]}, \"private_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of private management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"etcd_ip\": {\"default\": \"\", \"type\": \"string\", \"description\": \"IP address of an existing member of the etcd cluster\"}, \"zone\": {\"default\": \"example.com\", \"type\": \"string\", \"description\": \"DNS zone\"}, \"dnssec_key\": {\"type\": \"string\", \"description\": \"DNSSEC private key (Base64-encoded)\", \"constraints\": [{\"allowed_pattern\": \"[0-9A-Za-z+/=]+\", \"description\": \"Must be Base64-encoded\"}]}, \"dns_mgmt_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on management network\"}, \"dns_sig_ip\": {\"type\": \"string\", \"description\": \"IP address for DNS server on signaling network\"}, \"base_mgmt_security_group\": {\"type\": \"string\", \"description\": \"ID of base security group for all Clearwater nodes (management)\"}, \"private_sig_net_cidr\": {\"default\": \"192.168.1.0/24\", \"type\": \"string\", \"description\": \"Private signaling network address (CIDR notation)\"}, \"public_mgmt_net_id\": {\"type\": \"string\", \"description\": \"ID of public management network\", \"constraints\": [{\"custom_constraint\": \"neutron.network\", \"description\": \"Must be a valid network ID\"}]}, \"private_sig_net_gateway\": {\"default\": \"192.168.1.254\", \"type\": \"string\", \"description\": \"Private signaling network gateway address\"}}, \"resources\": {\"sig_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_sig_net_id\"}, \"port_id\": {\"get_resource\": \"sig_port\"}}}, \"sig_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_sig_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"homer_sig_security_group\"}]}}, \"mgmt_floating_ip\": {\"type\": \"OS::Neutron::FloatingIP\", \"properties\": {\"floating_network_id\": {\"get_param\": \"public_mgmt_net_id\"}, \"port_id\": {\"get_resource\": \"mgmt_port\"}}}, \"mgmt_port\": {\"type\": \"OS::Neutron::Port\", \"properties\": {\"network_id\": {\"str_replace\": {\"params\": {\"x\": {\"get_param\": \"private_mgmt_net_id\"}}, \"template\": \"x\"}}, \"security_groups\": [{\"get_param\": \"base_mgmt_security_group\"}, {\"get_param\": \"homer_mgmt_security_group\"}]}}, \"server\": {\"type\": \"OS::Nova::Server\", \"properties\": {\"user_data_format\": \"RAW\", \"name\": {\"str_replace\": {\"params\": {\"__index__\": {\"get_param\": \"index\"}, \"__zone__\": {\"get_param\": \"zone\"}}, \"template\": \"homer-__index__.__zone__\"}}, \"key_name\": {\"get_param\": \"key_name\"}, \"image\": {\"get_param\": \"image\"}, \"user_data\": {\"str_replace\": {\"params\": {\"__private_mgmt_ip__\": {\"get_attr\": [\"mgmt_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__public_mgmt_ip__\": {\"get_attr\": [\"mgmt_floating_ip\", \"floating_ip_address\"]}, \"__dns_mgmt_ip__\": {\"get_param\": \"dns_mgmt_ip\"}, \"__private_sig_cidr__\": {\"get_param\": \"private_sig_net_cidr\"}, \"__public_sig_ip__\": {\"get_attr\": [\"sig_floating_ip\", \"floating_ip_address\"]}, \"__zone__\": {\"get_param\": \"zone\"}, \"__private_sig_gateway__\": {\"get_param\": \"private_sig_net_gateway\"}, \"__repo_url__\": {\"get_param\": \"repo_url\"}, \"__index__\": {\"get_param\": \"index\"}, \"__private_sig_ip__\": {\"get_attr\": [\"sig_port\", \"fixed_ips\", 0, \"ip_address\"]}, \"__etcd_ip__\": {\"get_param\": \"etcd_ip\"}, \"__dnssec_key__\": {\"get_param\": \"dnssec_key\"}, \"__dns_sig_ip__\": {\"get_param\": \"dns_sig_ip\"}}, \"template\": \"#!/bin/bash\\n\\n# Log all output to file.\\nexec > >(tee -a /var/log/clearwater-heat-homer.log) 2>&1\\nset -x\\n\\n# Set up the signaling network namespace on each boot by creating an init file and\\n# linking to it from runlevel 2 and 3\\ncat >/etc/init.d/signaling_namespace < /etc/apt/sources.list.d/clearwater.list\\ncurl -L http://repo.cw-ngv.com/repo_key | apt-key add -\\napt-get update\\n\\n# Configure /etc/clearwater/local_config.\\nmkdir -p /etc/clearwater\\netcd_ip=__etcd_ip__\\n[ -n \\\"$etcd_ip\\\" ] || etcd_ip=__private_mgmt_ip__\\ncat > /etc/clearwater/local_config << EOF\\nsignaling_namespace=signaling\\nsignaling_dns_server=__dns_sig_ip__\\nmanagement_local_ip=__private_mgmt_ip__\\nlocal_ip=__private_sig_ip__\\npublic_ip=__public_sig_ip__\\npublic_hostname=homer-__index__.__zone__\\netcd_cluster=$etcd_ip\\nEOF\\n\\n# Now install the software.\\nDEBIAN_FRONTEND=noninteractive apt-get install homer --yes --force-yes\\nDEBIAN_FRONTEND=noninteractive apt-get install clearwater-management --yes --force-yes\\n\\n# Function to give DNS record type and IP address for specified IP address\\nip2rr() {\\n if echo $1 | grep -q -e '[^0-9.]' ; then\\n echo AAAA $1\\n else\\n echo A $1\\n fi\\n}\\n\\n# Update DNS\\nretries=0\\nwhile ! { nsupdate -y \\\"__zone__:__dnssec_key__\\\" -v << EOF\\nserver __dns_mgmt_ip__\\nupdate add homer-__index__.__zone__. 30 $(ip2rr __public_mgmt_ip__)\\nupdate add homer.__zone__. 30 $(ip2rr __public_sig_ip__)\\nsend\\nEOF\\n} && [ $retries -lt 10 ]\\ndo\\n retries=$((retries + 1))\\n echo 'nsupdate failed - retrying (retry '$retries')...'\\n sleep 5\\ndone\\n\\n# Use the DNS server.\\n# Use the DNS server.\\necho 'nameserver __dns_mgmt_ip__' > /etc/dnsmasq.resolv.conf\\necho 'RESOLV_CONF=/etc/dnsmasq.resolv.conf' >> /etc/default/dnsmasq\\nmkdir -p /etc/netns/signaling\\necho 'nameserver __dns_sig_ip__' > /etc/netns/signaling/resolv.conf\\nservice dnsmasq force-reload\\n\"}}, \"flavor\": {\"get_param\": \"flavor\"}, \"networks\": [{\"port\": {\"get_resource\": \"mgmt_port\"}}, {\"port\": {\"get_resource\": \"sig_port\"}}]}}}}", "file:///src/heat_vims/security-groups.yaml": "{\"outputs\": {\"dime_sig\": {\"description\": \"Security group for Dime nodes (signaling)\", \"value\": {\"get_resource\": \"dime_sig\"}}, \"dime_mgmt\": {\"description\": \"Security group for Dime nodes (management)\", \"value\": {\"get_resource\": \"dime_mgmt\"}}, \"ellis_mgmt\": {\"description\": \"Security group for Ellis nodes (managment)\", \"value\": {\"get_resource\": \"ellis_mgmt\"}}, \"sprout_sig_outbound\": {\"description\": \"Security group for Sprout nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_outbound\"}}, \"base_mgmt\": {\"description\": \"Base security group for all Clearwater nodes (management)\", \"value\": {\"get_resource\": \"base_mgmt\"}}, \"homer_mgmt\": {\"description\": \"Security group for Homer nodes (management)\", \"value\": {\"get_resource\": \"homer_mgmt\"}}, \"vellum_sig_outbound\": {\"description\": \"Security group for Vellum nodes outbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_outbound\"}}, \"homer_sig\": {\"description\": \"Security group for Homer nodes (signaling)\", \"value\": {\"get_resource\": \"homer_sig\"}}, \"dns\": {\"description\": \"Security group for DNS nodes\", \"value\": {\"get_resource\": \"dns\"}}, \"bono_sig\": {\"description\": \"Security group for Bono nodes (signaling)\", \"value\": {\"get_resource\": \"bono_sig\"}}, \"sprout_sig_inbound\": {\"description\": \"Security group for Sprout nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"sprout_sig_inbound\"}}, \"vellum_sig_inbound\": {\"description\": \"Security group for Vellum nodes inbound traffic (signaling)\", \"value\": {\"get_resource\": \"vellum_sig_inbound\"}}}, \"heat_template_version\": \"2013-05-23\", \"description\": \"Security Groups for Clearwater to use\\n\", \"parameters\": {\"name_prefix\": {\"default\": \"clearwater\", \"type\": \"string\", \"description\": \"Security group name prefix\"}}, \"resources\": {\"dime_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 8888, \"port_range_min\": 8888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 10888, \"port_range_min\": 10888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-sig\"}}, \"description\": \"Security group for Dime nodes (signaling)\"}}, \"dime_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"ellis_mgmt\"}, \"port_range_max\": 8889, \"port_range_min\": 8889, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dime-mgmt\"}}, \"description\": \"Security group for Dime nodes (management)\"}}, \"ellis_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 80, \"port_range_min\": 80}, {\"protocol\": \"tcp\", \"port_range_max\": 443, \"port_range_min\": 443}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-ellis-mgmt\"}}, \"description\": \"Security group for Ellis nodes (management)\"}}, \"sprout_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 5052, \"port_range_min\": 5052, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 5054, \"port_range_min\": 5054, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-outbound\"}}, \"description\": \"Security group for Sprout nodes outbound traffic (signaling)\"}}, \"base_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 161, \"port_range_min\": 161}, {\"protocol\": \"tcp\", \"port_range_max\": 2380, \"port_range_min\": 2380, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 4000, \"port_range_min\": 4000, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-base-mgmt\"}}, \"description\": \"Base security group for all Clearwater nodes (management)\"}}, \"homer_mgmt\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-mgmt\"}}, \"description\": \"Security group for Homer nodes (management)\"}}, \"vellum_sig_outbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7253, \"port_range_min\": 7253, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 7000, \"port_range_min\": 7000, \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 11211, \"port_range_min\": 11211, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-outbound\"}}, \"description\": \"Security group for Vellum nodes outbound traffic (signaling)\"}}, \"homer_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"tcp\", \"port_range_max\": 7888, \"port_range_min\": 7888}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7888, \"port_range_min\": 7888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"tcp\", \"port_range_max\": 9160, \"port_range_min\": 9160, \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-homer-sig\"}}, \"description\": \"Security group for Homer nodes (signaling)\"}}, \"dns\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"ethertype\": \"IPv4\", \"direction\": \"egress\"}, {\"ethertype\": \"IPv6\", \"direction\": \"egress\"}, {\"protocol\": \"icmp\"}, {\"protocol\": \"tcp\", \"port_range_max\": 22, \"port_range_min\": 22}, {\"protocol\": \"udp\", \"port_range_max\": 53, \"port_range_min\": 53}, {\"protocol\": \"tcp\", \"port_range_max\": 53, \"port_range_min\": 53}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-dns\"}}, \"description\": \"Security group for DNS nodes\"}}, \"bono_sig\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"protocol\": \"udp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 3478, \"port_range_min\": 3478}, {\"protocol\": \"tcp\", \"port_range_max\": 5058, \"port_range_min\": 5058, \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 5058, \"port_range_min\": 5058, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"protocol\": \"udp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5060, \"port_range_min\": 5060}, {\"protocol\": \"tcp\", \"port_range_max\": 5062, \"port_range_min\": 5062}, {\"protocol\": \"udp\", \"port_range_max\": 65535, \"port_range_min\": 32768}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-bono-sig\"}}, \"description\": \"Security group for Bono nodes (signaling)\"}}, \"sprout_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5052, \"port_range_min\": 5052, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"bono_sig\"}, \"port_range_max\": 5054, \"port_range_min\": 5054, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"vellum_sig_outbound\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9888, \"port_range_min\": 9888, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-sprout-sig-inbound\"}}, \"description\": \"Security group for Sprout nodes inbound traffic (signaling)\"}}, \"vellum_sig_inbound\": {\"type\": \"OS::Neutron::SecurityGroup\", \"properties\": {\"rules\": [{\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 11311, \"port_range_min\": 11311, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"sprout_sig_outbound\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 7253, \"port_range_min\": 7253, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"dime_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}, {\"remote_group_id\": {\"get_resource\": \"homer_sig\"}, \"port_range_max\": 9160, \"port_range_min\": 9160, \"protocol\": \"tcp\", \"remote_mode\": \"remote_group_id\"}], \"name\": {\"str_replace\": {\"params\": {\"__name_prefix__\": {\"get_param\": \"name_prefix\"}}, \"template\": \"__name_prefix__-vellum-sig-inbound\"}}, \"description\": \"Security group for Vellum nodes inbound traffic (signaling)\"}}}}"}, "disable_rollback": false, "parameters": {"vellum_cluster_size": 1, "zone": "clearwater.opnfv", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "dn_range_length": "1000", "dime_cluster_size": 1, "dn_range_start": "6505550000", "bono_cluster_size": 1, "external_mgmt_dns_ip": "8.8.8.8", "homer_cluster_size": 1, "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "external_sig_dns_ip": "8.8.8.8", "sprout_cluster_size": 1}, "tags": null, "stack_name": "clearwater-opnfv", "environment": {}, "template": {"outputs": {"dns_ip": {"description": "IP address of DNS", "value": {"get_attr": ["dns", "public_mgmt_ip"]}}, "zone": {"description": "DNS zone", "value": {"get_param": "zone"}}}, "heat_template_version": "2013-05-23", "description": "Clearwater deployment\n", "parameters": {"vellum_cluster_size": {"default": 1, "type": "number", "description": "Number of Vellum nodes in Vellum cluster"}, "repo_url": {"default": "http://repo.cw-ngv.com/stable", "type": "string", "description": "URL for Clearwater repository"}, "private_mgmt_net_cidr": {"default": "192.168.0.0/24", "type": "string", "description": "Private management network address (CIDR notation)"}, "key_name": {"type": "string", "description": "Name of keypair to assign", "constraints": [{"custom_constraint": "nova.keypair", "description": "Must be a valid keypair name"}]}, "image": {"type": "string", "description": "Name of image to use", "constraints": [{"custom_constraint": "glance.image", "description": "Must be a valid image name"}]}, "private_mgmt_net_pool_start": {"default": "192.168.0.1", "type": "string", "description": "Start of private management network IP address pool"}, "dn_range_length": {"default": "1000", "type": "string", "description": "Number of directory numbers to add to pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "dime_cluster_size": {"default": 1, "type": "number", "description": "Number of Dime nodes in Dime cluster"}, "private_sig_net_pool_end": {"default": "192.168.1.253", "type": "string", "description": "End of private signaling network IP address pool"}, "dn_range_start": {"default": "6505550000", "type": "string", "description": "First directory number in pool", "constraints": [{"allowed_pattern": "[0-9]+", "description": "Must be numeric"}]}, "public_sig_net_id": {"type": "string", "description": "ID of public signaling network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "private_sig_net_ip_version": {"default": "4", "type": "string", "description": "IP version (4 or 6) on the private signaling network", "constraints": [{"description": "Must be 4 (IPv4) or 6 (IPv6)", "allowed_values": ["4", "6"]}]}, "public_mgmt_net_id": {"type": "string", "description": "ID of public management network", "constraints": [{"custom_constraint": "neutron.network", "description": "Must be a valid network ID"}]}, "homer_cluster_size": {"default": 1, "type": "number", "description": "Number of Homer nodes in Homer cluster"}, "flavor": {"type": "string", "description": "Flavor to use", "constraints": [{"custom_constraint": "nova.flavor", "description": "Must be a valid flavor name"}]}, "sprout_cluster_size": {"default": 1, "type": "number", "description": "Number of Sprout nodes in Sprout cluster"}, "private_sig_net_pool_start": {"default": "192.168.1.1", "type": "string", "description": "Start of private signaling network IP address pool"}, "private_mgmt_net_gateway": {"default": "192.168.0.254", "type": "string", "description": "Private management network gateway address"}, "dnssec_key": {"type": "string", "description": "DNSSEC private key (Base64-encoded)", "constraints": [{"allowed_pattern": "[0-9A-Za-z+/=]+", "description": "Must be Base64-encoded"}]}, "zone": {"default": "example.com", "type": "string", "description": "DNS zone"}, "private_mgmt_net_pool_end": {"default": "192.168.0.253", "type": "string", "description": "End of private management network IP address pool"}, "external_mgmt_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on management network"}, "bono_cluster_size": {"default": 1, "type": "number", "description": "Number of Bono nodes in Bono cluster"}, "private_sig_net_cidr": {"default": "192.168.1.0/24", "type": "string", "description": "Private signaling network address (CIDR notation)"}, "external_sig_dns_ip": {"default": "8.8.8.8", "type": "string", "description": "IP address of external DNS server on signaling network"}, "private_sig_net_gateway": {"default": "192.168.1.254", "type": "string", "description": "Private signaling network gateway address"}}, "resources": {"homer": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "homer_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/homer.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "homer_sig_security_group": {"get_attr": ["security_groups", "homer_sig"]}, "repo_url": {"get_param": "repo_url"}, "homer_mgmt_security_group": {"get_attr": ["security_groups", "homer_mgmt"]}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "ellis": {"type": "file:///src/heat_vims/ellis.yaml", "properties": {"zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "ellis_mgmt_security_group": {"get_attr": ["security_groups", "ellis_mgmt"]}, "dn_range_length": {"get_param": "dn_range_length"}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "dn_range_start": {"get_param": "dn_range_start"}, "repo_url": {"get_param": "repo_url"}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "dime": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "dime_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/dime.yaml", "properties": {"dime_sig_security_group": {"get_attr": ["security_groups", "dime_sig"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "dnssec_key": {"get_param": "dnssec_key"}, "zone": {"get_param": "zone"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "dime_mgmt_security_group": {"get_attr": ["security_groups", "dime_mgmt"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sprout": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "sprout_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/sprout.yaml", "properties": {"sprout_sig_outbound_security_group": {"get_attr": ["security_groups", "sprout_sig_outbound"]}, "index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "sprout_sig_inbound_security_group": {"get_attr": ["security_groups", "sprout_sig_inbound"]}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "vellum": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "vellum_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/vellum.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "vellum_sig_inbound_security_group": {"get_attr": ["security_groups", "vellum_sig_inbound"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "vellum_sig_outbound_security_group": {"get_attr": ["security_groups", "vellum_sig_outbound"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "sig_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_cidr": {"get_param": "private_sig_net_cidr"}, "private_net_pool_end": {"get_param": "private_sig_net_pool_end"}, "dns_ip": {"get_param": "external_sig_dns_ip"}, "private_net_gateway": {"get_param": "private_sig_net_gateway"}, "public_net_id": {"get_param": "public_sig_net_id"}, "private_net_pool_start": {"get_param": "private_sig_net_pool_start"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-signaling"}}, "private_net_ip_version": {"get_param": "private_sig_net_ip_version"}}}, "bono": {"type": "OS::Heat::ResourceGroup", "properties": {"count": {"get_param": "bono_cluster_size"}, "resource_def": {"type": "file:///src/heat_vims/bono.yaml", "properties": {"index": "__index__", "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "repo_url": {"get_param": "repo_url"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}, "bono_sig_security_group": {"get_attr": ["security_groups", "bono_sig"]}, "etcd_ip": {"get_attr": ["ellis", "private_mgmt_ip"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "dns_mgmt_ip": {"get_attr": ["dns", "private_mgmt_ip"]}, "dns_sig_ip": {"get_attr": ["dns", "private_sig_ip"]}, "base_mgmt_security_group": {"get_attr": ["security_groups", "base_mgmt"]}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "private_sig_net_gateway": {"get_attr": ["sig_network", "private_net_gateway"]}}}, "index_var": "__index__"}}, "dns": {"type": "file:///src/heat_vims/dns.yaml", "properties": {"dns_security_group": {"get_attr": ["security_groups", "dns"]}, "zone": {"get_param": "zone"}, "dnssec_key": {"get_param": "dnssec_key"}, "key_name": {"get_param": "key_name"}, "image": {"get_param": "image"}, "private_sig_net_id": {"get_attr": ["sig_network", "private_net"]}, "public_sig_net_id": {"get_param": "public_sig_net_id"}, "private_sig_net_cidr": {"get_attr": ["sig_network", "private_net_cidr"]}, "public_mgmt_net_id": {"get_param": "public_mgmt_net_id"}, "flavor": {"get_param": "flavor"}, "private_mgmt_net_id": {"get_attr": ["mgmt_network", "private_net"]}}}, "mgmt_network": {"type": "file:///src/heat_vims/network.yaml", "properties": {"private_net_gateway": {"get_param": "private_mgmt_net_gateway"}, "public_net_id": {"get_param": "public_mgmt_net_id"}, "private_net_pool_start": {"get_param": "private_mgmt_net_pool_start"}, "private_net_cidr": {"get_param": "private_mgmt_net_cidr"}, "private_net_name": {"str_replace": {"params": {"__stack__": {"get_param": "OS::stack_name"}}, "template": "__stack__-private-management"}}, "private_net_pool_end": {"get_param": "private_mgmt_net_pool_end"}, "dns_ip": {"get_param": "external_mgmt_dns_ip"}}}, "security_groups": {"type": "file:///src/heat_vims/security-groups.yaml", "properties": {"name_prefix": {"get_param": "OS::stack_name"}}}}}, "timeout_mins": 60}' 2018-08-10 21:00:48,846 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:00:33 GMT Server: Apache x-openstack-request-id: req-2b4e06c5-e868-4c8d-afa6-3f269a915105 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}]}} 2018-08-10 21:00:48,846 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks used request id req-2b4e06c5-e868-4c8d-afa6-3f269a915105 2018-08-10 21:00:48,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 15.0026450157s 2018-08-10 21:00:48,847 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks used request id req-2b4e06c5-e868-4c8d-afa6-3f269a915105 2018-08-10 21:00:48,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:00:48,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=None&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:00:49,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:00:48 GMT Server: Apache x-openstack-request-id: req-c01a678d-a43f-4a2a-ba1e-32410e750744 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?sort_dir=asc Content-Length: 463 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-10 21:00:50,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:49 GMT Server: Apache x-openstack-request-id: req-d661bfdc-9211-40f4-9696-1147d319d1f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv/events/87ef7645-0b90-4b4a-a4e8-5eded7898eba", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "id": "87ef7645-0b90-4b4a-a4e8-5eded7898eba"}, {"resource_name": "security_groups", "event_time": "2018-08-10T21:00:49Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups/events/d6d0e998-9c47-46f1-80d6-df4e6c32dd7b", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-43exsr42dz44", "id": "d6d0e998-9c47-46f1-80d6-df4e6c32dd7b"}, {"resource_name": "sig_network", "event_time": "2018-08-10T21:00:50Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network/events/18d3483c-bf74-42f0-a92b-7fdb9d130fea", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-bn5rrkzohzyu", "id": "18d3483c-bf74-42f0-a92b-7fdb9d130fea"}]} 2018-08-10 21:00:50,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?sort_dir=asc&sort_dir=asc used request id req-d661bfdc-9211-40f4-9696-1147d319d1f5 2018-08-10 21:00:50,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.56300497055s 2018-08-10 21:00:50,411 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?sort_dir=asc&sort_dir=asc used request id req-d661bfdc-9211-40f4-9696-1147d319d1f5 2018-08-10 21:00:55,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:00:55,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=18d3483c-bf74-42f0-a92b-7fdb9d130fea&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:00:56,163 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:00:55 GMT Server: Apache x-openstack-request-id: req-7381a17e-e3f7-45b2-80b1-95277f119db5 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=18d3483c-bf74-42f0-a92b-7fdb9d130fea&sort_dir=asc Content-Length: 559 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-10 21:00:56,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:00:56 GMT Server: Apache x-openstack-request-id: req-9e6da531-ef07-471a-b0a5-a65e7af9feaa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 356 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-10T21:00:51Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network/events/c6e62185-d055-47ca-9d56-23772490f428", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-l7zoy2c4ygdo", "id": "c6e62185-d055-47ca-9d56-23772490f428"}]} 2018-08-10 21:00:56,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=18d3483c-bf74-42f0-a92b-7fdb9d130fea&sort_dir=asc&marker=18d3483c-bf74-42f0-a92b-7fdb9d130fea&sort_dir=asc used request id req-9e6da531-ef07-471a-b0a5-a65e7af9feaa 2018-08-10 21:00:56,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.47474598885s 2018-08-10 21:00:56,893 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=18d3483c-bf74-42f0-a92b-7fdb9d130fea&sort_dir=asc&marker=18d3483c-bf74-42f0-a92b-7fdb9d130fea&sort_dir=asc used request id req-9e6da531-ef07-471a-b0a5-a65e7af9feaa 2018-08-10 21:01:01,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:01,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:02,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:01 GMT Server: Apache x-openstack-request-id: req-f94fc3d2-046c-4851-b106-b46689584c9c Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc Content-Length: 559 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-10 21:01:03,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:02 GMT Server: Apache x-openstack-request-id: req-b046c014-36d1-4b9b-9a1c-325cd5541d3d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:03,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc&marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc used request id req-b046c014-36d1-4b9b-9a1c-325cd5541d3d 2018-08-10 21:01:03,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.47002291679s 2018-08-10 21:01:03,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc&marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc used request id req-b046c014-36d1-4b9b-9a1c-325cd5541d3d 2018-08-10 21:01:08,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:08,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:09,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:08 GMT Server: Apache x-openstack-request-id: req-d65cf841-f1d7-47be-935f-d0dfcfd5ec74 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc Content-Length: 559 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-10 21:01:09,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:09 GMT Server: Apache x-openstack-request-id: req-9a3396f0-f0cf-4ca1-a5c8-75548d4f80f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-10T21:01:09Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network/events/6c5bdaa7-ec94-4373-81d2-abdaff887a9d", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9b4c0727-3100-4338-b81b-193a604abf7d", "id": "6c5bdaa7-ec94-4373-81d2-abdaff887a9d"}]} 2018-08-10 21:01:09,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc&marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc used request id req-9a3396f0-f0cf-4ca1-a5c8-75548d4f80f2 2018-08-10 21:01:09,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.48419904709s 2018-08-10 21:01:09,851 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc&marker=c6e62185-d055-47ca-9d56-23772490f428&sort_dir=asc used request id req-9a3396f0-f0cf-4ca1-a5c8-75548d4f80f2 2018-08-10 21:01:14,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:14,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=6c5bdaa7-ec94-4373-81d2-abdaff887a9d&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:15,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:14 GMT Server: Apache x-openstack-request-id: req-577e9e6c-fff8-4a90-8204-b1ac33a06376 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=6c5bdaa7-ec94-4373-81d2-abdaff887a9d&sort_dir=asc Content-Length: 559 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-10 21:01:16,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:15 GMT Server: Apache x-openstack-request-id: req-6a9561f3-e65f-47da-ab21-b32ab0e403de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 357 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-10T21:01:11Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network/events/faa5f55b-7526-457f-b010-94eb002a78e9", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b0ff8c74-71b2-4ed8-9ece-538f05892231", "id": "faa5f55b-7526-457f-b010-94eb002a78e9"}]} 2018-08-10 21:01:16,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=6c5bdaa7-ec94-4373-81d2-abdaff887a9d&sort_dir=asc&marker=6c5bdaa7-ec94-4373-81d2-abdaff887a9d&sort_dir=asc used request id req-6a9561f3-e65f-47da-ab21-b32ab0e403de 2018-08-10 21:01:16,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.44659399986s 2018-08-10 21:01:16,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=6c5bdaa7-ec94-4373-81d2-abdaff887a9d&sort_dir=asc&marker=6c5bdaa7-ec94-4373-81d2-abdaff887a9d&sort_dir=asc used request id req-6a9561f3-e65f-47da-ab21-b32ab0e403de 2018-08-10 21:01:21,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:21,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=faa5f55b-7526-457f-b010-94eb002a78e9&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:22,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:21 GMT Server: Apache x-openstack-request-id: req-201dc001-caaf-4641-bbef-5cd354c99889 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=faa5f55b-7526-457f-b010-94eb002a78e9&sort_dir=asc Content-Length: 559 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-10 21:01:22,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:22 GMT Server: Apache x-openstack-request-id: req-7ee6c98b-5799-424a-8044-af2473db778b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-10T21:01:17Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups/events/c7741f97-dbd3-44a3-a5ff-b16ed9d9900f", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "644e79b9-85d1-4eec-a0df-b492250a42b7", "id": "c7741f97-dbd3-44a3-a5ff-b16ed9d9900f"}, {"resource_name": "dns", "event_time": "2018-08-10T21:01:17Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns/events/c9c7a6fe-598f-4583-8fc3-e708f89595f2", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-j53wv2ms3r3y", "id": "c9c7a6fe-598f-4583-8fc3-e708f89595f2"}]} 2018-08-10 21:01:22,083 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=faa5f55b-7526-457f-b010-94eb002a78e9&sort_dir=asc&marker=faa5f55b-7526-457f-b010-94eb002a78e9&sort_dir=asc used request id req-7ee6c98b-5799-424a-8044-af2473db778b 2018-08-10 21:01:22,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.772381067276s 2018-08-10 21:01:22,083 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=faa5f55b-7526-457f-b010-94eb002a78e9&sort_dir=asc&marker=faa5f55b-7526-457f-b010-94eb002a78e9&sort_dir=asc used request id req-7ee6c98b-5799-424a-8044-af2473db778b 2018-08-10 21:01:27,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:27,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:27,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:27 GMT Server: Apache x-openstack-request-id: req-74ac3dc0-60ac-40c2-a9ac-4771bfd8c362 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:01:27,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:27 GMT Server: Apache x-openstack-request-id: req-840a81f9-b474-4317-a902-1f5f09443978 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:27,846 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-840a81f9-b474-4317-a902-1f5f09443978 2018-08-10 21:01:27,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.758126020432s 2018-08-10 21:01:27,846 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-840a81f9-b474-4317-a902-1f5f09443978 2018-08-10 21:01:32,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:32,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:33,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:32 GMT Server: Apache x-openstack-request-id: req-9cc1cf09-ead0-4a35-9a57-42aa14349ad5 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:01:34,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:33 GMT Server: Apache x-openstack-request-id: req-78b6ec81-eca9-4ed3-a8f6-f1e346b98853 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:34,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-78b6ec81-eca9-4ed3-a8f6-f1e346b98853 2018-08-10 21:01:34,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.7624270916s 2018-08-10 21:01:34,614 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-78b6ec81-eca9-4ed3-a8f6-f1e346b98853 2018-08-10 21:01:34,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:01:34,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:35,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:34 GMT Server: Apache x-openstack-request-id: req-676fa58e-bf6f-4547-984e-938b686f3cf6 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:01:35,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:35 GMT Server: Apache x-openstack-request-id: req-3e2f991c-5493-4821-af64-9c63943f65e1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:01:35,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-3e2f991c-5493-4821-af64-9c63943f65e1 2018-08-10 21:01:35,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.748335838318s 2018-08-10 21:01:35,364 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-3e2f991c-5493-4821-af64-9c63943f65e1 2018-08-10 21:01:40,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:40,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:41,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:40 GMT Server: Apache x-openstack-request-id: req-3e98632c-6ff0-4197-afdc-96f30036a26e Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:01:41,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:41 GMT Server: Apache x-openstack-request-id: req-12710c1d-42a1-469e-8aca-7fb7ecda28ce Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:41,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-12710c1d-42a1-469e-8aca-7fb7ecda28ce 2018-08-10 21:01:41,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.875869035721s 2018-08-10 21:01:41,244 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-12710c1d-42a1-469e-8aca-7fb7ecda28ce 2018-08-10 21:01:46,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:46,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:46,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:46 GMT Server: Apache x-openstack-request-id: req-abb01fa8-3e74-4045-94d3-1b62193db24b Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:01:47,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:46 GMT Server: Apache x-openstack-request-id: req-4188ee59-96c4-4b64-a911-945f2601c5b6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:47,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-4188ee59-96c4-4b64-a911-945f2601c5b6 2018-08-10 21:01:47,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.755477190018s 2018-08-10 21:01:47,002 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-4188ee59-96c4-4b64-a911-945f2601c5b6 2018-08-10 21:01:47,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:01:47,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:47,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:47 GMT Server: Apache x-openstack-request-id: req-3256ae4a-491f-4dce-98c8-a51abdc6c388 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:01:48,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:47 GMT Server: Apache x-openstack-request-id: req-6f7a2fc7-933e-40dc-9957-b6f9ab0e80c1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:01:48,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-6f7a2fc7-933e-40dc-9957-b6f9ab0e80c1 2018-08-10 21:01:48,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.47045779228s 2018-08-10 21:01:48,473 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-6f7a2fc7-933e-40dc-9957-b6f9ab0e80c1 2018-08-10 21:01:53,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:53,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:54,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:53 GMT Server: Apache x-openstack-request-id: req-5f25f9b6-d215-4e0b-9174-3b8f9f61524a Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:01:54,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:54 GMT Server: Apache x-openstack-request-id: req-4a4c641f-4c9e-406d-a503-6a4c84279a2c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:54,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-4a4c641f-4c9e-406d-a503-6a4c84279a2c 2018-08-10 21:01:54,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.740977048874s 2018-08-10 21:01:54,221 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-4a4c641f-4c9e-406d-a503-6a4c84279a2c 2018-08-10 21:01:59,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:01:59,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:01:59,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:59 GMT Server: Apache x-openstack-request-id: req-43b66dfd-0f70-4a2d-a534-d22f813159e9 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:01:59,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:01:59 GMT Server: Apache x-openstack-request-id: req-1f57aa9f-683e-4642-9aa5-b5b298a0eaee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:01:59,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-1f57aa9f-683e-4642-9aa5-b5b298a0eaee 2018-08-10 21:01:59,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.745641946793s 2018-08-10 21:01:59,973 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-1f57aa9f-683e-4642-9aa5-b5b298a0eaee 2018-08-10 21:01:59,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:01:59,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:00,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:01:59 GMT Server: Apache x-openstack-request-id: req-724f62a8-4b49-4aca-80f1-57f58f31658c Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:02:00,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:00 GMT Server: Apache x-openstack-request-id: req-92b9927f-dc04-4894-ada0-20d1fef1b8ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:02:00,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-92b9927f-dc04-4894-ada0-20d1fef1b8ff 2018-08-10 21:02:00,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.730857849121s 2018-08-10 21:02:00,705 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-92b9927f-dc04-4894-ada0-20d1fef1b8ff 2018-08-10 21:02:05,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:05,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:05,742 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:05 GMT Server: Apache x-openstack-request-id: req-677c6494-84e0-4d42-8715-f29ad923bf92 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:05,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:05 GMT Server: Apache x-openstack-request-id: req-631651ac-3edc-4e29-838e-44968fd61bbc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:05,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-631651ac-3edc-4e29-838e-44968fd61bbc 2018-08-10 21:02:05,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730640888214s 2018-08-10 21:02:05,785 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-631651ac-3edc-4e29-838e-44968fd61bbc 2018-08-10 21:02:10,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:10,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:11,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:10 GMT Server: Apache x-openstack-request-id: req-4055fcaa-e68d-452e-851b-dd91a699b442 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:11,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:11 GMT Server: Apache x-openstack-request-id: req-aac98590-4054-4e7c-a335-c09b0326d316 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:11,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-aac98590-4054-4e7c-a335-c09b0326d316 2018-08-10 21:02:11,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.836191892624s 2018-08-10 21:02:11,627 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-aac98590-4054-4e7c-a335-c09b0326d316 2018-08-10 21:02:11,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:02:11,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:11,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:11 GMT Server: Apache x-openstack-request-id: req-c8852d58-8342-40e4-9e60-8d2e802112dc Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:02:11,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:11 GMT Server: Apache x-openstack-request-id: req-460c1607-994f-458d-9a02-89e20a518717 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:02:11,698 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-460c1607-994f-458d-9a02-89e20a518717 2018-08-10 21:02:11,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706560611725s 2018-08-10 21:02:11,699 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-460c1607-994f-458d-9a02-89e20a518717 2018-08-10 21:02:16,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:16,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:16,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:16 GMT Server: Apache x-openstack-request-id: req-a006067c-8d83-4d9d-bd35-1f1adbb2f8bd Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:16,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:16 GMT Server: Apache x-openstack-request-id: req-36a93ef7-11b5-4567-9782-cdadffc8146e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:16,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-36a93ef7-11b5-4567-9782-cdadffc8146e 2018-08-10 21:02:16,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729069709778s 2018-08-10 21:02:16,779 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-36a93ef7-11b5-4567-9782-cdadffc8146e 2018-08-10 21:02:21,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:21,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:21,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:21 GMT Server: Apache x-openstack-request-id: req-1c647cbc-920c-4246-80da-695ecb496148 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:21,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:21 GMT Server: Apache x-openstack-request-id: req-b7812f48-9fd5-4944-83ab-8f0378941edb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:21,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-b7812f48-9fd5-4944-83ab-8f0378941edb 2018-08-10 21:02:21,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712258815765s 2018-08-10 21:02:21,854 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-b7812f48-9fd5-4944-83ab-8f0378941edb 2018-08-10 21:02:21,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:02:21,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:21,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:21 GMT Server: Apache x-openstack-request-id: req-cc0d5bd3-aea9-4c05-91ae-3cbf2459a2db Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:02:22,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:21 GMT Server: Apache x-openstack-request-id: req-615ebe3f-1f6a-4fb8-aba7-1abc135cad52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:02:22,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-615ebe3f-1f6a-4fb8-aba7-1abc135cad52 2018-08-10 21:02:22,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.74346613884s 2018-08-10 21:02:22,598 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-615ebe3f-1f6a-4fb8-aba7-1abc135cad52 2018-08-10 21:02:27,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:27,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:27,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:27 GMT Server: Apache x-openstack-request-id: req-596611d2-4bae-422d-8b4f-8efa83a0a49a Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:27,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:27 GMT Server: Apache x-openstack-request-id: req-e513b392-d5bd-4219-b9c0-288805a1418e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:27,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-e513b392-d5bd-4219-b9c0-288805a1418e 2018-08-10 21:02:27,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728540420532s 2018-08-10 21:02:27,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-e513b392-d5bd-4219-b9c0-288805a1418e 2018-08-10 21:02:32,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:32,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:32,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:32 GMT Server: Apache x-openstack-request-id: req-c909b24c-54c6-48c7-b915-61c076aff1dc Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:33,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:32 GMT Server: Apache x-openstack-request-id: req-064d94dd-3a2c-420c-83ec-ca8036f6230a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:33,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-064d94dd-3a2c-420c-83ec-ca8036f6230a 2018-08-10 21:02:33,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.917495012283s 2018-08-10 21:02:33,599 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-064d94dd-3a2c-420c-83ec-ca8036f6230a 2018-08-10 21:02:33,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:02:33,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:33,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:33 GMT Server: Apache x-openstack-request-id: req-854d7885-190e-4a2f-85f7-407b2d4b53b2 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:02:33,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:33 GMT Server: Apache x-openstack-request-id: req-602a0e65-15da-4c6e-9b7d-f307935c36dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:02:33,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-602a0e65-15da-4c6e-9b7d-f307935c36dc 2018-08-10 21:02:33,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727469921112s 2018-08-10 21:02:33,672 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-602a0e65-15da-4c6e-9b7d-f307935c36dc 2018-08-10 21:02:38,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:38,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:38,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:38 GMT Server: Apache x-openstack-request-id: req-4e467a61-adfd-4d97-b161-893d665f5714 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:38,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:38 GMT Server: Apache x-openstack-request-id: req-b723930c-3667-4c00-b622-77ef6c1f8386 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:38,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-b723930c-3667-4c00-b622-77ef6c1f8386 2018-08-10 21:02:38,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729269981384s 2018-08-10 21:02:38,753 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-b723930c-3667-4c00-b622-77ef6c1f8386 2018-08-10 21:02:43,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:43,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:44,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:43 GMT Server: Apache x-openstack-request-id: req-63c83dba-63ac-4f0c-a4a0-b4089412c1da Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:45,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:44 GMT Server: Apache x-openstack-request-id: req-57248f5b-b58d-4f27-9e8f-fe67d348c148 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:45,176 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-57248f5b-b58d-4f27-9e8f-fe67d348c148 2018-08-10 21:02:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.41881895065s 2018-08-10 21:02:45,177 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-57248f5b-b58d-4f27-9e8f-fe67d348c148 2018-08-10 21:02:45,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:02:45,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:45,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:45 GMT Server: Apache x-openstack-request-id: req-862ed0a3-0a67-4131-971d-ab87e23ead71 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:02:45,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:45 GMT Server: Apache x-openstack-request-id: req-cf79c8b0-f89d-471e-ab09-004010834e95 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:02:45,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-cf79c8b0-f89d-471e-ab09-004010834e95 2018-08-10 21:02:45,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0878138542175s 2018-08-10 21:02:45,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-cf79c8b0-f89d-471e-ab09-004010834e95 2018-08-10 21:02:50,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:50,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:50,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:50 GMT Server: Apache x-openstack-request-id: req-6467d61c-4a69-471d-ad09-0b35415ae111 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:51,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:50 GMT Server: Apache x-openstack-request-id: req-9d4f6b8a-8208-4596-8bcc-fbe5a093cd71 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:51,039 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-9d4f6b8a-8208-4596-8bcc-fbe5a093cd71 2018-08-10 21:02:51,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.767206907272s 2018-08-10 21:02:51,039 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-9d4f6b8a-8208-4596-8bcc-fbe5a093cd71 2018-08-10 21:02:56,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:02:56,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:56,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:56 GMT Server: Apache x-openstack-request-id: req-ef664125-676f-48f6-be8e-8cabcd51f55b Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:02:56,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:56 GMT Server: Apache x-openstack-request-id: req-5b3fe17b-2335-4129-a684-f19888b0bd75 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:02:56,116 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-5b3fe17b-2335-4129-a684-f19888b0bd75 2018-08-10 21:02:56,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712471008301s 2018-08-10 21:02:56,117 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-5b3fe17b-2335-4129-a684-f19888b0bd75 2018-08-10 21:02:56,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:02:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:02:56,146 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:02:56 GMT Server: Apache x-openstack-request-id: req-6d144c5c-3100-4ed3-9267-275de1dd163f Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:02:56,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:02:56 GMT Server: Apache x-openstack-request-id: req-4254ab6f-3034-42f8-abeb-8d5ce479a053 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:02:56,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-4254ab6f-3034-42f8-abeb-8d5ce479a053 2018-08-10 21:02:56,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0698971748352s 2018-08-10 21:02:56,188 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-4254ab6f-3034-42f8-abeb-8d5ce479a053 2018-08-10 21:03:01,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:01,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:01,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:01 GMT Server: Apache x-openstack-request-id: req-1bcf8450-c2e3-4f82-bfde-7454daac82c5 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:03:01,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:01 GMT Server: Apache x-openstack-request-id: req-eaaba82b-8040-4f9a-b50b-b2250f186080 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:01,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-eaaba82b-8040-4f9a-b50b-b2250f186080 2018-08-10 21:03:01,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.761510133743s 2018-08-10 21:03:01,953 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-eaaba82b-8040-4f9a-b50b-b2250f186080 2018-08-10 21:03:06,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:06,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:06,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:06 GMT Server: Apache x-openstack-request-id: req-5efa1295-f3e4-4139-83c0-f0de0a95c434 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:03:07,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:06 GMT Server: Apache x-openstack-request-id: req-363a1fa3-dc68-46bd-babb-c24318eccf47 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:07,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-363a1fa3-dc68-46bd-babb-c24318eccf47 2018-08-10 21:03:07,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746929645538s 2018-08-10 21:03:07,034 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-363a1fa3-dc68-46bd-babb-c24318eccf47 2018-08-10 21:03:07,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:03:07,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:07,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:07 GMT Server: Apache x-openstack-request-id: req-29ca7a73-ab18-4ebf-9a7d-a5904ba21cf1 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:03:07,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:07 GMT Server: Apache x-openstack-request-id: req-28029906-8aff-477b-8b21-6e838f08fa1e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:03:07,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-28029906-8aff-477b-8b21-6e838f08fa1e 2018-08-10 21:03:07,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715439319611s 2018-08-10 21:03:07,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-28029906-8aff-477b-8b21-6e838f08fa1e 2018-08-10 21:03:12,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:12,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:12,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:12 GMT Server: Apache x-openstack-request-id: req-8146bada-cccf-48e3-b192-169c26f60cdb Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:03:12,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:12 GMT Server: Apache x-openstack-request-id: req-0221d7bc-e9da-4fb0-85a8-458906c9f210 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:12,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-0221d7bc-e9da-4fb0-85a8-458906c9f210 2018-08-10 21:03:12,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716440677643s 2018-08-10 21:03:12,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-0221d7bc-e9da-4fb0-85a8-458906c9f210 2018-08-10 21:03:17,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:18,051 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:17 GMT Server: Apache x-openstack-request-id: req-c7161d46-ae63-48b0-8186-df67723105a9 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:03:18,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:18 GMT Server: Apache x-openstack-request-id: req-582970bc-486d-43c7-b393-44c5def96a52 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:18,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-582970bc-486d-43c7-b393-44c5def96a52 2018-08-10 21:03:18,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.901420116425s 2018-08-10 21:03:18,093 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-582970bc-486d-43c7-b393-44c5def96a52 2018-08-10 21:03:18,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:03:18,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:18,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:18 GMT Server: Apache x-openstack-request-id: req-75d807a9-2342-4edc-befb-083f7db2a5b5 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:03:18,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:18 GMT Server: Apache x-openstack-request-id: req-2f26b4ee-49bc-440e-8465-aae3ffacf448 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:03:18,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-2f26b4ee-49bc-440e-8465-aae3ffacf448 2018-08-10 21:03:18,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.725827217102s 2018-08-10 21:03:18,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-2f26b4ee-49bc-440e-8465-aae3ffacf448 2018-08-10 21:03:23,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:23,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:23,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:23 GMT Server: Apache x-openstack-request-id: req-d563cf96-92b4-4e33-8d8b-7678788c9016 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc Content-Length: 559 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-10 21:03:23,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:23 GMT Server: Apache x-openstack-request-id: req-89264733-5fab-4c43-8f0a-f744c641e2b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-10T21:03:20Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns/events/3f18a284-e2dd-4c7d-aafc-bc2228b29733", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "1f1003dc-153e-465a-9b28-4c1607d6f14e", "id": "3f18a284-e2dd-4c7d-aafc-bc2228b29733"}, {"resource_name": "ellis", "event_time": "2018-08-10T21:03:20Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis/events/87f8c400-10dc-41a8-92ac-e404e7a255fc", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-tsikiu4gb6lg", "id": "87f8c400-10dc-41a8-92ac-e404e7a255fc"}]} 2018-08-10 21:03:23,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-89264733-5fab-4c43-8f0a-f744c641e2b1 2018-08-10 21:03:23,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0891280174255s 2018-08-10 21:03:23,916 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc&marker=c9c7a6fe-598f-4583-8fc3-e708f89595f2&sort_dir=asc used request id req-89264733-5fab-4c43-8f0a-f744c641e2b1 2018-08-10 21:03:28,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:28,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:28,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:28 GMT Server: Apache x-openstack-request-id: req-85cbd498-fe67-4481-9d9e-d5266cfff893 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:03:28,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:28 GMT Server: Apache x-openstack-request-id: req-e2e22416-a98f-4db4-84c9-227f101005f7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:28,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-e2e22416-a98f-4db4-84c9-227f101005f7 2018-08-10 21:03:28,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717370510101s 2018-08-10 21:03:28,995 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-e2e22416-a98f-4db4-84c9-227f101005f7 2018-08-10 21:03:34,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:34,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:34,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:34 GMT Server: Apache x-openstack-request-id: req-e4236edd-4d64-42cf-bfa7-edf6a30eedfa Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:03:34,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:34 GMT Server: Apache x-openstack-request-id: req-8a644262-ffdb-44c2-a560-966d9a890492 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:34,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-8a644262-ffdb-44c2-a560-966d9a890492 2018-08-10 21:03:34,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.762544155121s 2018-08-10 21:03:34,763 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-8a644262-ffdb-44c2-a560-966d9a890492 2018-08-10 21:03:34,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:03:34,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:34,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:34 GMT Server: Apache x-openstack-request-id: req-747cb8d9-aad5-46ca-80cc-41c333d07847 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:03:34,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:34 GMT Server: Apache x-openstack-request-id: req-ea2e1f03-80e2-41fe-b140-6448ec516470 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:03:34,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-ea2e1f03-80e2-41fe-b140-6448ec516470 2018-08-10 21:03:34,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715668201447s 2018-08-10 21:03:34,836 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-ea2e1f03-80e2-41fe-b140-6448ec516470 2018-08-10 21:03:39,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:39,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:39,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:39 GMT Server: Apache x-openstack-request-id: req-0234abf5-1aa4-4c41-9e2d-29164bb94a8f Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:03:40,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:39 GMT Server: Apache x-openstack-request-id: req-7d587f91-4af8-419d-be56-4b126f44b7c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:40,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-7d587f91-4af8-419d-be56-4b126f44b7c6 2018-08-10 21:03:40,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.768532991409s 2018-08-10 21:03:40,611 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-7d587f91-4af8-419d-be56-4b126f44b7c6 2018-08-10 21:03:45,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:45,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:45,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:45 GMT Server: Apache x-openstack-request-id: req-07e165d0-f1b2-42cb-9830-3f2de6147518 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:03:45,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:45 GMT Server: Apache x-openstack-request-id: req-ea7c6b2a-7f9a-4408-87b6-09de91d60421 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:45,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-ea7c6b2a-7f9a-4408-87b6-09de91d60421 2018-08-10 21:03:45,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722999572754s 2018-08-10 21:03:45,689 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-ea7c6b2a-7f9a-4408-87b6-09de91d60421 2018-08-10 21:03:45,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:03:45,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:45,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:45 GMT Server: Apache x-openstack-request-id: req-efb4b398-b18e-48bc-b17b-3c6c2a97624e Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:03:45,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:45 GMT Server: Apache x-openstack-request-id: req-a7d68c57-019c-4431-b775-1e6edc24fb77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:03:45,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-a7d68c57-019c-4431-b775-1e6edc24fb77 2018-08-10 21:03:45,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717802047729s 2018-08-10 21:03:45,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-a7d68c57-019c-4431-b775-1e6edc24fb77 2018-08-10 21:03:50,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:50,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:50,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:50 GMT Server: Apache x-openstack-request-id: req-887a7e0b-9411-4b40-9adc-207af40c2059 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:03:50,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:50 GMT Server: Apache x-openstack-request-id: req-229d4bce-34a4-4f5f-aca1-be44fd1fb750 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:50,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-229d4bce-34a4-4f5f-aca1-be44fd1fb750 2018-08-10 21:03:50,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717968940735s 2018-08-10 21:03:50,840 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-229d4bce-34a4-4f5f-aca1-be44fd1fb750 2018-08-10 21:03:55,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:03:55,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:55,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:55 GMT Server: Apache x-openstack-request-id: req-a756bad3-d5c4-4557-8de1-472bbc764839 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:03:55,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:55 GMT Server: Apache x-openstack-request-id: req-d489c8eb-6f12-466e-9b5d-936e1638de62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:03:55,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-d489c8eb-6f12-466e-9b5d-936e1638de62 2018-08-10 21:03:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732021331787s 2018-08-10 21:03:55,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-d489c8eb-6f12-466e-9b5d-936e1638de62 2018-08-10 21:03:55,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:03:55,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:03:55,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:03:55 GMT Server: Apache x-openstack-request-id: req-7039b39f-b516-4941-8dbe-604197f09545 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:03:55,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:03:55 GMT Server: Apache x-openstack-request-id: req-f19e5c8e-6449-4cbf-a259-ce5d0043c727 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:03:55,992 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-f19e5c8e-6449-4cbf-a259-ce5d0043c727 2018-08-10 21:03:55,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712020397186s 2018-08-10 21:03:55,992 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-f19e5c8e-6449-4cbf-a259-ce5d0043c727 2018-08-10 21:04:00,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:01,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:01,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:01 GMT Server: Apache x-openstack-request-id: req-ef5067bf-d829-4fc7-b68c-3ca47cf767eb Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:01,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:01 GMT Server: Apache x-openstack-request-id: req-535fab13-01b8-41d4-9f65-ed8b06827bdd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:01,072 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-535fab13-01b8-41d4-9f65-ed8b06827bdd 2018-08-10 21:04:01,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729050636292s 2018-08-10 21:04:01,072 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-535fab13-01b8-41d4-9f65-ed8b06827bdd 2018-08-10 21:04:06,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:06,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:06,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:06 GMT Server: Apache x-openstack-request-id: req-d6492acf-45b0-462c-b08d-54b0b1978c48 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:06,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:06 GMT Server: Apache x-openstack-request-id: req-f162b51e-0089-44c2-9e2c-b55f725e029e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:06,150 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-f162b51e-0089-44c2-9e2c-b55f725e029e 2018-08-10 21:04:06,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072084903717s 2018-08-10 21:04:06,150 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-f162b51e-0089-44c2-9e2c-b55f725e029e 2018-08-10 21:04:06,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:04:06,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:06,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:06 GMT Server: Apache x-openstack-request-id: req-e3dad3d2-43a9-4426-bdb0-2a88fe112f9a Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:04:06,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:06 GMT Server: Apache x-openstack-request-id: req-e7bc8724-4f6d-4e73-ad22-b26dda2b4ca2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:04:06,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-e7bc8724-4f6d-4e73-ad22-b26dda2b4ca2 2018-08-10 21:04:06,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702700614929s 2018-08-10 21:04:06,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-e7bc8724-4f6d-4e73-ad22-b26dda2b4ca2 2018-08-10 21:04:11,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:11,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:11,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:11 GMT Server: Apache x-openstack-request-id: req-ff954db3-9b6f-4705-9330-311eaa558e19 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:11,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:11 GMT Server: Apache x-openstack-request-id: req-dd870813-8906-4b4d-8937-5416a1ad7b21 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:11,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-dd870813-8906-4b4d-8937-5416a1ad7b21 2018-08-10 21:04:11,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.069895029068s 2018-08-10 21:04:11,294 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-dd870813-8906-4b4d-8937-5416a1ad7b21 2018-08-10 21:04:16,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:16,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:16,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:16 GMT Server: Apache x-openstack-request-id: req-71017814-5ccb-4aee-afce-459416cb75d5 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:16,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:16 GMT Server: Apache x-openstack-request-id: req-02376bc7-535d-4567-9142-ba5f016944bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:16,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-02376bc7-535d-4567-9142-ba5f016944bc 2018-08-10 21:04:16,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07257604599s 2018-08-10 21:04:16,371 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-02376bc7-535d-4567-9142-ba5f016944bc 2018-08-10 21:04:16,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:04:16,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:16,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:16 GMT Server: Apache x-openstack-request-id: req-9f8ddf26-6ab8-41ad-8c4d-a06e03f79576 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:04:17,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:16 GMT Server: Apache x-openstack-request-id: req-e5251312-d5e1-44b4-a9a8-4e1b08030d1e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:04:17,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-e5251312-d5e1-44b4-a9a8-4e1b08030d1e 2018-08-10 21:04:17,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.769445896149s 2018-08-10 21:04:17,141 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-e5251312-d5e1-44b4-a9a8-4e1b08030d1e 2018-08-10 21:04:22,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:22,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:22,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:22 GMT Server: Apache x-openstack-request-id: req-5dfc0d1b-5ab8-49df-bf6f-7e13117be37c Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:22,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:22 GMT Server: Apache x-openstack-request-id: req-1668638f-4896-4529-b168-208339a53673 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:22,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-1668638f-4896-4529-b168-208339a53673 2018-08-10 21:04:22,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714490413666s 2018-08-10 21:04:22,218 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-1668638f-4896-4529-b168-208339a53673 2018-08-10 21:04:27,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:27,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:27,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:27 GMT Server: Apache x-openstack-request-id: req-653612e2-dfd1-457d-8b68-8c4d9eb63c7d Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:27,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:27 GMT Server: Apache x-openstack-request-id: req-d30de622-bb10-4d2d-a5a1-8f5c6053aacb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:27,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-d30de622-bb10-4d2d-a5a1-8f5c6053aacb 2018-08-10 21:04:27,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715730190277s 2018-08-10 21:04:27,296 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-d30de622-bb10-4d2d-a5a1-8f5c6053aacb 2018-08-10 21:04:27,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:04:27,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:27,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:27 GMT Server: Apache x-openstack-request-id: req-467e229d-2077-4f10-99fc-d5dd5ca8f482 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:04:27,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:27 GMT Server: Apache x-openstack-request-id: req-41b0e5c9-8a58-4054-bdf1-1131aae77d68 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:04:27,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-41b0e5c9-8a58-4054-bdf1-1131aae77d68 2018-08-10 21:04:27,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723130702972s 2018-08-10 21:04:27,369 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-41b0e5c9-8a58-4054-bdf1-1131aae77d68 2018-08-10 21:04:32,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:32,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:32,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:32 GMT Server: Apache x-openstack-request-id: req-7c53e4b3-505a-4f47-bcd9-c00232aac41f Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:32,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:32 GMT Server: Apache x-openstack-request-id: req-57f14c02-c3ff-4d0a-9f06-651fc5b09f09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:32,452 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-57f14c02-c3ff-4d0a-9f06-651fc5b09f09 2018-08-10 21:04:32,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0761060714722s 2018-08-10 21:04:32,452 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-57f14c02-c3ff-4d0a-9f06-651fc5b09f09 2018-08-10 21:04:37,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:37,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:37,488 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:37 GMT Server: Apache x-openstack-request-id: req-6ecd1814-dd1b-422d-baba-e9bc42e795fe Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:37,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:37 GMT Server: Apache x-openstack-request-id: req-82610c5b-537c-49f8-ba29-785d21c20704 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:37,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-82610c5b-537c-49f8-ba29-785d21c20704 2018-08-10 21:04:37,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715849399567s 2018-08-10 21:04:37,530 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-82610c5b-537c-49f8-ba29-785d21c20704 2018-08-10 21:04:37,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:04:37,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:37,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:37 GMT Server: Apache x-openstack-request-id: req-9f7fd200-265d-49a8-b423-88d9a8c945c3 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:04:37,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:37 GMT Server: Apache x-openstack-request-id: req-9d799a2d-ae97-4ae6-b947-9434d4c58a87 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:04:37,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-9d799a2d-ae97-4ae6-b947-9434d4c58a87 2018-08-10 21:04:37,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0549120903015s 2018-08-10 21:04:37,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-9d799a2d-ae97-4ae6-b947-9434d4c58a87 2018-08-10 21:04:42,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:42,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:42,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:42 GMT Server: Apache x-openstack-request-id: req-d41f6594-a8f8-4064-a6bf-6bc1e2fd4f12 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:42,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:42 GMT Server: Apache x-openstack-request-id: req-0e3f0db0-0916-4608-8546-821b0076a29d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:42,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-0e3f0db0-0916-4608-8546-821b0076a29d 2018-08-10 21:04:42,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070955991745s 2018-08-10 21:04:42,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-0e3f0db0-0916-4608-8546-821b0076a29d 2018-08-10 21:04:47,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:47,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:47,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:47 GMT Server: Apache x-openstack-request-id: req-c83e54b0-5c49-4166-b083-98822d815313 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:47,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:47 GMT Server: Apache x-openstack-request-id: req-bd43f06c-7691-4663-b64b-9b1e3606992d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:47,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-bd43f06c-7691-4663-b64b-9b1e3606992d 2018-08-10 21:04:47,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073028087616s 2018-08-10 21:04:47,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-bd43f06c-7691-4663-b64b-9b1e3606992d 2018-08-10 21:04:47,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:04:47,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:47,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:47 GMT Server: Apache x-openstack-request-id: req-7076936c-2101-4f5b-8661-0e91c2e07f9d Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:04:47,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:47 GMT Server: Apache x-openstack-request-id: req-35aca412-4cd0-407e-ae9f-fb6562fa11d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:04:47,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-35aca412-4cd0-407e-ae9f-fb6562fa11d3 2018-08-10 21:04:47,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713441371918s 2018-08-10 21:04:47,815 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-35aca412-4cd0-407e-ae9f-fb6562fa11d3 2018-08-10 21:04:52,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:52,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:52,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:52 GMT Server: Apache x-openstack-request-id: req-8288fae3-3d0c-4ad6-9921-7876d121dbc8 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:52,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:52 GMT Server: Apache x-openstack-request-id: req-b18264ee-7a7b-4ab0-a697-d407079e0f2d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:52,894 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-b18264ee-7a7b-4ab0-a697-d407079e0f2d 2018-08-10 21:04:52,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728960037231s 2018-08-10 21:04:52,895 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-b18264ee-7a7b-4ab0-a697-d407079e0f2d 2018-08-10 21:04:57,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:04:57,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:57,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:57 GMT Server: Apache x-openstack-request-id: req-7d23dbfc-1158-4073-bd1e-ef0d2af6e3ce Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:04:57,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:57 GMT Server: Apache x-openstack-request-id: req-e3c527d5-3151-4961-a717-b3ecf7c3c5f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:04:57,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-e3c527d5-3151-4961-a717-b3ecf7c3c5f2 2018-08-10 21:04:57,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710730552673s 2018-08-10 21:04:57,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-e3c527d5-3151-4961-a717-b3ecf7c3c5f2 2018-08-10 21:04:57,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:04:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:04:58,001 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:04:57 GMT Server: Apache x-openstack-request-id: req-952de20f-01da-4813-a17c-24fa7a045fd0 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:04:58,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:04:57 GMT Server: Apache x-openstack-request-id: req-6e309fd9-00fc-4176-90a9-996df7e1701d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:04:58,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-6e309fd9-00fc-4176-90a9-996df7e1701d 2018-08-10 21:04:58,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701351165771s 2018-08-10 21:04:58,043 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-6e309fd9-00fc-4176-90a9-996df7e1701d 2018-08-10 21:05:03,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:03,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:03,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:03 GMT Server: Apache x-openstack-request-id: req-234b7085-b3ef-4f97-aef6-92bd58b449b3 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:05:03,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:03 GMT Server: Apache x-openstack-request-id: req-983ad417-264d-436d-8c83-6424363ce529 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:03,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-983ad417-264d-436d-8c83-6424363ce529 2018-08-10 21:05:03,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0890579223633s 2018-08-10 21:05:03,139 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-983ad417-264d-436d-8c83-6424363ce529 2018-08-10 21:05:08,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:08,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:08,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:08 GMT Server: Apache x-openstack-request-id: req-bd17eb6e-3bd3-466d-82b3-b36b6d028533 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:05:08,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:08 GMT Server: Apache x-openstack-request-id: req-67edd687-455e-41ea-b5bb-a3cb72d6c0cb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:08,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-67edd687-455e-41ea-b5bb-a3cb72d6c0cb 2018-08-10 21:05:08,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712051391602s 2018-08-10 21:05:08,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-67edd687-455e-41ea-b5bb-a3cb72d6c0cb 2018-08-10 21:05:08,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:05:08,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:08,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:08 GMT Server: Apache x-openstack-request-id: req-b01b94fc-22fb-495b-b791-61c428effd50 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:05:08,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:08 GMT Server: Apache x-openstack-request-id: req-0743fe2a-08f0-4d06-bbfd-ec680d954233 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:05:08,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-0743fe2a-08f0-4d06-bbfd-ec680d954233 2018-08-10 21:05:08,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0895671844482s 2018-08-10 21:05:08,307 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-0743fe2a-08f0-4d06-bbfd-ec680d954233 2018-08-10 21:05:13,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:13,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:13,344 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:13 GMT Server: Apache x-openstack-request-id: req-d70ad18b-4eeb-4c63-b641-670772723f7f Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:05:13,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:13 GMT Server: Apache x-openstack-request-id: req-ecc1d66e-6b79-414d-9c8f-74fb377f3d1c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:13,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-ecc1d66e-6b79-414d-9c8f-74fb377f3d1c 2018-08-10 21:05:13,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.204657077789s 2018-08-10 21:05:13,519 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-ecc1d66e-6b79-414d-9c8f-74fb377f3d1c 2018-08-10 21:05:18,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:18,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:18 GMT Server: Apache x-openstack-request-id: req-8df6cc9d-9069-4875-a8c0-98adaefef992 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc Content-Length: 559 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-10 21:05:18,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:18 GMT Server: Apache x-openstack-request-id: req-98672a63-2758-4a65-b5e9-c73018d1e07f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-10T21:05:18Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis/events/520a5b35-9322-438b-bd27-7b7b7e559a05", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "456bff95-9afc-49b7-9ed8-d7e8b893b38a", "id": "520a5b35-9322-438b-bd27-7b7b7e559a05"}]} 2018-08-10 21:05:18,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-98672a63-2758-4a65-b5e9-c73018d1e07f 2018-08-10 21:05:18,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722801685333s 2018-08-10 21:05:18,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc&marker=87f8c400-10dc-41a8-92ac-e404e7a255fc&sort_dir=asc used request id req-98672a63-2758-4a65-b5e9-c73018d1e07f 2018-08-10 21:05:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:23,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=520a5b35-9322-438b-bd27-7b7b7e559a05&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:23,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:23 GMT Server: Apache x-openstack-request-id: req-24e8a523-9e01-4d12-b1e8-2e8f9474d069 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=520a5b35-9322-438b-bd27-7b7b7e559a05&sort_dir=asc Content-Length: 559 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-10 21:05:23,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:23 GMT Server: Apache x-openstack-request-id: req-af63c50a-bea4-43ef-a88c-f16674842913 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-10T21:05:18Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer/events/bc576ca4-00e6-46cf-bea0-d79bb2a130c2", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-4vfmsmtdk2dn", "id": "bc576ca4-00e6-46cf-bea0-d79bb2a130c2"}, {"resource_name": "sprout", "event_time": "2018-08-10T21:05:18Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout/events/7eef5631-b0e2-4dc0-aefc-854c66c8da6e", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-y623p6k4dupy", "id": "7eef5631-b0e2-4dc0-aefc-854c66c8da6e"}, {"resource_name": "vellum", "event_time": "2018-08-10T21:05:18Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum/events/d43f4be8-296a-49d3-81b8-7b19d582f8fe", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-swfr7ricqgvg", "id": "d43f4be8-296a-49d3-81b8-7b19d582f8fe"}, {"resource_name": "bono", "event_time": "2018-08-10T21:05:18Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono/events/01ecf571-f596-4521-83b9-eae5cb3767fb", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-igumdbpcu63v", "id": "01ecf571-f596-4521-83b9-eae5cb3767fb"}, {"resource_name": "dime", "event_time": "2018-08-10T21:05:18Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime/events/2f721a3c-6634-4ba4-bb32-af0e8bebce78", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-hzkrnxmvrlsp", "id": "2f721a3c-6634-4ba4-bb32-af0e8bebce78"}]} 2018-08-10 21:05:23,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=520a5b35-9322-438b-bd27-7b7b7e559a05&sort_dir=asc&marker=520a5b35-9322-438b-bd27-7b7b7e559a05&sort_dir=asc used request id req-af63c50a-bea4-43ef-a88c-f16674842913 2018-08-10 21:05:23,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073086977005s 2018-08-10 21:05:23,677 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=520a5b35-9322-438b-bd27-7b7b7e559a05&sort_dir=asc&marker=520a5b35-9322-438b-bd27-7b7b7e559a05&sort_dir=asc used request id req-af63c50a-bea4-43ef-a88c-f16674842913 2018-08-10 21:05:28,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:28,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:28,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:28 GMT Server: Apache x-openstack-request-id: req-4913ef92-9cdc-4979-b235-226e144c8234 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:28,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:28 GMT Server: Apache x-openstack-request-id: req-33223f1d-11cc-4ba4-8bd4-bd0f04580e0f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:28,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-33223f1d-11cc-4ba4-8bd4-bd0f04580e0f 2018-08-10 21:05:28,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729699134827s 2018-08-10 21:05:28,757 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-33223f1d-11cc-4ba4-8bd4-bd0f04580e0f 2018-08-10 21:05:33,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:33,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:33,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:33 GMT Server: Apache x-openstack-request-id: req-4030bf30-0965-4bcc-8f40-27cc3eda5a62 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:33,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:33 GMT Server: Apache x-openstack-request-id: req-aa188507-4d76-4a54-8779-8f264d24450b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:33,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-aa188507-4d76-4a54-8779-8f264d24450b 2018-08-10 21:05:33,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739619731903s 2018-08-10 21:05:33,837 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-aa188507-4d76-4a54-8779-8f264d24450b 2018-08-10 21:05:33,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:05:33,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:33,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:33 GMT Server: Apache x-openstack-request-id: req-72e3a205-0801-4131-ad8e-821f5c5e1801 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:05:33,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:33 GMT Server: Apache x-openstack-request-id: req-be06b348-5076-4d4c-89e3-ffad462f5158 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:05:33,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-be06b348-5076-4d4c-89e3-ffad462f5158 2018-08-10 21:05:33,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0745289325714s 2018-08-10 21:05:33,912 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-be06b348-5076-4d4c-89e3-ffad462f5158 2018-08-10 21:05:38,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:38,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:38,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:38 GMT Server: Apache x-openstack-request-id: req-2acb1c4e-a0c5-4f37-bbd3-c087a9942608 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:38,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:38 GMT Server: Apache x-openstack-request-id: req-9eb1bfb2-8673-4f69-a21e-e3c6390e369e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:38,991 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-9eb1bfb2-8673-4f69-a21e-e3c6390e369e 2018-08-10 21:05:38,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732369422913s 2018-08-10 21:05:38,992 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-9eb1bfb2-8673-4f69-a21e-e3c6390e369e 2018-08-10 21:05:43,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:43,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:44,027 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:43 GMT Server: Apache x-openstack-request-id: req-1de58b6a-b19a-41aa-8532-7540d8a8fce4 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:44,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:44 GMT Server: Apache x-openstack-request-id: req-e9227aff-c7b0-49d3-8179-0bb8bcf3ac27 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:44,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-e9227aff-c7b0-49d3-8179-0bb8bcf3ac27 2018-08-10 21:05:44,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738739967346s 2018-08-10 21:05:44,071 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-e9227aff-c7b0-49d3-8179-0bb8bcf3ac27 2018-08-10 21:05:44,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:05:44,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:44,102 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:44 GMT Server: Apache x-openstack-request-id: req-23b48db2-0146-4b0a-88c9-860fd15bc8f4 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:05:44,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:44 GMT Server: Apache x-openstack-request-id: req-cc622672-6b6f-487c-bcfe-5b74a5946d08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:05:44,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-cc622672-6b6f-487c-bcfe-5b74a5946d08 2018-08-10 21:05:44,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074107170105s 2018-08-10 21:05:44,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-cc622672-6b6f-487c-bcfe-5b74a5946d08 2018-08-10 21:05:49,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:49,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:49,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:49 GMT Server: Apache x-openstack-request-id: req-49df1e6c-b001-4c95-a0ec-87827f5d013c Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:49,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:49 GMT Server: Apache x-openstack-request-id: req-e13f6fb0-012f-47af-b34e-1a8eee75e995 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:49,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-e13f6fb0-012f-47af-b34e-1a8eee75e995 2018-08-10 21:05:49,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703060626984s 2018-08-10 21:05:49,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-e13f6fb0-012f-47af-b34e-1a8eee75e995 2018-08-10 21:05:54,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:54,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:54 GMT Server: Apache x-openstack-request-id: req-a376e136-699e-4825-ab79-21561a6543a1 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:54,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:54 GMT Server: Apache x-openstack-request-id: req-f06feaa0-ad23-4b1f-9004-46961c2ff457 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:54,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-f06feaa0-ad23-4b1f-9004-46961c2ff457 2018-08-10 21:05:54,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.09135389328s 2018-08-10 21:05:54,320 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-f06feaa0-ad23-4b1f-9004-46961c2ff457 2018-08-10 21:05:54,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:05:54,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:54,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:54 GMT Server: Apache x-openstack-request-id: req-38cff490-2e4c-472f-ada6-80fd57a9f76e Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:05:54,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:54 GMT Server: Apache x-openstack-request-id: req-d20a37ce-5ec3-47f7-8348-510bad439a0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:05:54,392 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-d20a37ce-5ec3-47f7-8348-510bad439a0d 2018-08-10 21:05:54,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719349384308s 2018-08-10 21:05:54,393 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-d20a37ce-5ec3-47f7-8348-510bad439a0d 2018-08-10 21:05:59,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:05:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:05:59,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:05:59 GMT Server: Apache x-openstack-request-id: req-e74fa7f0-8145-430a-8993-4456d20c6b59 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:05:59,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:05:59 GMT Server: Apache x-openstack-request-id: req-130d0f31-51a8-4cd1-aa3c-0c9590dcca9b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:05:59,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-130d0f31-51a8-4cd1-aa3c-0c9590dcca9b 2018-08-10 21:05:59,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.424622058868s 2018-08-10 21:05:59,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-130d0f31-51a8-4cd1-aa3c-0c9590dcca9b 2018-08-10 21:06:04,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:06:04,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:05,145 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:06:04 GMT Server: Apache x-openstack-request-id: req-f1ad3f0c-8085-4634-a3a1-482b804f60d9 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:06:05,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:05 GMT Server: Apache x-openstack-request-id: req-35326196-ceb0-404b-9eff-4ffcf1c633c2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:06:05,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-35326196-ceb0-404b-9eff-4ffcf1c633c2 2018-08-10 21:06:05,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.653120040894s 2018-08-10 21:06:05,474 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-35326196-ceb0-404b-9eff-4ffcf1c633c2 2018-08-10 21:06:05,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:06:05,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:05,505 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:06:05 GMT Server: Apache x-openstack-request-id: req-c294b076-5f41-4e04-86da-3bd2373a2fec Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:06:05,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:05 GMT Server: Apache x-openstack-request-id: req-5d3f2484-5abc-428d-bca6-e636cd4614a3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:06:05,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-5d3f2484-5abc-428d-bca6-e636cd4614a3 2018-08-10 21:06:05,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073310136795s 2018-08-10 21:06:05,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-5d3f2484-5abc-428d-bca6-e636cd4614a3 2018-08-10 21:06:10,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:06:10,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:10,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:06:10 GMT Server: Apache x-openstack-request-id: req-90feb838-4a83-4dd2-b46e-de430c722e46 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc Content-Length: 559 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-10 21:06:10,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:10 GMT Server: Apache x-openstack-request-id: req-986a2cee-6d7a-4d2b-9112-5015b8457acb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-10T21:06:06Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout/events/7abeb335-38a8-4393-9ca9-1d9c5b104be0", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a987285e-075f-4ee7-ba1b-44f8d171faa2", "id": "7abeb335-38a8-4393-9ca9-1d9c5b104be0"}, {"resource_name": "vellum", "event_time": "2018-08-10T21:06:10Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum/events/a2b51c25-e0c6-4d2e-9286-1218aada6fb6", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a40343f1-7384-4052-9a02-2b7aacbe5472", "id": "a2b51c25-e0c6-4d2e-9286-1218aada6fb6"}, {"resource_name": "dime", "event_time": "2018-08-10T21:06:10Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime/events/2f2df589-d4eb-4db4-9bb5-504a1dd70842", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "827ecbc0-3514-4380-b01e-1fa22f27b45c", "id": "2f2df589-d4eb-4db4-9bb5-504a1dd70842"}]} 2018-08-10 21:06:10,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-986a2cee-6d7a-4d2b-9112-5015b8457acb 2018-08-10 21:06:10,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724360942841s 2018-08-10 21:06:10,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc&marker=2f721a3c-6634-4ba4-bb32-af0e8bebce78&sort_dir=asc used request id req-986a2cee-6d7a-4d2b-9112-5015b8457acb 2018-08-10 21:06:15,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:06:15,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/events?marker=2f2df589-d4eb-4db4-9bb5-504a1dd70842&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:15,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:06:15 GMT Server: Apache x-openstack-request-id: req-2b19efad-5ba9-4047-ac13-354950ba4839 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f2df589-d4eb-4db4-9bb5-504a1dd70842&sort_dir=asc Content-Length: 559 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-10 21:06:15,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:15 GMT Server: Apache x-openstack-request-id: req-1ebcf0aa-0121-4f07-bbd4-d4ef183f39e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-10T21:06:11Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer/events/4db44226-348a-405a-ad2b-9e3161250603", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "0d97cc09-78e1-4cad-8c2c-be41d53218f0", "id": "4db44226-348a-405a-ad2b-9e3161250603"}, {"resource_name": "bono", "event_time": "2018-08-10T21:06:14Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono/events/f9f9e730-1337-4e49-a2f8-8364b666dddc", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "e8c92ef0-830c-4124-808d-ea80a62263a9", "id": "f9f9e730-1337-4e49-a2f8-8364b666dddc"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-10T21:06:14Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv/events/77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "id": "77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18"}]} 2018-08-10 21:06:15,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f2df589-d4eb-4db4-9bb5-504a1dd70842&sort_dir=asc&marker=2f2df589-d4eb-4db4-9bb5-504a1dd70842&sort_dir=asc used request id req-1ebcf0aa-0121-4f07-bbd4-d4ef183f39e7 2018-08-10 21:06:15,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743548870087s 2018-08-10 21:06:15,704 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=2f2df589-d4eb-4db4-9bb5-504a1dd70842&sort_dir=asc&marker=2f2df589-d4eb-4db4-9bb5-504a1dd70842&sort_dir=asc used request id req-1ebcf0aa-0121-4f07-bbd4-d4ef183f39e7 2018-08-10 21:06:15,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:06:15,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:15,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:06:15 GMT Server: Apache x-openstack-request-id: req-f3ed2782-1f79-4a5b-a66a-3beb25df8f24 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 Content-Length: 423 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-10 21:06:15,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:15 GMT Server: Apache x-openstack-request-id: req-5ad8d691-ca85-4453-83c2-12cd3743a72d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 949 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "outputs": [{"output_value": "172.30.9.215", "output_key": "dns_ip", "description": "IP address of DNS"}, {"output_value": "clearwater.opnfv", "output_key": "zone", "description": "DNS zone"}], "template_description": "Clearwater deployment\n"}} 2018-08-10 21:06:15,859 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 used request id req-5ad8d691-ca85-4453-83c2-12cd3743a72d 2018-08-10 21:06:15,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.153140068054s 2018-08-10 21:06:15,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 used request id req-5ad8d691-ca85-4453-83c2-12cd3743a72d 2018-08-10 21:06:15,860 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-10T21:00:48Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'b250d8eb-aad6-4513-bec8-f67e2f327101', 'parameters': Munch({u'OS::project_id': u'53c2540ae07f4383851d2b6667f4d804', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69', u'sprout_cluster_size': u'1', u'private_sig_net_pool_start': u'192.168.1.1', u'zone': u'clearwater.opnfv', u'private_mgmt_net_pool_end': u'192.168.0.253', u'external_mgmt_dns_ip': u'8.8.8.8', u'private_sig_net_cidr': u'192.168.1.0/24', u'external_sig_dns_ip': u'8.8.8.8', u'private_sig_net_gateway': u'192.168.1.254', u'vellum_cluster_size': u'1', u'OS::stack_name': u'clearwater-opnfv', u'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', u'dn_range_length': u'1000', u'private_mgmt_net_cidr': u'192.168.0.0/24', u'private_sig_net_pool_end': u'192.168.1.253', u'dn_range_start': u'6505550000', u'public_sig_net_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'repo_url': u'http://repo.cw-ngv.com/stable', u'homer_cluster_size': u'1', u'private_mgmt_net_gateway': u'192.168.0.254', u'OS::stack_id': u'b250d8eb-aad6-4513-bec8-f67e2f327101', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'2c126cd32ad243da864d7807db9cc5d6', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.215', u'output_key': u'dns_ip', u'description': u'IP address of DNS'}), Munch({u'output_value': u'clearwater.opnfv', u'output_key': u'zone', u'description': u'DNS zone'})], 'stack_owner': None, 'stack_status': u'CREATE_COMPLETE', 'status_reason': u'Stack CREATE completed successfully', 'properties': Munch({u'capabilities': []}), 'template_description': u'Clearwater deployment\n', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-10T21:00:48Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101'}) 2018-08-10 21:06:15,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:06:15,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:16,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-f7b123c1-754e-44cb-9be8-e2a5588fcf85 x-compute-request-id: req-f7b123c1-754e-44cb-9be8-e2a5588fcf85 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:06:16,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f7b123c1-754e-44cb-9be8-e2a5588fcf85 2018-08-10 21:06:16,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442455053329s 2018-08-10 21:06:16,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f7b123c1-754e-44cb-9be8-e2a5588fcf85 2018-08-10 21:06:16,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:06:16,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:16,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-1b3970d2-62d8-43f9-9982-fc7bde6793f8 Date: Fri, 10 Aug 2018 21:06:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["80d23641-9e1f-4435-b940-3b8dff49b854"],"updated_at":"2018-08-10T21:00:57Z","tenant_id":"53c2540ae07f4383851d2b6667f4d804","created_at":"2018-08-10T21:00:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"53c2540ae07f4383851d2b6667f4d804","id":"5c04417e-79c9-4e84-bd5f-94e868a8e6a6","name":"clearwater-opnfv-private-management"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bf14102b-d6ad-4519-bba8-43f03fd0ee95"],"updated_at":"2018-08-10T21:00:56Z","tenant_id":"53c2540ae07f4383851d2b6667f4d804","created_at":"2018-08-10T21:00:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"53c2540ae07f4383851d2b6667f4d804","id":"994d6071-d6d7-4e92-b130-405a9455c164","name":"clearwater-opnfv-private-signaling"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:06:16,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-1b3970d2-62d8-43f9-9982-fc7bde6793f8 2018-08-10 21:06:16,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101328134537s 2018-08-10 21:06:16,417 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-1b3970d2-62d8-43f9-9982-fc7bde6793f8 2018-08-10 21:06:16,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 21:06:16,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:16,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-875dfb81-8517-468d-a095-545d9794d818 Date: Fri, 10 Aug 2018 21:06:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c04417e-79c9-4e84-bd5f-94e868a8e6a6","tenant_id":"53c2540ae07f4383851d2b6667f4d804","created_at":"2018-08-10T21:00:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:00:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.1","end":"192.168.0.253"}],"gateway_ip":"192.168.0.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.0.0/24","project_id":"53c2540ae07f4383851d2b6667f4d804","id":"80d23641-9e1f-4435-b940-3b8dff49b854","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"994d6071-d6d7-4e92-b130-405a9455c164","tenant_id":"53c2540ae07f4383851d2b6667f4d804","created_at":"2018-08-10T21:00:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:00:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.1","end":"192.168.1.253"}],"gateway_ip":"192.168.1.254","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"53c2540ae07f4383851d2b6667f4d804","id":"bf14102b-d6ad-4519-bba8-43f03fd0ee95","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-08-10 21:06:16,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-875dfb81-8517-468d-a095-545d9794d818 2018-08-10 21:06:16,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0461139678955s 2018-08-10 21:06:16,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-875dfb81-8517-468d-a095-545d9794d818 2018-08-10 21:06:16,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:16,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:16,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-80e0f3e4-67df-4517-aefb-e08f815df7c5 x-compute-request-id: req-80e0f3e4-67df-4517-aefb-e08f815df7c5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:16,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-80e0f3e4-67df-4517-aefb-e08f815df7c5 2018-08-10 21:06:16,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243620872498s 2018-08-10 21:06:16,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-80e0f3e4-67df-4517-aefb-e08f815df7c5 2018-08-10 21:06:16,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:16,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:17,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-45967592-a2d1-4742-a2d9-120c42bc63bf x-compute-request-id: req-45967592-a2d1-4742-a2d9-120c42bc63bf Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "72684c8c-a562-4f28-8099-744507676916"}, {"from_port": 2380, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "a7183bea-f5cd-4240-bb0c-0657dcac2893"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a8274b44-b914-4d04-b3fa-fe20a5f50d8b"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc0f2558-76c8-41ca-8cc5-52af1560ebc8"}, {"from_port": 4000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "c7eedc87-42cf-4f84-911e-b22e74bdb0df"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "6f41adf8-1a8f-4ebe-9604-8a3a534d0d20", "ip_range": {}, "id": "629bd80c-0757-447b-8b74-dbf9afb9cc81"}, {"from_port": 5052, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "6f41adf8-1a8f-4ebe-9604-8a3a534d0d20", "ip_range": {}, "id": "c9d766a7-071e-47e8-b332-78637e441b0d"}, {"from_port": 5054, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "6f41adf8-1a8f-4ebe-9604-8a3a534d0d20", "ip_range": {}, "id": "cb04b38f-c5e0-42f9-a231-a3d1f424cde1"}, {"from_port": 9888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "6f41adf8-1a8f-4ebe-9604-8a3a534d0d20", "ip_range": {}, "id": "fecae395-163e-44a2-a342-a1d064049226"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "6f41adf8-1a8f-4ebe-9604-8a3a534d0d20", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "23804afa-3eb7-4754-a73f-a864d1eb1536", "ip_range": {}, "id": "1dfbfc8e-8d91-454d-b9c7-2952bb1090b1"}, {"from_port": 5054, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "23804afa-3eb7-4754-a73f-a864d1eb1536", "ip_range": {}, "id": "d0b139db-c003-4aed-88f0-1942499a24dc"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "23804afa-3eb7-4754-a73f-a864d1eb1536", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-10 21:06:17,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/os-security-groups used request id req-45967592-a2d1-4742-a2d9-120c42bc63bf 2018-08-10 21:06:17,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.04401993752s 2018-08-10 21:06:17,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/os-security-groups used request id req-45967592-a2d1-4742-a2d9-120c42bc63bf 2018-08-10 21:06:17,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:17,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:17,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-a2ad88e5-cf9e-4114-8da3-5c253fd77e7c Date: Fri, 10 Aug 2018 21:06:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:17,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a2ad88e5-cf9e-4114-8da3-5c253fd77e7c 2018-08-10 21:06:17,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315574169159s 2018-08-10 21:06:17,861 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a2ad88e5-cf9e-4114-8da3-5c253fd77e7c 2018-08-10 21:06:17,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:17,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:18,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:17 GMT Server: Apache x-compute-request-id: req-5d90bc82-10fb-41f0-a3d2-19749ce61d73 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5d90bc82-10fb-41f0-a3d2-19749ce61d73 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:18,666 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-5d90bc82-10fb-41f0-a3d2-19749ce61d73 2018-08-10 21:06:18,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.800636053085s 2018-08-10 21:06:18,666 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-5d90bc82-10fb-41f0-a3d2-19749ce61d73 2018-08-10 21:06:20,668 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-10 21:06:20,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:20,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:20,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-efb61c27-00c4-4b0d-9d32-bf0177c61f0a x-compute-request-id: req-efb61c27-00c4-4b0d-9d32-bf0177c61f0a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:20,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-efb61c27-00c4-4b0d-9d32-bf0177c61f0a 2018-08-10 21:06:20,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252630710602s 2018-08-10 21:06:20,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-efb61c27-00c4-4b0d-9d32-bf0177c61f0a 2018-08-10 21:06:20,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:20,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:21,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-d940a03a-db60-4948-9a16-c3302f551537 x-compute-request-id: req-d940a03a-db60-4948-9a16-c3302f551537 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "72684c8c-a562-4f28-8099-744507676916"}, {"from_port": 2380, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "a7183bea-f5cd-4240-bb0c-0657dcac2893"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a8274b44-b914-4d04-b3fa-fe20a5f50d8b"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc0f2558-76c8-41ca-8cc5-52af1560ebc8"}, {"from_port": 4000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "c7eedc87-42cf-4f84-911e-b22e74bdb0df"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "117b3c7e-73ed-4745-9168-99f005bcb7b2"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1fd7e8aa-c473-4b38-a5eb-8476fe9f1044"}, {"from_port": 5058, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {}, "id": "48f5bfdd-7995-428a-aa45-b114d92f8767"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "59050c2b-643a-4502-9294-a0af123297d8"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8887d26b-840b-4231-8630-5502e2600a8a"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "90646f6b-b3a4-4a04-8d33-473db92eb4c0"}, {"from_port": 5058, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {}, "id": "ab5b04a1-29ee-4303-9fd9-25b17b6d900c"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "d0b9adb5-092b-4180-9ae7-06e2ca69b548"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "c3c1ea65-564f-45b4-ac71-2d627ff3beab", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-10 21:06:21,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/os-security-groups used request id req-d940a03a-db60-4948-9a16-c3302f551537 2018-08-10 21:06:21,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.387234926224s 2018-08-10 21:06:21,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/os-security-groups used request id req-d940a03a-db60-4948-9a16-c3302f551537 2018-08-10 21:06:21,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:21,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:21,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-8977fd00-36de-460d-bed3-1effad43db1d Date: Fri, 10 Aug 2018 21:06:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:21,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-8977fd00-36de-460d-bed3-1effad43db1d 2018-08-10 21:06:21,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314207077026s 2018-08-10 21:06:21,407 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-8977fd00-36de-460d-bed3-1effad43db1d 2018-08-10 21:06:21,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:21,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:22,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:21 GMT Server: Apache x-compute-request-id: req-099b036c-c9a7-4ffa-bf97-31bec841293d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-099b036c-c9a7-4ffa-bf97-31bec841293d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:22,321 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-099b036c-c9a7-4ffa-bf97-31bec841293d 2018-08-10 21:06:22,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.909352064133s 2018-08-10 21:06:22,322 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-099b036c-c9a7-4ffa-bf97-31bec841293d 2018-08-10 21:06:22,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:22,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:22,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-2720972f-3ddc-4d72-975f-462cdea5f970 x-compute-request-id: req-2720972f-3ddc-4d72-975f-462cdea5f970 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:22,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-2720972f-3ddc-4d72-975f-462cdea5f970 2018-08-10 21:06:22,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240750312805s 2018-08-10 21:06:22,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-2720972f-3ddc-4d72-975f-462cdea5f970 2018-08-10 21:06:22,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:22,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:23,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-88773f82-00b9-4eea-8fe3-ee7b2da13de5 x-compute-request-id: req-88773f82-00b9-4eea-8fe3-ee7b2da13de5 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "72684c8c-a562-4f28-8099-744507676916"}, {"from_port": 2380, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "a7183bea-f5cd-4240-bb0c-0657dcac2893"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a8274b44-b914-4d04-b3fa-fe20a5f50d8b"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc0f2558-76c8-41ca-8cc5-52af1560ebc8"}, {"from_port": 4000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "c7eedc87-42cf-4f84-911e-b22e74bdb0df"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "35507a4e-b552-4a5a-b6e0-c491c1b34cf3", "ip_range": {}, "id": "d8e4fada-6ea0-4608-b512-a7d9df58de8b"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "35507a4e-b552-4a5a-b6e0-c491c1b34cf3", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "ae61ec22-6971-4e1f-8c37-d90b4dd70019", "ip_range": {}, "id": "6cbdfdbf-6ab8-4801-b88a-614c33303741"}, {"from_port": 10888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "ae61ec22-6971-4e1f-8c37-d90b4dd70019", "ip_range": {}, "id": "8a4b89c3-e58a-42f5-93aa-654d67e9d7c7"}, {"from_port": 8888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "ae61ec22-6971-4e1f-8c37-d90b4dd70019", "ip_range": {}, "id": "c4fa0303-e000-4291-ba12-c7c27097ebd1"}, {"from_port": 8888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "ae61ec22-6971-4e1f-8c37-d90b4dd70019", "ip_range": {}, "id": "d2cc723c-9944-4c28-9210-4169b6cc89d7"}, {"from_port": 10888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "ae61ec22-6971-4e1f-8c37-d90b4dd70019", "ip_range": {}, "id": "f1d0d12c-5096-407c-bc00-b59931c87827"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "ae61ec22-6971-4e1f-8c37-d90b4dd70019", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-10 21:06:23,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/os-security-groups used request id req-88773f82-00b9-4eea-8fe3-ee7b2da13de5 2018-08-10 21:06:23,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.31635403633s 2018-08-10 21:06:23,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/os-security-groups used request id req-88773f82-00b9-4eea-8fe3-ee7b2da13de5 2018-08-10 21:06:23,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:23,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:23,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-99a9cd96-f28a-4496-9a9e-36274db0404e Date: Fri, 10 Aug 2018 21:06:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:23,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-99a9cd96-f28a-4496-9a9e-36274db0404e 2018-08-10 21:06:23,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0506269931793s 2018-08-10 21:06:23,723 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-99a9cd96-f28a-4496-9a9e-36274db0404e 2018-08-10 21:06:23,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:23,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:24,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:23 GMT Server: Apache x-compute-request-id: req-bebd0038-ec26-40d3-9f05-76f19098d801 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bebd0038-ec26-40d3-9f05-76f19098d801 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:24,481 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-bebd0038-ec26-40d3-9f05-76f19098d801 2018-08-10 21:06:24,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.753714084625s 2018-08-10 21:06:24,481 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-bebd0038-ec26-40d3-9f05-76f19098d801 2018-08-10 21:06:26,483 - shade - DEBUG - The cloud returned multiple addresses, and none of them seem to work. That might be what you wanted, but we have no clue what's going on, so we just picked one at random 2018-08-10 21:06:26,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:26,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:26,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-92011204-c82f-486b-b83d-adf47167b8c3 x-compute-request-id: req-92011204-c82f-486b-b83d-adf47167b8c3 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:26,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-92011204-c82f-486b-b83d-adf47167b8c3 2018-08-10 21:06:26,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0277860164642s 2018-08-10 21:06:26,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-92011204-c82f-486b-b83d-adf47167b8c3 2018-08-10 21:06:26,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:26,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:27,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-1b701498-609a-4a9b-ab41-b2b593e4e79d x-compute-request-id: req-1b701498-609a-4a9b-ab41-b2b593e4e79d Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "72684c8c-a562-4f28-8099-744507676916"}, {"from_port": 2380, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "a7183bea-f5cd-4240-bb0c-0657dcac2893"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a8274b44-b914-4d04-b3fa-fe20a5f50d8b"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc0f2558-76c8-41ca-8cc5-52af1560ebc8"}, {"from_port": 4000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "c7eedc87-42cf-4f84-911e-b22e74bdb0df"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "2bf2c6d2-ea1c-40fa-acd5-828bb7d63b89", "ip_range": {}, "id": "05fd9d1f-ad2e-4033-87b1-b16c5c2910a5"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "2bf2c6d2-ea1c-40fa-acd5-828bb7d63b89", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "29115911-e264-49df-87ab-c6b4cab8a0b6"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "2bf2c6d2-ea1c-40fa-acd5-828bb7d63b89", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "b5860f16-dcfb-4678-b416-7fe963abd304", "ip_range": {}, "id": "022ebe51-81aa-4986-ae5c-ed68d53fd024"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "b5860f16-dcfb-4678-b416-7fe963abd304", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "2b39ed87-c07c-4f10-a58b-a2e22ae7a285"}, {"from_port": 9160, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "b5860f16-dcfb-4678-b416-7fe963abd304", "ip_range": {}, "id": "805440d6-cc4f-453a-badd-364c10bdc6d9"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "b5860f16-dcfb-4678-b416-7fe963abd304", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-10 21:06:27,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831/os-security-groups used request id req-1b701498-609a-4a9b-ab41-b2b593e4e79d 2018-08-10 21:06:27,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.709407091141s 2018-08-10 21:06:27,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831/os-security-groups used request id req-1b701498-609a-4a9b-ab41-b2b593e4e79d 2018-08-10 21:06:27,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:27,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:27,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-f6300bf7-2e57-4b98-b7cd-0814a47c04ed Date: Fri, 10 Aug 2018 21:06:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:27,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f6300bf7-2e57-4b98-b7cd-0814a47c04ed 2018-08-10 21:06:27,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.036395072937s 2018-08-10 21:06:27,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-f6300bf7-2e57-4b98-b7cd-0814a47c04ed 2018-08-10 21:06:27,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:27,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:28,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:27 GMT Server: Apache x-compute-request-id: req-fdd41bd0-f5bb-4237-8ab9-529ed6c1183a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fdd41bd0-f5bb-4237-8ab9-529ed6c1183a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:28,015 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-fdd41bd0-f5bb-4237-8ab9-529ed6c1183a 2018-08-10 21:06:28,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.743093013763s 2018-08-10 21:06:28,015 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-fdd41bd0-f5bb-4237-8ab9-529ed6c1183a 2018-08-10 21:06:28,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:28,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:28,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-a6012c52-1045-49ab-90ad-0fd72cf41252 x-compute-request-id: req-a6012c52-1045-49ab-90ad-0fd72cf41252 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:28,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-a6012c52-1045-49ab-90ad-0fd72cf41252 2018-08-10 21:06:28,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.028361082077s 2018-08-10 21:06:28,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-a6012c52-1045-49ab-90ad-0fd72cf41252 2018-08-10 21:06:28,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:28,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:29,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-878353c2-a8b2-455f-b480-4e090e481985 x-compute-request-id: req-878353c2-a8b2-455f-b480-4e090e481985 Content-Encoding: gzip Content-Length: 917 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "72684c8c-a562-4f28-8099-744507676916"}, {"from_port": 2380, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "a7183bea-f5cd-4240-bb0c-0657dcac2893"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a8274b44-b914-4d04-b3fa-fe20a5f50d8b"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc0f2558-76c8-41ca-8cc5-52af1560ebc8"}, {"from_port": 4000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "c7eedc87-42cf-4f84-911e-b22e74bdb0df"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "2a7727b0-5cab-4676-89d4-7230f660084f", "ip_range": {}, "id": "1ebbfa1d-9339-4f67-aa05-32ffcc4f6062"}, {"from_port": 9160, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "2a7727b0-5cab-4676-89d4-7230f660084f", "ip_range": {}, "id": "1ebc85ef-14f3-49b9-aff6-24d04f300689"}, {"from_port": 7253, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "2a7727b0-5cab-4676-89d4-7230f660084f", "ip_range": {}, "id": "55d7562a-43f9-48eb-95d0-be7c1c9ff1f2"}, {"from_port": 11311, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "2a7727b0-5cab-4676-89d4-7230f660084f", "ip_range": {}, "id": "88f20bba-3408-4659-a29f-91c82c096be5"}, {"from_port": 9160, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "2a7727b0-5cab-4676-89d4-7230f660084f", "ip_range": {}, "id": "c72992c4-f05c-4ee1-a33a-6154487c911f"}, {"from_port": 11311, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "2a7727b0-5cab-4676-89d4-7230f660084f", "ip_range": {}, "id": "ee372152-6219-4472-ac86-ac6f2f379411"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "2a7727b0-5cab-4676-89d4-7230f660084f", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "c713e693-d8c1-4b4a-9647-0b3d13310142", "ip_range": {}, "id": "44e4fea0-a657-4000-b783-69089d64f92e"}, {"from_port": 7253, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "c713e693-d8c1-4b4a-9647-0b3d13310142", "ip_range": {}, "id": "959b0356-a306-49a4-b745-a5c4292c40da"}, {"from_port": 11211, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "c713e693-d8c1-4b4a-9647-0b3d13310142", "ip_range": {}, "id": "f889e769-90d3-434a-b2f5-0a4128ea2e1a"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "c713e693-d8c1-4b4a-9647-0b3d13310142", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-10 21:06:29,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e/os-security-groups used request id req-878353c2-a8b2-455f-b480-4e090e481985 2018-08-10 21:06:29,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.05339002609s 2018-08-10 21:06:29,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e/os-security-groups used request id req-878353c2-a8b2-455f-b480-4e090e481985 2018-08-10 21:06:29,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:29,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:29,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-394dd2b5-1b9b-47b3-bc4c-4e41d38d3f77 Date: Fri, 10 Aug 2018 21:06:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:29,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-394dd2b5-1b9b-47b3-bc4c-4e41d38d3f77 2018-08-10 21:06:29,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0422220230103s 2018-08-10 21:06:29,152 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-394dd2b5-1b9b-47b3-bc4c-4e41d38d3f77 2018-08-10 21:06:29,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:29,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:30,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:29 GMT Server: Apache x-compute-request-id: req-86e11d64-e2e5-46f8-8a49-f7a925237ac4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86e11d64-e2e5-46f8-8a49-f7a925237ac4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:30,051 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-86e11d64-e2e5-46f8-8a49-f7a925237ac4 2018-08-10 21:06:30,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.895827054977s 2018-08-10 21:06:30,052 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-86e11d64-e2e5-46f8-8a49-f7a925237ac4 2018-08-10 21:06:30,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:30,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:30,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-d666bab0-91bf-4672-913d-4d069e6d9549 x-compute-request-id: req-d666bab0-91bf-4672-913d-4d069e6d9549 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:30,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-d666bab0-91bf-4672-913d-4d069e6d9549 2018-08-10 21:06:30,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226819515228s 2018-08-10 21:06:30,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-d666bab0-91bf-4672-913d-4d069e6d9549 2018-08-10 21:06:30,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:30,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:30,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-4032aa70-7a8a-4e86-bac4-c4a80a6868bf x-compute-request-id: req-4032aa70-7a8a-4e86-bac4-c4a80a6868bf Content-Encoding: gzip Content-Length: 585 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "72684c8c-a562-4f28-8099-744507676916"}, {"from_port": 2380, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "a7183bea-f5cd-4240-bb0c-0657dcac2893"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a8274b44-b914-4d04-b3fa-fe20a5f50d8b"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bc0f2558-76c8-41ca-8cc5-52af1560ebc8"}, {"from_port": 4000, "group": {"tenant_id": "53c2540ae07f4383851d2b6667f4d804", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "ip_range": {}, "id": "c7eedc87-42cf-4f84-911e-b22e74bdb0df"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "f50ee43a-7fab-49e8-a746-06b8226cc0c3", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "98dc3c07-2f9e-45e8-8667-769cfa2ceb4a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "138dab54-72ca-4ea0-ac4a-156b3928a54f"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "98dc3c07-2f9e-45e8-8667-769cfa2ceb4a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "43b384cd-dff8-4095-9315-807fb93dccea"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "98dc3c07-2f9e-45e8-8667-769cfa2ceb4a", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-10 21:06:30,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab/os-security-groups used request id req-4032aa70-7a8a-4e86-bac4-c4a80a6868bf 2018-08-10 21:06:30,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.426231861115s 2018-08-10 21:06:30,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab/os-security-groups used request id req-4032aa70-7a8a-4e86-bac4-c4a80a6868bf 2018-08-10 21:06:30,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:30,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:30,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-527674a7-94bc-4e63-8e35-99f1bc1904ec Date: Fri, 10 Aug 2018 21:06:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:30,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-527674a7-94bc-4e63-8e35-99f1bc1904ec 2018-08-10 21:06:30,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352790355682s 2018-08-10 21:06:30,546 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-527674a7-94bc-4e63-8e35-99f1bc1904ec 2018-08-10 21:06:30,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:30,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:31,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:30 GMT Server: Apache x-compute-request-id: req-a15a9f7b-0180-4d2a-9cd8-1f1a32cc6944 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a15a9f7b-0180-4d2a-9cd8-1f1a32cc6944 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:31,472 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-a15a9f7b-0180-4d2a-9cd8-1f1a32cc6944 2018-08-10 21:06:31,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.92328619957s 2018-08-10 21:06:31,473 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-a15a9f7b-0180-4d2a-9cd8-1f1a32cc6944 2018-08-10 21:06:31,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:06:31,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:31,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7182bf6-f182-4ab5-ac86-51e52b2aeba0 x-compute-request-id: req-b7182bf6-f182-4ab5-ac86-51e52b2aeba0 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}]} 2018-08-10 21:06:31,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-b7182bf6-f182-4ab5-ac86-51e52b2aeba0 2018-08-10 21:06:31,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239839553833s 2018-08-10 21:06:31,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-b7182bf6-f182-4ab5-ac86-51e52b2aeba0 2018-08-10 21:06:31,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-10 21:06:31,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae/os-security-groups -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:32,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-151ae2ab-394b-4bab-b80d-9d612e4a6c8f x-compute-request-id: req-151ae2ab-394b-4bab-b80d-9d612e4a6c8f Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5a3abcd6-f683-43b3-a372-38d48efa3701"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "70dc010c-16f3-4aba-b887-e0cc110ffad2"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "79342ed5-d3c6-4be8-8978-6ce04864dcbc"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9c8eafab-7745-44f5-a6d6-5d27c6ce5224"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5a3abcd6-f683-43b3-a372-38d48efa3701"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "70dc010c-16f3-4aba-b887-e0cc110ffad2"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "79342ed5-d3c6-4be8-8978-6ce04864dcbc"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9c8eafab-7745-44f5-a6d6-5d27c6ce5224"}], "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "id": "fec22b94-e82f-4042-aed7-140c4a6ddc7a", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-10 21:06:32,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae/os-security-groups used request id req-151ae2ab-394b-4bab-b80d-9d612e4a6c8f 2018-08-10 21:06:32,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.663414955139s 2018-08-10 21:06:32,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae/os-security-groups used request id req-151ae2ab-394b-4bab-b80d-9d612e4a6c8f 2018-08-10 21:06:32,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:06:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:32,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-d1f0c901-634e-4ab7-a391-d3a9ec7527b6 Date: Fri, 10 Aug 2018 21:06:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:00:32Z", "file": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3/file", "owner": "53c2540ae07f4383851d2b6667f4d804", "id": "2da55911-65da-4860-8c13-a1cb96519ef3", "size": 263062016, "self": "/v2/images/2da55911-65da-4860-8c13-a1cb96519ef3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/2da55911-65da-4860-8c13-a1cb96519ef3/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:00:27Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:06:32,204 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d1f0c901-634e-4ab7-a391-d3a9ec7527b6 2018-08-10 21:06:32,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.034373998642s 2018-08-10 21:06:32,204 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-d1f0c901-634e-4ab7-a391-d3a9ec7527b6 2018-08-10 21:06:32,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-10 21:06:32,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:32,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:32 GMT Server: Apache x-compute-request-id: req-53b0ac25-714e-4e47-852b-1577590f69a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-53b0ac25-714e-4e47-852b-1577590f69a8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-10 21:06:32,934 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-53b0ac25-714e-4e47-852b-1577590f69a8 2018-08-10 21:06:32,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.726626157761s 2018-08-10 21:06:32,935 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.31:8776/v3/53c2540ae07f4383851d2b6667f4d804/volumes/detail used request id req-53b0ac25-714e-4e47-852b-1577590f69a8 2018-08-10 21:06:32,935 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - servers: [Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:79:20:da', u'version': 4, u'addr': u'192.168.1.32', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:12:1b:dc', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:12:1b:dc', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:06:02.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'0049cf08-15dc-4d09-b05f-d9d6f7e17977', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'6f41adf8-1a8f-4ebe-9604-8a3a534d0d20', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'629bd80c-0757-447b-8b74-dbf9afb9cc81'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'6f41adf8-1a8f-4ebe-9604-8a3a534d0d20', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'c9d766a7-071e-47e8-b332-78637e441b0d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'6f41adf8-1a8f-4ebe-9604-8a3a534d0d20', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'cb04b38f-c5e0-42f9-a231-a3d1f424cde1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'6f41adf8-1a8f-4ebe-9604-8a3a534d0d20', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'fecae395-163e-44a2-a342-a1d064049226'})], 'id': u'6f41adf8-1a8f-4ebe-9604-8a3a534d0d20', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'23804afa-3eb7-4754-a73f-a864d1eb1536', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'1dfbfc8e-8d91-454d-b9c7-2952bb1090b1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'23804afa-3eb7-4754-a73f-a864d1eb1536', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd0b139db-c003-4aed-88f0-1942499a24dc'})], 'id': u'23804afa-3eb7-4754-a73f-a864d1eb1536', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.202', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.202', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.202', 'launched_at': u'2018-08-10T21:06:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:06:02Z', 'hostId': u'4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1', '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-10T21:06:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:05:35Z', 'created': u'2018-08-10T21:05:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:f1:94', u'version': 4, u'addr': u'192.168.1.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c5:f1:94', u'version': 4, u'addr': u'172.30.9.219', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:af:4a:19', u'version': 4, u'addr': u'192.168.0.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:af:4a:19', u'version': 4, u'addr': u'172.30.9.204', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:06:10.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'127bdfa3-dc9a-463e-8cfa-bc799f7c9633', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'117b3c7e-73ed-4745-9168-99f005bcb7b2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'1fd7e8aa-c473-4b38-a5eb-8476fe9f1044'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'48f5bfdd-7995-428a-aa45-b114d92f8767'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'59050c2b-643a-4502-9294-a0af123297d8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'8887d26b-840b-4231-8630-5502e2600a8a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'90646f6b-b3a4-4a04-8d33-473db92eb4c0'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'ab5b04a1-29ee-4303-9fd9-25b17b6d900c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'd0b9adb5-092b-4180-9ae7-06e2ca69b548'})], 'id': u'c3c1ea65-564f-45b4-ac71-2d627ff3beab', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.219', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.219', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.219', 'launched_at': u'2018-08-10T21:06:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:06:10Z', 'hostId': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.1.5', 'cloud': 'envvars', 'host_id': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', '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-10T21:06:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:05:35Z', 'created': u'2018-08-10T21:05:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:11:d0:0f', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:44:11:2d', u'version': 4, u'addr': u'192.168.0.7', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:44:11:2d', u'version': 4, u'addr': u'172.30.9.212', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:06:05.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'eae58c74-5843-47f9-b003-743efe89e656', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'35507a4e-b552-4a5a-b6e0-c491c1b34cf3', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'd8e4fada-6ea0-4608-b512-a7d9df58de8b'})], 'id': u'35507a4e-b552-4a5a-b6e0-c491c1b34cf3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'ae61ec22-6971-4e1f-8c37-d90b4dd70019', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'6cbdfdbf-6ab8-4801-b88a-614c33303741'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'ae61ec22-6971-4e1f-8c37-d90b4dd70019', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'8a4b89c3-e58a-42f5-93aa-654d67e9d7c7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'ae61ec22-6971-4e1f-8c37-d90b4dd70019', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'c4fa0303-e000-4291-ba12-c7c27097ebd1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'ae61ec22-6971-4e1f-8c37-d90b4dd70019', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd2cc723c-9944-4c28-9210-4169b6cc89d7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'ae61ec22-6971-4e1f-8c37-d90b4dd70019', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'f1d0d12c-5096-407c-bc00-b59931c87827'})], 'id': u'ae61ec22-6971-4e1f-8c37-d90b4dd70019', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.212', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.212', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.212', 'launched_at': u'2018-08-10T21:06:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:06:06Z', 'hostId': u'4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.0.7', 'cloud': 'envvars', 'host_id': u'4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1', '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-10T21:06:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:05:35Z', 'created': u'2018-08-10T21:05:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:52:2e:e2', u'version': 4, u'addr': u'192.168.1.11', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:52:2e:e2', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:0e:19', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:0e:19', u'version': 4, u'addr': u'172.30.9.217', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:06:07.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'84546476-7e1b-4188-bc59-d96e56119831', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'2bf2c6d2-ea1c-40fa-acd5-828bb7d63b89', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'05fd9d1f-ad2e-4033-87b1-b16c5c2910a5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'2bf2c6d2-ea1c-40fa-acd5-828bb7d63b89', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'29115911-e264-49df-87ab-c6b4cab8a0b6'})], 'id': u'2bf2c6d2-ea1c-40fa-acd5-828bb7d63b89', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'b5860f16-dcfb-4678-b416-7fe963abd304', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'022ebe51-81aa-4986-ae5c-ed68d53fd024'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'b5860f16-dcfb-4678-b416-7fe963abd304', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'2b39ed87-c07c-4f10-a58b-a2e22ae7a285'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'b5860f16-dcfb-4678-b416-7fe963abd304', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'805440d6-cc4f-453a-badd-364c10bdc6d9'})], 'id': u'b5860f16-dcfb-4678-b416-7fe963abd304', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.201', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.201', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.201', 'launched_at': u'2018-08-10T21:06:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:06:08Z', 'hostId': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.1.11', 'cloud': 'envvars', 'host_id': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', '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-10T21:06:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:05:34Z', 'created': u'2018-08-10T21:05:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bd:b4:07', u'version': 4, u'addr': u'192.168.1.6', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:e5:68', u'version': 4, u'addr': u'192.168.0.15', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:26:e5:68', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:06:05.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'8f654dfd-cd16-485b-b808-73f1b903470e', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'1ebbfa1d-9339-4f67-aa05-32ffcc4f6062'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'1ebc85ef-14f3-49b9-aff6-24d04f300689'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'55d7562a-43f9-48eb-95d0-be7c1c9ff1f2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'88f20bba-3408-4659-a29f-91c82c096be5'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'c72992c4-f05c-4ee1-a33a-6154487c911f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'ee372152-6219-4472-ac86-ac6f2f379411'})], 'id': u'2a7727b0-5cab-4676-89d4-7230f660084f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'c713e693-d8c1-4b4a-9647-0b3d13310142', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'44e4fea0-a657-4000-b783-69089d64f92e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'c713e693-d8c1-4b4a-9647-0b3d13310142', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'959b0356-a306-49a4-b745-a5c4292c40da'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'c713e693-d8c1-4b4a-9647-0b3d13310142', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'f889e769-90d3-434a-b2f5-0a4128ea2e1a'})], 'id': u'c713e693-d8c1-4b4a-9647-0b3d13310142', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.211', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.211', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.211', 'launched_at': u'2018-08-10T21:06:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:06:06Z', 'hostId': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.0.15', 'cloud': 'envvars', 'host_id': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', '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-10T21:06:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:05:34Z', 'created': u'2018-08-10T21:05:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:9d:f2', u'version': 4, u'addr': u'192.168.0.25', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:9d:f2', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:05:16.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'3157b876-2c85-4d0e-80bd-5182af5844ab', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'98dc3c07-2f9e-45e8-8667-769cfa2ceb4a', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'138dab54-72ca-4ea0-ac4a-156b3928a54f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'98dc3c07-2f9e-45e8-8667-769cfa2ceb4a', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'43b384cd-dff8-4095-9315-807fb93dccea'})], 'id': u'98dc3c07-2f9e-45e8-8667-769cfa2ceb4a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.206', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.206', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.206', 'launched_at': u'2018-08-10T21:05:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:05:16Z', 'hostId': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.0.25', 'cloud': 'envvars', 'host_id': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', '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-10T21:05:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:03:31Z', 'created': u'2018-08-10T21:03:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4c:8a:64', u'version': 4, u'addr': u'192.168.1.9', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:ed:b6', u'version': 4, u'addr': u'192.168.0.16', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:ed:b6', u'version': 4, u'addr': u'172.30.9.215', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:03:17.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'80154e83-14cc-44af-89b2-4d8b28b06eae', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'5a3abcd6-f683-43b3-a372-38d48efa3701'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'70dc010c-16f3-4aba-b887-e0cc110ffad2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'79342ed5-d3c6-4be8-8978-6ce04864dcbc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'9c8eafab-7745-44f5-a6d6-5d27c6ce5224'})], 'id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'5a3abcd6-f683-43b3-a372-38d48efa3701'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'70dc010c-16f3-4aba-b887-e0cc110ffad2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'79342ed5-d3c6-4be8-8978-6ce04864dcbc'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'9c8eafab-7745-44f5-a6d6-5d27c6ce5224'})], 'id': u'fec22b94-e82f-4042-aed7-140c4a6ddc7a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.215', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.215', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.215', 'launched_at': u'2018-08-10T21:03:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:03:17Z', 'hostId': u'4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.0.16', 'cloud': 'envvars', 'host_id': u'4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1', '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-10T21:03:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:01:32Z', 'created': u'2018-08-10T21:01:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-10 21:06:32,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:06:32,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:33,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-e2f4edac-3655-4617-9f6a-3144f50c347b x-compute-request-id: req-e2f4edac-3655-4617-9f6a-3144f50c347b Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:06:33,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e2f4edac-3655-4617-9f6a-3144f50c347b 2018-08-10 21:06:33,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520212888718s 2018-08-10 21:06:33,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e2f4edac-3655-4617-9f6a-3144f50c347b 2018-08-10 21:06:33,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:06:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:06:33,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06: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-744eaa1c-de64-4eb2-8002-93d84d5557eb x-compute-request-id: req-744eaa1c-de64-4eb2-8002-93d84d5557eb Content-Encoding: gzip Content-Length: 13421 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\n"} 2018-08-10 21:06:33,606 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-744eaa1c-de64-4eb2-8002-93d84d5557eb 2018-08-10 21:06:33,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.129618167877s 2018-08-10 21:06:33,608 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-744eaa1c-de64-4eb2-8002-93d84d5557eb 2018-08-10 21:06:33,608 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] 2018-08-10 21:06:33,611 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:06:43,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:06:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:44,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-694fb4f5-8f7b-4c7a-b95e-50b929aafd4c x-compute-request-id: req-694fb4f5-8f7b-4c7a-b95e-50b929aafd4c Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:06:44,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-694fb4f5-8f7b-4c7a-b95e-50b929aafd4c 2018-08-10 21:06:44,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05327105522s 2018-08-10 21:06:44,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-694fb4f5-8f7b-4c7a-b95e-50b929aafd4c 2018-08-10 21:06:44,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:06:44,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:06:44,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:06: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-cf1b1e64-2c1e-4968-a4c4-bb8c07ee33e2 x-compute-request-id: req-cf1b1e64-2c1e-4968-a4c4-bb8c07ee33e2 Content-Encoding: gzip Content-Length: 14834 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 9s (5961 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\n"} 2018-08-10 21:06:44,753 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-cf1b1e64-2c1e-4968-a4c4-bb8c07ee33e2 2018-08-10 21:06:44,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0791552066803s 2018-08-10 21:06:44,755 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-cf1b1e64-2c1e-4968-a4c4-bb8c07ee33e2 2018-08-10 21:06:44,756 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 9s (5961 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... 2018-08-10 21:06:44,758 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:06:54,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:06:54,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:06:56,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-22827e3c-e6a0-46ec-a377-8af9a881ca8a x-compute-request-id: req-22827e3c-e6a0-46ec-a377-8af9a881ca8a Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:06:56,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-22827e3c-e6a0-46ec-a377-8af9a881ca8a 2018-08-10 21:06:56,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36646509171s 2018-08-10 21:06:56,128 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-22827e3c-e6a0-46ec-a377-8af9a881ca8a 2018-08-10 21:06:56,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:06:56,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:06:56,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-c9211ff2-db9d-4e6b-a293-59c59c04e107 x-compute-request-id: req-c9211ff2-db9d-4e6b-a293-59c59c04e107 Content-Encoding: gzip Content-Length: 15903 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 9s (5961 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\n"} 2018-08-10 21:06:56,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-c9211ff2-db9d-4e6b-a293-59c59c04e107 2018-08-10 21:06:56,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0813171863556s 2018-08-10 21:06:56,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-c9211ff2-db9d-4e6b-a293-59c59c04e107 2018-08-10 21:06:56,221 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 9s (5961 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... 2018-08-10 21:06:56,224 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:07:06,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:07:06,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:07:06,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-e7c27324-75eb-476a-b0c6-3ab926eb9519 x-compute-request-id: req-e7c27324-75eb-476a-b0c6-3ab926eb9519 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:07:06,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e7c27324-75eb-476a-b0c6-3ab926eb9519 2018-08-10 21:07:06,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506544113159s 2018-08-10 21:07:06,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e7c27324-75eb-476a-b0c6-3ab926eb9519 2018-08-10 21:07:06,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:07:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:07:06,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-b29c6c8c-af29-4766-9fb7-19c6d993b9e3 x-compute-request-id: req-b29c6c8c-af29-4766-9fb7-19c6d993b9e3 Content-Encoding: gzip Content-Length: 17206 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 9s (5961 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8263\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8361\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8369\nclearwater-socket-factory-sig start/running, process 8377\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n........................................................................................+++\n...................................................................................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-base (1.0-180328.134516) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n"} 2018-08-10 21:07:06,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-b29c6c8c-af29-4766-9fb7-19c6d993b9e3 2018-08-10 21:07:06,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0831809043884s 2018-08-10 21:07:06,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-b29c6c8c-af29-4766-9fb7-19c6d993b9e3 2018-08-10 21:07:06,835 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 9s (5961 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8263 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8361 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8369 clearwater-socket-factory-sig start/running, process 8377 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ........................................................................................+++ ...................................................................................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-base (1.0-180328.134516) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq 2018-08-10 21:07:06,838 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:07:16,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:07:16,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:07:17,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-e60b21f5-59d4-464f-83d5-323046e9c19d x-compute-request-id: req-e60b21f5-59d4-464f-83d5-323046e9c19d Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:07:17,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e60b21f5-59d4-464f-83d5-323046e9c19d 2018-08-10 21:07:17,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627690076828s 2018-08-10 21:07:17,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e60b21f5-59d4-464f-83d5-323046e9c19d 2018-08-10 21:07:17,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:07:17,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:07:17,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-37a53c71-7966-448d-be65-915c84291500 x-compute-request-id: req-37a53c71-7966-448d-be65-915c84291500 Content-Encoding: gzip Content-Length: 17848 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 9s (5961 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8263\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8361\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8369\nclearwater-socket-factory-sig start/running, process 8377\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n........................................................................................+++\n...................................................................................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-base (1.0-180328.134516) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-180328.134516) ...\nSetting up sprout-mmtel-as (1.0-180328.134516) ...\nSetting up sprout-scscf (1.0-180328.134516) ...\nSetting up sprout-icscf (1.0-180328.134516) ...\nSetting up sprout (1.0-180328.134516) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (13.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\n"} 2018-08-10 21:07:17,611 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-37a53c71-7966-448d-be65-915c84291500 2018-08-10 21:07:17,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.12642788887s 2018-08-10 21:07:17,614 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-37a53c71-7966-448d-be65-915c84291500 2018-08-10 21:07:17,614 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 9s (5961 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8263 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8361 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8369 clearwater-socket-factory-sig start/running, process 8377 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ........................................................................................+++ ...................................................................................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-base (1.0-180328.134516) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-180328.134516) ... Setting up sprout-mmtel-as (1.0-180328.134516) ... Setting up sprout-scscf (1.0-180328.134516) ... Setting up sprout-icscf (1.0-180328.134516) ... Setting up sprout (1.0-180328.134516) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (13.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip 2018-08-10 21:07:17,618 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:07:27,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:07:27,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:07:28,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-f42e1c0e-ffef-4e07-9a0c-1a069b328623 x-compute-request-id: req-f42e1c0e-ffef-4e07-9a0c-1a069b328623 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:07:28,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f42e1c0e-ffef-4e07-9a0c-1a069b328623 2018-08-10 21:07:28,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.821573972702s 2018-08-10 21:07:28,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f42e1c0e-ffef-4e07-9a0c-1a069b328623 2018-08-10 21:07:28,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:07:28,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:07:28,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-89750372-3e81-4474-97db-ef86ac87a751 x-compute-request-id: req-89750372-3e81-4474-97db-ef86ac87a751 Content-Encoding: gzip Content-Length: 18950 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 9s (5961 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8263\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8361\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8369\nclearwater-socket-factory-sig start/running, process 8377\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n........................................................................................+++\n...................................................................................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-base (1.0-180328.134516) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-180328.134516) ...\nSetting up sprout-mmtel-as (1.0-180328.134516) ...\nSetting up sprout-scscf (1.0-180328.134516) ...\nSetting up sprout-icscf (1.0-180328.134516) ...\nSetting up sprout (1.0-180328.134516) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (13.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n"} 2018-08-10 21:07:28,564 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-89750372-3e81-4474-97db-ef86ac87a751 2018-08-10 21:07:28,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.110176086426s 2018-08-10 21:07:28,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-89750372-3e81-4474-97db-ef86ac87a751 2018-08-10 21:07:28,567 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 9s (5961 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8263 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8361 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8369 clearwater-socket-factory-sig start/running, process 8377 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ........................................................................................+++ ...................................................................................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-base (1.0-180328.134516) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-180328.134516) ... Setting up sprout-mmtel-as (1.0-180328.134516) ... Setting up sprout-scscf (1.0-180328.134516) ... Setting up sprout-icscf (1.0-180328.134516) ... Setting up sprout (1.0-180328.134516) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (13.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq 2018-08-10 21:07:28,570 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:07:38,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:07:38,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:07:39,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-4b6291ca-6cc3-4c29-98cd-db9b723ab4e8 x-compute-request-id: req-4b6291ca-6cc3-4c29-98cd-db9b723ab4e8 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:07:39,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4b6291ca-6cc3-4c29-98cd-db9b723ab4e8 2018-08-10 21:07:39,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527422904968s 2018-08-10 21:07:39,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4b6291ca-6cc3-4c29-98cd-db9b723ab4e8 2018-08-10 21:07:39,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:07:39,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:07:39,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-fec9d518-55f4-439e-a735-5b24641a2f84 x-compute-request-id: req-fec9d518-55f4-439e-a735-5b24641a2f84 Content-Encoding: gzip Content-Length: 20014 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.009086] Yama: becoming mindful.\n[ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017871] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021107] Initializing cgroup subsys freezer\n[ 0.022212] Initializing cgroup subsys blkio\n[ 0.023270] Initializing cgroup subsys perf_event\n[ 0.024004] Initializing cgroup subsys hugetlb\n[ 0.025152] CPU: Physical Processor ID: 0\n[ 0.026223] FEATURE SPEC_CTRL Not Present\n[ 0.028686] mce: CPU supports 10 MCE banks\n[ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.035373] Speculative Store Bypass: Vulnerable\n[ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041757] ACPI: Core revision 20131115\n[ 0.043212] ACPI: All ACPI Tables successfully acquired\n[ 0.044281] ftrace: allocating 28727 entries in 113 pages\n[ 0.064286] Enabling x2apic\n[ 0.065119] Enabled x2apic\n[ 0.068004] Switched APIC routing to physical x2apic.\n[ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081057] KVM setup paravirtual spinlock\n[ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084156] x86: Booting SMP configuration:\n[ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100019] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104335] devtmpfs: initialized\n[ 0.106125] EVM: security.selinux\n[ 0.107006] EVM: security.SMACK64\n[ 0.108007] EVM: security.ima\n[ 0.108792] EVM: security.capability\n[ 0.109736] pinctrl core: initialized pinctrl subsystem\n[ 0.110145] regulator-dummy: no parameters\n[ 0.112063] RTC time: 21:06:04, date: 08/10/18\n[ 0.113180] NET: Registered protocol family 16\n[ 0.114366] cpuidle: using governor ladder\n[ 0.115381] cpuidle: using governor menu\n[ 0.116080] ACPI: bus type PCI registered\n[ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.118655] PCI: Using configuration type 1 for base access\n[ 0.120514] bio: create slab at 0\n[ 0.121057] ACPI: Added _OSI(Module Device)\n[ 0.121101] ACPI: Added _OSI(Processor Device)\n[ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.124003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.126738] ACPI: Interpreter enabled\n[ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.137364] ACPI: (supports S0 S5)\n[ 0.138073] ACPI: Using IOAPIC for interrupt routing\n[ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.140194] ACPI: No dock devices found.\n[ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148226] acpiphp: Slot [3] registered\n[ 0.149050] acpiphp: Slot [4] registered\n[ 0.149871] acpiphp: Slot [5] registered\n[ 0.150680] acpiphp: Slot [6] registered\n[ 0.151489] acpiphp: Slot [7] registered\n[ 0.152020] acpiphp: Slot [8] registered\n[ 0.152824] acpiphp: Slot [9] registered\n[ 0.153650] acpiphp: Slot [10] registered\n[ 0.154586] acpiphp: Slot [11] registered\n[ 0.155635] acpiphp: Slot [12] registered\n[ 0.156025] acpiphp: Slot [13] registered\n[ 0.157061] acpiphp: Slot [14] registered\n[ 0.158077] acpiphp: Slot [15] registered\n[ 0.159090] acpiphp: Slot [16] registered\n[ 0.160038] acpiphp: Slot [17] registered\n[ 0.161049] acpiphp: Slot [18] registered\n[ 0.162077] acpiphp: Slot [19] registered\n[ 0.163097] acpiphp: Slot [20] registered\n[ 0.164019] acpiphp: Slot [21] registered\n[ 0.165027] acpiphp: Slot [22] registered\n[ 0.166035] acpiphp: Slot [23] registered\n[ 0.167255] acpiphp: Slot [24] registered\n[ 0.168019] acpiphp: Slot [25] registered\n[ 0.169024] acpiphp: Slot [26] registered\n[ 0.170034] acpiphp: Slot [27] registered\n[ 0.171043] acpiphp: Slot [28] registered\n[ 0.172019] acpiphp: Slot [29] registered\n[ 0.173019] acpiphp: Slot [30] registered\n[ 0.174011] acpiphp: Slot [31] registered\n[ 0.175037] PCI host bridge to bus 0000:00\n[ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228613] vgaarb: bridge control possible 0000:00:02.0\n[ 0.229840] SCSI subsystem initialized\n[ 0.230743] ACPI: bus type USB registered\n[ 0.230743] usbcore: registered new interface driver usbfs\n[ 0.232012] usbcore: registered new interface driver hub\n[ 0.233077] usbcore: registered new device driver usb\n[ 0.233077] PCI: Using ACPI for IRQ routing\n[ 0.233134] NetLabel: Initializing\n[ 0.236006] NetLabel: domain hash size = 128\n[ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.237894] NetLabel: unlabeled traffic allowed by default\n[ 0.238966] Switched to clocksource kvm-clock\n[ 0.243625] AppArmor: AppArmor Filesystem Enabled\n[ 0.244599] pnp: PnP ACPI init\n[ 0.245280] ACPI: bus type PNP registered\n[ 0.246489] pnp: PnP ACPI: found 8 devices\n[ 0.247322] ACPI: bus type PNP unregistered\n[ 0.254246] NET: Registered protocol family 2\n[ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.258339] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.259645] TCP: reno registered\n[ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262776] NET: Registered protocol family 1\n[ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.309663] Trying to unpack rootfs image as initramfs...\n[ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.408981] Scanning for low memory corruption every 60 seconds\n[ 0.410392] Initialise system trusted keyring\n[ 0.411318] audit: initializing netlink socket (disabled)\n[ 0.412364] type=2000 audit(1533935164.714:1): initialized\n[ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433552] zbud: loaded\n[ 0.434332] VFS: Disk quotas dquot_6.5.2\n[ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.436620] fuse init (API version 7.22)\n[ 0.437473] msgmni has been set to 3997\n[ 0.438300] Key type big_key registered\n[ 0.439326] Key type asymmetric registered\n[ 0.440162] Asymmetric key parser 'x509' registered\n[ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.442607] io scheduler noop registered\n[ 0.443415] io scheduler deadline registered (default)\n[ 0.444438] io scheduler cfq registered\n[ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.447614] ipmi message handler version 39.2\n[ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.450068] ACPI: Power Button [PWRF]\n[ 0.450906] GHES: HEST is not enabled!\n[ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.565904] Linux agpgart interface v0.103\n[ 0.567507] brd: module loaded\n[ 0.568550] loop: module loaded\n[ 0.569504] blk-mq: CPU -> queue map\n[ 0.570251] CPU 0 -> Queue 0\n[ 0.570893] CPU 1 -> Queue 0\n[ 0.571988] vda: vda1\n[ 0.573331] scsi0 : ata_piix\n[ 0.574232] scsi1 : ata_piix\n[ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.578580] libphy: Fixed MDIO Bus: probed\n[ 0.579855] tun: Universal TUN/TAP device driver, 1.6\n[ 0.581128] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.583958] PPP generic driver version 2.4.2\n[ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.586435] ehci-pci: EHCI PCI platform driver\n[ 0.587544] ehci-platform: EHCI generic platform driver\n[ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590090] ohci-pci: OHCI PCI platform driver\n[ 0.590997] ohci-platform: OHCI generic platform driver\n[ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.620562] usb usb1: Product: UHCI Host Controller\n[ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.622688] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.623711] hub 1-0:1.0: USB hub found\n[ 0.624506] hub 1-0:1.0: 2 ports detected\n[ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.629670] mousedev: PS/2 mouse device common for all mice\n[ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.632729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.636362] device-mapper: uevent: version 1.0.3\n[ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.640207] TCP: cubic registered\n[ 0.640979] NET: Registered protocol family 10\n[ 0.642059] NET: Registered protocol family 17\n[ 0.642950] Key type dns_resolver registered\n[ 0.643958] Loading compiled-in X.509 certificates\n[ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.647223] registered taskstats version 1\n[ 0.656489] Key type trusted registered\n[ 0.659721] Key type encrypted registered\n[ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661603] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.663063] regulator-dummy: disabling\n[ 0.663900] Magic number: 14:57:146\n[ 0.664672] hub 1-0:1.0: hash matches\n[ 0.665471] acpi device:17: hash matches\n[ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164)\n[ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669389] EDD information not available.\n[ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734795] Write protecting the kernel read-only data: 12288k\n[ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.751709] systemd-udevd[107]: starting version 204\n[ 0.792439] FDC 0 is a S82078B\n[ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.104711] usb 1-1: Product: QEMU USB Tablet\n[ 1.105758] usb 1-1: Manufacturer: QEMU\n[ 1.106728] usb 1-1: SerialNumber: 42\n[ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz\n[ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.128920] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds.\ncloud-init-nonet[3.47]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.23]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:79:20:da |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| . . o |\n| S o oE= |\n| . =oo.|\n| o++o|\n| +=O|\n| *X=|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| o |\n| + + S o |\n| . = + * o |\n| o = = = |\n| ..oE. = . |\n| ...+ .o.o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| . |\n|.o o . |\n|= + .. |\n|o+o + o.S |\n|o* *.B.. |\n|= o .E= |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .=ooE. |\n| . o |\n| . o |\n| . . |\n| S = |\n| .B B |\n| o.X o |\n| ..* . |\n| +.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping Flush boot log to disk[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.7 MB in 8s (1427 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging\n clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg\n sprout-mmtel-as-dbg sprout-scscf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq\n dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++\n g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl\n libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1\n libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0\n libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3\n libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8\n libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25\n libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1\n libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp\n python-chardet-whl python-colorama python-colorama-whl python-distlib\n python-distlib-whl python-html5lib python-html5lib-whl python-pip\n python-pip-whl python-requests-whl python-setuptools python-setuptools-whl\n python-six-whl python-urllib3-whl python-virtualenv python-wheel\n python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf\n sprout-libs sprout-mmtel-as sprout-scscf sysstat\n0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 9s (5961 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ...\nUnpacking clearwater-monit (5.18-180322.170159) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-180328.114312) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.8) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ...\nUnpacking clearwater-nginx (1.0-180322.165850) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-180328.114312) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-180328.114312) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.3) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-libs (1.0-180328.134516) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-base (1.0-180328.134516) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-scscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-icscf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-bgcf (1.0-180328.134516) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-180328.134516) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-180328.134516_amd64.deb ...\nUnpacking sprout (1.0-180328.134516) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-tcp-scalability (1.0-180328.114312) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nSetting up sprout-libs (1.0-180328.134516) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-180328.114312) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8263\nreload: Unknown job: clearwater-monit\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8361\nSetting up clearwater-log-cleanup (1.0-180328.114312) ...\nSetting up clearwater-socket-factory (1.0-180328.114312) ...\nclearwater-socket-factory-mgmt start/running, process 8369\nclearwater-socket-factory-sig start/running, process 8377\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-180328.114312) ...\nSetting up clearwater-nginx (1.0-180322.165850) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n........................................................................................+++\n...................................................................................+++\nunable to write 'random state'\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nunable to write 'random state'\nAdding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx'\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-base (1.0-180328.134516) ...\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up sprout-bgcf (1.0-180328.134516) ...\nSetting up sprout-mmtel-as (1.0-180328.134516) ...\nSetting up sprout-scscf (1.0-180328.134516) ...\nSetting up sprout-icscf (1.0-180328.134516) ...\nSetting up sprout (1.0-180328.134516) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-queue-manager python-jsonschema python-mock\nSuggested packages:\n python-mock-doc\nThe following NEW packages will be installed:\n clearwater-cluster-manager clearwater-config-manager clearwater-etcd\n clearwater-management clearwater-queue-manager python-jsonschema python-mock\n0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 2s (13.2 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.32\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n++ ip2rr 192.168.1.32\n++ echo 192.168.1.32\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.32\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 (DSA)\nec2: 256 e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 (ECDSA)\nec2: 256 ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 (ED25519)\nec2: 2048 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCJVaGJ/UGe1lTmhKi1eydzgXGalmhMPykCwr8R9Ep+mN3wlnL4RB2dpAVnrcratO8nFa6Ei44oG691OR62n0Hs= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILtsZFXl5xQRfXGSfNfZcAViEDVLBd9jlvYdxSpSJJqY root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDASVvVD6l8dwaMlZVpCiYLng0SufB4XGFLmPXlbMVPqZWEx5zQTSnjhzTtfVDVU0bIcpxPwU3JWKsOir7zQFw8kggUY3S1DfgJWZ/XBqfTiiz0uTcEFKaROd2pefAc3q2+uS13INlmLCvAW9Kxk9BHYSSN9reuIoo4CjaZwezJi3dMglXJnbHfIfzexj7OaVajmGrQE1FeodS91nqqVuQJL7w10SlJsGEV1Sa9QSAMB2bCsCy515d9zDQ+0tzsrWF6vTJXyklr3LwRKSyiNm8O8njSGw0OuJZTTFzS4EaIxfQJE+Pe/4qlI1Z81y8iU0OyQBTkY47U46sMA8orVoYV root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:07:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 85.49 seconds\n"} 2018-08-10 21:07:39,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-fec9d518-55f4-439e-a735-5b24641a2f84 2018-08-10 21:07:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109402179718s 2018-08-10 21:07:39,229 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977/action used request id req-fec9d518-55f4-439e-a735-5b24641a2f84 2018-08-10 21:07:39,229 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.009086] Yama: becoming mindful. [ 0.010184] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015592] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017871] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021107] Initializing cgroup subsys freezer [ 0.022212] Initializing cgroup subsys blkio [ 0.023270] Initializing cgroup subsys perf_event [ 0.024004] Initializing cgroup subsys hugetlb [ 0.025152] CPU: Physical Processor ID: 0 [ 0.026223] FEATURE SPEC_CTRL Not Present [ 0.028686] mce: CPU supports 10 MCE banks [ 0.029740] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.029740] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033504] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.035373] Speculative Store Bypass: Vulnerable [ 0.036319] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041757] ACPI: Core revision 20131115 [ 0.043212] ACPI: All ACPI Tables successfully acquired [ 0.044281] ftrace: allocating 28727 entries in 113 pages [ 0.064286] Enabling x2apic [ 0.065119] Enabled x2apic [ 0.068004] Switched APIC routing to physical x2apic. [ 0.070127] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.074570] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081057] KVM setup paravirtual spinlock [ 0.083381] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084156] x86: Booting SMP configuration: [ 0.085276] .... node #0, CPUs: #1[ 0.083347] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100019] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.103285] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104335] devtmpfs: initialized [ 0.106125] EVM: security.selinux [ 0.107006] EVM: security.SMACK64 [ 0.108007] EVM: security.ima [ 0.108792] EVM: security.capability [ 0.109736] pinctrl core: initialized pinctrl subsystem [ 0.110145] regulator-dummy: no parameters [ 0.112063] RTC time: 21:06:04, date: 08/10/18 [ 0.113180] NET: Registered protocol family 16 [ 0.114366] cpuidle: using governor ladder [ 0.115381] cpuidle: using governor menu [ 0.116080] ACPI: bus type PCI registered [ 0.117078] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.118655] PCI: Using configuration type 1 for base access [ 0.120514] bio: create slab at 0 [ 0.121057] ACPI: Added _OSI(Module Device) [ 0.121101] ACPI: Added _OSI(Processor Device) [ 0.122173] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.124003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.126738] ACPI: Interpreter enabled [ 0.127727] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.129477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.132005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.135566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.137364] ACPI: (supports S0 S5) [ 0.138073] ACPI: Using IOAPIC for interrupt routing [ 0.139034] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.140194] ACPI: No dock devices found. [ 0.142856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.146461] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148226] acpiphp: Slot [3] registered [ 0.149050] acpiphp: Slot [4] registered [ 0.149871] acpiphp: Slot [5] registered [ 0.150680] acpiphp: Slot [6] registered [ 0.151489] acpiphp: Slot [7] registered [ 0.152020] acpiphp: Slot [8] registered [ 0.152824] acpiphp: Slot [9] registered [ 0.153650] acpiphp: Slot [10] registered [ 0.154586] acpiphp: Slot [11] registered [ 0.155635] acpiphp: Slot [12] registered [ 0.156025] acpiphp: Slot [13] registered [ 0.157061] acpiphp: Slot [14] registered [ 0.158077] acpiphp: Slot [15] registered [ 0.159090] acpiphp: Slot [16] registered [ 0.160038] acpiphp: Slot [17] registered [ 0.161049] acpiphp: Slot [18] registered [ 0.162077] acpiphp: Slot [19] registered [ 0.163097] acpiphp: Slot [20] registered [ 0.164019] acpiphp: Slot [21] registered [ 0.165027] acpiphp: Slot [22] registered [ 0.166035] acpiphp: Slot [23] registered [ 0.167255] acpiphp: Slot [24] registered [ 0.168019] acpiphp: Slot [25] registered [ 0.169024] acpiphp: Slot [26] registered [ 0.170034] acpiphp: Slot [27] registered [ 0.171043] acpiphp: Slot [28] registered [ 0.172019] acpiphp: Slot [29] registered [ 0.173019] acpiphp: Slot [30] registered [ 0.174011] acpiphp: Slot [31] registered [ 0.175037] PCI host bridge to bus 0000:00 [ 0.176007] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.177293] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.178749] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.180007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.181497] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.182762] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.190575] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.192011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.218179] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.219718] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.220692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.222149] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.223577] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224581] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225970] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225970] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228613] vgaarb: bridge control possible 0000:00:02.0 [ 0.229840] SCSI subsystem initialized [ 0.230743] ACPI: bus type USB registered [ 0.230743] usbcore: registered new interface driver usbfs [ 0.232012] usbcore: registered new interface driver hub [ 0.233077] usbcore: registered new device driver usb [ 0.233077] PCI: Using ACPI for IRQ routing [ 0.233134] NetLabel: Initializing [ 0.236006] NetLabel: domain hash size = 128 [ 0.236877] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.237894] NetLabel: unlabeled traffic allowed by default [ 0.238966] Switched to clocksource kvm-clock [ 0.243625] AppArmor: AppArmor Filesystem Enabled [ 0.244599] pnp: PnP ACPI init [ 0.245280] ACPI: bus type PNP registered [ 0.246489] pnp: PnP ACPI: found 8 devices [ 0.247322] ACPI: bus type PNP unregistered [ 0.254246] NET: Registered protocol family 2 [ 0.255352] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.256900] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.258339] TCP: Hash tables configured (established 16384 bind 16384) [ 0.259645] TCP: reno registered [ 0.260358] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261516] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262776] NET: Registered protocol family 1 [ 0.263671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264794] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265892] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.309663] Trying to unpack rootfs image as initramfs... [ 0.403221] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.405022] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406124] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407282] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.408981] Scanning for low memory corruption every 60 seconds [ 0.410392] Initialise system trusted keyring [ 0.411318] audit: initializing netlink socket (disabled) [ 0.412364] type=2000 audit(1533935164.714:1): initialized [ 0.431696] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433552] zbud: loaded [ 0.434332] VFS: Disk quotas dquot_6.5.2 [ 0.435167] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.436620] fuse init (API version 7.22) [ 0.437473] msgmni has been set to 3997 [ 0.438300] Key type big_key registered [ 0.439326] Key type asymmetric registered [ 0.440162] Asymmetric key parser 'x509' registered [ 0.441117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.442607] io scheduler noop registered [ 0.443415] io scheduler deadline registered (default) [ 0.444438] io scheduler cfq registered [ 0.445286] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446346] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.447614] ipmi message handler version 39.2 [ 0.448532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.450068] ACPI: Power Button [PWRF] [ 0.450906] GHES: HEST is not enabled! [ 0.472917] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.515968] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538214] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.539839] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.563788] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.565904] Linux agpgart interface v0.103 [ 0.567507] brd: module loaded [ 0.568550] loop: module loaded [ 0.569504] blk-mq: CPU -> queue map [ 0.570251] CPU 0 -> Queue 0 [ 0.570893] CPU 1 -> Queue 0 [ 0.571988] vda: vda1 [ 0.573331] scsi0 : ata_piix [ 0.574232] scsi1 : ata_piix [ 0.575082] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.576724] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.578580] libphy: Fixed MDIO Bus: probed [ 0.579855] tun: Universal TUN/TAP device driver, 1.6 [ 0.581128] tun: (C) 1999-2004 Max Krasnyansky [ 0.583958] PPP generic driver version 2.4.2 [ 0.584893] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.586435] ehci-pci: EHCI PCI platform driver [ 0.587544] ehci-platform: EHCI generic platform driver [ 0.588887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590090] ohci-pci: OHCI PCI platform driver [ 0.590997] ohci-platform: OHCI generic platform driver [ 0.592020] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614149] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615210] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616741] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.617885] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.620562] usb usb1: Product: UHCI Host Controller [ 0.621508] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.622688] usb usb1: SerialNumber: 0000:00:01.2 [ 0.623711] hub 1-0:1.0: USB hub found [ 0.624506] hub 1-0:1.0: 2 ports detected [ 0.625465] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.627599] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.628568] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.629670] mousedev: PS/2 mouse device common for all mice [ 0.630977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.632729] rtc_cmos 00:00: RTC can wake from S4 [ 0.633878] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635101] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.636362] device-mapper: uevent: version 1.0.3 [ 0.637323] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs [ 0.640207] TCP: cubic registered [ 0.640979] NET: Registered protocol family 10 [ 0.642059] NET: Registered protocol family 17 [ 0.642950] Key type dns_resolver registered [ 0.643958] Loading compiled-in X.509 certificates [ 0.645430] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.647223] registered taskstats version 1 [ 0.656489] Key type trusted registered [ 0.659721] Key type encrypted registered [ 0.660567] AppArmor: AppArmor sha1 policy hashing enabled [ 0.661603] IMA: No TPM chip found, activating TPM-bypass! [ 0.663063] regulator-dummy: disabling [ 0.663900] Magic number: 14:57:146 [ 0.664672] hub 1-0:1.0: hash matches [ 0.665471] acpi device:17: hash matches [ 0.666356] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:04 UTC (1533935164) [ 0.668184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669389] EDD information not available. [ 0.733201] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734795] Write protecting the kernel read-only data: 12288k [ 0.736346] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.738976] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.751709] systemd-udevd[107]: starting version 204 [ 0.792439] FDC 0 is a S82078B [ 0.936043] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.101462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.103083] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.104711] usb 1-1: Product: QEMU USB Tablet [ 1.105758] usb 1-1: Manufacturer: QEMU [ 1.106728] usb 1-1: SerialNumber: 42 [ 1.404073] tsc: Refined TSC clocksource calibration: 3491.861 MHz [ 1.812981] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.046277] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.128920] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235707] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:07 +0000. Up 3.33 seconds. cloud-init-nonet[3.47]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.23]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:08 +0000. Up 4.41 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:79:20:da | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:12:1b:dc | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | . . o | | S o oE= | | . =oo.| | o++o| | +=O| | *X=| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | o | | + + S o | | . = + * o | | o = = = | | ..oE. = . | | ...+ .o.o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | . | |.o o . | |= + .. | |o+o + o.S | |o* *.B.. | |= o .E= | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | .=ooE. | | . o | | . o | | . . | | S = | | .B B | | o.X o | | ..* . | | +.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping Flush boot log to disk[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:06:12 +0000. Up 8.45 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:06:13 +0000. Up 9.46 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: 100 3149 100 3149 0 0 11914 0 --:--:-- --:--:-- --:--:-- 11928 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.7 MB in 8s (1427 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python3-setuptools sprout-dbg clearwater-logging clearwater-snmp-alarm-agent sprout-bgcf-dbg sprout-icscf-dbg sprout-mmtel-as-dbg sprout-scscf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-locale1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libboost-thread1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libquadmath0 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-utils libxpm4 libxslt1.1 libzmq3 linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python3-pkg-resources realpath sprout sprout-base sprout-bgcf sprout-icscf sprout-libs sprout-mmtel-as sprout-scscf sysstat 0 upgraded, 105 newly installed, 0 to remove and 3 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:26 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:29 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 9s (5961 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-180328.114312_amd64.deb ... Unpacking clearwater-infrastructure (1.0-180328.114312) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-180322.170159_amd64.deb ... Unpacking clearwater-monit (5.18-180322.170159) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-180328.114312_all.deb ... Unpacking clearwater-diags-monitor (1.0-180328.114312) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-180328.114312_all.deb ... Unpacking clearwater-log-cleanup (1.0-180328.114312) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.8) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.8) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-180322.165850_all.deb ... Unpacking clearwater-nginx (1.0-180322.165850) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-180328.114312_amd64.deb ... Unpacking clearwater-socket-factory (1.0-180328.114312) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-180328.114312_all.deb ... Unpacking clearwater-tcp-scalability (1.0-180328.114312) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-180328.134516_amd64.deb ... Unpacking sprout-libs (1.0-180328.134516) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-180328.134516_amd64.deb ... Unpacking sprout-base (1.0-180328.134516) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-scscf (1.0-180328.134516) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-180328.134516_amd64.deb ... Unpacking sprout-icscf (1.0-180328.134516) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-180328.134516_amd64.deb ... Unpacking sprout-bgcf (1.0-180328.134516) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-180328.134516_amd64.deb ... Unpacking sprout-mmtel-as (1.0-180328.134516) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-180328.134516_amd64.deb ... Unpacking sprout (1.0-180328.134516) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.8) ... Setting up clearwater-tcp-scalability (1.0-180328.114312) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Setting up sprout-libs (1.0-180328.134516) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-180328.114312) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8263 reload: Unknown job: clearwater-monit Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8361 Setting up clearwater-log-cleanup (1.0-180328.114312) ... Setting up clearwater-socket-factory (1.0-180328.114312) ... clearwater-socket-factory-mgmt start/running, process 8369 clearwater-socket-factory-sig start/running, process 8377 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-180328.114312) ... Setting up clearwater-nginx (1.0-180322.165850) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ........................................................................................+++ ...................................................................................+++ unable to write 'random state' writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key unable to write 'random state' Adding 'diversion of /etc/init.d/nginx to /etc/init.d/nginx.clearwater-orig by clearwater-nginx' Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-base (1.0-180328.134516) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up sprout-bgcf (1.0-180328.134516) ... Setting up sprout-mmtel-as (1.0-180328.134516) ... Setting up sprout-scscf (1.0-180328.134516) ... Setting up sprout-icscf (1.0-180328.134516) ... Setting up sprout (1.0-180328.134516) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-queue-manager python-jsonschema python-mock Suggested packages: python-mock-doc The following NEW packages will be installed: clearwater-cluster-manager clearwater-config-manager clearwater-etcd clearwater-management clearwater-queue-manager python-jsonschema python-mock 0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 2s (13.2 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.32 ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 ++ ip2rr 192.168.1.32 ++ echo 192.168.1.32 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.32 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 1b:67:eb:ea:c5:b9:00:7e:03:d8:62:9f:86:a3:3f:67 root@sprout-0 (DSA) ec2: 256 e8:cc:1c:a2:98:93:70:b7:a4:21:b4:24:6e:65:fd:ca root@sprout-0 (ECDSA) ec2: 256 ef:16:b6:3c:72:65:3c:83:87:f3:50:08:c5:03:55:14 root@sprout-0 (ED25519) ec2: 2048 9d:d7:4e:86:1f:bb:db:dd:2e:6d:69:ee:99:95:38:07 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCJVaGJ/UGe1lTmhKi1eydzgXGalmhMPykCwr8R9Ep+mN3wlnL4RB2dpAVnrcratO8nFa6Ei44oG691OR62n0Hs= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILtsZFXl5xQRfXGSfNfZcAViEDVLBd9jlvYdxSpSJJqY root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDASVvVD6l8dwaMlZVpCiYLng0SufB4XGFLmPXlbMVPqZWEx5zQTSnjhzTtfVDVU0bIcpxPwU3JWKsOir7zQFw8kggUY3S1DfgJWZ/XBqfTiiz0uTcEFKaROd2pefAc3q2+uS13INlmLCvAW9Kxk9BHYSSN9reuIoo4CjaZwezJi3dMglXJnbHfIfzexj7OaVajmGrQE1FeodS91nqqVuQJL7w10SlJsGEV1Sa9QSAMB2bCsCy515d9zDQ+0tzsrWF6vTJXyklr3LwRKSyiNm8O8njSGw0OuJZTTFzS4EaIxfQJE+Pe/4qlI1Z81y8iU0OyQBTkY47U46sMA8orVoYV root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:07:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 85.49 seconds 2018-08-10 21:07:39,233 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:07:39,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:07:39,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:07:40,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-49d7fef7-3d0b-4ce4-9ed3-a894857dff12 x-compute-request-id: req-49d7fef7-3d0b-4ce4-9ed3-a894857dff12 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:07:40,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-49d7fef7-3d0b-4ce4-9ed3-a894857dff12 2018-08-10 21:07:40,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.804879903793s 2018-08-10 21:07:40,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-49d7fef7-3d0b-4ce4-9ed3-a894857dff12 2018-08-10 21:07:40,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:07:40,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:07:40,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:07: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-62e3d387-6009-45c9-a9e4-f17d2fefed68 x-compute-request-id: req-62e3d387-6009-45c9-a9e4-f17d2fefed68 Content-Encoding: gzip Content-Length: 8576 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n"} 2018-08-10 21:07:40,120 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-62e3d387-6009-45c9-a9e4-f17d2fefed68 2018-08-10 21:07:40,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0723259449005s 2018-08-10 21:07:40,121 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-62e3d387-6009-45c9-a9e4-f17d2fefed68 2018-08-10 21:07:40,121 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 2018-08-10 21:07:40,121 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:07:50,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:07:50,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:07:50,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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,Accept-Encoding x-openstack-request-id: req-97b0d019-1038-43aa-b884-ab35b55e80ed x-compute-request-id: req-97b0d019-1038-43aa-b884-ab35b55e80ed Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:07:50,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-97b0d019-1038-43aa-b884-ab35b55e80ed 2018-08-10 21:07:50,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536741018295s 2018-08-10 21:07:50,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-97b0d019-1038-43aa-b884-ab35b55e80ed 2018-08-10 21:07:50,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:07:50,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:07:50,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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,Accept-Encoding x-openstack-request-id: req-ee6c1b01-5961-4c2e-9a69-bc9be7e5d314 x-compute-request-id: req-ee6c1b01-5961-4c2e-9a69-bc9be7e5d314 Content-Encoding: gzip Content-Length: 9640 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: "} 2018-08-10 21:07:50,774 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-ee6c1b01-5961-4c2e-9a69-bc9be7e5d314 2018-08-10 21:07:50,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.102755069733s 2018-08-10 21:07:50,775 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-ee6c1b01-5961-4c2e-9a69-bc9be7e5d314 2018-08-10 21:07:50,775 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 2018-08-10 21:07:50,777 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:08:00,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:08:00,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:08:01,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08: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-6e0c443d-6db5-497f-b655-464dfdd4d840 x-compute-request-id: req-6e0c443d-6db5-497f-b655-464dfdd4d840 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:08:01,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6e0c443d-6db5-497f-b655-464dfdd4d840 2018-08-10 21:08:01,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.857404947281s 2018-08-10 21:08:01,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6e0c443d-6db5-497f-b655-464dfdd4d840 2018-08-10 21:08:01,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:08:01,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:08:01,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-9d0ccd10-bb99-4e0c-8ee3-658c19e90fb1 x-compute-request-id: req-9d0ccd10-bb99-4e0c-8ee3-658c19e90fb1 Content-Encoding: gzip Content-Length: 9640 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: "} 2018-08-10 21:08:01,718 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-9d0ccd10-bb99-4e0c-8ee3-658c19e90fb1 2018-08-10 21:08:01,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0719921588898s 2018-08-10 21:08:01,719 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-9d0ccd10-bb99-4e0c-8ee3-658c19e90fb1 2018-08-10 21:08:01,720 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 2018-08-10 21:08:01,721 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:08:11,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:08:11,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:08:12,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-9185024d-dda6-4298-81d0-09058cc484fc x-compute-request-id: req-9185024d-dda6-4298-81d0-09058cc484fc Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:08:12,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9185024d-dda6-4298-81d0-09058cc484fc 2018-08-10 21:08:12,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.76769900322s 2018-08-10 21:08:12,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-9185024d-dda6-4298-81d0-09058cc484fc 2018-08-10 21:08:12,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:08:12,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:08:12,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08: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-8f9975b3-b796-49da-aa89-cfb80bd3f61c x-compute-request-id: req-8f9975b3-b796-49da-aa89-cfb80bd3f61c Content-Encoding: gzip Content-Length: 9640 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: "} 2018-08-10 21:08:12,583 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-8f9975b3-b796-49da-aa89-cfb80bd3f61c 2018-08-10 21:08:12,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0749580860138s 2018-08-10 21:08:12,584 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-8f9975b3-b796-49da-aa89-cfb80bd3f61c 2018-08-10 21:08:12,584 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 2018-08-10 21:08:12,586 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:08:22,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:08:22,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:08:23,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08: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-daca2a3c-be6f-45ad-99e2-4e79d2165132 x-compute-request-id: req-daca2a3c-be6f-45ad-99e2-4e79d2165132 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:08:23,664 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-daca2a3c-be6f-45ad-99e2-4e79d2165132 2018-08-10 21:08:23,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06671714783s 2018-08-10 21:08:23,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-daca2a3c-be6f-45ad-99e2-4e79d2165132 2018-08-10 21:08:23,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:08:23,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:08:23,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08: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-6ca0cfd6-f039-4680-846c-fb6b60db81df x-compute-request-id: req-6ca0cfd6-f039-4680-846c-fb6b60db81df Content-Encoding: gzip Content-Length: 9640 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: "} 2018-08-10 21:08:23,746 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-6ca0cfd6-f039-4680-846c-fb6b60db81df 2018-08-10 21:08:23,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0743429660797s 2018-08-10 21:08:23,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-6ca0cfd6-f039-4680-846c-fb6b60db81df 2018-08-10 21:08:23,747 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: 2018-08-10 21:08:23,748 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:08:33,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:08:33,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:08:34,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-485c0976-bc27-41fc-818f-2f26e2cc25ec x-compute-request-id: req-485c0976-bc27-41fc-818f-2f26e2cc25ec Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:08:34,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-485c0976-bc27-41fc-818f-2f26e2cc25ec 2018-08-10 21:08:34,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808136940002s 2018-08-10 21:08:34,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-485c0976-bc27-41fc-818f-2f26e2cc25ec 2018-08-10 21:08:34,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:08:34,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:08:34,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-582f47cd-b008-49df-9d15-3047bc97c7ea x-compute-request-id: req-582f47cd-b008-49df-9d15-3047bc97c7ea Content-Encoding: gzip Content-Length: 9702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-10 21:08:34,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-582f47cd-b008-49df-9d15-3047bc97c7ea 2018-08-10 21:08:34,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0755150318146s 2018-08-10 21:08:34,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-582f47cd-b008-49df-9d15-3047bc97c7ea 2018-08-10 21:08:34,652 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-10 21:08:34,654 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:08:44,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:08:44,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:08:45,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-64fcf7b5-7010-4c33-9812-dc4750295a2c x-compute-request-id: req-64fcf7b5-7010-4c33-9812-dc4750295a2c Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:08:45,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-64fcf7b5-7010-4c33-9812-dc4750295a2c 2018-08-10 21:08:45,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.970320940018s 2018-08-10 21:08:45,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-64fcf7b5-7010-4c33-9812-dc4750295a2c 2018-08-10 21:08:45,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:08:45,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:08:45,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08: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-af940086-2ad6-4f19-85e0-ac63b130065a x-compute-request-id: req-af940086-2ad6-4f19-85e0-ac63b130065a Content-Encoding: gzip Content-Length: 9702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-10 21:08:45,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-af940086-2ad6-4f19-85e0-ac63b130065a 2018-08-10 21:08:45,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107525110245s 2018-08-10 21:08:45,752 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-af940086-2ad6-4f19-85e0-ac63b130065a 2018-08-10 21:08:45,752 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-10 21:08:45,754 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:08:55,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:08:55,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:08:56,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08: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-da3573ef-e263-4eb2-9991-62041813882d x-compute-request-id: req-da3573ef-e263-4eb2-9991-62041813882d Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:08:56,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-da3573ef-e263-4eb2-9991-62041813882d 2018-08-10 21:08:56,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707973003387s 2018-08-10 21:08:56,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-da3573ef-e263-4eb2-9991-62041813882d 2018-08-10 21:08:56,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:08:56,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:08:56,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:08:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f87fa1c2-7c9d-4fa2-a08a-f7d0041c158c x-compute-request-id: req-f87fa1c2-7c9d-4fa2-a08a-f7d0041c158c Content-Encoding: gzip Content-Length: 9702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-10 21:08:56,553 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-f87fa1c2-7c9d-4fa2-a08a-f7d0041c158c 2018-08-10 21:08:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0763010978699s 2018-08-10 21:08:56,554 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-f87fa1c2-7c9d-4fa2-a08a-f7d0041c158c 2018-08-10 21:08:56,554 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-10 21:08:56,556 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:09:06,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:09:06,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:09:07,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-effbcab4-314e-4f9b-b089-441fea96efe1 x-compute-request-id: req-effbcab4-314e-4f9b-b089-441fea96efe1 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:09:07,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-effbcab4-314e-4f9b-b089-441fea96efe1 2018-08-10 21:09:07,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.899029970169s 2018-08-10 21:09:07,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-effbcab4-314e-4f9b-b089-441fea96efe1 2018-08-10 21:09:07,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:09:07,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:09:07,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-31fff3dc-01f8-4138-80b1-0d3e4aab593c x-compute-request-id: req-31fff3dc-01f8-4138-80b1-0d3e4aab593c Content-Encoding: gzip Content-Length: 9702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-10 21:09:07,578 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-31fff3dc-01f8-4138-80b1-0d3e4aab593c 2018-08-10 21:09:07,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104661941528s 2018-08-10 21:09:07,579 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-31fff3dc-01f8-4138-80b1-0d3e4aab593c 2018-08-10 21:09:07,579 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-10 21:09:07,581 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:09:17,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:09:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:09:18,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-c4fee5eb-01fb-4f47-8a1e-12c3d7fc4bc8 x-compute-request-id: req-c4fee5eb-01fb-4f47-8a1e-12c3d7fc4bc8 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:09:18,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c4fee5eb-01fb-4f47-8a1e-12c3d7fc4bc8 2018-08-10 21:09:18,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782294988632s 2018-08-10 21:09:18,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c4fee5eb-01fb-4f47-8a1e-12c3d7fc4bc8 2018-08-10 21:09:18,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:09:18,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:09:18,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-689a8939-cf15-4215-a433-5fa7428435f8 x-compute-request-id: req-689a8939-cf15-4215-a433-5fa7428435f8 Content-Encoding: gzip Content-Length: 9702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-10 21:09:18,456 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-689a8939-cf15-4215-a433-5fa7428435f8 2018-08-10 21:09:18,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740749835968s 2018-08-10 21:09:18,457 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-689a8939-cf15-4215-a433-5fa7428435f8 2018-08-10 21:09:18,458 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-10 21:09:18,459 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:09:28,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:09:28,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:09:28,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-743c7eaa-296d-4f84-9be5-ac5ffdbb1349 x-compute-request-id: req-743c7eaa-296d-4f84-9be5-ac5ffdbb1349 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:09:28,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-743c7eaa-296d-4f84-9be5-ac5ffdbb1349 2018-08-10 21:09:28,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439172029495s 2018-08-10 21:09:28,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-743c7eaa-296d-4f84-9be5-ac5ffdbb1349 2018-08-10 21:09:28,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:09:28,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:09:28,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-daef1ec9-a589-4613-8419-e89f7c6677d2 x-compute-request-id: req-daef1ec9-a589-4613-8419-e89f7c6677d2 Content-Encoding: gzip Content-Length: 9702 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n"} 2018-08-10 21:09:28,996 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-daef1ec9-a589-4613-8419-e89f7c6677d2 2018-08-10 21:09:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0790581703186s 2018-08-10 21:09:28,997 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-daef1ec9-a589-4613-8419-e89f7c6677d2 2018-08-10 21:09:28,998 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. 2018-08-10 21:09:28,999 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:09:39,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:09:39,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:09:40,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-55ea176c-49aa-411c-8b17-5eb8578fb80b x-compute-request-id: req-55ea176c-49aa-411c-8b17-5eb8578fb80b Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:09:40,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-55ea176c-49aa-411c-8b17-5eb8578fb80b 2018-08-10 21:09:40,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06434702873s 2018-08-10 21:09:40,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-55ea176c-49aa-411c-8b17-5eb8578fb80b 2018-08-10 21:09:40,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:09:40,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:09:40,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f2dfe1b-a67b-4b49-b2e6-c3cf1192cf33 x-compute-request-id: req-4f2dfe1b-a67b-4b49-b2e6-c3cf1192cf33 Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0"} 2018-08-10 21:09:40,167 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-4f2dfe1b-a67b-4b49-b2e6-c3cf1192cf33 2018-08-10 21:09:40,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0845339298248s 2018-08-10 21:09:40,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-4f2dfe1b-a67b-4b49-b2e6-c3cf1192cf33 2018-08-10 21:09:40,168 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 2018-08-10 21:09:40,170 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:09:50,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:09:50,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:09:50,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-2b5a5569-1a92-437c-af7d-0506d94546ea x-compute-request-id: req-2b5a5569-1a92-437c-af7d-0506d94546ea Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:09:50,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2b5a5569-1a92-437c-af7d-0506d94546ea 2018-08-10 21:09:50,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536967992783s 2018-08-10 21:09:50,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2b5a5569-1a92-437c-af7d-0506d94546ea 2018-08-10 21:09:50,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:09:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:09:50,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:09: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-fb3a11a2-abac-4e40-b320-9249634f87f1 x-compute-request-id: req-fb3a11a2-abac-4e40-b320-9249634f87f1 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-10 21:09:50,800 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-fb3a11a2-abac-4e40-b320-9249634f87f1 2018-08-10 21:09:50,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0738081932068s 2018-08-10 21:09:50,801 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-fb3a11a2-abac-4e40-b320-9249634f87f1 2018-08-10 21:09:50,801 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-10 21:09:50,803 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:10:00,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:00,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:01,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10: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-38d85a4c-fe6d-4bbe-b99a-1bd4a8a7723b x-compute-request-id: req-38d85a4c-fe6d-4bbe-b99a-1bd4a8a7723b Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:01,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-38d85a4c-fe6d-4bbe-b99a-1bd4a8a7723b 2018-08-10 21:10:01,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79722905159s 2018-08-10 21:10:01,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-38d85a4c-fe6d-4bbe-b99a-1bd4a8a7723b 2018-08-10 21:10:01,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:01,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:01,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10: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-d836aa73-123f-42b3-aa10-30efab1b1dff x-compute-request-id: req-d836aa73-123f-42b3-aa10-30efab1b1dff Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-10 21:10:01,685 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-d836aa73-123f-42b3-aa10-30efab1b1dff 2018-08-10 21:10:01,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0736479759216s 2018-08-10 21:10:01,686 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-d836aa73-123f-42b3-aa10-30efab1b1dff 2018-08-10 21:10:01,686 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-10 21:10:01,688 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:10:11,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:11,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:12,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8896066-45f8-41bf-91a2-dd15ae064025 x-compute-request-id: req-c8896066-45f8-41bf-91a2-dd15ae064025 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:12,251 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c8896066-45f8-41bf-91a2-dd15ae064025 2018-08-10 21:10:12,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561764955521s 2018-08-10 21:10:12,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c8896066-45f8-41bf-91a2-dd15ae064025 2018-08-10 21:10:12,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:12,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:12,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-33bd8713-c9f4-4c97-af2a-7ee91a0c5885 x-compute-request-id: req-33bd8713-c9f4-4c97-af2a-7ee91a0c5885 Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-10 21:10:12,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-33bd8713-c9f4-4c97-af2a-7ee91a0c5885 2018-08-10 21:10:12,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0851900577545s 2018-08-10 21:10:12,345 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-33bd8713-c9f4-4c97-af2a-7ee91a0c5885 2018-08-10 21:10:12,345 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-10 21:10:12,347 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:10:22,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:22,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:23,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cf67bb7-2c36-49a2-a60f-144ddaeaec23 x-compute-request-id: req-2cf67bb7-2c36-49a2-a60f-144ddaeaec23 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:23,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2cf67bb7-2c36-49a2-a60f-144ddaeaec23 2018-08-10 21:10:23,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79661488533s 2018-08-10 21:10:23,155 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2cf67bb7-2c36-49a2-a60f-144ddaeaec23 2018-08-10 21:10:23,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:23,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:23,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-37643284-d518-4915-9921-6476179106ec x-compute-request-id: req-37643284-d518-4915-9921-6476179106ec Content-Encoding: gzip Content-Length: 10080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\n"} 2018-08-10 21:10:23,235 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-37643284-d518-4915-9921-6476179106ec 2018-08-10 21:10:23,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0723788738251s 2018-08-10 21:10:23,236 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-37643284-d518-4915-9921-6476179106ec 2018-08-10 21:10:23,236 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update 2018-08-10 21:10:23,238 - functest.core.singlevm - DEBUG - try 16: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:10:33,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:33,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:34,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fc2bfa3-59a0-4828-b209-a3018aec8959 x-compute-request-id: req-4fc2bfa3-59a0-4828-b209-a3018aec8959 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:34,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4fc2bfa3-59a0-4828-b209-a3018aec8959 2018-08-10 21:10:34,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04195189476s 2018-08-10 21:10:34,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4fc2bfa3-59a0-4828-b209-a3018aec8959 2018-08-10 21:10:34,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:34,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:34,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08bbb31c-08cc-4763-a9b7-5705382b9962 x-compute-request-id: req-08bbb31c-08cc-4763-a9b7-5705382b9962 Content-Encoding: gzip Content-Length: 11763 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008036] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010274] Yama: becoming mindful.\n[ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020268] Initializing cgroup subsys memory\n[ 0.021452] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025191] Initializing cgroup subsys blkio\n[ 0.026333] Initializing cgroup subsys perf_event\n[ 0.027532] Initializing cgroup subsys hugetlb\n[ 0.028058] CPU: Physical Processor ID: 0\n[ 0.029144] FEATURE SPEC_CTRL Not Present\n[ 0.030891] mce: CPU supports 10 MCE banks\n[ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037990] Speculative Store Bypass: Vulnerable\n[ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045247] ACPI: Core revision 20131115\n[ 0.046766] ACPI: All ACPI Tables successfully acquired\n[ 0.048253] ftrace: allocating 28727 entries in 113 pages\n[ 0.068329] Enabling x2apic\n[ 0.069193] Enabled x2apic\n[ 0.070182] Switched APIC routing to physical x2apic.\n[ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.084816] KVM setup paravirtual spinlock\n[ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088159] x86: Booting SMP configuration:\n[ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104044] x86: Booted up 1 node, 2 CPUs\n[ 0.104030] KVM setup async PF for cpu 1\n[ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108398] devtmpfs: initialized\n[ 0.110136] EVM: security.selinux\n[ 0.110956] EVM: security.SMACK64\n[ 0.112007] EVM: security.ima\n[ 0.112696] EVM: security.capability\n[ 0.113509] pinctrl core: initialized pinctrl subsystem\n[ 0.114199] regulator-dummy: no parameters\n[ 0.116066] RTC time: 21:06:10, date: 08/10/18\n[ 0.117091] NET: Registered protocol family 16\n[ 0.118218] cpuidle: using governor ladder\n[ 0.119370] cpuidle: using governor menu\n[ 0.120081] ACPI: bus type PCI registered\n[ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.124971] PCI: Using configuration type 1 for base access\n[ 0.128193] bio: create slab at 0\n[ 0.129224] ACPI: Added _OSI(Module Device)\n[ 0.129385] ACPI: Added _OSI(Processor Device)\n[ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.133251] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.136162] ACPI: Interpreter enabled\n[ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.146720] ACPI: (supports S0 S5)\n[ 0.147702] ACPI: Using IOAPIC for interrupt routing\n[ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.152355] ACPI: No dock devices found.\n[ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.164293] acpiphp: Slot [3] registered\n[ 0.165489] acpiphp: Slot [4] registered\n[ 0.166696] acpiphp: Slot [5] registered\n[ 0.167890] acpiphp: Slot [6] registered\n[ 0.168036] acpiphp: Slot [7] registered\n[ 0.169156] acpiphp: Slot [8] registered\n[ 0.170331] acpiphp: Slot [9] registered\n[ 0.171527] acpiphp: Slot [10] registered\n[ 0.172023] acpiphp: Slot [11] registered\n[ 0.173219] acpiphp: Slot [12] registered\n[ 0.174625] acpiphp: Slot [13] registered\n[ 0.175834] acpiphp: Slot [14] registered\n[ 0.176024] acpiphp: Slot [15] registered\n[ 0.177174] acpiphp: Slot [16] registered\n[ 0.178310] acpiphp: Slot [17] registered\n[ 0.179421] acpiphp: Slot [18] registered\n[ 0.180031] acpiphp: Slot [19] registered\n[ 0.181148] acpiphp: Slot [20] registered\n[ 0.181995] acpiphp: Slot [21] registered\n[ 0.182835] acpiphp: Slot [22] registered\n[ 0.183688] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.184868] acpiphp: Slot [25] registered\n[ 0.185719] acpiphp: Slot [26] registered\n[ 0.186549] acpiphp: Slot [27] registered\n[ 0.187388] acpiphp: Slot [28] registered\n[ 0.188018] acpiphp: Slot [29] registered\n[ 0.188854] acpiphp: Slot [30] registered\n[ 0.189700] acpiphp: Slot [31] registered\n[ 0.190560] PCI host bridge to bus 0000:00\n[ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.240004] vgaarb: loaded\n[ 0.240623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.241885] SCSI subsystem initialized\n[ 0.242823] ACPI: bus type USB registered\n[ 0.242823] usbcore: registered new interface driver usbfs\n[ 0.244015] usbcore: registered new interface driver hub\n[ 0.245087] usbcore: registered new device driver usb\n[ 0.245087] PCI: Using ACPI for IRQ routing\n[ 0.245190] NetLabel: Initializing\n[ 0.248006] NetLabel: domain hash size = 128\n[ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.249919] NetLabel: unlabeled traffic allowed by default\n[ 0.251016] Switched to clocksource kvm-clock\n[ 0.255238] AppArmor: AppArmor Filesystem Enabled\n[ 0.256264] pnp: PnP ACPI init\n[ 0.256952] ACPI: bus type PNP registered\n[ 0.258240] pnp: PnP ACPI: found 8 devices\n[ 0.259081] ACPI: bus type PNP unregistered\n[ 0.266429] NET: Registered protocol family 2\n[ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.270576] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.271886] TCP: reno registered\n[ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.275795] NET: Registered protocol family 1\n[ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.324699] Trying to unpack rootfs image as initramfs...\n[ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.424713] Scanning for low memory corruption every 60 seconds\n[ 0.426570] Initialise system trusted keyring\n[ 0.427769] audit: initializing netlink socket (disabled)\n[ 0.429178] type=2000 audit(1533935171.229:1): initialized\n[ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.451458] zbud: loaded\n[ 0.452447] VFS: Disk quotas dquot_6.5.2\n[ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455520] fuse init (API version 7.22)\n[ 0.456896] msgmni has been set to 3997\n[ 0.458301] Key type big_key registered\n[ 0.459940] Key type asymmetric registered\n[ 0.461280] Asymmetric key parser 'x509' registered\n[ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.465125] io scheduler noop registered\n[ 0.466346] io scheduler deadline registered (default)\n[ 0.467964] io scheduler cfq registered\n[ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473199] ipmi message handler version 39.2\n[ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.477215] ACPI: Power Button [PWRF]\n[ 0.478599] GHES: HEST is not enabled!\n[ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599556] Linux agpgart interface v0.103\n[ 0.602070] brd: module loaded\n[ 0.603792] loop: module loaded\n[ 0.605319] blk-mq: CPU -> queue map\n[ 0.606250] CPU 0 -> Queue 0\n[ 0.607084] CPU 1 -> Queue 0\n[ 0.608702] vda: vda1\n[ 0.610231] scsi0 : ata_piix\n[ 0.611179] scsi1 : ata_piix\n[ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.615718] libphy: Fixed MDIO Bus: probed\n[ 0.616958] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618238] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621029] PPP generic driver version 2.4.2\n[ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623846] ehci-pci: EHCI PCI platform driver\n[ 0.624998] ehci-platform: EHCI generic platform driver\n[ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627824] ohci-pci: OHCI PCI platform driver\n[ 0.628972] ohci-platform: OHCI generic platform driver\n[ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.661890] usb usb1: Product: UHCI Host Controller\n[ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.664672] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.666079] hub 1-0:1.0: USB hub found\n[ 0.667162] hub 1-0:1.0: 2 ports detected\n[ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673613] mousedev: PS/2 mouse device common for all mice\n[ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.677549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.682510] device-mapper: uevent: version 1.0.3\n[ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688723] TCP: cubic registered\n[ 0.689974] NET: Registered protocol family 10\n[ 0.691993] NET: Registered protocol family 17\n[ 0.693690] Key type dns_resolver registered\n[ 0.695431] Loading compiled-in X.509 certificates\n[ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.700864] registered taskstats version 1\n[ 0.714979] Key type trusted registered\n[ 0.718496] Key type encrypted registered\n[ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.720990] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.722812] regulator-dummy: disabling\n[ 0.723877] Magic number: 14:57:146\n[ 0.724879] hub 1-0:1.0: hash matches\n[ 0.725916] acpi device:17: hash matches\n[ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171)\n[ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.730642] EDD information not available.\n[ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.776529] Write protecting the kernel read-only data: 12288k\n[ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.798126] systemd-udevd[107]: starting version 204\n[ 0.844411] FDC 0 is a S82078B\n[ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.147768] usb 1-1: Product: QEMU USB Tablet\n[ 1.148717] usb 1-1: Manufacturer: QEMU\n[ 1.149568] usb 1-1: SerialNumber: 42\n[ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.186282] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds.\ncloud-init-nonet[2.80]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\ncloud-init-nonet[12.81]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[14.25]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .+o +o.oo.|\n| o. + ++. |\n| . .=o |\n| . ..o |\n| S . . |\n| . o .o|\n| .=.|\n| E+|\n| ..|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| . . |\n| + . |\n| * = . |\n| S E * |\n| * + o |\n| B o |\n| = +. |\n| ++. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| O. |\n| @ + |\n| . O + |\n| . + . . |\n| S |\n| . . . . |\n| + o o . |\n| . o + o |\n|E ... . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| o.... |\n| oo.+o |\n| .= = E. |\n|oo. * +. . |\n|B. o oS |\n|o.+ . |\n| o |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ]\n[80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package bono\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.204\n++ echo 172.30.9.204\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.204\n++ ip2rr 172.30.9.219\n++ echo 172.30.9.219\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.219\n++ ip2rr 172.30.9.219\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.219\n++ echo A 172.30.9.219\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-10 21:10:32,322 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-10 21:10:32,325 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-10 21:10:32,325 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 (DSA)\nec2: 256 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 (ECDSA)\nec2: 256 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 (ED25519)\nec2: 2048 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIvWZiw2X0YEFTmVllSACAnsPik/nnE2GK7PKv+D90jRFT8extMynpm4B1dJD+Md77BY604oIVfloZ2YcngaRKo= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDw/c3fyYM1WAtqi0OP4A3zPbOJX2zNMc2nKqaxtIykH root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCq3zOYrJuRzDBIJTbtZbkg7e6lSyRrg17Z1JdPyQ9VLUM4I1l0rZObgxq3bfCX6s+/K2519OWc0U1UYdE+svf0gOwiLPXVqzP9vuWqpiLa+u/IFYkjIRH5IUvw69qbT1h4jkUliPZ63zrfGeUqENvJ+USp0D8MWjGFwBa+IQw/qz1j2S2+4krZ451RCmX5d0TZdcvgscsq8gBC0qkAU5RThjPjqhBBWbkovhCHqisY9L6F1VmY3fohS+AoI0Ua6wgtr4XUwMb63uldMQGBTgZA8z4WbTva9khCb8F2Z9ni+t52EqwF7XlLQus8j+adKVW/VZjSAihDeKG/8qXdMNWx root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:10:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 261.58 seconds\n"} 2018-08-10 21:10:34,374 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-08bbb31c-08cc-4763-a9b7-5705382b9962 2018-08-10 21:10:34,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759260654449s 2018-08-10 21:10:34,376 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633/action used request id req-08bbb31c-08cc-4763-a9b7-5705382b9962 2018-08-10 21:10:34,376 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008036] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010274] Yama: becoming mindful. [ 0.012149] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015420] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016703] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018397] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020268] Initializing cgroup subsys memory [ 0.021452] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025191] Initializing cgroup subsys blkio [ 0.026333] Initializing cgroup subsys perf_event [ 0.027532] Initializing cgroup subsys hugetlb [ 0.028058] CPU: Physical Processor ID: 0 [ 0.029144] FEATURE SPEC_CTRL Not Present [ 0.030891] mce: CPU supports 10 MCE banks [ 0.032031] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032031] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034606] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037990] Speculative Store Bypass: Vulnerable [ 0.040330] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045247] ACPI: Core revision 20131115 [ 0.046766] ACPI: All ACPI Tables successfully acquired [ 0.048253] ftrace: allocating 28727 entries in 113 pages [ 0.068329] Enabling x2apic [ 0.069193] Enabled x2apic [ 0.070182] Switched APIC routing to physical x2apic. [ 0.072907] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074503] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.077075] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.084816] KVM setup paravirtual spinlock [ 0.087092] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088159] x86: Booting SMP configuration: [ 0.089160] .... node #0, CPUs: #1[ 0.087054] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104044] x86: Booted up 1 node, 2 CPUs [ 0.104030] KVM setup async PF for cpu 1 [ 0.104030] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107659] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108398] devtmpfs: initialized [ 0.110136] EVM: security.selinux [ 0.110956] EVM: security.SMACK64 [ 0.112007] EVM: security.ima [ 0.112696] EVM: security.capability [ 0.113509] pinctrl core: initialized pinctrl subsystem [ 0.114199] regulator-dummy: no parameters [ 0.116066] RTC time: 21:06:10, date: 08/10/18 [ 0.117091] NET: Registered protocol family 16 [ 0.118218] cpuidle: using governor ladder [ 0.119370] cpuidle: using governor menu [ 0.120081] ACPI: bus type PCI registered [ 0.121061] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.124971] PCI: Using configuration type 1 for base access [ 0.128193] bio: create slab at 0 [ 0.129224] ACPI: Added _OSI(Module Device) [ 0.129385] ACPI: Added _OSI(Processor Device) [ 0.132004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.133251] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136162] ACPI: Interpreter enabled [ 0.137187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.139741] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.141606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.144021] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.146720] ACPI: (supports S0 S5) [ 0.147702] ACPI: Using IOAPIC for interrupt routing [ 0.148064] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.152355] ACPI: No dock devices found. [ 0.156270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158389] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.160010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.161813] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.164293] acpiphp: Slot [3] registered [ 0.165489] acpiphp: Slot [4] registered [ 0.166696] acpiphp: Slot [5] registered [ 0.167890] acpiphp: Slot [6] registered [ 0.168036] acpiphp: Slot [7] registered [ 0.169156] acpiphp: Slot [8] registered [ 0.170331] acpiphp: Slot [9] registered [ 0.171527] acpiphp: Slot [10] registered [ 0.172023] acpiphp: Slot [11] registered [ 0.173219] acpiphp: Slot [12] registered [ 0.174625] acpiphp: Slot [13] registered [ 0.175834] acpiphp: Slot [14] registered [ 0.176024] acpiphp: Slot [15] registered [ 0.177174] acpiphp: Slot [16] registered [ 0.178310] acpiphp: Slot [17] registered [ 0.179421] acpiphp: Slot [18] registered [ 0.180031] acpiphp: Slot [19] registered [ 0.181148] acpiphp: Slot [20] registered [ 0.181995] acpiphp: Slot [21] registered [ 0.182835] acpiphp: Slot [22] registered [ 0.183688] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.184868] acpiphp: Slot [25] registered [ 0.185719] acpiphp: Slot [26] registered [ 0.186549] acpiphp: Slot [27] registered [ 0.187388] acpiphp: Slot [28] registered [ 0.188018] acpiphp: Slot [29] registered [ 0.188854] acpiphp: Slot [30] registered [ 0.189700] acpiphp: Slot [31] registered [ 0.190560] PCI host bridge to bus 0000:00 [ 0.191395] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.192004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.193162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.194330] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.195615] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.202966] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.204012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.230443] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.232038] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.233524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.234988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.236341] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.237739] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.239077] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.239077] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.240004] vgaarb: loaded [ 0.240623] vgaarb: bridge control possible 0000:00:02.0 [ 0.241885] SCSI subsystem initialized [ 0.242823] ACPI: bus type USB registered [ 0.242823] usbcore: registered new interface driver usbfs [ 0.244015] usbcore: registered new interface driver hub [ 0.245087] usbcore: registered new device driver usb [ 0.245087] PCI: Using ACPI for IRQ routing [ 0.245190] NetLabel: Initializing [ 0.248006] NetLabel: domain hash size = 128 [ 0.248891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.249919] NetLabel: unlabeled traffic allowed by default [ 0.251016] Switched to clocksource kvm-clock [ 0.255238] AppArmor: AppArmor Filesystem Enabled [ 0.256264] pnp: PnP ACPI init [ 0.256952] ACPI: bus type PNP registered [ 0.258240] pnp: PnP ACPI: found 8 devices [ 0.259081] ACPI: bus type PNP unregistered [ 0.266429] NET: Registered protocol family 2 [ 0.267633] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269193] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.270576] TCP: Hash tables configured (established 16384 bind 16384) [ 0.271886] TCP: reno registered [ 0.272599] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.274096] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.275795] NET: Registered protocol family 1 [ 0.276980] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.278489] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.279941] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.302205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.324699] Trying to unpack rootfs image as initramfs... [ 0.416704] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.418960] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.420460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422447] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.424713] Scanning for low memory corruption every 60 seconds [ 0.426570] Initialise system trusted keyring [ 0.427769] audit: initializing netlink socket (disabled) [ 0.429178] type=2000 audit(1533935171.229:1): initialized [ 0.449039] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.451458] zbud: loaded [ 0.452447] VFS: Disk quotas dquot_6.5.2 [ 0.453521] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455520] fuse init (API version 7.22) [ 0.456896] msgmni has been set to 3997 [ 0.458301] Key type big_key registered [ 0.459940] Key type asymmetric registered [ 0.461280] Asymmetric key parser 'x509' registered [ 0.462787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.465125] io scheduler noop registered [ 0.466346] io scheduler deadline registered (default) [ 0.467964] io scheduler cfq registered [ 0.469411] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.471204] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473199] ipmi message handler version 39.2 [ 0.474697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.477215] ACPI: Power Button [PWRF] [ 0.478599] GHES: HEST is not enabled! [ 0.501936] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.546969] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.569879] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.571882] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596248] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599556] Linux agpgart interface v0.103 [ 0.602070] brd: module loaded [ 0.603792] loop: module loaded [ 0.605319] blk-mq: CPU -> queue map [ 0.606250] CPU 0 -> Queue 0 [ 0.607084] CPU 1 -> Queue 0 [ 0.608702] vda: vda1 [ 0.610231] scsi0 : ata_piix [ 0.611179] scsi1 : ata_piix [ 0.612058] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.613749] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.615718] libphy: Fixed MDIO Bus: probed [ 0.616958] tun: Universal TUN/TAP device driver, 1.6 [ 0.618238] tun: (C) 1999-2004 Max Krasnyansky [ 0.621029] PPP generic driver version 2.4.2 [ 0.622265] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623846] ehci-pci: EHCI PCI platform driver [ 0.624998] ehci-platform: EHCI generic platform driver [ 0.626315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627824] ohci-pci: OHCI PCI platform driver [ 0.628972] ohci-platform: OHCI generic platform driver [ 0.630256] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653453] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654773] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656716] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.658374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.661890] usb usb1: Product: UHCI Host Controller [ 0.663110] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.664672] usb usb1: SerialNumber: 0000:00:01.2 [ 0.666079] hub 1-0:1.0: USB hub found [ 0.667162] hub 1-0:1.0: 2 ports detected [ 0.668368] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670893] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.672063] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.673613] mousedev: PS/2 mouse device common for all mice [ 0.675291] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.677549] rtc_cmos 00:00: RTC can wake from S4 [ 0.679076] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.680762] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.682510] device-mapper: uevent: version 1.0.3 [ 0.683860] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688723] TCP: cubic registered [ 0.689974] NET: Registered protocol family 10 [ 0.691993] NET: Registered protocol family 17 [ 0.693690] Key type dns_resolver registered [ 0.695431] Loading compiled-in X.509 certificates [ 0.697864] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.700864] registered taskstats version 1 [ 0.714979] Key type trusted registered [ 0.718496] Key type encrypted registered [ 0.719606] AppArmor: AppArmor sha1 policy hashing enabled [ 0.720990] IMA: No TPM chip found, activating TPM-bypass! [ 0.722812] regulator-dummy: disabling [ 0.723877] Magic number: 14:57:146 [ 0.724879] hub 1-0:1.0: hash matches [ 0.725916] acpi device:17: hash matches [ 0.727069] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:11 UTC (1533935171) [ 0.729204] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.730642] EDD information not available. [ 0.774239] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.776529] Write protecting the kernel read-only data: 12288k [ 0.779040] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.782652] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.798126] systemd-udevd[107]: starting version 204 [ 0.844411] FDC 0 is a S82078B [ 0.980109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.144752] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.146251] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.147768] usb 1-1: Product: QEMU USB Tablet [ 1.148717] usb 1-1: Manufacturer: QEMU [ 1.149568] usb 1-1: SerialNumber: 42 [ 1.416046] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.872851] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.113024] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.186282] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.295259] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:13 +0000. Up 2.61 seconds. cloud-init-nonet[2.80]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] cloud-init-nonet[12.81]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[14.25]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:25 +0000. Up 14.37 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:c5:f1:94 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:af:4a:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .+o +o.oo.| | o. + ++. | | . .=o | | . ..o | | S . . | | . o .o| | .=.| | E+| | ..| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | . . | | + . | | * = . | | S E * | | * + o | | B o | | = +. | | ++. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | O. | | @ + | | . O + | | . + . . | | S | | . . . . | | + o o . | | . o + o | |E ... . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | o.... | | oo.+o | | .= = E. | |oo. * +. . | |B. o oS | |o.+ . | | o | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... * Starting Bridge file events into upstart[74G[ OK ] [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:28 +0000. Up 138.05 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:29 +0000. Up 198.84 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package bono + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.204 ++ echo 172.30.9.204 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.204 ++ ip2rr 172.30.9.219 ++ echo 172.30.9.219 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.219 ++ ip2rr 172.30.9.219 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.219 ++ echo A 172.30.9.219 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-10 21:10:32,322 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-10 21:10:32,325 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-10 21:10:32,325 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 6f:d0:72:46:5a:56:bb:83:d9:c3:9a:af:64:7e:5a:06 root@bono-0 (DSA) ec2: 256 56:3d:61:33:a1:99:53:e6:68:e2:2f:f2:21:c2:b9:8a root@bono-0 (ECDSA) ec2: 256 1c:24:62:aa:92:83:e8:19:b5:16:47:2b:d3:3f:70:e4 root@bono-0 (ED25519) ec2: 2048 06:65:1c:5d:6d:85:0a:59:3b:53:a3:7e:de:93:39:3b root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIvWZiw2X0YEFTmVllSACAnsPik/nnE2GK7PKv+D90jRFT8extMynpm4B1dJD+Md77BY604oIVfloZ2YcngaRKo= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDw/c3fyYM1WAtqi0OP4A3zPbOJX2zNMc2nKqaxtIykH root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCq3zOYrJuRzDBIJTbtZbkg7e6lSyRrg17Z1JdPyQ9VLUM4I1l0rZObgxq3bfCX6s+/K2519OWc0U1UYdE+svf0gOwiLPXVqzP9vuWqpiLa+u/IFYkjIRH5IUvw69qbT1h4jkUliPZ63zrfGeUqENvJ+USp0D8MWjGFwBa+IQw/qz1j2S2+4krZ451RCmX5d0TZdcvgscsq8gBC0qkAU5RThjPjqhBBWbkovhCHqisY9L6F1VmY3fohS+AoI0Ua6wgtr4XUwMb63uldMQGBTgZA8z4WbTva9khCb8F2Z9ni+t52EqwF7XlLQus8j+adKVW/VZjSAihDeKG/8qXdMNWx root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:10:32 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 261.58 seconds 2018-08-10 21:10:34,378 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:10:34,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:34,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:34,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d2d8e45-b3f4-4b6b-afc9-72c7d7ab2550 x-compute-request-id: req-1d2d8e45-b3f4-4b6b-afc9-72c7d7ab2550 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:34,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1d2d8e45-b3f4-4b6b-afc9-72c7d7ab2550 2018-08-10 21:10:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.269865989685s 2018-08-10 21:10:34,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-1d2d8e45-b3f4-4b6b-afc9-72c7d7ab2550 2018-08-10 21:10:34,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:34,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:34,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea432d82-df8d-4e95-9391-23c3c789db3f x-compute-request-id: req-ea432d82-df8d-4e95-9391-23c3c789db3f Content-Encoding: gzip Content-Length: 10513 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.008905] Yama: becoming mindful.\n[ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017601] Initializing cgroup subsys memory\n[ 0.018526] Initializing cgroup subsys devices\n[ 0.019446] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020898] Initializing cgroup subsys perf_event\n[ 0.021860] Initializing cgroup subsys hugetlb\n[ 0.022841] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Not Present\n[ 0.025560] mce: CPU supports 10 MCE banks\n[ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030776] Speculative Store Bypass: Vulnerable\n[ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037287] ACPI: Core revision 20131115\n[ 0.038591] ACPI: All ACPI Tables successfully acquired\n[ 0.039805] ftrace: allocating 28727 entries in 113 pages\n[ 0.060276] Enabling x2apic\n[ 0.060944] Enabled x2apic\n[ 0.064004] Switched APIC routing to physical x2apic.\n[ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077364] KVM setup paravirtual spinlock\n[ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080154] x86: Booting SMP configuration:\n[ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100313] devtmpfs: initialized\n[ 0.101869] EVM: security.selinux\n[ 0.102605] EVM: security.SMACK64\n[ 0.103328] EVM: security.ima\n[ 0.104008] EVM: security.capability\n[ 0.104818] pinctrl core: initialized pinctrl subsystem\n[ 0.105910] regulator-dummy: no parameters\n[ 0.106831] RTC time: 21:06:06, date: 08/10/18\n[ 0.108043] NET: Registered protocol family 16\n[ 0.109056] cpuidle: using governor ladder\n[ 0.109915] cpuidle: using governor menu\n[ 0.110829] ACPI: bus type PCI registered\n[ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112097] PCI: Using configuration type 1 for base access\n[ 0.113742] bio: create slab at 0\n[ 0.113742] ACPI: Added _OSI(Module Device)\n[ 0.113742] ACPI: Added _OSI(Processor Device)\n[ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121418] ACPI: Interpreter enabled\n[ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129249] ACPI: (supports S0 S5)\n[ 0.130018] ACPI: Using IOAPIC for interrupt routing\n[ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132220] ACPI: No dock devices found.\n[ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140216] acpiphp: Slot [3] registered\n[ 0.141061] acpiphp: Slot [4] registered\n[ 0.141914] acpiphp: Slot [5] registered\n[ 0.142759] acpiphp: Slot [6] registered\n[ 0.143606] acpiphp: Slot [7] registered\n[ 0.144019] acpiphp: Slot [8] registered\n[ 0.144863] acpiphp: Slot [9] registered\n[ 0.145713] acpiphp: Slot [10] registered\n[ 0.146566] acpiphp: Slot [11] registered\n[ 0.147424] acpiphp: Slot [12] registered\n[ 0.148018] acpiphp: Slot [13] registered\n[ 0.148887] acpiphp: Slot [14] registered\n[ 0.149744] acpiphp: Slot [15] registered\n[ 0.150598] acpiphp: Slot [16] registered\n[ 0.151460] acpiphp: Slot [17] registered\n[ 0.152018] acpiphp: Slot [18] registered\n[ 0.152886] acpiphp: Slot [19] registered\n[ 0.153749] acpiphp: Slot [20] registered\n[ 0.154605] acpiphp: Slot [21] registered\n[ 0.155459] acpiphp: Slot [22] registered\n[ 0.156019] acpiphp: Slot [23] registered\n[ 0.156882] acpiphp: Slot [24] registered\n[ 0.157738] acpiphp: Slot [25] registered\n[ 0.158594] acpiphp: Slot [26] registered\n[ 0.159454] acpiphp: Slot [27] registered\n[ 0.160018] acpiphp: Slot [28] registered\n[ 0.161009] acpiphp: Slot [29] registered\n[ 0.161865] acpiphp: Slot [30] registered\n[ 0.162726] acpiphp: Slot [31] registered\n[ 0.163576] PCI host bridge to bus 0000:00\n[ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212004] vgaarb: loaded\n[ 0.212637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213950] SCSI subsystem initialized\n[ 0.214925] ACPI: bus type USB registered\n[ 0.214925] usbcore: registered new interface driver usbfs\n[ 0.216017] usbcore: registered new interface driver hub\n[ 0.217137] usbcore: registered new device driver usb\n[ 0.217143] PCI: Using ACPI for IRQ routing\n[ 0.217438] NetLabel: Initializing\n[ 0.220014] NetLabel: domain hash size = 128\n[ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.221992] NetLabel: unlabeled traffic allowed by default\n[ 0.223099] Switched to clocksource kvm-clock\n[ 0.227664] AppArmor: AppArmor Filesystem Enabled\n[ 0.228699] pnp: PnP ACPI init\n[ 0.229409] ACPI: bus type PNP registered\n[ 0.230700] pnp: PnP ACPI: found 8 devices\n[ 0.231561] ACPI: bus type PNP unregistered\n[ 0.238662] NET: Registered protocol family 2\n[ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.242962] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244331] TCP: reno registered\n[ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.247603] NET: Registered protocol family 1\n[ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.294647] Trying to unpack rootfs image as initramfs...\n[ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.391501] Scanning for low memory corruption every 60 seconds\n[ 0.393008] Initialise system trusted keyring\n[ 0.394244] audit: initializing netlink socket (disabled)\n[ 0.395662] type=2000 audit(1533935167.012:1): initialized\n[ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.417851] zbud: loaded\n[ 0.418859] VFS: Disk quotas dquot_6.5.2\n[ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.421934] fuse init (API version 7.22)\n[ 0.423080] msgmni has been set to 3997\n[ 0.424171] Key type big_key registered\n[ 0.425478] Key type asymmetric registered\n[ 0.426600] Asymmetric key parser 'x509' registered\n[ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.429970] io scheduler noop registered\n[ 0.431057] io scheduler deadline registered (default)\n[ 0.432463] io scheduler cfq registered\n[ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.436753] ipmi message handler version 39.2\n[ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.439862] ACPI: Power Button [PWRF]\n[ 0.441004] GHES: HEST is not enabled!\n[ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.556219] Linux agpgart interface v0.103\n[ 0.558007] brd: module loaded\n[ 0.559217] loop: module loaded\n[ 0.560382] blk-mq: CPU -> queue map\n[ 0.561350] CPU 0 -> Queue 0\n[ 0.562188] CPU 1 -> Queue 0\n[ 0.563507] vda: vda1\n[ 0.564749] scsi0 : ata_piix\n[ 0.565487] scsi1 : ata_piix\n[ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.568920] libphy: Fixed MDIO Bus: probed\n[ 0.569860] tun: Universal TUN/TAP device driver, 1.6\n[ 0.570893] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.573371] PPP generic driver version 2.4.2\n[ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.575562] ehci-pci: EHCI PCI platform driver\n[ 0.576491] ehci-platform: EHCI generic platform driver\n[ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.578735] ohci-pci: OHCI PCI platform driver\n[ 0.579648] ohci-platform: OHCI generic platform driver\n[ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.609252] usb usb1: Product: UHCI Host Controller\n[ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.611453] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.612476] hub 1-0:1.0: USB hub found\n[ 0.613289] hub 1-0:1.0: 2 ports detected\n[ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.618603] mousedev: PS/2 mouse device common for all mice\n[ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.621758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.626477] device-mapper: uevent: version 1.0.3\n[ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.631511] TCP: cubic registered\n[ 0.632503] NET: Registered protocol family 10\n[ 0.633904] NET: Registered protocol family 17\n[ 0.635065] Key type dns_resolver registered\n[ 0.636309] Loading compiled-in X.509 certificates\n[ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.640442] registered taskstats version 1\n[ 0.649913] Key type trusted registered\n[ 0.653609] Key type encrypted registered\n[ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.656098] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.657940] regulator-dummy: disabling\n[ 0.659045] Magic number: 14:57:146\n[ 0.660095] hub 1-0:1.0: hash matches\n[ 0.661106] acpi device:17: hash matches\n[ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167)\n[ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665896] EDD information not available.\n[ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.726915] Write protecting the kernel read-only data: 12288k\n[ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.744814] systemd-udevd[107]: starting version 204\n[ 0.796419] FDC 0 is a S82078B\n[ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.087809] usb 1-1: Product: QEMU USB Tablet\n[ 1.088710] usb 1-1: Manufacturer: QEMU\n[ 1.089511] usb 1-1: SerialNumber: 42\n[ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.341375] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds.\ncloud-init-nonet[3.63]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[10.62]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| o |\n| + |\n|o ..o. . |\n|E++*ooo S |\n|+o+*+ .. |\n|. =... |\n| . o. |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o o o |\n|.. * |\n|. + |\n| E . |\n| + . S |\n| . =.+ . |\n| ..o.. o |\n| .o .+ + |\n| ..o...o . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nc9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . o |\n| . . B B |\n| S * E . |\n| B @ o |\n| = . |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . E |\n| . . |\n| . . .. |\n| =. ...S |\n| *.oo .. |\n|= *o. o |\n|.+ *.+ |\n|..+.+ |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n"} 2018-08-10 21:10:34,764 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-ea432d82-df8d-4e95-9391-23c3c789db3f 2018-08-10 21:10:34,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107711791992s 2018-08-10 21:10:34,765 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-ea432d82-df8d-4e95-9391-23c3c789db3f 2018-08-10 21:10:34,766 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.008905] Yama: becoming mindful. [ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017601] Initializing cgroup subsys memory [ 0.018526] Initializing cgroup subsys devices [ 0.019446] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020898] Initializing cgroup subsys perf_event [ 0.021860] Initializing cgroup subsys hugetlb [ 0.022841] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Not Present [ 0.025560] mce: CPU supports 10 MCE banks [ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030776] Speculative Store Bypass: Vulnerable [ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037287] ACPI: Core revision 20131115 [ 0.038591] ACPI: All ACPI Tables successfully acquired [ 0.039805] ftrace: allocating 28727 entries in 113 pages [ 0.060276] Enabling x2apic [ 0.060944] Enabled x2apic [ 0.064004] Switched APIC routing to physical x2apic. [ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077364] KVM setup paravirtual spinlock [ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080154] x86: Booting SMP configuration: [ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100313] devtmpfs: initialized [ 0.101869] EVM: security.selinux [ 0.102605] EVM: security.SMACK64 [ 0.103328] EVM: security.ima [ 0.104008] EVM: security.capability [ 0.104818] pinctrl core: initialized pinctrl subsystem [ 0.105910] regulator-dummy: no parameters [ 0.106831] RTC time: 21:06:06, date: 08/10/18 [ 0.108043] NET: Registered protocol family 16 [ 0.109056] cpuidle: using governor ladder [ 0.109915] cpuidle: using governor menu [ 0.110829] ACPI: bus type PCI registered [ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112097] PCI: Using configuration type 1 for base access [ 0.113742] bio: create slab at 0 [ 0.113742] ACPI: Added _OSI(Module Device) [ 0.113742] ACPI: Added _OSI(Processor Device) [ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116959] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121418] ACPI: Interpreter enabled [ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129249] ACPI: (supports S0 S5) [ 0.130018] ACPI: Using IOAPIC for interrupt routing [ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132220] ACPI: No dock devices found. [ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140216] acpiphp: Slot [3] registered [ 0.141061] acpiphp: Slot [4] registered [ 0.141914] acpiphp: Slot [5] registered [ 0.142759] acpiphp: Slot [6] registered [ 0.143606] acpiphp: Slot [7] registered [ 0.144019] acpiphp: Slot [8] registered [ 0.144863] acpiphp: Slot [9] registered [ 0.145713] acpiphp: Slot [10] registered [ 0.146566] acpiphp: Slot [11] registered [ 0.147424] acpiphp: Slot [12] registered [ 0.148018] acpiphp: Slot [13] registered [ 0.148887] acpiphp: Slot [14] registered [ 0.149744] acpiphp: Slot [15] registered [ 0.150598] acpiphp: Slot [16] registered [ 0.151460] acpiphp: Slot [17] registered [ 0.152018] acpiphp: Slot [18] registered [ 0.152886] acpiphp: Slot [19] registered [ 0.153749] acpiphp: Slot [20] registered [ 0.154605] acpiphp: Slot [21] registered [ 0.155459] acpiphp: Slot [22] registered [ 0.156019] acpiphp: Slot [23] registered [ 0.156882] acpiphp: Slot [24] registered [ 0.157738] acpiphp: Slot [25] registered [ 0.158594] acpiphp: Slot [26] registered [ 0.159454] acpiphp: Slot [27] registered [ 0.160018] acpiphp: Slot [28] registered [ 0.161009] acpiphp: Slot [29] registered [ 0.161865] acpiphp: Slot [30] registered [ 0.162726] acpiphp: Slot [31] registered [ 0.163576] PCI host bridge to bus 0000:00 [ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212004] vgaarb: loaded [ 0.212637] vgaarb: bridge control possible 0000:00:02.0 [ 0.213950] SCSI subsystem initialized [ 0.214925] ACPI: bus type USB registered [ 0.214925] usbcore: registered new interface driver usbfs [ 0.216017] usbcore: registered new interface driver hub [ 0.217137] usbcore: registered new device driver usb [ 0.217143] PCI: Using ACPI for IRQ routing [ 0.217438] NetLabel: Initializing [ 0.220014] NetLabel: domain hash size = 128 [ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.221992] NetLabel: unlabeled traffic allowed by default [ 0.223099] Switched to clocksource kvm-clock [ 0.227664] AppArmor: AppArmor Filesystem Enabled [ 0.228699] pnp: PnP ACPI init [ 0.229409] ACPI: bus type PNP registered [ 0.230700] pnp: PnP ACPI: found 8 devices [ 0.231561] ACPI: bus type PNP unregistered [ 0.238662] NET: Registered protocol family 2 [ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.242962] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244331] TCP: reno registered [ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.247603] NET: Registered protocol family 1 [ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.294647] Trying to unpack rootfs image as initramfs... [ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.391501] Scanning for low memory corruption every 60 seconds [ 0.393008] Initialise system trusted keyring [ 0.394244] audit: initializing netlink socket (disabled) [ 0.395662] type=2000 audit(1533935167.012:1): initialized [ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.417851] zbud: loaded [ 0.418859] VFS: Disk quotas dquot_6.5.2 [ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.421934] fuse init (API version 7.22) [ 0.423080] msgmni has been set to 3997 [ 0.424171] Key type big_key registered [ 0.425478] Key type asymmetric registered [ 0.426600] Asymmetric key parser 'x509' registered [ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.429970] io scheduler noop registered [ 0.431057] io scheduler deadline registered (default) [ 0.432463] io scheduler cfq registered [ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.436753] ipmi message handler version 39.2 [ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.439862] ACPI: Power Button [PWRF] [ 0.441004] GHES: HEST is not enabled! [ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556219] Linux agpgart interface v0.103 [ 0.558007] brd: module loaded [ 0.559217] loop: module loaded [ 0.560382] blk-mq: CPU -> queue map [ 0.561350] CPU 0 -> Queue 0 [ 0.562188] CPU 1 -> Queue 0 [ 0.563507] vda: vda1 [ 0.564749] scsi0 : ata_piix [ 0.565487] scsi1 : ata_piix [ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.568920] libphy: Fixed MDIO Bus: probed [ 0.569860] tun: Universal TUN/TAP device driver, 1.6 [ 0.570893] tun: (C) 1999-2004 Max Krasnyansky [ 0.573371] PPP generic driver version 2.4.2 [ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.575562] ehci-pci: EHCI PCI platform driver [ 0.576491] ehci-platform: EHCI generic platform driver [ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.578735] ohci-pci: OHCI PCI platform driver [ 0.579648] ohci-platform: OHCI generic platform driver [ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver [ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.609252] usb usb1: Product: UHCI Host Controller [ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.611453] usb usb1: SerialNumber: 0000:00:01.2 [ 0.612476] hub 1-0:1.0: USB hub found [ 0.613289] hub 1-0:1.0: 2 ports detected [ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.618603] mousedev: PS/2 mouse device common for all mice [ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.621758] rtc_cmos 00:00: RTC can wake from S4 [ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.626477] device-mapper: uevent: version 1.0.3 [ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs [ 0.631511] TCP: cubic registered [ 0.632503] NET: Registered protocol family 10 [ 0.633904] NET: Registered protocol family 17 [ 0.635065] Key type dns_resolver registered [ 0.636309] Loading compiled-in X.509 certificates [ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.640442] registered taskstats version 1 [ 0.649913] Key type trusted registered [ 0.653609] Key type encrypted registered [ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled [ 0.656098] IMA: No TPM chip found, activating TPM-bypass! [ 0.657940] regulator-dummy: disabling [ 0.659045] Magic number: 14:57:146 [ 0.660095] hub 1-0:1.0: hash matches [ 0.661106] acpi device:17: hash matches [ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167) [ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665896] EDD information not available. [ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.726915] Write protecting the kernel read-only data: 12288k [ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.744814] systemd-udevd[107]: starting version 204 [ 0.796419] FDC 0 is a S82078B [ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.087809] usb 1-1: Product: QEMU USB Tablet [ 1.088710] usb 1-1: Manufacturer: QEMU [ 1.089511] usb 1-1: SerialNumber: 42 [ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.341375] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds. cloud-init-nonet[3.63]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[10.62]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | o | | + | |o ..o. . | |E++*ooo S | |+o+*+ .. | |. =... | | . o. | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: ea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o o o | |.. * | |. + | | E . | | + . S | | . =.+ . | | ..o.. o | | .o .+ + | | ..o...o . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: c9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . o | | . . B B | | S * E . | | B @ o | | = . | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | | . E | | . . | | . . .. | | =. ...S | | *.oo .. | |= *o. o | |.+ *.+ | |..+.+ | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 2018-08-10 21:10:34,767 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:10:44,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:44,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:45,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-d3f03dc3-596c-496f-8169-9d2ccd67eb2c x-compute-request-id: req-d3f03dc3-596c-496f-8169-9d2ccd67eb2c Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:45,552 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d3f03dc3-596c-496f-8169-9d2ccd67eb2c 2018-08-10 21:10:45,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.783148050308s 2018-08-10 21:10:45,552 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d3f03dc3-596c-496f-8169-9d2ccd67eb2c 2018-08-10 21:10:45,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:45,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:45,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09d26418-96a5-4917-9fc0-5e91f834a9ce x-compute-request-id: req-09d26418-96a5-4917-9fc0-5e91f834a9ce Content-Encoding: gzip Content-Length: 10513 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.008905] Yama: becoming mindful.\n[ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017601] Initializing cgroup subsys memory\n[ 0.018526] Initializing cgroup subsys devices\n[ 0.019446] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020898] Initializing cgroup subsys perf_event\n[ 0.021860] Initializing cgroup subsys hugetlb\n[ 0.022841] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Not Present\n[ 0.025560] mce: CPU supports 10 MCE banks\n[ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030776] Speculative Store Bypass: Vulnerable\n[ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037287] ACPI: Core revision 20131115\n[ 0.038591] ACPI: All ACPI Tables successfully acquired\n[ 0.039805] ftrace: allocating 28727 entries in 113 pages\n[ 0.060276] Enabling x2apic\n[ 0.060944] Enabled x2apic\n[ 0.064004] Switched APIC routing to physical x2apic.\n[ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077364] KVM setup paravirtual spinlock\n[ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080154] x86: Booting SMP configuration:\n[ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100313] devtmpfs: initialized\n[ 0.101869] EVM: security.selinux\n[ 0.102605] EVM: security.SMACK64\n[ 0.103328] EVM: security.ima\n[ 0.104008] EVM: security.capability\n[ 0.104818] pinctrl core: initialized pinctrl subsystem\n[ 0.105910] regulator-dummy: no parameters\n[ 0.106831] RTC time: 21:06:06, date: 08/10/18\n[ 0.108043] NET: Registered protocol family 16\n[ 0.109056] cpuidle: using governor ladder\n[ 0.109915] cpuidle: using governor menu\n[ 0.110829] ACPI: bus type PCI registered\n[ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112097] PCI: Using configuration type 1 for base access\n[ 0.113742] bio: create slab at 0\n[ 0.113742] ACPI: Added _OSI(Module Device)\n[ 0.113742] ACPI: Added _OSI(Processor Device)\n[ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121418] ACPI: Interpreter enabled\n[ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129249] ACPI: (supports S0 S5)\n[ 0.130018] ACPI: Using IOAPIC for interrupt routing\n[ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132220] ACPI: No dock devices found.\n[ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140216] acpiphp: Slot [3] registered\n[ 0.141061] acpiphp: Slot [4] registered\n[ 0.141914] acpiphp: Slot [5] registered\n[ 0.142759] acpiphp: Slot [6] registered\n[ 0.143606] acpiphp: Slot [7] registered\n[ 0.144019] acpiphp: Slot [8] registered\n[ 0.144863] acpiphp: Slot [9] registered\n[ 0.145713] acpiphp: Slot [10] registered\n[ 0.146566] acpiphp: Slot [11] registered\n[ 0.147424] acpiphp: Slot [12] registered\n[ 0.148018] acpiphp: Slot [13] registered\n[ 0.148887] acpiphp: Slot [14] registered\n[ 0.149744] acpiphp: Slot [15] registered\n[ 0.150598] acpiphp: Slot [16] registered\n[ 0.151460] acpiphp: Slot [17] registered\n[ 0.152018] acpiphp: Slot [18] registered\n[ 0.152886] acpiphp: Slot [19] registered\n[ 0.153749] acpiphp: Slot [20] registered\n[ 0.154605] acpiphp: Slot [21] registered\n[ 0.155459] acpiphp: Slot [22] registered\n[ 0.156019] acpiphp: Slot [23] registered\n[ 0.156882] acpiphp: Slot [24] registered\n[ 0.157738] acpiphp: Slot [25] registered\n[ 0.158594] acpiphp: Slot [26] registered\n[ 0.159454] acpiphp: Slot [27] registered\n[ 0.160018] acpiphp: Slot [28] registered\n[ 0.161009] acpiphp: Slot [29] registered\n[ 0.161865] acpiphp: Slot [30] registered\n[ 0.162726] acpiphp: Slot [31] registered\n[ 0.163576] PCI host bridge to bus 0000:00\n[ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212004] vgaarb: loaded\n[ 0.212637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213950] SCSI subsystem initialized\n[ 0.214925] ACPI: bus type USB registered\n[ 0.214925] usbcore: registered new interface driver usbfs\n[ 0.216017] usbcore: registered new interface driver hub\n[ 0.217137] usbcore: registered new device driver usb\n[ 0.217143] PCI: Using ACPI for IRQ routing\n[ 0.217438] NetLabel: Initializing\n[ 0.220014] NetLabel: domain hash size = 128\n[ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.221992] NetLabel: unlabeled traffic allowed by default\n[ 0.223099] Switched to clocksource kvm-clock\n[ 0.227664] AppArmor: AppArmor Filesystem Enabled\n[ 0.228699] pnp: PnP ACPI init\n[ 0.229409] ACPI: bus type PNP registered\n[ 0.230700] pnp: PnP ACPI: found 8 devices\n[ 0.231561] ACPI: bus type PNP unregistered\n[ 0.238662] NET: Registered protocol family 2\n[ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.242962] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244331] TCP: reno registered\n[ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.247603] NET: Registered protocol family 1\n[ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.294647] Trying to unpack rootfs image as initramfs...\n[ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.391501] Scanning for low memory corruption every 60 seconds\n[ 0.393008] Initialise system trusted keyring\n[ 0.394244] audit: initializing netlink socket (disabled)\n[ 0.395662] type=2000 audit(1533935167.012:1): initialized\n[ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.417851] zbud: loaded\n[ 0.418859] VFS: Disk quotas dquot_6.5.2\n[ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.421934] fuse init (API version 7.22)\n[ 0.423080] msgmni has been set to 3997\n[ 0.424171] Key type big_key registered\n[ 0.425478] Key type asymmetric registered\n[ 0.426600] Asymmetric key parser 'x509' registered\n[ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.429970] io scheduler noop registered\n[ 0.431057] io scheduler deadline registered (default)\n[ 0.432463] io scheduler cfq registered\n[ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.436753] ipmi message handler version 39.2\n[ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.439862] ACPI: Power Button [PWRF]\n[ 0.441004] GHES: HEST is not enabled!\n[ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.556219] Linux agpgart interface v0.103\n[ 0.558007] brd: module loaded\n[ 0.559217] loop: module loaded\n[ 0.560382] blk-mq: CPU -> queue map\n[ 0.561350] CPU 0 -> Queue 0\n[ 0.562188] CPU 1 -> Queue 0\n[ 0.563507] vda: vda1\n[ 0.564749] scsi0 : ata_piix\n[ 0.565487] scsi1 : ata_piix\n[ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.568920] libphy: Fixed MDIO Bus: probed\n[ 0.569860] tun: Universal TUN/TAP device driver, 1.6\n[ 0.570893] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.573371] PPP generic driver version 2.4.2\n[ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.575562] ehci-pci: EHCI PCI platform driver\n[ 0.576491] ehci-platform: EHCI generic platform driver\n[ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.578735] ohci-pci: OHCI PCI platform driver\n[ 0.579648] ohci-platform: OHCI generic platform driver\n[ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.609252] usb usb1: Product: UHCI Host Controller\n[ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.611453] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.612476] hub 1-0:1.0: USB hub found\n[ 0.613289] hub 1-0:1.0: 2 ports detected\n[ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.618603] mousedev: PS/2 mouse device common for all mice\n[ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.621758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.626477] device-mapper: uevent: version 1.0.3\n[ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.631511] TCP: cubic registered\n[ 0.632503] NET: Registered protocol family 10\n[ 0.633904] NET: Registered protocol family 17\n[ 0.635065] Key type dns_resolver registered\n[ 0.636309] Loading compiled-in X.509 certificates\n[ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.640442] registered taskstats version 1\n[ 0.649913] Key type trusted registered\n[ 0.653609] Key type encrypted registered\n[ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.656098] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.657940] regulator-dummy: disabling\n[ 0.659045] Magic number: 14:57:146\n[ 0.660095] hub 1-0:1.0: hash matches\n[ 0.661106] acpi device:17: hash matches\n[ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167)\n[ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665896] EDD information not available.\n[ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.726915] Write protecting the kernel read-only data: 12288k\n[ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.744814] systemd-udevd[107]: starting version 204\n[ 0.796419] FDC 0 is a S82078B\n[ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.087809] usb 1-1: Product: QEMU USB Tablet\n[ 1.088710] usb 1-1: Manufacturer: QEMU\n[ 1.089511] usb 1-1: SerialNumber: 42\n[ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.341375] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds.\ncloud-init-nonet[3.63]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[10.62]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| o |\n| + |\n|o ..o. . |\n|E++*ooo S |\n|+o+*+ .. |\n|. =... |\n| . o. |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o o o |\n|.. * |\n|. + |\n| E . |\n| + . S |\n| . =.+ . |\n| ..o.. o |\n| .o .+ + |\n| ..o...o . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nc9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . o |\n| . . B B |\n| S * E . |\n| B @ o |\n| = . |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . E |\n| . . |\n| . . .. |\n| =. ...S |\n| *.oo .. |\n|= *o. o |\n|.+ *.+ |\n|..+.+ |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n"} 2018-08-10 21:10:45,632 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-09d26418-96a5-4917-9fc0-5e91f834a9ce 2018-08-10 21:10:45,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0732400417328s 2018-08-10 21:10:45,634 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-09d26418-96a5-4917-9fc0-5e91f834a9ce 2018-08-10 21:10:45,634 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.008905] Yama: becoming mindful. [ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017601] Initializing cgroup subsys memory [ 0.018526] Initializing cgroup subsys devices [ 0.019446] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020898] Initializing cgroup subsys perf_event [ 0.021860] Initializing cgroup subsys hugetlb [ 0.022841] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Not Present [ 0.025560] mce: CPU supports 10 MCE banks [ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030776] Speculative Store Bypass: Vulnerable [ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037287] ACPI: Core revision 20131115 [ 0.038591] ACPI: All ACPI Tables successfully acquired [ 0.039805] ftrace: allocating 28727 entries in 113 pages [ 0.060276] Enabling x2apic [ 0.060944] Enabled x2apic [ 0.064004] Switched APIC routing to physical x2apic. [ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077364] KVM setup paravirtual spinlock [ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080154] x86: Booting SMP configuration: [ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100313] devtmpfs: initialized [ 0.101869] EVM: security.selinux [ 0.102605] EVM: security.SMACK64 [ 0.103328] EVM: security.ima [ 0.104008] EVM: security.capability [ 0.104818] pinctrl core: initialized pinctrl subsystem [ 0.105910] regulator-dummy: no parameters [ 0.106831] RTC time: 21:06:06, date: 08/10/18 [ 0.108043] NET: Registered protocol family 16 [ 0.109056] cpuidle: using governor ladder [ 0.109915] cpuidle: using governor menu [ 0.110829] ACPI: bus type PCI registered [ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112097] PCI: Using configuration type 1 for base access [ 0.113742] bio: create slab at 0 [ 0.113742] ACPI: Added _OSI(Module Device) [ 0.113742] ACPI: Added _OSI(Processor Device) [ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116959] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121418] ACPI: Interpreter enabled [ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129249] ACPI: (supports S0 S5) [ 0.130018] ACPI: Using IOAPIC for interrupt routing [ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132220] ACPI: No dock devices found. [ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140216] acpiphp: Slot [3] registered [ 0.141061] acpiphp: Slot [4] registered [ 0.141914] acpiphp: Slot [5] registered [ 0.142759] acpiphp: Slot [6] registered [ 0.143606] acpiphp: Slot [7] registered [ 0.144019] acpiphp: Slot [8] registered [ 0.144863] acpiphp: Slot [9] registered [ 0.145713] acpiphp: Slot [10] registered [ 0.146566] acpiphp: Slot [11] registered [ 0.147424] acpiphp: Slot [12] registered [ 0.148018] acpiphp: Slot [13] registered [ 0.148887] acpiphp: Slot [14] registered [ 0.149744] acpiphp: Slot [15] registered [ 0.150598] acpiphp: Slot [16] registered [ 0.151460] acpiphp: Slot [17] registered [ 0.152018] acpiphp: Slot [18] registered [ 0.152886] acpiphp: Slot [19] registered [ 0.153749] acpiphp: Slot [20] registered [ 0.154605] acpiphp: Slot [21] registered [ 0.155459] acpiphp: Slot [22] registered [ 0.156019] acpiphp: Slot [23] registered [ 0.156882] acpiphp: Slot [24] registered [ 0.157738] acpiphp: Slot [25] registered [ 0.158594] acpiphp: Slot [26] registered [ 0.159454] acpiphp: Slot [27] registered [ 0.160018] acpiphp: Slot [28] registered [ 0.161009] acpiphp: Slot [29] registered [ 0.161865] acpiphp: Slot [30] registered [ 0.162726] acpiphp: Slot [31] registered [ 0.163576] PCI host bridge to bus 0000:00 [ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212004] vgaarb: loaded [ 0.212637] vgaarb: bridge control possible 0000:00:02.0 [ 0.213950] SCSI subsystem initialized [ 0.214925] ACPI: bus type USB registered [ 0.214925] usbcore: registered new interface driver usbfs [ 0.216017] usbcore: registered new interface driver hub [ 0.217137] usbcore: registered new device driver usb [ 0.217143] PCI: Using ACPI for IRQ routing [ 0.217438] NetLabel: Initializing [ 0.220014] NetLabel: domain hash size = 128 [ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.221992] NetLabel: unlabeled traffic allowed by default [ 0.223099] Switched to clocksource kvm-clock [ 0.227664] AppArmor: AppArmor Filesystem Enabled [ 0.228699] pnp: PnP ACPI init [ 0.229409] ACPI: bus type PNP registered [ 0.230700] pnp: PnP ACPI: found 8 devices [ 0.231561] ACPI: bus type PNP unregistered [ 0.238662] NET: Registered protocol family 2 [ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.242962] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244331] TCP: reno registered [ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.247603] NET: Registered protocol family 1 [ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.294647] Trying to unpack rootfs image as initramfs... [ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.391501] Scanning for low memory corruption every 60 seconds [ 0.393008] Initialise system trusted keyring [ 0.394244] audit: initializing netlink socket (disabled) [ 0.395662] type=2000 audit(1533935167.012:1): initialized [ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.417851] zbud: loaded [ 0.418859] VFS: Disk quotas dquot_6.5.2 [ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.421934] fuse init (API version 7.22) [ 0.423080] msgmni has been set to 3997 [ 0.424171] Key type big_key registered [ 0.425478] Key type asymmetric registered [ 0.426600] Asymmetric key parser 'x509' registered [ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.429970] io scheduler noop registered [ 0.431057] io scheduler deadline registered (default) [ 0.432463] io scheduler cfq registered [ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.436753] ipmi message handler version 39.2 [ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.439862] ACPI: Power Button [PWRF] [ 0.441004] GHES: HEST is not enabled! [ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556219] Linux agpgart interface v0.103 [ 0.558007] brd: module loaded [ 0.559217] loop: module loaded [ 0.560382] blk-mq: CPU -> queue map [ 0.561350] CPU 0 -> Queue 0 [ 0.562188] CPU 1 -> Queue 0 [ 0.563507] vda: vda1 [ 0.564749] scsi0 : ata_piix [ 0.565487] scsi1 : ata_piix [ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.568920] libphy: Fixed MDIO Bus: probed [ 0.569860] tun: Universal TUN/TAP device driver, 1.6 [ 0.570893] tun: (C) 1999-2004 Max Krasnyansky [ 0.573371] PPP generic driver version 2.4.2 [ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.575562] ehci-pci: EHCI PCI platform driver [ 0.576491] ehci-platform: EHCI generic platform driver [ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.578735] ohci-pci: OHCI PCI platform driver [ 0.579648] ohci-platform: OHCI generic platform driver [ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver [ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.609252] usb usb1: Product: UHCI Host Controller [ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.611453] usb usb1: SerialNumber: 0000:00:01.2 [ 0.612476] hub 1-0:1.0: USB hub found [ 0.613289] hub 1-0:1.0: 2 ports detected [ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.618603] mousedev: PS/2 mouse device common for all mice [ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.621758] rtc_cmos 00:00: RTC can wake from S4 [ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.626477] device-mapper: uevent: version 1.0.3 [ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs [ 0.631511] TCP: cubic registered [ 0.632503] NET: Registered protocol family 10 [ 0.633904] NET: Registered protocol family 17 [ 0.635065] Key type dns_resolver registered [ 0.636309] Loading compiled-in X.509 certificates [ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.640442] registered taskstats version 1 [ 0.649913] Key type trusted registered [ 0.653609] Key type encrypted registered [ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled [ 0.656098] IMA: No TPM chip found, activating TPM-bypass! [ 0.657940] regulator-dummy: disabling [ 0.659045] Magic number: 14:57:146 [ 0.660095] hub 1-0:1.0: hash matches [ 0.661106] acpi device:17: hash matches [ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167) [ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665896] EDD information not available. [ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.726915] Write protecting the kernel read-only data: 12288k [ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.744814] systemd-udevd[107]: starting version 204 [ 0.796419] FDC 0 is a S82078B [ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.087809] usb 1-1: Product: QEMU USB Tablet [ 1.088710] usb 1-1: Manufacturer: QEMU [ 1.089511] usb 1-1: SerialNumber: 42 [ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.341375] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds. cloud-init-nonet[3.63]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[10.62]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | o | | + | |o ..o. . | |E++*ooo S | |+o+*+ .. | |. =... | | . o. | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: ea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o o o | |.. * | |. + | | E . | | + . S | | . =.+ . | | ..o.. o | | .o .+ + | | ..o...o . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: c9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . o | | . . B B | | S * E . | | B @ o | | = . | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | | . E | | . . | | . . .. | | =. ...S | | *.oo .. | |= *o. o | |.+ *.+ | |..+.+ | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 2018-08-10 21:10:45,636 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:10:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:10:55,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:10:56,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-f24ffdcc-6419-474c-8fa0-1ae11ea832ae x-compute-request-id: req-f24ffdcc-6419-474c-8fa0-1ae11ea832ae Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:10:56,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f24ffdcc-6419-474c-8fa0-1ae11ea832ae 2018-08-10 21:10:56,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06886696815s 2018-08-10 21:10:56,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f24ffdcc-6419-474c-8fa0-1ae11ea832ae 2018-08-10 21:10:56,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:10:56,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:10:56,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:10:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83e33699-cb2d-432d-a9bc-7844a14bf0d7 x-compute-request-id: req-83e33699-cb2d-432d-a9bc-7844a14bf0d7 Content-Encoding: gzip Content-Length: 10513 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.008905] Yama: becoming mindful.\n[ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017601] Initializing cgroup subsys memory\n[ 0.018526] Initializing cgroup subsys devices\n[ 0.019446] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020898] Initializing cgroup subsys perf_event\n[ 0.021860] Initializing cgroup subsys hugetlb\n[ 0.022841] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Not Present\n[ 0.025560] mce: CPU supports 10 MCE banks\n[ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030776] Speculative Store Bypass: Vulnerable\n[ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037287] ACPI: Core revision 20131115\n[ 0.038591] ACPI: All ACPI Tables successfully acquired\n[ 0.039805] ftrace: allocating 28727 entries in 113 pages\n[ 0.060276] Enabling x2apic\n[ 0.060944] Enabled x2apic\n[ 0.064004] Switched APIC routing to physical x2apic.\n[ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077364] KVM setup paravirtual spinlock\n[ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080154] x86: Booting SMP configuration:\n[ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100313] devtmpfs: initialized\n[ 0.101869] EVM: security.selinux\n[ 0.102605] EVM: security.SMACK64\n[ 0.103328] EVM: security.ima\n[ 0.104008] EVM: security.capability\n[ 0.104818] pinctrl core: initialized pinctrl subsystem\n[ 0.105910] regulator-dummy: no parameters\n[ 0.106831] RTC time: 21:06:06, date: 08/10/18\n[ 0.108043] NET: Registered protocol family 16\n[ 0.109056] cpuidle: using governor ladder\n[ 0.109915] cpuidle: using governor menu\n[ 0.110829] ACPI: bus type PCI registered\n[ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112097] PCI: Using configuration type 1 for base access\n[ 0.113742] bio: create slab at 0\n[ 0.113742] ACPI: Added _OSI(Module Device)\n[ 0.113742] ACPI: Added _OSI(Processor Device)\n[ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121418] ACPI: Interpreter enabled\n[ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129249] ACPI: (supports S0 S5)\n[ 0.130018] ACPI: Using IOAPIC for interrupt routing\n[ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132220] ACPI: No dock devices found.\n[ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140216] acpiphp: Slot [3] registered\n[ 0.141061] acpiphp: Slot [4] registered\n[ 0.141914] acpiphp: Slot [5] registered\n[ 0.142759] acpiphp: Slot [6] registered\n[ 0.143606] acpiphp: Slot [7] registered\n[ 0.144019] acpiphp: Slot [8] registered\n[ 0.144863] acpiphp: Slot [9] registered\n[ 0.145713] acpiphp: Slot [10] registered\n[ 0.146566] acpiphp: Slot [11] registered\n[ 0.147424] acpiphp: Slot [12] registered\n[ 0.148018] acpiphp: Slot [13] registered\n[ 0.148887] acpiphp: Slot [14] registered\n[ 0.149744] acpiphp: Slot [15] registered\n[ 0.150598] acpiphp: Slot [16] registered\n[ 0.151460] acpiphp: Slot [17] registered\n[ 0.152018] acpiphp: Slot [18] registered\n[ 0.152886] acpiphp: Slot [19] registered\n[ 0.153749] acpiphp: Slot [20] registered\n[ 0.154605] acpiphp: Slot [21] registered\n[ 0.155459] acpiphp: Slot [22] registered\n[ 0.156019] acpiphp: Slot [23] registered\n[ 0.156882] acpiphp: Slot [24] registered\n[ 0.157738] acpiphp: Slot [25] registered\n[ 0.158594] acpiphp: Slot [26] registered\n[ 0.159454] acpiphp: Slot [27] registered\n[ 0.160018] acpiphp: Slot [28] registered\n[ 0.161009] acpiphp: Slot [29] registered\n[ 0.161865] acpiphp: Slot [30] registered\n[ 0.162726] acpiphp: Slot [31] registered\n[ 0.163576] PCI host bridge to bus 0000:00\n[ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212004] vgaarb: loaded\n[ 0.212637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213950] SCSI subsystem initialized\n[ 0.214925] ACPI: bus type USB registered\n[ 0.214925] usbcore: registered new interface driver usbfs\n[ 0.216017] usbcore: registered new interface driver hub\n[ 0.217137] usbcore: registered new device driver usb\n[ 0.217143] PCI: Using ACPI for IRQ routing\n[ 0.217438] NetLabel: Initializing\n[ 0.220014] NetLabel: domain hash size = 128\n[ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.221992] NetLabel: unlabeled traffic allowed by default\n[ 0.223099] Switched to clocksource kvm-clock\n[ 0.227664] AppArmor: AppArmor Filesystem Enabled\n[ 0.228699] pnp: PnP ACPI init\n[ 0.229409] ACPI: bus type PNP registered\n[ 0.230700] pnp: PnP ACPI: found 8 devices\n[ 0.231561] ACPI: bus type PNP unregistered\n[ 0.238662] NET: Registered protocol family 2\n[ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.242962] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244331] TCP: reno registered\n[ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.247603] NET: Registered protocol family 1\n[ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.294647] Trying to unpack rootfs image as initramfs...\n[ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.391501] Scanning for low memory corruption every 60 seconds\n[ 0.393008] Initialise system trusted keyring\n[ 0.394244] audit: initializing netlink socket (disabled)\n[ 0.395662] type=2000 audit(1533935167.012:1): initialized\n[ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.417851] zbud: loaded\n[ 0.418859] VFS: Disk quotas dquot_6.5.2\n[ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.421934] fuse init (API version 7.22)\n[ 0.423080] msgmni has been set to 3997\n[ 0.424171] Key type big_key registered\n[ 0.425478] Key type asymmetric registered\n[ 0.426600] Asymmetric key parser 'x509' registered\n[ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.429970] io scheduler noop registered\n[ 0.431057] io scheduler deadline registered (default)\n[ 0.432463] io scheduler cfq registered\n[ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.436753] ipmi message handler version 39.2\n[ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.439862] ACPI: Power Button [PWRF]\n[ 0.441004] GHES: HEST is not enabled!\n[ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.556219] Linux agpgart interface v0.103\n[ 0.558007] brd: module loaded\n[ 0.559217] loop: module loaded\n[ 0.560382] blk-mq: CPU -> queue map\n[ 0.561350] CPU 0 -> Queue 0\n[ 0.562188] CPU 1 -> Queue 0\n[ 0.563507] vda: vda1\n[ 0.564749] scsi0 : ata_piix\n[ 0.565487] scsi1 : ata_piix\n[ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.568920] libphy: Fixed MDIO Bus: probed\n[ 0.569860] tun: Universal TUN/TAP device driver, 1.6\n[ 0.570893] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.573371] PPP generic driver version 2.4.2\n[ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.575562] ehci-pci: EHCI PCI platform driver\n[ 0.576491] ehci-platform: EHCI generic platform driver\n[ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.578735] ohci-pci: OHCI PCI platform driver\n[ 0.579648] ohci-platform: OHCI generic platform driver\n[ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.609252] usb usb1: Product: UHCI Host Controller\n[ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.611453] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.612476] hub 1-0:1.0: USB hub found\n[ 0.613289] hub 1-0:1.0: 2 ports detected\n[ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.618603] mousedev: PS/2 mouse device common for all mice\n[ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.621758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.626477] device-mapper: uevent: version 1.0.3\n[ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.631511] TCP: cubic registered\n[ 0.632503] NET: Registered protocol family 10\n[ 0.633904] NET: Registered protocol family 17\n[ 0.635065] Key type dns_resolver registered\n[ 0.636309] Loading compiled-in X.509 certificates\n[ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.640442] registered taskstats version 1\n[ 0.649913] Key type trusted registered\n[ 0.653609] Key type encrypted registered\n[ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.656098] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.657940] regulator-dummy: disabling\n[ 0.659045] Magic number: 14:57:146\n[ 0.660095] hub 1-0:1.0: hash matches\n[ 0.661106] acpi device:17: hash matches\n[ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167)\n[ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665896] EDD information not available.\n[ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.726915] Write protecting the kernel read-only data: 12288k\n[ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.744814] systemd-udevd[107]: starting version 204\n[ 0.796419] FDC 0 is a S82078B\n[ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.087809] usb 1-1: Product: QEMU USB Tablet\n[ 1.088710] usb 1-1: Manufacturer: QEMU\n[ 1.089511] usb 1-1: SerialNumber: 42\n[ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.341375] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds.\ncloud-init-nonet[3.63]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[10.62]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| o |\n| + |\n|o ..o. . |\n|E++*ooo S |\n|+o+*+ .. |\n|. =... |\n| . o. |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o o o |\n|.. * |\n|. + |\n| E . |\n| + . S |\n| . =.+ . |\n| ..o.. o |\n| .o .+ + |\n| ..o...o . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nc9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . o |\n| . . B B |\n| S * E . |\n| B @ o |\n| = . |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . E |\n| . . |\n| . . .. |\n| =. ...S |\n| *.oo .. |\n|= *o. o |\n|.+ *.+ |\n|..+.+ |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n"} 2018-08-10 21:10:56,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-83e33699-cb2d-432d-a9bc-7844a14bf0d7 2018-08-10 21:10:56,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0839838981628s 2018-08-10 21:10:56,809 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-83e33699-cb2d-432d-a9bc-7844a14bf0d7 2018-08-10 21:10:56,809 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.008905] Yama: becoming mindful. [ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017601] Initializing cgroup subsys memory [ 0.018526] Initializing cgroup subsys devices [ 0.019446] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020898] Initializing cgroup subsys perf_event [ 0.021860] Initializing cgroup subsys hugetlb [ 0.022841] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Not Present [ 0.025560] mce: CPU supports 10 MCE banks [ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030776] Speculative Store Bypass: Vulnerable [ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037287] ACPI: Core revision 20131115 [ 0.038591] ACPI: All ACPI Tables successfully acquired [ 0.039805] ftrace: allocating 28727 entries in 113 pages [ 0.060276] Enabling x2apic [ 0.060944] Enabled x2apic [ 0.064004] Switched APIC routing to physical x2apic. [ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077364] KVM setup paravirtual spinlock [ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080154] x86: Booting SMP configuration: [ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100313] devtmpfs: initialized [ 0.101869] EVM: security.selinux [ 0.102605] EVM: security.SMACK64 [ 0.103328] EVM: security.ima [ 0.104008] EVM: security.capability [ 0.104818] pinctrl core: initialized pinctrl subsystem [ 0.105910] regulator-dummy: no parameters [ 0.106831] RTC time: 21:06:06, date: 08/10/18 [ 0.108043] NET: Registered protocol family 16 [ 0.109056] cpuidle: using governor ladder [ 0.109915] cpuidle: using governor menu [ 0.110829] ACPI: bus type PCI registered [ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112097] PCI: Using configuration type 1 for base access [ 0.113742] bio: create slab at 0 [ 0.113742] ACPI: Added _OSI(Module Device) [ 0.113742] ACPI: Added _OSI(Processor Device) [ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116959] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121418] ACPI: Interpreter enabled [ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129249] ACPI: (supports S0 S5) [ 0.130018] ACPI: Using IOAPIC for interrupt routing [ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132220] ACPI: No dock devices found. [ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140216] acpiphp: Slot [3] registered [ 0.141061] acpiphp: Slot [4] registered [ 0.141914] acpiphp: Slot [5] registered [ 0.142759] acpiphp: Slot [6] registered [ 0.143606] acpiphp: Slot [7] registered [ 0.144019] acpiphp: Slot [8] registered [ 0.144863] acpiphp: Slot [9] registered [ 0.145713] acpiphp: Slot [10] registered [ 0.146566] acpiphp: Slot [11] registered [ 0.147424] acpiphp: Slot [12] registered [ 0.148018] acpiphp: Slot [13] registered [ 0.148887] acpiphp: Slot [14] registered [ 0.149744] acpiphp: Slot [15] registered [ 0.150598] acpiphp: Slot [16] registered [ 0.151460] acpiphp: Slot [17] registered [ 0.152018] acpiphp: Slot [18] registered [ 0.152886] acpiphp: Slot [19] registered [ 0.153749] acpiphp: Slot [20] registered [ 0.154605] acpiphp: Slot [21] registered [ 0.155459] acpiphp: Slot [22] registered [ 0.156019] acpiphp: Slot [23] registered [ 0.156882] acpiphp: Slot [24] registered [ 0.157738] acpiphp: Slot [25] registered [ 0.158594] acpiphp: Slot [26] registered [ 0.159454] acpiphp: Slot [27] registered [ 0.160018] acpiphp: Slot [28] registered [ 0.161009] acpiphp: Slot [29] registered [ 0.161865] acpiphp: Slot [30] registered [ 0.162726] acpiphp: Slot [31] registered [ 0.163576] PCI host bridge to bus 0000:00 [ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212004] vgaarb: loaded [ 0.212637] vgaarb: bridge control possible 0000:00:02.0 [ 0.213950] SCSI subsystem initialized [ 0.214925] ACPI: bus type USB registered [ 0.214925] usbcore: registered new interface driver usbfs [ 0.216017] usbcore: registered new interface driver hub [ 0.217137] usbcore: registered new device driver usb [ 0.217143] PCI: Using ACPI for IRQ routing [ 0.217438] NetLabel: Initializing [ 0.220014] NetLabel: domain hash size = 128 [ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.221992] NetLabel: unlabeled traffic allowed by default [ 0.223099] Switched to clocksource kvm-clock [ 0.227664] AppArmor: AppArmor Filesystem Enabled [ 0.228699] pnp: PnP ACPI init [ 0.229409] ACPI: bus type PNP registered [ 0.230700] pnp: PnP ACPI: found 8 devices [ 0.231561] ACPI: bus type PNP unregistered [ 0.238662] NET: Registered protocol family 2 [ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.242962] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244331] TCP: reno registered [ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.247603] NET: Registered protocol family 1 [ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.294647] Trying to unpack rootfs image as initramfs... [ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.391501] Scanning for low memory corruption every 60 seconds [ 0.393008] Initialise system trusted keyring [ 0.394244] audit: initializing netlink socket (disabled) [ 0.395662] type=2000 audit(1533935167.012:1): initialized [ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.417851] zbud: loaded [ 0.418859] VFS: Disk quotas dquot_6.5.2 [ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.421934] fuse init (API version 7.22) [ 0.423080] msgmni has been set to 3997 [ 0.424171] Key type big_key registered [ 0.425478] Key type asymmetric registered [ 0.426600] Asymmetric key parser 'x509' registered [ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.429970] io scheduler noop registered [ 0.431057] io scheduler deadline registered (default) [ 0.432463] io scheduler cfq registered [ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.436753] ipmi message handler version 39.2 [ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.439862] ACPI: Power Button [PWRF] [ 0.441004] GHES: HEST is not enabled! [ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556219] Linux agpgart interface v0.103 [ 0.558007] brd: module loaded [ 0.559217] loop: module loaded [ 0.560382] blk-mq: CPU -> queue map [ 0.561350] CPU 0 -> Queue 0 [ 0.562188] CPU 1 -> Queue 0 [ 0.563507] vda: vda1 [ 0.564749] scsi0 : ata_piix [ 0.565487] scsi1 : ata_piix [ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.568920] libphy: Fixed MDIO Bus: probed [ 0.569860] tun: Universal TUN/TAP device driver, 1.6 [ 0.570893] tun: (C) 1999-2004 Max Krasnyansky [ 0.573371] PPP generic driver version 2.4.2 [ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.575562] ehci-pci: EHCI PCI platform driver [ 0.576491] ehci-platform: EHCI generic platform driver [ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.578735] ohci-pci: OHCI PCI platform driver [ 0.579648] ohci-platform: OHCI generic platform driver [ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver [ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.609252] usb usb1: Product: UHCI Host Controller [ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.611453] usb usb1: SerialNumber: 0000:00:01.2 [ 0.612476] hub 1-0:1.0: USB hub found [ 0.613289] hub 1-0:1.0: 2 ports detected [ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.618603] mousedev: PS/2 mouse device common for all mice [ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.621758] rtc_cmos 00:00: RTC can wake from S4 [ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.626477] device-mapper: uevent: version 1.0.3 [ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs [ 0.631511] TCP: cubic registered [ 0.632503] NET: Registered protocol family 10 [ 0.633904] NET: Registered protocol family 17 [ 0.635065] Key type dns_resolver registered [ 0.636309] Loading compiled-in X.509 certificates [ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.640442] registered taskstats version 1 [ 0.649913] Key type trusted registered [ 0.653609] Key type encrypted registered [ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled [ 0.656098] IMA: No TPM chip found, activating TPM-bypass! [ 0.657940] regulator-dummy: disabling [ 0.659045] Magic number: 14:57:146 [ 0.660095] hub 1-0:1.0: hash matches [ 0.661106] acpi device:17: hash matches [ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167) [ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665896] EDD information not available. [ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.726915] Write protecting the kernel read-only data: 12288k [ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.744814] systemd-udevd[107]: starting version 204 [ 0.796419] FDC 0 is a S82078B [ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.087809] usb 1-1: Product: QEMU USB Tablet [ 1.088710] usb 1-1: Manufacturer: QEMU [ 1.089511] usb 1-1: SerialNumber: 42 [ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.341375] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds. cloud-init-nonet[3.63]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[10.62]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | o | | + | |o ..o. . | |E++*ooo S | |+o+*+ .. | |. =... | | . o. | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: ea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o o o | |.. * | |. + | | E . | | + . S | | . =.+ . | | ..o.. o | | .o .+ + | | ..o...o . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: c9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . o | | . . B B | | S * E . | | B @ o | | = . | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | | . E | | . . | | . . .. | | =. ...S | | *.oo .. | |= *o. o | |.+ *.+ | |..+.+ | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 2018-08-10 21:10:56,811 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-10 21:11:06,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:11:06,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:11:08,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:11:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24049f6b-0e56-4d50-b2f6-1d43100228a4 x-compute-request-id: req-24049f6b-0e56-4d50-b2f6-1d43100228a4 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:11:08,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-24049f6b-0e56-4d50-b2f6-1d43100228a4 2018-08-10 21:11:08,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33040499687s 2018-08-10 21:11:08,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-24049f6b-0e56-4d50-b2f6-1d43100228a4 2018-08-10 21:11:08,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:11:08,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:11:08,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:11: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-589bc641-727c-4a18-b30d-515918580e6d x-compute-request-id: req-589bc641-727c-4a18-b30d-515918580e6d Content-Encoding: gzip Content-Length: 11998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008034] AppArmor: AppArmor initialized\n[ 0.008905] Yama: becoming mindful.\n[ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017601] Initializing cgroup subsys memory\n[ 0.018526] Initializing cgroup subsys devices\n[ 0.019446] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020898] Initializing cgroup subsys perf_event\n[ 0.021860] Initializing cgroup subsys hugetlb\n[ 0.022841] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Not Present\n[ 0.025560] mce: CPU supports 10 MCE banks\n[ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030776] Speculative Store Bypass: Vulnerable\n[ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037287] ACPI: Core revision 20131115\n[ 0.038591] ACPI: All ACPI Tables successfully acquired\n[ 0.039805] ftrace: allocating 28727 entries in 113 pages\n[ 0.060276] Enabling x2apic\n[ 0.060944] Enabled x2apic\n[ 0.064004] Switched APIC routing to physical x2apic.\n[ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077364] KVM setup paravirtual spinlock\n[ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080154] x86: Booting SMP configuration:\n[ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100313] devtmpfs: initialized\n[ 0.101869] EVM: security.selinux\n[ 0.102605] EVM: security.SMACK64\n[ 0.103328] EVM: security.ima\n[ 0.104008] EVM: security.capability\n[ 0.104818] pinctrl core: initialized pinctrl subsystem\n[ 0.105910] regulator-dummy: no parameters\n[ 0.106831] RTC time: 21:06:06, date: 08/10/18\n[ 0.108043] NET: Registered protocol family 16\n[ 0.109056] cpuidle: using governor ladder\n[ 0.109915] cpuidle: using governor menu\n[ 0.110829] ACPI: bus type PCI registered\n[ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112097] PCI: Using configuration type 1 for base access\n[ 0.113742] bio: create slab at 0\n[ 0.113742] ACPI: Added _OSI(Module Device)\n[ 0.113742] ACPI: Added _OSI(Processor Device)\n[ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116959] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121418] ACPI: Interpreter enabled\n[ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129249] ACPI: (supports S0 S5)\n[ 0.130018] ACPI: Using IOAPIC for interrupt routing\n[ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132220] ACPI: No dock devices found.\n[ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140216] acpiphp: Slot [3] registered\n[ 0.141061] acpiphp: Slot [4] registered\n[ 0.141914] acpiphp: Slot [5] registered\n[ 0.142759] acpiphp: Slot [6] registered\n[ 0.143606] acpiphp: Slot [7] registered\n[ 0.144019] acpiphp: Slot [8] registered\n[ 0.144863] acpiphp: Slot [9] registered\n[ 0.145713] acpiphp: Slot [10] registered\n[ 0.146566] acpiphp: Slot [11] registered\n[ 0.147424] acpiphp: Slot [12] registered\n[ 0.148018] acpiphp: Slot [13] registered\n[ 0.148887] acpiphp: Slot [14] registered\n[ 0.149744] acpiphp: Slot [15] registered\n[ 0.150598] acpiphp: Slot [16] registered\n[ 0.151460] acpiphp: Slot [17] registered\n[ 0.152018] acpiphp: Slot [18] registered\n[ 0.152886] acpiphp: Slot [19] registered\n[ 0.153749] acpiphp: Slot [20] registered\n[ 0.154605] acpiphp: Slot [21] registered\n[ 0.155459] acpiphp: Slot [22] registered\n[ 0.156019] acpiphp: Slot [23] registered\n[ 0.156882] acpiphp: Slot [24] registered\n[ 0.157738] acpiphp: Slot [25] registered\n[ 0.158594] acpiphp: Slot [26] registered\n[ 0.159454] acpiphp: Slot [27] registered\n[ 0.160018] acpiphp: Slot [28] registered\n[ 0.161009] acpiphp: Slot [29] registered\n[ 0.161865] acpiphp: Slot [30] registered\n[ 0.162726] acpiphp: Slot [31] registered\n[ 0.163576] PCI host bridge to bus 0000:00\n[ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212004] vgaarb: loaded\n[ 0.212637] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213950] SCSI subsystem initialized\n[ 0.214925] ACPI: bus type USB registered\n[ 0.214925] usbcore: registered new interface driver usbfs\n[ 0.216017] usbcore: registered new interface driver hub\n[ 0.217137] usbcore: registered new device driver usb\n[ 0.217143] PCI: Using ACPI for IRQ routing\n[ 0.217438] NetLabel: Initializing\n[ 0.220014] NetLabel: domain hash size = 128\n[ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.221992] NetLabel: unlabeled traffic allowed by default\n[ 0.223099] Switched to clocksource kvm-clock\n[ 0.227664] AppArmor: AppArmor Filesystem Enabled\n[ 0.228699] pnp: PnP ACPI init\n[ 0.229409] ACPI: bus type PNP registered\n[ 0.230700] pnp: PnP ACPI: found 8 devices\n[ 0.231561] ACPI: bus type PNP unregistered\n[ 0.238662] NET: Registered protocol family 2\n[ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.242962] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244331] TCP: reno registered\n[ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.247603] NET: Registered protocol family 1\n[ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.294647] Trying to unpack rootfs image as initramfs...\n[ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.391501] Scanning for low memory corruption every 60 seconds\n[ 0.393008] Initialise system trusted keyring\n[ 0.394244] audit: initializing netlink socket (disabled)\n[ 0.395662] type=2000 audit(1533935167.012:1): initialized\n[ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.417851] zbud: loaded\n[ 0.418859] VFS: Disk quotas dquot_6.5.2\n[ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.421934] fuse init (API version 7.22)\n[ 0.423080] msgmni has been set to 3997\n[ 0.424171] Key type big_key registered\n[ 0.425478] Key type asymmetric registered\n[ 0.426600] Asymmetric key parser 'x509' registered\n[ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.429970] io scheduler noop registered\n[ 0.431057] io scheduler deadline registered (default)\n[ 0.432463] io scheduler cfq registered\n[ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.436753] ipmi message handler version 39.2\n[ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.439862] ACPI: Power Button [PWRF]\n[ 0.441004] GHES: HEST is not enabled!\n[ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.556219] Linux agpgart interface v0.103\n[ 0.558007] brd: module loaded\n[ 0.559217] loop: module loaded\n[ 0.560382] blk-mq: CPU -> queue map\n[ 0.561350] CPU 0 -> Queue 0\n[ 0.562188] CPU 1 -> Queue 0\n[ 0.563507] vda: vda1\n[ 0.564749] scsi0 : ata_piix\n[ 0.565487] scsi1 : ata_piix\n[ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.568920] libphy: Fixed MDIO Bus: probed\n[ 0.569860] tun: Universal TUN/TAP device driver, 1.6\n[ 0.570893] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.573371] PPP generic driver version 2.4.2\n[ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.575562] ehci-pci: EHCI PCI platform driver\n[ 0.576491] ehci-platform: EHCI generic platform driver\n[ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.578735] ohci-pci: OHCI PCI platform driver\n[ 0.579648] ohci-platform: OHCI generic platform driver\n[ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.609252] usb usb1: Product: UHCI Host Controller\n[ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.611453] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.612476] hub 1-0:1.0: USB hub found\n[ 0.613289] hub 1-0:1.0: 2 ports detected\n[ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.618603] mousedev: PS/2 mouse device common for all mice\n[ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.621758] rtc_cmos 00:00: RTC can wake from S4\n[ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.626477] device-mapper: uevent: version 1.0.3\n[ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.631511] TCP: cubic registered\n[ 0.632503] NET: Registered protocol family 10\n[ 0.633904] NET: Registered protocol family 17\n[ 0.635065] Key type dns_resolver registered\n[ 0.636309] Loading compiled-in X.509 certificates\n[ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.640442] registered taskstats version 1\n[ 0.649913] Key type trusted registered\n[ 0.653609] Key type encrypted registered\n[ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.656098] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.657940] regulator-dummy: disabling\n[ 0.659045] Magic number: 14:57:146\n[ 0.660095] hub 1-0:1.0: hash matches\n[ 0.661106] acpi device:17: hash matches\n[ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167)\n[ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665896] EDD information not available.\n[ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.726915] Write protecting the kernel read-only data: 12288k\n[ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.744814] systemd-udevd[107]: starting version 204\n[ 0.796419] FDC 0 is a S82078B\n[ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.087809] usb 1-1: Product: QEMU USB Tablet\n[ 1.088710] usb 1-1: Manufacturer: QEMU\n[ 1.089511] usb 1-1: SerialNumber: 42\n[ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.341375] random: init urandom read with 10 bits of entropy available\n * Stopping adjust system clock and timezone[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds.\ncloud-init-nonet[3.63]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[10.62]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f |\nci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| o |\n| + |\n|o ..o. . |\n|E++*ooo S |\n|+o+*+ .. |\n|. =... |\n| . o. |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o o o |\n|.. * |\n|. + |\n| E . |\n| + . S |\n| . =.+ . |\n| ..o.. o |\n| .o .+ + |\n| ..o...o . |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nc9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . o |\n| . . B B |\n| S * E . |\n| B @ o |\n| = . |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| . E |\n| . . |\n| . . .. |\n| =. ...S |\n| *.oo .. |\n|= *o. o |\n|.+ *.+ |\n|..+.+ |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Starting save udev log and update rules[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping save udev log and update rules[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install dime --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nSuggested packages:\n libdime-doc\nThe following NEW packages will be installed:\n dime\n0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 7354 B of archives.\nAfter this operation, 51.2 kB of additional disk space will be used.\nErr http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4\n Could not resolve 'archive.ubuntu.com'\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com'\n\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.212\n++ echo 172.30.9.212\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.212\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n++ ip2rr 192.168.1.4\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.4\n++ echo A 192.168.1.4\n++ ip2rr 192.168.0.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.7\n++ echo A 192.168.0.7\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-10 21:11:05,263 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-10 21:11:05,266 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-10 21:11:05,268 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 ea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0 (DSA)\nec2: 256 c9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0 (ECDSA)\nec2: 256 b8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0 (ED25519)\nec2: 2048 92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJXOgoT227TNQquiprVrRH+7Zv6yOOwlkVywLlGPweo8dO6uk6x+T/x2nJyzx+NVvHLb4UNuzWaIW1rVf/7kckQ= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJmfx/ahPwyXiY2qBytx5u6zwIoBIAMBnsGphl6sBE1s root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbhDS16/5l28X2xiHhEUp1+3KEm0SaBu1ykIVnhPuffqmAP/QyLrBIvuoQFaLJZnTX3Kh9vkbM4pBjQhoC7Nor1PxPCoarh+L7AnLOiOBuRPSU2uTOU9nwMRgRk3Rl1na8O2AZDL774IFUDsZbGLtsq4Equ/tNJmcluMqESbxW9sHUYq0GHiAsZD3yJcA/W2HuJ/iVvcIJZb3RtVOgC/gtlzYW/DZzWqxWzZHwhatHnLIs2VFxMhwn6MeqmFlgNCwBvgh7/skdvyR45P86lfvgc6zvu1wRtGkpywRsSpPNSF6Ma+D5NUxVlNNoXrUAD4279JXJ3+DSjz7Nb8FhIz7D root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:11:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 298.46 seconds\n"} 2018-08-10 21:11:08,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-589bc641-727c-4a18-b30d-515918580e6d 2018-08-10 21:11:08,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0750019550323s 2018-08-10 21:11:08,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656/action used request id req-589bc641-727c-4a18-b30d-515918580e6d 2018-08-10 21:11:08,223 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008034] AppArmor: AppArmor initialized [ 0.008905] Yama: becoming mindful. [ 0.009814] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013075] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015053] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017601] Initializing cgroup subsys memory [ 0.018526] Initializing cgroup subsys devices [ 0.019446] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020898] Initializing cgroup subsys perf_event [ 0.021860] Initializing cgroup subsys hugetlb [ 0.022841] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Not Present [ 0.025560] mce: CPU supports 10 MCE banks [ 0.026453] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029241] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030776] Speculative Store Bypass: Vulnerable [ 0.032323] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037287] ACPI: Core revision 20131115 [ 0.038591] ACPI: All ACPI Tables successfully acquired [ 0.039805] ftrace: allocating 28727 entries in 113 pages [ 0.060276] Enabling x2apic [ 0.060944] Enabled x2apic [ 0.064004] Switched APIC routing to physical x2apic. [ 0.065914] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067163] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077364] KVM setup paravirtual spinlock [ 0.079546] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080154] x86: Booting SMP configuration: [ 0.081096] .... node #0, CPUs: #1[ 0.079514] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098791] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100313] devtmpfs: initialized [ 0.101869] EVM: security.selinux [ 0.102605] EVM: security.SMACK64 [ 0.103328] EVM: security.ima [ 0.104008] EVM: security.capability [ 0.104818] pinctrl core: initialized pinctrl subsystem [ 0.105910] regulator-dummy: no parameters [ 0.106831] RTC time: 21:06:06, date: 08/10/18 [ 0.108043] NET: Registered protocol family 16 [ 0.109056] cpuidle: using governor ladder [ 0.109915] cpuidle: using governor menu [ 0.110829] ACPI: bus type PCI registered [ 0.111675] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112097] PCI: Using configuration type 1 for base access [ 0.113742] bio: create slab at 0 [ 0.113742] ACPI: Added _OSI(Module Device) [ 0.113742] ACPI: Added _OSI(Processor Device) [ 0.116004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116959] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121418] ACPI: Interpreter enabled [ 0.122231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.124004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125952] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129249] ACPI: (supports S0 S5) [ 0.130018] ACPI: Using IOAPIC for interrupt routing [ 0.131065] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132220] ACPI: No dock devices found. [ 0.134962] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137331] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138608] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140216] acpiphp: Slot [3] registered [ 0.141061] acpiphp: Slot [4] registered [ 0.141914] acpiphp: Slot [5] registered [ 0.142759] acpiphp: Slot [6] registered [ 0.143606] acpiphp: Slot [7] registered [ 0.144019] acpiphp: Slot [8] registered [ 0.144863] acpiphp: Slot [9] registered [ 0.145713] acpiphp: Slot [10] registered [ 0.146566] acpiphp: Slot [11] registered [ 0.147424] acpiphp: Slot [12] registered [ 0.148018] acpiphp: Slot [13] registered [ 0.148887] acpiphp: Slot [14] registered [ 0.149744] acpiphp: Slot [15] registered [ 0.150598] acpiphp: Slot [16] registered [ 0.151460] acpiphp: Slot [17] registered [ 0.152018] acpiphp: Slot [18] registered [ 0.152886] acpiphp: Slot [19] registered [ 0.153749] acpiphp: Slot [20] registered [ 0.154605] acpiphp: Slot [21] registered [ 0.155459] acpiphp: Slot [22] registered [ 0.156019] acpiphp: Slot [23] registered [ 0.156882] acpiphp: Slot [24] registered [ 0.157738] acpiphp: Slot [25] registered [ 0.158594] acpiphp: Slot [26] registered [ 0.159454] acpiphp: Slot [27] registered [ 0.160018] acpiphp: Slot [28] registered [ 0.161009] acpiphp: Slot [29] registered [ 0.161865] acpiphp: Slot [30] registered [ 0.162726] acpiphp: Slot [31] registered [ 0.163576] PCI host bridge to bus 0000:00 [ 0.164005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165082] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166261] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169301] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175681] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.202977] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.206012] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.207519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.208676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.210086] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.211477] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.211477] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212004] vgaarb: loaded [ 0.212637] vgaarb: bridge control possible 0000:00:02.0 [ 0.213950] SCSI subsystem initialized [ 0.214925] ACPI: bus type USB registered [ 0.214925] usbcore: registered new interface driver usbfs [ 0.216017] usbcore: registered new interface driver hub [ 0.217137] usbcore: registered new device driver usb [ 0.217143] PCI: Using ACPI for IRQ routing [ 0.217438] NetLabel: Initializing [ 0.220014] NetLabel: domain hash size = 128 [ 0.220918] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.221992] NetLabel: unlabeled traffic allowed by default [ 0.223099] Switched to clocksource kvm-clock [ 0.227664] AppArmor: AppArmor Filesystem Enabled [ 0.228699] pnp: PnP ACPI init [ 0.229409] ACPI: bus type PNP registered [ 0.230700] pnp: PnP ACPI: found 8 devices [ 0.231561] ACPI: bus type PNP unregistered [ 0.238662] NET: Registered protocol family 2 [ 0.239938] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241542] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.242962] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244331] TCP: reno registered [ 0.245066] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246250] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.247603] NET: Registered protocol family 1 [ 0.248577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.249743] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.250879] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.272539] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.294647] Trying to unpack rootfs image as initramfs... [ 0.385118] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.386989] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.388149] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.389727] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.391501] Scanning for low memory corruption every 60 seconds [ 0.393008] Initialise system trusted keyring [ 0.394244] audit: initializing netlink socket (disabled) [ 0.395662] type=2000 audit(1533935167.012:1): initialized [ 0.415452] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.417851] zbud: loaded [ 0.418859] VFS: Disk quotas dquot_6.5.2 [ 0.419979] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.421934] fuse init (API version 7.22) [ 0.423080] msgmni has been set to 3997 [ 0.424171] Key type big_key registered [ 0.425478] Key type asymmetric registered [ 0.426600] Asymmetric key parser 'x509' registered [ 0.427912] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.429970] io scheduler noop registered [ 0.431057] io scheduler deadline registered (default) [ 0.432463] io scheduler cfq registered [ 0.433556] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.435002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.436753] ipmi message handler version 39.2 [ 0.437945] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.439862] ACPI: Power Button [PWRF] [ 0.441004] GHES: HEST is not enabled! [ 0.462659] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.505737] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.527946] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.529913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.553710] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.556219] Linux agpgart interface v0.103 [ 0.558007] brd: module loaded [ 0.559217] loop: module loaded [ 0.560382] blk-mq: CPU -> queue map [ 0.561350] CPU 0 -> Queue 0 [ 0.562188] CPU 1 -> Queue 0 [ 0.563507] vda: vda1 [ 0.564749] scsi0 : ata_piix [ 0.565487] scsi1 : ata_piix [ 0.566172] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.567451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.568920] libphy: Fixed MDIO Bus: probed [ 0.569860] tun: Universal TUN/TAP device driver, 1.6 [ 0.570893] tun: (C) 1999-2004 Max Krasnyansky [ 0.573371] PPP generic driver version 2.4.2 [ 0.574312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.575562] ehci-pci: EHCI PCI platform driver [ 0.576491] ehci-platform: EHCI generic platform driver [ 0.577537] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.578735] ohci-pci: OHCI PCI platform driver [ 0.579648] ohci-platform: OHCI generic platform driver [ 0.580735] uhci_hcd: USB Universal Host Controller Interface driver [ 0.602665] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.603718] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.605283] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.606483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.607780] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.609252] usb usb1: Product: UHCI Host Controller [ 0.610230] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.611453] usb usb1: SerialNumber: 0000:00:01.2 [ 0.612476] hub 1-0:1.0: USB hub found [ 0.613289] hub 1-0:1.0: 2 ports detected [ 0.614257] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.616460] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.617469] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.618603] mousedev: PS/2 mouse device common for all mice [ 0.619937] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.621758] rtc_cmos 00:00: RTC can wake from S4 [ 0.623191] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.624823] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.626477] device-mapper: uevent: version 1.0.3 [ 0.627745] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.629926] ledtrig-cpu: registered to indicate activity on CPUs [ 0.631511] TCP: cubic registered [ 0.632503] NET: Registered protocol family 10 [ 0.633904] NET: Registered protocol family 17 [ 0.635065] Key type dns_resolver registered [ 0.636309] Loading compiled-in X.509 certificates [ 0.638033] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.640442] registered taskstats version 1 [ 0.649913] Key type trusted registered [ 0.653609] Key type encrypted registered [ 0.654719] AppArmor: AppArmor sha1 policy hashing enabled [ 0.656098] IMA: No TPM chip found, activating TPM-bypass! [ 0.657940] regulator-dummy: disabling [ 0.659045] Magic number: 14:57:146 [ 0.660095] hub 1-0:1.0: hash matches [ 0.661106] acpi device:17: hash matches [ 0.662233] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167) [ 0.664403] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665896] EDD information not available. [ 0.725285] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.726915] Write protecting the kernel read-only data: 12288k [ 0.728557] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.731892] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.744814] systemd-udevd[107]: starting version 204 [ 0.796419] FDC 0 is a S82078B [ 0.924055] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.085196] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.086488] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.087809] usb 1-1: Product: QEMU USB Tablet [ 1.088710] usb 1-1: Manufacturer: QEMU [ 1.089511] usb 1-1: SerialNumber: 42 [ 1.384113] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.817186] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.265402] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.341375] random: init urandom read with 10 bits of entropy available * Stopping adjust system clock and timezone[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.552590] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.31 seconds. cloud-init-nonet[3.63]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[10.62]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:17 +0000. Up 10.74 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:11:d0:0f | ci-info: | eth0 | True | 192.168.0.7 | 255.255.255.0 | fa:16:3e:44:11:2d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | o | | + | |o ..o. . | |E++*ooo S | |+o+*+ .. | |. =... | | . o. | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: ea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o o o | |.. * | |. + | | E . | | + . S | | . =.+ . | | ..o.. o | | .o .+ + | | ..o...o . | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: c9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . o | | . . B B | | S * E . | | B @ o | | = . | | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | | | . E | | . . | | . . .. | | =. ...S | | *.oo .. | |= *o. o | |.+ *.+ | |..+.+ | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Starting save udev log and update rules[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping save udev log and update rules[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:21 +0000. Up 134.55 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:22 +0000. Up 195.27 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install dime --yes --force-yes Reading package lists... Building dependency tree... Reading state information... Suggested packages: libdime-doc The following NEW packages will be installed: dime 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 7354 B of archives. After this operation, 51.2 kB of additional disk space will be used. Err http://archive.ubuntu.com/ubuntu/ trusty/universe dime amd64 0.20030921-4 Could not resolve 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/d/dime/dime_0.20030921-4_amd64.deb Could not resolve 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.212 ++ echo 172.30.9.212 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.212 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ++ ip2rr 192.168.1.4 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.4 ++ echo A 192.168.1.4 ++ ip2rr 192.168.0.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.7 ++ echo A 192.168.0.7 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-10 21:11:05,263 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-10 21:11:05,266 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-10 21:11:05,268 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 ea:8b:53:bf:cd:0d:23:61:22:8f:34:10:67:2a:c0:ad root@dime-0 (DSA) ec2: 256 c9:1f:1f:96:a6:30:33:37:f1:e4:b8:16:37:65:8e:9c root@dime-0 (ECDSA) ec2: 256 b8:0a:c1:a9:32:f5:a7:c0:d8:0f:8b:ed:47:78:1d:74 root@dime-0 (ED25519) ec2: 2048 92:68:38:7b:92:29:25:26:7c:c6:27:91:f9:2b:21:28 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJXOgoT227TNQquiprVrRH+7Zv6yOOwlkVywLlGPweo8dO6uk6x+T/x2nJyzx+NVvHLb4UNuzWaIW1rVf/7kckQ= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJmfx/ahPwyXiY2qBytx5u6zwIoBIAMBnsGphl6sBE1s root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbhDS16/5l28X2xiHhEUp1+3KEm0SaBu1ykIVnhPuffqmAP/QyLrBIvuoQFaLJZnTX3Kh9vkbM4pBjQhoC7Nor1PxPCoarh+L7AnLOiOBuRPSU2uTOU9nwMRgRk3Rl1na8O2AZDL774IFUDsZbGLtsq4Equ/tNJmcluMqESbxW9sHUYq0GHiAsZD3yJcA/W2HuJ/iVvcIJZb3RtVOgC/gtlzYW/DZzWqxWzZHwhatHnLIs2VFxMhwn6MeqmFlgNCwBvgh7/skdvyR45P86lfvgc6zvu1wRtGkpywRsSpPNSF6Ma+D5NUxVlNNoXrUAD4279JXJ3+DSjz7Nb8FhIz7D root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:11:05 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 298.46 seconds 2018-08-10 21:11:08,225 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:11:08,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:11:08,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:11:09,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:11: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-3c0fa31d-6a37-4a5c-a4b3-b4f55fa93d94 x-compute-request-id: req-3c0fa31d-6a37-4a5c-a4b3-b4f55fa93d94 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:11:09,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3c0fa31d-6a37-4a5c-a4b3-b4f55fa93d94 2018-08-10 21:11:09,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42204904556s 2018-08-10 21:11:09,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3c0fa31d-6a37-4a5c-a4b3-b4f55fa93d94 2018-08-10 21:11:09,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:11:09,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:11:09,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-330a4011-c8d8-47a7-8e15-a2fa8f6911fe x-compute-request-id: req-330a4011-c8d8-47a7-8e15-a2fa8f6911fe Content-Encoding: gzip Content-Length: 11776 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008031] AppArmor: AppArmor initialized\n[ 0.008925] Yama: becoming mindful.\n[ 0.009855] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015367] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017659] Initializing cgroup subsys memory\n[ 0.018608] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.020954] Initializing cgroup subsys blkio\n[ 0.021854] Initializing cgroup subsys perf_event\n[ 0.022833] Initializing cgroup subsys hugetlb\n[ 0.024053] CPU: Physical Processor ID: 0\n[ 0.024935] FEATURE SPEC_CTRL Not Present\n[ 0.026501] mce: CPU supports 10 MCE banks\n[ 0.027406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.027406] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029281] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033514] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038185] ACPI: Core revision 20131115\n[ 0.039503] ACPI: All ACPI Tables successfully acquired\n[ 0.040247] ftrace: allocating 28727 entries in 113 pages\n[ 0.060265] Enabling x2apic\n[ 0.060933] Enabled x2apic\n[ 0.061775] Switched APIC routing to physical x2apic.\n[ 0.064899] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068016] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.077417] KVM setup paravirtual spinlock\n[ 0.079619] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080167] x86: Booting SMP configuration:\n[ 0.081134] .... node #0, CPUs: #1[ 0.079585] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096020] x86: Booted up 1 node, 2 CPUs\n[ 0.096013] KVM setup async PF for cpu 1\n[ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098901] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100321] devtmpfs: initialized\n[ 0.101875] EVM: security.selinux\n[ 0.102631] EVM: security.SMACK64\n[ 0.103379] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104825] pinctrl core: initialized pinctrl subsystem\n[ 0.105961] regulator-dummy: no parameters\n[ 0.106910] RTC time: 21:06:07, date: 08/10/18\n[ 0.108038] NET: Registered protocol family 16\n[ 0.109080] cpuidle: using governor ladder\n[ 0.109979] cpuidle: using governor menu\n[ 0.110910] ACPI: bus type PCI registered\n[ 0.111774] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112098] PCI: Using configuration type 1 for base access\n[ 0.113757] bio: create slab at 0\n[ 0.113757] ACPI: Added _OSI(Module Device)\n[ 0.113757] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116972] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.119077] ACPI: Interpreter enabled\n[ 0.119934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.124563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.126558] ACPI: (supports S0 S5)\n[ 0.127320] ACPI: Using IOAPIC for interrupt routing\n[ 0.128015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132194] ACPI: No dock devices found.\n[ 0.134870] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137338] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138618] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140194] acpiphp: Slot [3] registered\n[ 0.141055] acpiphp: Slot [4] registered\n[ 0.141903] acpiphp: Slot [5] registered\n[ 0.142754] acpiphp: Slot [6] registered\n[ 0.143621] acpiphp: Slot [7] registered\n[ 0.144019] acpiphp: Slot [8] registered\n[ 0.144875] acpiphp: Slot [9] registered\n[ 0.145730] acpiphp: Slot [10] registered\n[ 0.146599] acpiphp: Slot [11] registered\n[ 0.147456] acpiphp: Slot [12] registered\n[ 0.148018] acpiphp: Slot [13] registered\n[ 0.148899] acpiphp: Slot [14] registered\n[ 0.149779] acpiphp: Slot [15] registered\n[ 0.150647] acpiphp: Slot [16] registered\n[ 0.151517] acpiphp: Slot [17] registered\n[ 0.152019] acpiphp: Slot [18] registered\n[ 0.152895] acpiphp: Slot [19] registered\n[ 0.153766] acpiphp: Slot [20] registered\n[ 0.154641] acpiphp: Slot [21] registered\n[ 0.155498] acpiphp: Slot [22] registered\n[ 0.156018] acpiphp: Slot [23] registered\n[ 0.156870] acpiphp: Slot [24] registered\n[ 0.157722] acpiphp: Slot [25] registered\n[ 0.158569] acpiphp: Slot [26] registered\n[ 0.159406] acpiphp: Slot [27] registered\n[ 0.160019] acpiphp: Slot [28] registered\n[ 0.160867] acpiphp: Slot [29] registered\n[ 0.161725] acpiphp: Slot [30] registered\n[ 0.162574] acpiphp: Slot [31] registered\n[ 0.163413] PCI host bridge to bus 0000:00\n[ 0.164004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165068] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167402] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169316] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175332] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.206515] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.208088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.209586] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.211092] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.212469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.214351] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.215766] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.215766] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.216004] vgaarb: loaded\n[ 0.216632] vgaarb: bridge control possible 0000:00:02.0\n[ 0.217930] SCSI subsystem initialized\n[ 0.218915] ACPI: bus type USB registered\n[ 0.218915] usbcore: registered new interface driver usbfs\n[ 0.220017] usbcore: registered new interface driver hub\n[ 0.221121] usbcore: registered new device driver usb\n[ 0.221121] PCI: Using ACPI for IRQ routing\n[ 0.221231] NetLabel: Initializing\n[ 0.224007] NetLabel: domain hash size = 128\n[ 0.224914] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.225973] NetLabel: unlabeled traffic allowed by default\n[ 0.227082] Switched to clocksource kvm-clock\n[ 0.231582] AppArmor: AppArmor Filesystem Enabled\n[ 0.232592] pnp: PnP ACPI init\n[ 0.233305] ACPI: bus type PNP registered\n[ 0.234596] pnp: PnP ACPI: found 8 devices\n[ 0.235471] ACPI: bus type PNP unregistered\n[ 0.242861] NET: Registered protocol family 2\n[ 0.244080] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.245686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.247126] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.248489] TCP: reno registered\n[ 0.249216] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.250415] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.251736] NET: Registered protocol family 1\n[ 0.252682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.253848] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.254984] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.276842] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.298795] Trying to unpack rootfs image as initramfs...\n[ 0.390712] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.393186] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.394829] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.396504] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.399031] Scanning for low memory corruption every 60 seconds\n[ 0.401134] Initialise system trusted keyring\n[ 0.402516] audit: initializing netlink socket (disabled)\n[ 0.404130] type=2000 audit(1533935168.974:1): initialized\n[ 0.425442] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.428036] zbud: loaded\n[ 0.429101] VFS: Disk quotas dquot_6.5.2\n[ 0.430333] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.432445] fuse init (API version 7.22)\n[ 0.433721] msgmni has been set to 3997\n[ 0.434930] Key type big_key registered\n[ 0.436381] Key type asymmetric registered\n[ 0.437594] Asymmetric key parser 'x509' registered\n[ 0.438924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.441168] io scheduler noop registered\n[ 0.442326] io scheduler deadline registered (default)\n[ 0.443800] io scheduler cfq registered\n[ 0.445005] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.446593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.448513] ipmi message handler version 39.2\n[ 0.449929] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.452287] ACPI: Power Button [PWRF]\n[ 0.453521] GHES: HEST is not enabled!\n[ 0.475532] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.519403] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.542146] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.544444] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570950] Linux agpgart interface v0.103\n[ 0.573080] brd: module loaded\n[ 0.574486] loop: module loaded\n[ 0.575800] blk-mq: CPU -> queue map\n[ 0.576901] CPU 0 -> Queue 0\n[ 0.577917] CPU 1 -> Queue 0\n[ 0.579401] vda: vda1\n[ 0.580867] scsi0 : ata_piix\n[ 0.581875] scsi1 : ata_piix\n[ 0.582849] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.584713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.586815] libphy: Fixed MDIO Bus: probed\n[ 0.588124] tun: Universal TUN/TAP device driver, 1.6\n[ 0.589258] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.591954] PPP generic driver version 2.4.2\n[ 0.593168] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595073] ehci-pci: EHCI PCI platform driver\n[ 0.596308] ehci-platform: EHCI generic platform driver\n[ 0.597846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599524] ohci-pci: OHCI PCI platform driver\n[ 0.600472] ohci-platform: OHCI generic platform driver\n[ 0.601534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.623733] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626445] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.627666] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.628987] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.630516] usb usb1: Product: UHCI Host Controller\n[ 0.631515] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.632761] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.633808] hub 1-0:1.0: USB hub found\n[ 0.634649] hub 1-0:1.0: 2 ports detected\n[ 0.635616] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.637918] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.638943] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640140] mousedev: PS/2 mouse device common for all mice\n[ 0.641650] rtc_cmos 00:00: RTC can wake from S4\n[ 0.643167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645150] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646503] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647851] device-mapper: uevent: version 1.0.3\n[ 0.648897] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.650603] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651866] TCP: cubic registered\n[ 0.652689] NET: Registered protocol family 10\n[ 0.653860] NET: Registered protocol family 17\n[ 0.654794] Key type dns_resolver registered\n[ 0.655955] Loading compiled-in X.509 certificates\n[ 0.657469] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.659398] registered taskstats version 1\n[ 0.668922] Key type trusted registered\n[ 0.672330] Key type encrypted registered\n[ 0.673232] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674391] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.675962] regulator-dummy: disabling\n[ 0.676885] Magic number: 14:57:146\n[ 0.677707] hub 1-0:1.0: hash matches\n[ 0.678560] acpi device:17: hash matches\n[ 0.679517] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:08 UTC (1533935168)\n[ 0.681358] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682619] EDD information not available.\n[ 0.745931] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.747899] Write protecting the kernel read-only data: 12288k\n[ 0.749668] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.753007] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.765995] systemd-udevd[107]: starting version 204\n[ 0.812435] FDC 0 is a S82078B\n[ 0.944041] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.108255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.110155] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.112370] usb 1-1: Product: QEMU USB Tablet\n[ 1.113768] usb 1-1: Manufacturer: QEMU\n[ 1.114998] usb 1-1: SerialNumber: 42\n[ 1.392192] tsc: Refined TSC clocksource calibration: 3491.852 MHz\n[ 1.825121] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.079370] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.220765] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.344925] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 2.70 seconds.\ncloud-init-nonet[2.85]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\ncloud-init-nonet[12.85]: waiting 120 seconds for network device\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[13.82]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:21 +0000. Up 13.94 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:52:2e:e2 |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:3b:0e:19 |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n14:3a:50:ca:e3:0a:65:64:75:10:2d:0a:a8:c0:db:4f root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n|o o.==o . |\n|++ ..+.. . |\n|o.=.+.o . |\n|.+.o E o |\n|. + S |\n| . . . |\n| . |\n| |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n17:e2:00:23:ca:01:68:7b:2c:2b:6e:7c:77:ec:fc:00 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|+.. o |\n|oo.. o |\n|o.o . . . |\n| o o o . . |\n| + E S . |\n|.. . . |\n|+ .. |\n| + . ..o. |\n|. . . oo.. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n66:9c:72:e2:40:93:8a:7d:50:43:b4:3b:d1:1b:38:e6 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o= |\n| . * |\n| . X o |\n| o * = + . |\n|. o E + S |\n| . + * |\n| . |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n7c:4c:16:04:8a:5d:29:54:eb:77:88:8a:58:1d:f4:56 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o.++E |\n| +.+.o . |\n| . +.+ o |\n| . = = . |\n| . . S = . |\n| o . . o . |\n| . . . |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:25 +0000. Up 137.66 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:26 +0000. Up 198.45 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install homer --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package homer\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.217\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.217\n++ echo A 172.30.9.217\n++ ip2rr 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-10 21:10:28,864 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-10 21:10:28,867 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-10 21:10:28,869 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 17:e2:00:23:ca:01:68:7b:2c:2b:6e:7c:77:ec:fc:00 root@homer-0 (DSA)\nec2: 256 66:9c:72:e2:40:93:8a:7d:50:43:b4:3b:d1:1b:38:e6 root@homer-0 (ECDSA)\nec2: 256 7c:4c:16:04:8a:5d:29:54:eb:77:88:8a:58:1d:f4:56 root@homer-0 (ED25519)\nec2: 2048 14:3a:50:ca:e3:0a:65:64:75:10:2d:0a:a8:c0:db:4f root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNfJ8fdpGjuBITm2bMMMpFQDh9jYiMDpJ4Il/yLFuNZWtZ58zemnzAPV9SooszxycpOzTJ7z3yRVrZMPMF3GvaE= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINdflmIuTvPMsh2U+6VNf6/ZLDk10ON6MOIimyQCVpr/ root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0K6JrPZQUy+mrSp2hjJOrvVzX29wBP+e1+/HTmOO/cZsrdX/NnZZBKOaKhzIKQ3jxqjwrI479Q4oo0DCWIVR6v9n/Smo1ky8biY49ZGnUQ3NcFoa9KLrDEiDqQeX926qLWhgIc0HynLrhIopTFdR4bsZILMQJR3j/b1pwYkxha/Kk9nXLamYSXYOdLOS82A/SSQQQvkP6Fctt4DTJgsLvSP+8Kzwd1QE26uMrfcUmdDz5+ZO4FVz5wAg1oOzQCkcU19pA02Ligp3BdM6EBVNcvF0dTxOvS/0tL6odBQWCZ/N9Z62h0+zZ09IKdtAiLZ5y0dqC52DKKGZX60an7iPd root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:10:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 261.08 seconds\n"} 2018-08-10 21:11:09,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831/action used request id req-330a4011-c8d8-47a7-8e15-a2fa8f6911fe 2018-08-10 21:11:09,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0878968238831s 2018-08-10 21:11:09,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831/action used request id req-330a4011-c8d8-47a7-8e15-a2fa8f6911fe 2018-08-10 21:11:09,745 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008031] AppArmor: AppArmor initialized [ 0.008925] Yama: becoming mindful. [ 0.009855] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015367] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017659] Initializing cgroup subsys memory [ 0.018608] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.020954] Initializing cgroup subsys blkio [ 0.021854] Initializing cgroup subsys perf_event [ 0.022833] Initializing cgroup subsys hugetlb [ 0.024053] CPU: Physical Processor ID: 0 [ 0.024935] FEATURE SPEC_CTRL Not Present [ 0.026501] mce: CPU supports 10 MCE banks [ 0.027406] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.027406] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029281] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033514] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038185] ACPI: Core revision 20131115 [ 0.039503] ACPI: All ACPI Tables successfully acquired [ 0.040247] ftrace: allocating 28727 entries in 113 pages [ 0.060265] Enabling x2apic [ 0.060933] Enabled x2apic [ 0.061775] Switched APIC routing to physical x2apic. [ 0.064899] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066183] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068016] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.077417] KVM setup paravirtual spinlock [ 0.079619] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080167] x86: Booting SMP configuration: [ 0.081134] .... node #0, CPUs: #1[ 0.079585] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096020] x86: Booted up 1 node, 2 CPUs [ 0.096013] KVM setup async PF for cpu 1 [ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098901] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100321] devtmpfs: initialized [ 0.101875] EVM: security.selinux [ 0.102631] EVM: security.SMACK64 [ 0.103379] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104825] pinctrl core: initialized pinctrl subsystem [ 0.105961] regulator-dummy: no parameters [ 0.106910] RTC time: 21:06:07, date: 08/10/18 [ 0.108038] NET: Registered protocol family 16 [ 0.109080] cpuidle: using governor ladder [ 0.109979] cpuidle: using governor menu [ 0.110910] ACPI: bus type PCI registered [ 0.111774] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112098] PCI: Using configuration type 1 for base access [ 0.113757] bio: create slab at 0 [ 0.113757] ACPI: Added _OSI(Module Device) [ 0.113757] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116972] ACPI: Added _OSI(Processor Aggregator Device) [ 0.119077] ACPI: Interpreter enabled [ 0.119934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121276] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.124563] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.126558] ACPI: (supports S0 S5) [ 0.127320] ACPI: Using IOAPIC for interrupt routing [ 0.128015] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132194] ACPI: No dock devices found. [ 0.134870] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137338] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138618] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140194] acpiphp: Slot [3] registered [ 0.141055] acpiphp: Slot [4] registered [ 0.141903] acpiphp: Slot [5] registered [ 0.142754] acpiphp: Slot [6] registered [ 0.143621] acpiphp: Slot [7] registered [ 0.144019] acpiphp: Slot [8] registered [ 0.144875] acpiphp: Slot [9] registered [ 0.145730] acpiphp: Slot [10] registered [ 0.146599] acpiphp: Slot [11] registered [ 0.147456] acpiphp: Slot [12] registered [ 0.148018] acpiphp: Slot [13] registered [ 0.148899] acpiphp: Slot [14] registered [ 0.149779] acpiphp: Slot [15] registered [ 0.150647] acpiphp: Slot [16] registered [ 0.151517] acpiphp: Slot [17] registered [ 0.152019] acpiphp: Slot [18] registered [ 0.152895] acpiphp: Slot [19] registered [ 0.153766] acpiphp: Slot [20] registered [ 0.154641] acpiphp: Slot [21] registered [ 0.155498] acpiphp: Slot [22] registered [ 0.156018] acpiphp: Slot [23] registered [ 0.156870] acpiphp: Slot [24] registered [ 0.157722] acpiphp: Slot [25] registered [ 0.158569] acpiphp: Slot [26] registered [ 0.159406] acpiphp: Slot [27] registered [ 0.160019] acpiphp: Slot [28] registered [ 0.160867] acpiphp: Slot [29] registered [ 0.161725] acpiphp: Slot [30] registered [ 0.162574] acpiphp: Slot [31] registered [ 0.163413] PCI host bridge to bus 0000:00 [ 0.164004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165068] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166234] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167402] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169316] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175332] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.206515] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.208088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.209586] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.211092] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.212469] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.214351] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.215766] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.215766] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.216004] vgaarb: loaded [ 0.216632] vgaarb: bridge control possible 0000:00:02.0 [ 0.217930] SCSI subsystem initialized [ 0.218915] ACPI: bus type USB registered [ 0.218915] usbcore: registered new interface driver usbfs [ 0.220017] usbcore: registered new interface driver hub [ 0.221121] usbcore: registered new device driver usb [ 0.221121] PCI: Using ACPI for IRQ routing [ 0.221231] NetLabel: Initializing [ 0.224007] NetLabel: domain hash size = 128 [ 0.224914] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.225973] NetLabel: unlabeled traffic allowed by default [ 0.227082] Switched to clocksource kvm-clock [ 0.231582] AppArmor: AppArmor Filesystem Enabled [ 0.232592] pnp: PnP ACPI init [ 0.233305] ACPI: bus type PNP registered [ 0.234596] pnp: PnP ACPI: found 8 devices [ 0.235471] ACPI: bus type PNP unregistered [ 0.242861] NET: Registered protocol family 2 [ 0.244080] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.245686] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.247126] TCP: Hash tables configured (established 16384 bind 16384) [ 0.248489] TCP: reno registered [ 0.249216] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.250415] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.251736] NET: Registered protocol family 1 [ 0.252682] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.253848] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.254984] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.276842] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.298795] Trying to unpack rootfs image as initramfs... [ 0.390712] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.393186] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.394829] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.396504] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.399031] Scanning for low memory corruption every 60 seconds [ 0.401134] Initialise system trusted keyring [ 0.402516] audit: initializing netlink socket (disabled) [ 0.404130] type=2000 audit(1533935168.974:1): initialized [ 0.425442] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.428036] zbud: loaded [ 0.429101] VFS: Disk quotas dquot_6.5.2 [ 0.430333] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.432445] fuse init (API version 7.22) [ 0.433721] msgmni has been set to 3997 [ 0.434930] Key type big_key registered [ 0.436381] Key type asymmetric registered [ 0.437594] Asymmetric key parser 'x509' registered [ 0.438924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.441168] io scheduler noop registered [ 0.442326] io scheduler deadline registered (default) [ 0.443800] io scheduler cfq registered [ 0.445005] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.446593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.448513] ipmi message handler version 39.2 [ 0.449929] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.452287] ACPI: Power Button [PWRF] [ 0.453521] GHES: HEST is not enabled! [ 0.475532] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.519403] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.542146] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.544444] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.568019] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.570950] Linux agpgart interface v0.103 [ 0.573080] brd: module loaded [ 0.574486] loop: module loaded [ 0.575800] blk-mq: CPU -> queue map [ 0.576901] CPU 0 -> Queue 0 [ 0.577917] CPU 1 -> Queue 0 [ 0.579401] vda: vda1 [ 0.580867] scsi0 : ata_piix [ 0.581875] scsi1 : ata_piix [ 0.582849] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.584713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.586815] libphy: Fixed MDIO Bus: probed [ 0.588124] tun: Universal TUN/TAP device driver, 1.6 [ 0.589258] tun: (C) 1999-2004 Max Krasnyansky [ 0.591954] PPP generic driver version 2.4.2 [ 0.593168] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.595073] ehci-pci: EHCI PCI platform driver [ 0.596308] ehci-platform: EHCI generic platform driver [ 0.597846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599524] ohci-pci: OHCI PCI platform driver [ 0.600472] ohci-platform: OHCI generic platform driver [ 0.601534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.623733] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626445] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.627666] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.628987] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.630516] usb usb1: Product: UHCI Host Controller [ 0.631515] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.632761] usb usb1: SerialNumber: 0000:00:01.2 [ 0.633808] hub 1-0:1.0: USB hub found [ 0.634649] hub 1-0:1.0: 2 ports detected [ 0.635616] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.637918] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.638943] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.640140] mousedev: PS/2 mouse device common for all mice [ 0.641650] rtc_cmos 00:00: RTC can wake from S4 [ 0.643167] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.645150] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646503] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.647851] device-mapper: uevent: version 1.0.3 [ 0.648897] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.650603] ledtrig-cpu: registered to indicate activity on CPUs [ 0.651866] TCP: cubic registered [ 0.652689] NET: Registered protocol family 10 [ 0.653860] NET: Registered protocol family 17 [ 0.654794] Key type dns_resolver registered [ 0.655955] Loading compiled-in X.509 certificates [ 0.657469] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.659398] registered taskstats version 1 [ 0.668922] Key type trusted registered [ 0.672330] Key type encrypted registered [ 0.673232] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674391] IMA: No TPM chip found, activating TPM-bypass! [ 0.675962] regulator-dummy: disabling [ 0.676885] Magic number: 14:57:146 [ 0.677707] hub 1-0:1.0: hash matches [ 0.678560] acpi device:17: hash matches [ 0.679517] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:08 UTC (1533935168) [ 0.681358] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682619] EDD information not available. [ 0.745931] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.747899] Write protecting the kernel read-only data: 12288k [ 0.749668] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.753007] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.765995] systemd-udevd[107]: starting version 204 [ 0.812435] FDC 0 is a S82078B [ 0.944041] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.108255] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.110155] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.112370] usb 1-1: Product: QEMU USB Tablet [ 1.113768] usb 1-1: Manufacturer: QEMU [ 1.114998] usb 1-1: SerialNumber: 42 [ 1.392192] tsc: Refined TSC clocksource calibration: 3491.852 MHz [ 1.825121] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.079370] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.220765] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.344925] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 2.70 seconds. cloud-init-nonet[2.85]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] cloud-init-nonet[12.85]: waiting 120 seconds for network device * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[13.82]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:21 +0000. Up 13.94 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:52:2e:e2 | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:3b:0e:19 | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 14:3a:50:ca:e3:0a:65:64:75:10:2d:0a:a8:c0:db:4f root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ |o o.==o . | |++ ..+.. . | |o.=.+.o . | |.+.o E o | |. + S | | . . . | | . | | | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 17:e2:00:23:ca:01:68:7b:2c:2b:6e:7c:77:ec:fc:00 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ |+.. o | |oo.. o | |o.o . . . | | o o o . . | | + E S . | |.. . . | |+ .. | | + . ..o. | |. . . oo.. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 66:9c:72:e2:40:93:8a:7d:50:43:b4:3b:d1:1b:38:e6 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | o= | | . * | | . X o | | o * = + . | |. o E + S | | . + * | | . | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 7c:4c:16:04:8a:5d:29:54:eb:77:88:8a:58:1d:f4:56 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | .o.++E | | +.+.o . | | . +.+ o | | . = = . | | . . S = . | | o . . o . | | . . . | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:25 +0000. Up 137.66 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:26 +0000. Up 198.45 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install homer --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package homer + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ++ ip2rr 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-10 21:10:28,864 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-10 21:10:28,867 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-10 21:10:28,869 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 17:e2:00:23:ca:01:68:7b:2c:2b:6e:7c:77:ec:fc:00 root@homer-0 (DSA) ec2: 256 66:9c:72:e2:40:93:8a:7d:50:43:b4:3b:d1:1b:38:e6 root@homer-0 (ECDSA) ec2: 256 7c:4c:16:04:8a:5d:29:54:eb:77:88:8a:58:1d:f4:56 root@homer-0 (ED25519) ec2: 2048 14:3a:50:ca:e3:0a:65:64:75:10:2d:0a:a8:c0:db:4f root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNfJ8fdpGjuBITm2bMMMpFQDh9jYiMDpJ4Il/yLFuNZWtZ58zemnzAPV9SooszxycpOzTJ7z3yRVrZMPMF3GvaE= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINdflmIuTvPMsh2U+6VNf6/ZLDk10ON6MOIimyQCVpr/ root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0K6JrPZQUy+mrSp2hjJOrvVzX29wBP+e1+/HTmOO/cZsrdX/NnZZBKOaKhzIKQ3jxqjwrI479Q4oo0DCWIVR6v9n/Smo1ky8biY49ZGnUQ3NcFoa9KLrDEiDqQeX926qLWhgIc0HynLrhIopTFdR4bsZILMQJR3j/b1pwYkxha/Kk9nXLamYSXYOdLOS82A/SSQQQvkP6Fctt4DTJgsLvSP+8Kzwd1QE26uMrfcUmdDz5+ZO4FVz5wAg1oOzQCkcU19pA02Ligp3BdM6EBVNcvF0dTxOvS/0tL6odBQWCZ/N9Z62h0+zZ09IKdtAiLZ5y0dqC52DKKGZX60an7iPd root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:10:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 261.08 seconds 2018-08-10 21:11:09,747 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:11:09,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:11:09,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:11:11,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-6c2f854e-e234-47f8-ad84-981e96161e0c x-compute-request-id: req-6c2f854e-e234-47f8-ad84-981e96161e0c Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:11:11,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6c2f854e-e234-47f8-ad84-981e96161e0c 2018-08-10 21:11:11,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35518908501s 2018-08-10 21:11:11,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6c2f854e-e234-47f8-ad84-981e96161e0c 2018-08-10 21:11:11,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:11:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:11:11,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:11:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52da5a73-35bd-4adc-969b-95f30707061f x-compute-request-id: req-52da5a73-35bd-4adc-969b-95f30707061f Content-Encoding: gzip Content-Length: 11770 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008077] Security Framework initialized\n[ 0.008973] AppArmor: AppArmor initialized\n[ 0.009812] Yama: becoming mindful.\n[ 0.010753] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013329] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015264] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017675] Initializing cgroup subsys memory\n[ 0.018597] Initializing cgroup subsys devices\n[ 0.020007] Initializing cgroup subsys freezer\n[ 0.020930] Initializing cgroup subsys blkio\n[ 0.021795] Initializing cgroup subsys perf_event\n[ 0.022725] Initializing cgroup subsys hugetlb\n[ 0.023677] CPU: Physical Processor ID: 0\n[ 0.024016] FEATURE SPEC_CTRL Not Present\n[ 0.025530] mce: CPU supports 10 MCE banks\n[ 0.026430] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028008] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029205] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030681] Speculative Store Bypass: Vulnerable\n[ 0.032426] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037996] ACPI: Core revision 20131115\n[ 0.039321] ACPI: All ACPI Tables successfully acquired\n[ 0.040265] ftrace: allocating 28727 entries in 113 pages\n[ 0.060272] Enabling x2apic\n[ 0.060976] Enabled x2apic\n[ 0.061806] Switched APIC routing to physical x2apic.\n[ 0.064723] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068035] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076715] KVM setup paravirtual spinlock\n[ 0.079286] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080155] x86: Booting SMP configuration:\n[ 0.081087] .... node #0, CPUs: #1[ 0.079247] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096021] x86: Booted up 1 node, 2 CPUs\n[ 0.096013] KVM setup async PF for cpu 1\n[ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098782] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100321] devtmpfs: initialized\n[ 0.103218] EVM: security.selinux\n[ 0.104007] EVM: security.SMACK64\n[ 0.105059] EVM: security.ima\n[ 0.106154] EVM: security.capability\n[ 0.108592] pinctrl core: initialized pinctrl subsystem\n[ 0.110227] regulator-dummy: no parameters\n[ 0.111643] RTC time: 21:06:06, date: 08/10/18\n[ 0.112099] NET: Registered protocol family 16\n[ 0.113386] cpuidle: using governor ladder\n[ 0.114301] cpuidle: using governor menu\n[ 0.115237] ACPI: bus type PCI registered\n[ 0.116008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117391] PCI: Using configuration type 1 for base access\n[ 0.119174] bio: create slab at 0\n[ 0.120060] ACPI: Added _OSI(Module Device)\n[ 0.120920] ACPI: Added _OSI(Processor Device)\n[ 0.121807] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.122730] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.125503] ACPI: Interpreter enabled\n[ 0.126300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.128004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.129905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.131788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.133216] ACPI: (supports S0 S5)\n[ 0.133943] ACPI: Using IOAPIC for interrupt routing\n[ 0.134933] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.136203] ACPI: No dock devices found.\n[ 0.138808] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.139985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.140007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.141244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.143543] acpiphp: Slot [3] registered\n[ 0.144031] acpiphp: Slot [4] registered\n[ 0.144880] acpiphp: Slot [5] registered\n[ 0.145719] acpiphp: Slot [6] registered\n[ 0.146548] acpiphp: Slot [7] registered\n[ 0.147366] acpiphp: Slot [8] registered\n[ 0.148017] acpiphp: Slot [9] registered\n[ 0.148855] acpiphp: Slot [10] registered\n[ 0.149691] acpiphp: Slot [11] registered\n[ 0.150520] acpiphp: Slot [12] registered\n[ 0.151348] acpiphp: Slot [13] registered\n[ 0.152022] acpiphp: Slot [14] registered\n[ 0.152857] acpiphp: Slot [15] registered\n[ 0.153700] acpiphp: Slot [16] registered\n[ 0.154542] acpiphp: Slot [17] registered\n[ 0.155374] acpiphp: Slot [18] registered\n[ 0.156022] acpiphp: Slot [19] registered\n[ 0.156859] acpiphp: Slot [20] registered\n[ 0.157696] acpiphp: Slot [21] registered\n[ 0.158527] acpiphp: Slot [22] registered\n[ 0.159360] acpiphp: Slot [23] registered\n[ 0.160022] acpiphp: Slot [24] registered\n[ 0.160860] acpiphp: Slot [25] registered\n[ 0.161694] acpiphp: Slot [26] registered\n[ 0.162525] acpiphp: Slot [27] registered\n[ 0.163363] acpiphp: Slot [28] registered\n[ 0.164016] acpiphp: Slot [29] registered\n[ 0.164847] acpiphp: Slot [30] registered\n[ 0.165828] acpiphp: Slot [31] registered\n[ 0.166654] PCI host bridge to bus 0000:00\n[ 0.167483] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.168004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.169175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.170327] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.171587] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.172003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.179968] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.180011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.207014] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.208500] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.209970] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.211432] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.212660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.214177] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.215513] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.215513] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.216003] vgaarb: loaded\n[ 0.216615] vgaarb: bridge control possible 0000:00:02.0\n[ 0.217878] SCSI subsystem initialized\n[ 0.218794] ACPI: bus type USB registered\n[ 0.218794] usbcore: registered new interface driver usbfs\n[ 0.220011] usbcore: registered new interface driver hub\n[ 0.221081] usbcore: registered new device driver usb\n[ 0.221081] PCI: Using ACPI for IRQ routing\n[ 0.221139] NetLabel: Initializing\n[ 0.224005] NetLabel: domain hash size = 128\n[ 0.224891] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.225906] NetLabel: unlabeled traffic allowed by default\n[ 0.226969] Switched to clocksource kvm-clock\n[ 0.231027] AppArmor: AppArmor Filesystem Enabled\n[ 0.231989] pnp: PnP ACPI init\n[ 0.232668] ACPI: bus type PNP registered\n[ 0.233876] pnp: PnP ACPI: found 8 devices\n[ 0.234717] ACPI: bus type PNP unregistered\n[ 0.241999] NET: Registered protocol family 2\n[ 0.243106] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.244664] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.246021] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.247305] TCP: reno registered\n[ 0.248011] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.249174] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.250430] NET: Registered protocol family 1\n[ 0.251327] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.252448] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.253536] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.275324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.297052] Trying to unpack rootfs image as initramfs...\n[ 0.389336] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.391095] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.392231] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.393988] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.395685] Scanning for low memory corruption every 60 seconds\n[ 0.397178] Initialise system trusted keyring\n[ 0.398479] audit: initializing netlink socket (disabled)\n[ 0.400063] type=2000 audit(1533935167.298:1): initialized\n[ 0.421187] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.423550] zbud: loaded\n[ 0.424579] VFS: Disk quotas dquot_6.5.2\n[ 0.425794] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.427777] fuse init (API version 7.22)\n[ 0.429051] msgmni has been set to 3997\n[ 0.430225] Key type big_key registered\n[ 0.431599] Key type asymmetric registered\n[ 0.432836] Asymmetric key parser 'x509' registered\n[ 0.434218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.436134] io scheduler noop registered\n[ 0.437277] io scheduler deadline registered (default)\n[ 0.438749] io scheduler cfq registered\n[ 0.439950] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.441430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.443243] ipmi message handler version 39.2\n[ 0.444530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.446604] ACPI: Power Button [PWRF]\n[ 0.447698] GHES: HEST is not enabled!\n[ 0.469774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.512412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.534088] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.535718] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.559792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.561967] Linux agpgart interface v0.103\n[ 0.563471] brd: module loaded\n[ 0.564507] loop: module loaded\n[ 0.565466] blk-mq: CPU -> queue map\n[ 0.566223] CPU 0 -> Queue 0\n[ 0.566896] CPU 1 -> Queue 0\n[ 0.567947] vda: vda1\n[ 0.569094] scsi0 : ata_piix\n[ 0.569803] scsi1 : ata_piix\n[ 0.570466] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.571705] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.573117] libphy: Fixed MDIO Bus: probed\n[ 0.574037] tun: Universal TUN/TAP device driver, 1.6\n[ 0.575059] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.577509] PPP generic driver version 2.4.2\n[ 0.578415] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.579624] ehci-pci: EHCI PCI platform driver\n[ 0.580672] ehci-platform: EHCI generic platform driver\n[ 0.582143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.583331] ohci-pci: OHCI PCI platform driver\n[ 0.584256] ohci-platform: OHCI generic platform driver\n[ 0.585343] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.608057] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.609095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.610627] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.611773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.613002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.614435] usb usb1: Product: UHCI Host Controller\n[ 0.615394] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.616583] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.617572] hub 1-0:1.0: USB hub found\n[ 0.618373] hub 1-0:1.0: 2 ports detected\n[ 0.619298] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.621439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.622431] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.623497] mousedev: PS/2 mouse device common for all mice\n[ 0.624796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.626658] rtc_cmos 00:00: RTC can wake from S4\n[ 0.627770] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.628974] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.630227] device-mapper: uevent: version 1.0.3\n[ 0.631193] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.632822] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.634019] TCP: cubic registered\n[ 0.634794] NET: Registered protocol family 10\n[ 0.635862] NET: Registered protocol family 17\n[ 0.636771] Key type dns_resolver registered\n[ 0.637763] Loading compiled-in X.509 certificates\n[ 0.639228] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.641034] registered taskstats version 1\n[ 0.650507] Key type trusted registered\n[ 0.653849] Key type encrypted registered\n[ 0.654705] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.655747] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.657198] regulator-dummy: disabling\n[ 0.658049] Magic number: 14:57:146\n[ 0.658862] hub 1-0:1.0: hash matches\n[ 0.659649] acpi device:17: hash matches\n[ 0.660520] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167)\n[ 0.662190] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663317] EDD information not available.\n[ 0.729167] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.730741] Write protecting the kernel read-only data: 12288k\n[ 0.732305] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.734961] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.747508] systemd-udevd[107]: starting version 204\n[ 0.784421] FDC 0 is a S82078B\n[ 0.928052] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.088893] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.090233] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.091527] usb 1-1: Product: QEMU USB Tablet\n[ 1.092512] usb 1-1: Manufacturer: QEMU\n[ 1.093413] usb 1-1: SerialNumber: 42\n[ 1.388074] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.809233] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.061643] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.262364] random: init urandom read with 10 bits of entropy available\n[ 2.397489] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.26 seconds.\ncloud-init-nonet[3.44]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.72]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:14 +0000. Up 7.84 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bd:b4:07 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:26:e5:68 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\ndmesg: write failed: Broken pipe\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n9e:ed:1c:02:b4:50:b9:50:21:37:57:24:42:b6:5d:cd root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .oXooo+o |\n| .=.* o E |\n| ..o.. |\n| o.. |\n| o S |\n| o o |\n| + o |\n| + . |\n| o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nbe:29:97:e4:b0:fb:82:17:9e:f0:19:3c:9c:04:6d:cc root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| + |\n| . E |\n| o |\n| . |\n| + .S |\n| . O.. |\n| = @.. |\n| . X +o |\n| ..*+ |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n10:9b:22:ca:4b:b9:ed:34:4d:51:b7:6f:6d:e6:58:45 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. . E |\n| .+. . . |\n| . ..+ . . |\n|.... ... . . . |\n|.+ . S o = |\n|. + o . * |\n| o + . . . |\n| o . |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n34:c1:69:8b:e8:7a:b6:c2:19:6f:c1:19:fe:60:16:90 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . ... |\n| E +. |\n| . . oo. |\n| + .... |\n| + + S |\n| . X |\n| . B + |\n| = = . |\n| =.. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:18 +0000. Up 131.83 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:19 +0000. Up 192.70 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.25\n+ '[' -n 192.168.0.25 ']'\n+ cat\n+ mkdir -p /etc/chronos\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install vellum --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package vellum\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 192.168.1.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.6\n++ echo A 192.168.1.6\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.9'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-10 21:10:22,242 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-10 21:10:22,247 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-10 21:10:22,247 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 be:29:97:e4:b0:fb:82:17:9e:f0:19:3c:9c:04:6d:cc root@vellum-0 (DSA)\nec2: 256 10:9b:22:ca:4b:b9:ed:34:4d:51:b7:6f:6d:e6:58:45 root@vellum-0 (ECDSA)\nec2: 256 34:c1:69:8b:e8:7a:b6:c2:19:6f:c1:19:fe:60:16:90 root@vellum-0 (ED25519)\nec2: 2048 9e:ed:1c:02:b4:50:b9:50:21:37:57:24:42:b6:5d:cd root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCizkqWoouiVDkK9YhDjwc5G19H3VZznK+LhVHf4J6+DQWxj3Y4ZL3ti8mHTLYPDqzGXvDUsphbso3amsZrzj00= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxk5mx99Yg5CDmzqu0bPlwNzHF3FVtAP82O92SCcga9 root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLRqvDTD25HNPdPn8xJAXUNA9A8n609XYWGD03Q9PaoeyHuqp69UmyYwuNp7TnQEoNC2Qp7rES/xckMzU5+uUGaugyAbB9EbGiM8LXGvs2oceHJcE/b+wjR3Vkl17Qewg4ii+l3+0mt4p+6YRgvi1VvZjXeh0u/SGwT0BrEHp+mEmjkVnqeuzGQiVBubMrqgSQOUI6Hv7O7j6dJGsMoaDH4+xRX+Ofw8jVN1M5ZOObzRrlJ5b8KitCh/12dEjolJx6LMjZiipoIkr+3ay27zcWh5xRJj2Fd9UoxQrx6mSHZOF4W1nERGeHSjno8EVy0tQw860HNs52LI4Nw0i0Ex3H root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:10:22 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 255.44 seconds\n"} 2018-08-10 21:11:11,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e/action used request id req-52da5a73-35bd-4adc-969b-95f30707061f 2018-08-10 21:11:11,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.075590133667s 2018-08-10 21:11:11,185 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e/action used request id req-52da5a73-35bd-4adc-969b-95f30707061f 2018-08-10 21:11:11,185 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008077] Security Framework initialized [ 0.008973] AppArmor: AppArmor initialized [ 0.009812] Yama: becoming mindful. [ 0.010753] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013329] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015264] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017675] Initializing cgroup subsys memory [ 0.018597] Initializing cgroup subsys devices [ 0.020007] Initializing cgroup subsys freezer [ 0.020930] Initializing cgroup subsys blkio [ 0.021795] Initializing cgroup subsys perf_event [ 0.022725] Initializing cgroup subsys hugetlb [ 0.023677] CPU: Physical Processor ID: 0 [ 0.024016] FEATURE SPEC_CTRL Not Present [ 0.025530] mce: CPU supports 10 MCE banks [ 0.026430] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026430] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028008] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029205] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030681] Speculative Store Bypass: Vulnerable [ 0.032426] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037996] ACPI: Core revision 20131115 [ 0.039321] ACPI: All ACPI Tables successfully acquired [ 0.040265] ftrace: allocating 28727 entries in 113 pages [ 0.060272] Enabling x2apic [ 0.060976] Enabled x2apic [ 0.061806] Switched APIC routing to physical x2apic. [ 0.064723] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068035] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076715] KVM setup paravirtual spinlock [ 0.079286] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080155] x86: Booting SMP configuration: [ 0.081087] .... node #0, CPUs: #1[ 0.079247] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096021] x86: Booted up 1 node, 2 CPUs [ 0.096013] KVM setup async PF for cpu 1 [ 0.096016] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098782] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100321] devtmpfs: initialized [ 0.103218] EVM: security.selinux [ 0.104007] EVM: security.SMACK64 [ 0.105059] EVM: security.ima [ 0.106154] EVM: security.capability [ 0.108592] pinctrl core: initialized pinctrl subsystem [ 0.110227] regulator-dummy: no parameters [ 0.111643] RTC time: 21:06:06, date: 08/10/18 [ 0.112099] NET: Registered protocol family 16 [ 0.113386] cpuidle: using governor ladder [ 0.114301] cpuidle: using governor menu [ 0.115237] ACPI: bus type PCI registered [ 0.116008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117391] PCI: Using configuration type 1 for base access [ 0.119174] bio: create slab at 0 [ 0.120060] ACPI: Added _OSI(Module Device) [ 0.120920] ACPI: Added _OSI(Processor Device) [ 0.121807] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.122730] ACPI: Added _OSI(Processor Aggregator Device) [ 0.125503] ACPI: Interpreter enabled [ 0.126300] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.128004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.129905] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.131788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.133216] ACPI: (supports S0 S5) [ 0.133943] ACPI: Using IOAPIC for interrupt routing [ 0.134933] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.136203] ACPI: No dock devices found. [ 0.138808] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.139985] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.140007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.141244] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.143543] acpiphp: Slot [3] registered [ 0.144031] acpiphp: Slot [4] registered [ 0.144880] acpiphp: Slot [5] registered [ 0.145719] acpiphp: Slot [6] registered [ 0.146548] acpiphp: Slot [7] registered [ 0.147366] acpiphp: Slot [8] registered [ 0.148017] acpiphp: Slot [9] registered [ 0.148855] acpiphp: Slot [10] registered [ 0.149691] acpiphp: Slot [11] registered [ 0.150520] acpiphp: Slot [12] registered [ 0.151348] acpiphp: Slot [13] registered [ 0.152022] acpiphp: Slot [14] registered [ 0.152857] acpiphp: Slot [15] registered [ 0.153700] acpiphp: Slot [16] registered [ 0.154542] acpiphp: Slot [17] registered [ 0.155374] acpiphp: Slot [18] registered [ 0.156022] acpiphp: Slot [19] registered [ 0.156859] acpiphp: Slot [20] registered [ 0.157696] acpiphp: Slot [21] registered [ 0.158527] acpiphp: Slot [22] registered [ 0.159360] acpiphp: Slot [23] registered [ 0.160022] acpiphp: Slot [24] registered [ 0.160860] acpiphp: Slot [25] registered [ 0.161694] acpiphp: Slot [26] registered [ 0.162525] acpiphp: Slot [27] registered [ 0.163363] acpiphp: Slot [28] registered [ 0.164016] acpiphp: Slot [29] registered [ 0.164847] acpiphp: Slot [30] registered [ 0.165828] acpiphp: Slot [31] registered [ 0.166654] PCI host bridge to bus 0000:00 [ 0.167483] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.168004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.169175] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.170327] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.171587] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.172003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.179968] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.180011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.207014] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.208500] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.209970] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.211432] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.212660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.214177] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.215513] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.215513] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.216003] vgaarb: loaded [ 0.216615] vgaarb: bridge control possible 0000:00:02.0 [ 0.217878] SCSI subsystem initialized [ 0.218794] ACPI: bus type USB registered [ 0.218794] usbcore: registered new interface driver usbfs [ 0.220011] usbcore: registered new interface driver hub [ 0.221081] usbcore: registered new device driver usb [ 0.221081] PCI: Using ACPI for IRQ routing [ 0.221139] NetLabel: Initializing [ 0.224005] NetLabel: domain hash size = 128 [ 0.224891] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.225906] NetLabel: unlabeled traffic allowed by default [ 0.226969] Switched to clocksource kvm-clock [ 0.231027] AppArmor: AppArmor Filesystem Enabled [ 0.231989] pnp: PnP ACPI init [ 0.232668] ACPI: bus type PNP registered [ 0.233876] pnp: PnP ACPI: found 8 devices [ 0.234717] ACPI: bus type PNP unregistered [ 0.241999] NET: Registered protocol family 2 [ 0.243106] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.244664] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.246021] TCP: Hash tables configured (established 16384 bind 16384) [ 0.247305] TCP: reno registered [ 0.248011] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.249174] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.250430] NET: Registered protocol family 1 [ 0.251327] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.252448] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.253536] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.275324] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.297052] Trying to unpack rootfs image as initramfs... [ 0.389336] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.391095] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.392231] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.393988] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.395685] Scanning for low memory corruption every 60 seconds [ 0.397178] Initialise system trusted keyring [ 0.398479] audit: initializing netlink socket (disabled) [ 0.400063] type=2000 audit(1533935167.298:1): initialized [ 0.421187] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.423550] zbud: loaded [ 0.424579] VFS: Disk quotas dquot_6.5.2 [ 0.425794] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.427777] fuse init (API version 7.22) [ 0.429051] msgmni has been set to 3997 [ 0.430225] Key type big_key registered [ 0.431599] Key type asymmetric registered [ 0.432836] Asymmetric key parser 'x509' registered [ 0.434218] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.436134] io scheduler noop registered [ 0.437277] io scheduler deadline registered (default) [ 0.438749] io scheduler cfq registered [ 0.439950] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.441430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.443243] ipmi message handler version 39.2 [ 0.444530] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.446604] ACPI: Power Button [PWRF] [ 0.447698] GHES: HEST is not enabled! [ 0.469774] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.512412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.534088] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.535718] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.559792] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.561967] Linux agpgart interface v0.103 [ 0.563471] brd: module loaded [ 0.564507] loop: module loaded [ 0.565466] blk-mq: CPU -> queue map [ 0.566223] CPU 0 -> Queue 0 [ 0.566896] CPU 1 -> Queue 0 [ 0.567947] vda: vda1 [ 0.569094] scsi0 : ata_piix [ 0.569803] scsi1 : ata_piix [ 0.570466] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.571705] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.573117] libphy: Fixed MDIO Bus: probed [ 0.574037] tun: Universal TUN/TAP device driver, 1.6 [ 0.575059] tun: (C) 1999-2004 Max Krasnyansky [ 0.577509] PPP generic driver version 2.4.2 [ 0.578415] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.579624] ehci-pci: EHCI PCI platform driver [ 0.580672] ehci-platform: EHCI generic platform driver [ 0.582143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.583331] ohci-pci: OHCI PCI platform driver [ 0.584256] ohci-platform: OHCI generic platform driver [ 0.585343] uhci_hcd: USB Universal Host Controller Interface driver [ 0.608057] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.609095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.610627] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.611773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.613002] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.614435] usb usb1: Product: UHCI Host Controller [ 0.615394] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.616583] usb usb1: SerialNumber: 0000:00:01.2 [ 0.617572] hub 1-0:1.0: USB hub found [ 0.618373] hub 1-0:1.0: 2 ports detected [ 0.619298] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.621439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.622431] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.623497] mousedev: PS/2 mouse device common for all mice [ 0.624796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.626658] rtc_cmos 00:00: RTC can wake from S4 [ 0.627770] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.628974] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.630227] device-mapper: uevent: version 1.0.3 [ 0.631193] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.632822] ledtrig-cpu: registered to indicate activity on CPUs [ 0.634019] TCP: cubic registered [ 0.634794] NET: Registered protocol family 10 [ 0.635862] NET: Registered protocol family 17 [ 0.636771] Key type dns_resolver registered [ 0.637763] Loading compiled-in X.509 certificates [ 0.639228] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.641034] registered taskstats version 1 [ 0.650507] Key type trusted registered [ 0.653849] Key type encrypted registered [ 0.654705] AppArmor: AppArmor sha1 policy hashing enabled [ 0.655747] IMA: No TPM chip found, activating TPM-bypass! [ 0.657198] regulator-dummy: disabling [ 0.658049] Magic number: 14:57:146 [ 0.658862] hub 1-0:1.0: hash matches [ 0.659649] acpi device:17: hash matches [ 0.660520] rtc_cmos 00:00: setting system clock to 2018-08-10 21:06:07 UTC (1533935167) [ 0.662190] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.663317] EDD information not available. [ 0.729167] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.730741] Write protecting the kernel read-only data: 12288k [ 0.732305] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.734961] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.747508] systemd-udevd[107]: starting version 204 [ 0.784421] FDC 0 is a S82078B [ 0.928052] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.088893] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.090233] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.091527] usb 1-1: Product: QEMU USB Tablet [ 1.092512] usb 1-1: Manufacturer: QEMU [ 1.093413] usb 1-1: SerialNumber: 42 [ 1.388074] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.809233] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.061643] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.262364] random: init urandom read with 10 bits of entropy available [ 2.397489] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:06:10 +0000. Up 3.26 seconds. cloud-init-nonet[3.44]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.72]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:06:14 +0000. Up 7.84 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bd:b4:07 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:26:e5:68 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ dmesg: write failed: Broken pipe Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 9e:ed:1c:02:b4:50:b9:50:21:37:57:24:42:b6:5d:cd root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | .oXooo+o | | .=.* o E | | ..o.. | | o.. | | o S | | o o | | + o | | + . | | o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: be:29:97:e4:b0:fb:82:17:9e:f0:19:3c:9c:04:6d:cc root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | + | | . E | | o | | . | | + .S | | . O.. | | = @.. | | . X +o | | ..*+ | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 10:9b:22:ca:4b:b9:ed:34:4d:51:b7:6f:6d:e6:58:45 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | .. . E | | .+. . . | | . ..+ . . | |.... ... . . . | |.+ . S o = | |. + o . * | | o + . . . | | o . | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 34:c1:69:8b:e8:7a:b6:c2:19:6f:c1:19:fe:60:16:90 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | . ... | | E +. | | . . oo. | | + .... | | + + S | | . X | | . B + | | = = . | | =.. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:08:18 +0000. Up 131.83 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:09:19 +0000. Up 192.70 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.25 + '[' -n 192.168.0.25 ']' + cat + mkdir -p /etc/chronos + cat + DEBIAN_FRONTEND=noninteractive + apt-get install vellum --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package vellum + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.6 ++ echo A 192.168.1.6 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.9' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-10 21:10:22,242 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-10 21:10:22,247 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-10 21:10:22,247 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 be:29:97:e4:b0:fb:82:17:9e:f0:19:3c:9c:04:6d:cc root@vellum-0 (DSA) ec2: 256 10:9b:22:ca:4b:b9:ed:34:4d:51:b7:6f:6d:e6:58:45 root@vellum-0 (ECDSA) ec2: 256 34:c1:69:8b:e8:7a:b6:c2:19:6f:c1:19:fe:60:16:90 root@vellum-0 (ED25519) ec2: 2048 9e:ed:1c:02:b4:50:b9:50:21:37:57:24:42:b6:5d:cd root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCizkqWoouiVDkK9YhDjwc5G19H3VZznK+LhVHf4J6+DQWxj3Y4ZL3ti8mHTLYPDqzGXvDUsphbso3amsZrzj00= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxk5mx99Yg5CDmzqu0bPlwNzHF3FVtAP82O92SCcga9 root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLRqvDTD25HNPdPn8xJAXUNA9A8n609XYWGD03Q9PaoeyHuqp69UmyYwuNp7TnQEoNC2Qp7rES/xckMzU5+uUGaugyAbB9EbGiM8LXGvs2oceHJcE/b+wjR3Vkl17Qewg4ii+l3+0mt4p+6YRgvi1VvZjXeh0u/SGwT0BrEHp+mEmjkVnqeuzGQiVBubMrqgSQOUI6Hv7O7j6dJGsMoaDH4+xRX+Ofw8jVN1M5ZOObzRrlJ5b8KitCh/12dEjolJx6LMjZiipoIkr+3ay27zcWh5xRJj2Fd9UoxQrx6mSHZOF4W1nERGeHSjno8EVy0tQw860HNs52LI4Nw0i0Ex3H root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:10:22 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 255.44 seconds 2018-08-10 21:11:11,187 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:11:11,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:11:11,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:11:12,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:11:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94db81f7-f4cc-4fc9-9274-9a2f5fd77918 x-compute-request-id: req-94db81f7-f4cc-4fc9-9274-9a2f5fd77918 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:11:12,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-94db81f7-f4cc-4fc9-9274-9a2f5fd77918 2018-08-10 21:11:12,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34731698036s 2018-08-10 21:11:12,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-94db81f7-f4cc-4fc9-9274-9a2f5fd77918 2018-08-10 21:11:12,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:11:12,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:11:12,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-cc039691-b97a-4650-b33d-263d44346332 x-compute-request-id: req-cc039691-b97a-4650-b33d-263d44346332 Content-Encoding: gzip Content-Length: 11765 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008029] Security Framework initialized\n[ 0.009252] AppArmor: AppArmor initialized\n[ 0.010462] Yama: becoming mindful.\n[ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016012] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.018574] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022204] Initializing cgroup subsys memory\n[ 0.023472] Initializing cgroup subsys devices\n[ 0.024003] Initializing cgroup subsys freezer\n[ 0.025078] Initializing cgroup subsys blkio\n[ 0.025958] Initializing cgroup subsys perf_event\n[ 0.028003] Initializing cgroup subsys hugetlb\n[ 0.029006] CPU: Physical Processor ID: 0\n[ 0.029850] FEATURE SPEC_CTRL Not Present\n[ 0.031405] mce: CPU supports 10 MCE banks\n[ 0.032030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034069] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.035280] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.036002] Speculative Store Bypass: Vulnerable\n[ 0.037443] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.042472] ACPI: Core revision 20131115\n[ 0.044127] ACPI: All ACPI Tables successfully acquired\n[ 0.045347] ftrace: allocating 28727 entries in 113 pages\n[ 0.064279] Enabling x2apic\n[ 0.064948] Enabled x2apic\n[ 0.065779] Switched APIC routing to physical x2apic.\n[ 0.067648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.068002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.070172] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076962] KVM setup paravirtual spinlock\n[ 0.079090] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080148] x86: Booting SMP configuration:\n[ 0.081107] .... node #0, CPUs: #1[ 0.079059] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096017] x86: Booted up 1 node, 2 CPUs\n[ 0.096011] KVM setup async PF for cpu 1\n[ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098876] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100303] devtmpfs: initialized\n[ 0.102078] EVM: security.selinux\n[ 0.102846] EVM: security.SMACK64\n[ 0.104017] EVM: security.ima\n[ 0.104705] EVM: security.capability\n[ 0.105510] pinctrl core: initialized pinctrl subsystem\n[ 0.105947] regulator-dummy: no parameters\n[ 0.108060] RTC time: 21:05:16, date: 08/10/18\n[ 0.109020] NET: Registered protocol family 16\n[ 0.110024] cpuidle: using governor ladder\n[ 0.110881] cpuidle: using governor menu\n[ 0.111813] ACPI: bus type PCI registered\n[ 0.112003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113356] PCI: Using configuration type 1 for base access\n[ 0.114969] bio: create slab at 0\n[ 0.116054] ACPI: Added _OSI(Module Device)\n[ 0.116981] ACPI: Added _OSI(Processor Device)\n[ 0.117929] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118901] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.120977] ACPI: Interpreter enabled\n[ 0.121819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125259] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.128559] ACPI: (supports S0 S5)\n[ 0.129310] ACPI: Using IOAPIC for interrupt routing\n[ 0.130343] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132187] ACPI: No dock devices found.\n[ 0.134856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137341] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138657] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140191] acpiphp: Slot [3] registered\n[ 0.141037] acpiphp: Slot [4] registered\n[ 0.141915] acpiphp: Slot [5] registered\n[ 0.142775] acpiphp: Slot [6] registered\n[ 0.143638] acpiphp: Slot [7] registered\n[ 0.144017] acpiphp: Slot [8] registered\n[ 0.144879] acpiphp: Slot [9] registered\n[ 0.145767] acpiphp: Slot [10] registered\n[ 0.146640] acpiphp: Slot [11] registered\n[ 0.147536] acpiphp: Slot [12] registered\n[ 0.148017] acpiphp: Slot [13] registered\n[ 0.148894] acpiphp: Slot [14] registered\n[ 0.149775] acpiphp: Slot [15] registered\n[ 0.150665] acpiphp: Slot [16] registered\n[ 0.151564] acpiphp: Slot [17] registered\n[ 0.152017] acpiphp: Slot [18] registered\n[ 0.152918] acpiphp: Slot [19] registered\n[ 0.153836] acpiphp: Slot [20] registered\n[ 0.154729] acpiphp: Slot [21] registered\n[ 0.155590] acpiphp: Slot [22] registered\n[ 0.156028] acpiphp: Slot [23] registered\n[ 0.156915] acpiphp: Slot [24] registered\n[ 0.157814] acpiphp: Slot [25] registered\n[ 0.158703] acpiphp: Slot [26] registered\n[ 0.159585] acpiphp: Slot [27] registered\n[ 0.160027] acpiphp: Slot [28] registered\n[ 0.160951] acpiphp: Slot [29] registered\n[ 0.161833] acpiphp: Slot [30] registered\n[ 0.162725] acpiphp: Slot [31] registered\n[ 0.163583] PCI host bridge to bus 0000:00\n[ 0.164004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165097] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169386] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.195214] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.196710] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.198299] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.199856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.200853] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.202297] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.203805] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.203805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.204003] vgaarb: loaded\n[ 0.204852] vgaarb: bridge control possible 0000:00:02.0\n[ 0.206557] SCSI subsystem initialized\n[ 0.207798] ACPI: bus type USB registered\n[ 0.208028] usbcore: registered new interface driver usbfs\n[ 0.209593] usbcore: registered new interface driver hub\n[ 0.211153] usbcore: registered new device driver usb\n[ 0.212085] PCI: Using ACPI for IRQ routing\n[ 0.213487] NetLabel: Initializing\n[ 0.214541] NetLabel: domain hash size = 128\n[ 0.215816] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.216045] NetLabel: unlabeled traffic allowed by default\n[ 0.217641] Switched to clocksource kvm-clock\n[ 0.223381] AppArmor: AppArmor Filesystem Enabled\n[ 0.224788] pnp: PnP ACPI init\n[ 0.225758] ACPI: bus type PNP registered\n[ 0.227335] pnp: PnP ACPI: found 8 devices\n[ 0.228547] ACPI: bus type PNP unregistered\n[ 0.237711] NET: Registered protocol family 2\n[ 0.239560] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.241800] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.243802] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.245711] TCP: reno registered\n[ 0.246710] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.248396] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.250288] NET: Registered protocol family 1\n[ 0.251606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.253291] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.254922] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.277401] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.299990] Trying to unpack rootfs image as initramfs...\n[ 0.393316] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.395767] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.397379] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.399092] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.401599] Scanning for low memory corruption every 60 seconds\n[ 0.403589] Initialise system trusted keyring\n[ 0.404911] audit: initializing netlink socket (disabled)\n[ 0.406460] type=2000 audit(1533935117.438:1): initialized\n[ 0.426280] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.428807] zbud: loaded\n[ 0.429851] VFS: Disk quotas dquot_6.5.2\n[ 0.431035] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.433073] fuse init (API version 7.22)\n[ 0.434330] msgmni has been set to 3997\n[ 0.435520] Key type big_key registered\n[ 0.436934] Key type asymmetric registered\n[ 0.438162] Asymmetric key parser 'x509' registered\n[ 0.439599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.441778] io scheduler noop registered\n[ 0.442935] io scheduler deadline registered (default)\n[ 0.444408] io scheduler cfq registered\n[ 0.445616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.447199] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.449067] ipmi message handler version 39.2\n[ 0.450400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.452569] ACPI: Power Button [PWRF]\n[ 0.453783] GHES: HEST is not enabled!\n[ 0.475622] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.519885] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.522139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.545803] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.548880] Linux agpgart interface v0.103\n[ 0.550789] brd: module loaded\n[ 0.552160] loop: module loaded\n[ 0.553186] blk-mq: CPU -> queue map\n[ 0.554155] CPU 0 -> Queue 0\n[ 0.555030] CPU 1 -> Queue 0\n[ 0.556606] vda: vda1\n[ 0.557973] scsi0 : ata_piix\n[ 0.558887] scsi1 : ata_piix\n[ 0.559741] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.561600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.563572] libphy: Fixed MDIO Bus: probed\n[ 0.564597] tun: Universal TUN/TAP device driver, 1.6\n[ 0.565616] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.567609] PPP generic driver version 2.4.2\n[ 0.568640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.569915] ehci-pci: EHCI PCI platform driver\n[ 0.570841] ehci-platform: EHCI generic platform driver\n[ 0.571910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.573127] ohci-pci: OHCI PCI platform driver\n[ 0.574133] ohci-platform: OHCI generic platform driver\n[ 0.575204] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.596739] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.597887] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.599544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.600741] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.602056] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.603579] usb usb1: Product: UHCI Host Controller\n[ 0.604636] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.605879] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.606930] hub 1-0:1.0: USB hub found\n[ 0.607796] hub 1-0:1.0: 2 ports detected\n[ 0.608923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.611198] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.612252] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.613418] mousedev: PS/2 mouse device common for all mice\n[ 0.614817] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.616711] rtc_cmos 00:00: RTC can wake from S4\n[ 0.617927] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.619208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.620559] device-mapper: uevent: version 1.0.3\n[ 0.621584] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.623298] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.624586] TCP: cubic registered\n[ 0.625400] NET: Registered protocol family 10\n[ 0.626513] NET: Registered protocol family 17\n[ 0.627465] Key type dns_resolver registered\n[ 0.628550] Loading compiled-in X.509 certificates\n[ 0.630079] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.631947] registered taskstats version 1\n[ 0.634451] Key type trusted registered\n[ 0.637777] Key type encrypted registered\n[ 0.638684] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.639794] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.641274] regulator-dummy: disabling\n[ 0.642179] Magic number: 14:504:95\n[ 0.643118] rtc_cmos 00:00: setting system clock to 2018-08-10 21:05:17 UTC (1533935117)\n[ 0.651736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.652983] EDD information not available.\n[ 0.717445] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.719155] Write protecting the kernel read-only data: 12288k\n[ 0.720818] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.723616] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.736224] systemd-udevd[106]: starting version 204\n[ 0.792369] FDC 0 is a S82078B\n[ 0.920042] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.084523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.085937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.087320] usb 1-1: Product: QEMU USB Tablet\n[ 1.088249] usb 1-1: Manufacturer: QEMU\n[ 1.089080] usb 1-1: SerialNumber: 42\n[ 1.392085] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.796835] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.031431] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.106966] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n[ 2.202451] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:05:19 +0000. Up 2.51 seconds.\ncloud-init-nonet[2.66]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\ncloud-init-nonet[3.56]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:05:20 +0000. Up 3.76 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 192.168.0.25 | 255.255.255.0 | fa:16:3e:bb:9d:f2 |\nci-info: +--------+------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nba:db:f9:31:47:fb:c8:9c:26:e7:cd:81:f7:d1:fe:3c root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| |\n| |\n| S . |\n| . . o .|\n| . o + o..|\n| o ..*oB E.|\n| o.o..=* + B|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\ne0:f5:72:7e:a4:7d:c9:3b:39:d0:f9:59:26:b4:f1:d6 root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| . . |\n| . o . o |\n| . S o .o =.|\n| + +..=.E|\n| o o.+*o|\n| . .+o.|\n| .o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n77:97:18:5f:54:a6:99:9b:69:41:9f:fb:42:dd:3d:3d root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . =|\n| . B.|\n| . =.o|\n| + O=|\n| S . o XE=|\n| . . + +|\n| . .|\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n4f:77:37:87:9b:eb:99:ba:d1:63:03:da:89:d5:38:3c root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| |\n| |\n| . o . |\n| S . E +.o|\n| o * B +o|\n| + + B |\n| o * |\n| o+= |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:07:25 +0000. Up 128.20 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:08:25 +0000. Up 188.93 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ apt-key add -\n+ curl -L http://repo.cw-ngv.com/repo_key\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.25\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install ellis --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package ellis\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd\n/var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ cat\n+ /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp\n/var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory\n+ service clearwater-infrastructure restart\nclearwater-infrastructure: unrecognized service\n+ service ellis stop\nellis: unrecognized service\n+ /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000\n/var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.206\n++ echo 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.206\n++ ip2rr 172.30.9.206\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.206\n++ echo A 172.30.9.206\n+ echo 'nameserver 192.168.0.16'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-10 21:09:28,309 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-10 21:09:28,311 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-10 21:09:28,312 - util.py[WARNING]: Running scripts-user () failed\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 e0:f5:72:7e:a4:7d:c9:3b:39:d0:f9:59:26:b4:f1:d6 root@ellis-0 (DSA)\nec2: 256 77:97:18:5f:54:a6:99:9b:69:41:9f:fb:42:dd:3d:3d root@ellis-0 (ECDSA)\nec2: 256 4f:77:37:87:9b:eb:99:ba:d1:63:03:da:89:d5:38:3c root@ellis-0 (ED25519)\nec2: 2048 ba:db:f9:31:47:fb:c8:9c:26:e7:cd:81:f7:d1:fe:3c root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLdvQZBSfiimM2H/I+ks8ygxkgdL58HM21QFNIcoVDgwfKxolJ5KNHf78TLfaIUtZgAuEWIcKlKg/4JPoTBryBg= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNPaLylegQ13WfjOpkiyEC2lJPEL3/H83kG+jONiT9p root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRUOFpyZsOBqcbFHCif3GB0BwKhrmQqbyMvophveR78Inr3Wwb0r7c4k7idZz0MzoY/HSvKMNdIoIwpbrJYEtoXv7U7SyazESgIE7ywfzwrTtk2xEzGeElLHMvp7bFlUt5vskjVs1zRWShyt2cylGLB0nPpTF+1cQXonQz1b6C1GyQ4OULq1Qi9OFvKJcm9pdkARwSok0fNGbFPGFLpvmTOKLx3iH5dOTdrBfUyFKbNQ9xFU3McF79y8arrf07/OdqPNx3SwCWzzDpynt9nD693cgvjM/tSe+cYtqHtycY9lvBpFK6ooGuYPpAawQhiidRRb63lG4qxl66jRkwnypb root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:09:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 251.47 seconds\n"} 2018-08-10 21:11:12,633 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab/action used request id req-cc039691-b97a-4650-b33d-263d44346332 2018-08-10 21:11:12,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0894649028778s 2018-08-10 21:11:12,634 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab/action used request id req-cc039691-b97a-4650-b33d-263d44346332 2018-08-10 21:11:12,635 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60f0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008029] Security Framework initialized [ 0.009252] AppArmor: AppArmor initialized [ 0.010462] Yama: becoming mindful. [ 0.012146] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016012] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.018574] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022204] Initializing cgroup subsys memory [ 0.023472] Initializing cgroup subsys devices [ 0.024003] Initializing cgroup subsys freezer [ 0.025078] Initializing cgroup subsys blkio [ 0.025958] Initializing cgroup subsys perf_event [ 0.028003] Initializing cgroup subsys hugetlb [ 0.029006] CPU: Physical Processor ID: 0 [ 0.029850] FEATURE SPEC_CTRL Not Present [ 0.031405] mce: CPU supports 10 MCE banks [ 0.032030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034069] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.035280] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.036002] Speculative Store Bypass: Vulnerable [ 0.037443] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.042472] ACPI: Core revision 20131115 [ 0.044127] ACPI: All ACPI Tables successfully acquired [ 0.045347] ftrace: allocating 28727 entries in 113 pages [ 0.064279] Enabling x2apic [ 0.064948] Enabled x2apic [ 0.065779] Switched APIC routing to physical x2apic. [ 0.067648] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.068002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.070172] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076962] KVM setup paravirtual spinlock [ 0.079090] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080148] x86: Booting SMP configuration: [ 0.081107] .... node #0, CPUs: #1[ 0.079059] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096017] x86: Booted up 1 node, 2 CPUs [ 0.096011] KVM setup async PF for cpu 1 [ 0.096013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098876] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100303] devtmpfs: initialized [ 0.102078] EVM: security.selinux [ 0.102846] EVM: security.SMACK64 [ 0.104017] EVM: security.ima [ 0.104705] EVM: security.capability [ 0.105510] pinctrl core: initialized pinctrl subsystem [ 0.105947] regulator-dummy: no parameters [ 0.108060] RTC time: 21:05:16, date: 08/10/18 [ 0.109020] NET: Registered protocol family 16 [ 0.110024] cpuidle: using governor ladder [ 0.110881] cpuidle: using governor menu [ 0.111813] ACPI: bus type PCI registered [ 0.112003] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113356] PCI: Using configuration type 1 for base access [ 0.114969] bio: create slab at 0 [ 0.116054] ACPI: Added _OSI(Module Device) [ 0.116981] ACPI: Added _OSI(Processor Device) [ 0.117929] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118901] ACPI: Added _OSI(Processor Aggregator Device) [ 0.120977] ACPI: Interpreter enabled [ 0.121819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125259] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.128559] ACPI: (supports S0 S5) [ 0.129310] ACPI: Using IOAPIC for interrupt routing [ 0.130343] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132187] ACPI: No dock devices found. [ 0.134856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137341] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138657] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140191] acpiphp: Slot [3] registered [ 0.141037] acpiphp: Slot [4] registered [ 0.141915] acpiphp: Slot [5] registered [ 0.142775] acpiphp: Slot [6] registered [ 0.143638] acpiphp: Slot [7] registered [ 0.144017] acpiphp: Slot [8] registered [ 0.144879] acpiphp: Slot [9] registered [ 0.145767] acpiphp: Slot [10] registered [ 0.146640] acpiphp: Slot [11] registered [ 0.147536] acpiphp: Slot [12] registered [ 0.148017] acpiphp: Slot [13] registered [ 0.148894] acpiphp: Slot [14] registered [ 0.149775] acpiphp: Slot [15] registered [ 0.150665] acpiphp: Slot [16] registered [ 0.151564] acpiphp: Slot [17] registered [ 0.152017] acpiphp: Slot [18] registered [ 0.152918] acpiphp: Slot [19] registered [ 0.153836] acpiphp: Slot [20] registered [ 0.154729] acpiphp: Slot [21] registered [ 0.155590] acpiphp: Slot [22] registered [ 0.156028] acpiphp: Slot [23] registered [ 0.156915] acpiphp: Slot [24] registered [ 0.157814] acpiphp: Slot [25] registered [ 0.158703] acpiphp: Slot [26] registered [ 0.159585] acpiphp: Slot [27] registered [ 0.160027] acpiphp: Slot [28] registered [ 0.160951] acpiphp: Slot [29] registered [ 0.161833] acpiphp: Slot [30] registered [ 0.162725] acpiphp: Slot [31] registered [ 0.163583] PCI host bridge to bus 0000:00 [ 0.164004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165097] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166343] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169386] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.195214] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.196710] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.198299] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.199856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.200853] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.202297] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.203805] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.203805] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.204003] vgaarb: loaded [ 0.204852] vgaarb: bridge control possible 0000:00:02.0 [ 0.206557] SCSI subsystem initialized [ 0.207798] ACPI: bus type USB registered [ 0.208028] usbcore: registered new interface driver usbfs [ 0.209593] usbcore: registered new interface driver hub [ 0.211153] usbcore: registered new device driver usb [ 0.212085] PCI: Using ACPI for IRQ routing [ 0.213487] NetLabel: Initializing [ 0.214541] NetLabel: domain hash size = 128 [ 0.215816] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.216045] NetLabel: unlabeled traffic allowed by default [ 0.217641] Switched to clocksource kvm-clock [ 0.223381] AppArmor: AppArmor Filesystem Enabled [ 0.224788] pnp: PnP ACPI init [ 0.225758] ACPI: bus type PNP registered [ 0.227335] pnp: PnP ACPI: found 8 devices [ 0.228547] ACPI: bus type PNP unregistered [ 0.237711] NET: Registered protocol family 2 [ 0.239560] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.241800] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.243802] TCP: Hash tables configured (established 16384 bind 16384) [ 0.245711] TCP: reno registered [ 0.246710] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.248396] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.250288] NET: Registered protocol family 1 [ 0.251606] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.253291] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.254922] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.277401] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.299990] Trying to unpack rootfs image as initramfs... [ 0.393316] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.395767] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.397379] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.399092] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.401599] Scanning for low memory corruption every 60 seconds [ 0.403589] Initialise system trusted keyring [ 0.404911] audit: initializing netlink socket (disabled) [ 0.406460] type=2000 audit(1533935117.438:1): initialized [ 0.426280] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.428807] zbud: loaded [ 0.429851] VFS: Disk quotas dquot_6.5.2 [ 0.431035] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.433073] fuse init (API version 7.22) [ 0.434330] msgmni has been set to 3997 [ 0.435520] Key type big_key registered [ 0.436934] Key type asymmetric registered [ 0.438162] Asymmetric key parser 'x509' registered [ 0.439599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.441778] io scheduler noop registered [ 0.442935] io scheduler deadline registered (default) [ 0.444408] io scheduler cfq registered [ 0.445616] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.447199] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.449067] ipmi message handler version 39.2 [ 0.450400] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.452569] ACPI: Power Button [PWRF] [ 0.453783] GHES: HEST is not enabled! [ 0.475622] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.519885] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.522139] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.545803] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.548880] Linux agpgart interface v0.103 [ 0.550789] brd: module loaded [ 0.552160] loop: module loaded [ 0.553186] blk-mq: CPU -> queue map [ 0.554155] CPU 0 -> Queue 0 [ 0.555030] CPU 1 -> Queue 0 [ 0.556606] vda: vda1 [ 0.557973] scsi0 : ata_piix [ 0.558887] scsi1 : ata_piix [ 0.559741] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.561600] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.563572] libphy: Fixed MDIO Bus: probed [ 0.564597] tun: Universal TUN/TAP device driver, 1.6 [ 0.565616] tun: (C) 1999-2004 Max Krasnyansky [ 0.567609] PPP generic driver version 2.4.2 [ 0.568640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.569915] ehci-pci: EHCI PCI platform driver [ 0.570841] ehci-platform: EHCI generic platform driver [ 0.571910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.573127] ohci-pci: OHCI PCI platform driver [ 0.574133] ohci-platform: OHCI generic platform driver [ 0.575204] uhci_hcd: USB Universal Host Controller Interface driver [ 0.596739] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.597887] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.599544] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.600741] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.602056] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.603579] usb usb1: Product: UHCI Host Controller [ 0.604636] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.605879] usb usb1: SerialNumber: 0000:00:01.2 [ 0.606930] hub 1-0:1.0: USB hub found [ 0.607796] hub 1-0:1.0: 2 ports detected [ 0.608923] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.611198] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.612252] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.613418] mousedev: PS/2 mouse device common for all mice [ 0.614817] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.616711] rtc_cmos 00:00: RTC can wake from S4 [ 0.617927] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.619208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.620559] device-mapper: uevent: version 1.0.3 [ 0.621584] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.623298] ledtrig-cpu: registered to indicate activity on CPUs [ 0.624586] TCP: cubic registered [ 0.625400] NET: Registered protocol family 10 [ 0.626513] NET: Registered protocol family 17 [ 0.627465] Key type dns_resolver registered [ 0.628550] Loading compiled-in X.509 certificates [ 0.630079] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.631947] registered taskstats version 1 [ 0.634451] Key type trusted registered [ 0.637777] Key type encrypted registered [ 0.638684] AppArmor: AppArmor sha1 policy hashing enabled [ 0.639794] IMA: No TPM chip found, activating TPM-bypass! [ 0.641274] regulator-dummy: disabling [ 0.642179] Magic number: 14:504:95 [ 0.643118] rtc_cmos 00:00: setting system clock to 2018-08-10 21:05:17 UTC (1533935117) [ 0.651736] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.652983] EDD information not available. [ 0.717445] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.719155] Write protecting the kernel read-only data: 12288k [ 0.720818] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.723616] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.736224] systemd-udevd[106]: starting version 204 [ 0.792369] FDC 0 is a S82078B [ 0.920042] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.084523] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.085937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.087320] usb 1-1: Product: QEMU USB Tablet [ 1.088249] usb 1-1: Manufacturer: QEMU [ 1.089080] usb 1-1: SerialNumber: 42 [ 1.392085] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.796835] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.031431] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.106966] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] [ 2.202451] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:05:19 +0000. Up 2.51 seconds. cloud-init-nonet[2.66]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] cloud-init-nonet[3.56]: static networking is now up * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:05:20 +0000. Up 3.76 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 192.168.0.25 | 255.255.255.0 | fa:16:3e:bb:9d:f2 | ci-info: +--------+------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: ba:db:f9:31:47:fb:c8:9c:26:e7:cd:81:f7:d1:fe:3c root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | | | | | S . | | . . o .| | . o + o..| | o ..*oB E.| | o.o..=* + B| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: e0:f5:72:7e:a4:7d:c9:3b:39:d0:f9:59:26:b4:f1:d6 root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | . . | | . o . o | | . S o .o =.| | + +..=.E| | o o.+*o| | . .+o.| | .o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 77:97:18:5f:54:a6:99:9b:69:41:9f:fb:42:dd:3d:3d root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | . =| | . B.| | . =.o| | + O=| | S . o XE=| | . . + +| | . .| | . | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 4f:77:37:87:9b:eb:99:ba:d1:63:03:da:89:d5:38:3c root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | | | | | | | . o . | | S . E +.o| | o * B +o| | + + B | | o * | | o+= | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting SystemD login management service[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:07:25 +0000. Up 128.20 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:08:25 +0000. Up 188.93 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + apt-key add - + curl -L http://repo.cw-ngv.com/repo_key % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.25 + cat + DEBIAN_FRONTEND=noninteractive + apt-get install ellis --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package ellis + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd /var/lib/cloud/instance/scripts/part-001: line 31: /usr/share/clearwater/clearwater-etcd/scripts/wait_for_etcd: No such file or directory + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config download shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 34: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + cat + /usr/share/clearwater/clearwater-config-manager/scripts/cw-config upload shared_config --autoconfirm --dir /tmp /var/lib/cloud/instance/scripts/part-001: line 64: /usr/share/clearwater/clearwater-config-manager/scripts/cw-config: No such file or directory + service clearwater-infrastructure restart clearwater-infrastructure: unrecognized service + service ellis stop ellis: unrecognized service + /usr/share/clearwater/ellis/env/bin/python /usr/share/clearwater/ellis/src/metaswitch/ellis/tools/create_numbers.py --start 6505550000 --count 1000 /var/lib/cloud/instance/scripts/part-001: line 71: /usr/share/clearwater/ellis/env/bin/python: No such file or directory + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.206 ++ echo 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.206 ++ ip2rr 172.30.9.206 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.206 ++ echo A 172.30.9.206 + echo 'nameserver 192.168.0.16' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-10 21:09:28,309 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-10 21:09:28,311 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-10 21:09:28,312 - util.py[WARNING]: Running scripts-user () failed ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 e0:f5:72:7e:a4:7d:c9:3b:39:d0:f9:59:26:b4:f1:d6 root@ellis-0 (DSA) ec2: 256 77:97:18:5f:54:a6:99:9b:69:41:9f:fb:42:dd:3d:3d root@ellis-0 (ECDSA) ec2: 256 4f:77:37:87:9b:eb:99:ba:d1:63:03:da:89:d5:38:3c root@ellis-0 (ED25519) ec2: 2048 ba:db:f9:31:47:fb:c8:9c:26:e7:cd:81:f7:d1:fe:3c root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLdvQZBSfiimM2H/I+ks8ygxkgdL58HM21QFNIcoVDgwfKxolJ5KNHf78TLfaIUtZgAuEWIcKlKg/4JPoTBryBg= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNPaLylegQ13WfjOpkiyEC2lJPEL3/H83kG+jONiT9p root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRUOFpyZsOBqcbFHCif3GB0BwKhrmQqbyMvophveR78Inr3Wwb0r7c4k7idZz0MzoY/HSvKMNdIoIwpbrJYEtoXv7U7SyazESgIE7ywfzwrTtk2xEzGeElLHMvp7bFlUt5vskjVs1zRWShyt2cylGLB0nPpTF+1cQXonQz1b6C1GyQ4OULq1Qi9OFvKJcm9pdkARwSok0fNGbFPGFLpvmTOKLx3iH5dOTdrBfUyFKbNQ9xFU3McF79y8arrf07/OdqPNx3SwCWzzDpynt9nD693cgvjM/tSe+cYtqHtycY9lvBpFK6ooGuYPpAawQhiidRRb63lG4qxl66jRkwnypb root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:09:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 251.47 seconds 2018-08-10 21:11:12,637 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:11:12,637 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - server: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:9d:f2', u'version': 4, u'addr': u'192.168.0.25', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bb:9d:f2', u'version': 4, u'addr': u'172.30.9.206', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2da55911-65da-4860-8c13-a1cb96519ef3', 'name': u'heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 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-10T21:05:16.000000', 'flavor': Munch({u'id': u'0f39179a-da46-43e6-896a-2222df3c7e5d', 'name': u'heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69'}), 'az': u'nova', 'id': u'3157b876-2c85-4d0e-80bd-5182af5844ab', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'72684c8c-a562-4f28-8099-744507676916'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a7183bea-f5cd-4240-bb0c-0657dcac2893'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'a8274b44-b914-4d04-b3fa-fe20a5f50d8b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'bc0f2558-76c8-41ca-8cc5-52af1560ebc8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'c7eedc87-42cf-4f84-911e-b22e74bdb0df'})], 'id': u'f50ee43a-7fab-49e8-a746-06b8226cc0c3', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'98dc3c07-2f9e-45e8-8667-769cfa2ceb4a', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'138dab54-72ca-4ea0-ac4a-156b3928a54f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'98dc3c07-2f9e-45e8-8667-769cfa2ceb4a', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({})}), 'remote_ip_prefix': u'0.0.0.0/0', u'group': Munch({}), 'project_id': '', 'id': u'43b384cd-dff8-4095-9315-807fb93dccea'})], 'id': u'98dc3c07-2f9e-45e8-8667-769cfa2ceb4a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bb9b5dbe4afb4be69be370a61df52718', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.206', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'53c2540ae07f4383851d2b6667f4d804', 'name': 'heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.206', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.206', 'launched_at': u'2018-08-10T21:05:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:05:16Z', 'hostId': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69', 'public_v6': '', 'private_v4': u'192.168.0.25', 'cloud': 'envvars', 'host_id': u'445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697', '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-10T21:05:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'53c2540ae07f4383851d2b6667f4d804', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'53c2540ae07f4383851d2b6667f4d804', 'created_at': u'2018-08-10T21:03:31Z', 'created': u'2018-08-10T21:03:31Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 21:11:12,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:11:12,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:11:13,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21: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-589088df-eabf-4306-b2b0-fe6abce41567 x-compute-request-id: req-589088df-eabf-4306-b2b0-fe6abce41567 Content-Encoding: gzip Content-Length: 1523 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:1b:dc", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:20:da", "version": 4, "addr": "192.168.1.32", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/0049cf08-15dc-4d09-b05f-d9d6f7e17977", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:02.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "0049cf08-15dc-4d09-b05f-d9d6f7e17977", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:02Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:4a:19", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f1:94", "version": 4, "addr": "172.30.9.219", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:10.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "127bdfa3-dc9a-463e-8cfa-bc799f7c9633", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:10Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "bono-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "192.168.0.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:11:2d", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:d0:0f", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/eae58c74-5843-47f9-b003-743efe89e656", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "eae58c74-5843-47f9-b003-743efe89e656", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "dime-0.clearwater.opnfv", "created": "2018-08-10T21:05:35Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0e:19", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:2e:e2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/84546476-7e1b-4188-bc59-d96e56119831", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:07.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "84546476-7e1b-4188-bc59-d96e56119831", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:08Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "homer-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:e5:68", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b4:07", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/8f654dfd-cd16-485b-b808-73f1b903470e", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:06:05.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "8f654dfd-cd16-485b-b808-73f1b903470e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:06:06Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-10T21:05:34Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "192.168.0.25", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:9d:f2", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/3157b876-2c85-4d0e-80bd-5182af5844ab", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:05:16.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "3157b876-2c85-4d0e-80bd-5182af5844ab", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:05:16Z", "hostId": "445004393e82084c649ec0225597a71d53a49610fbf55caf200c8697", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-10T21:03:31Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "192.168.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:ed:b6", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:8a:64", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/80154e83-14cc-44af-89b2-4d8b28b06eae", "rel": "bookmark"}], "image": {"id": "2da55911-65da-4860-8c13-a1cb96519ef3", "links": [{"href": "http://172.30.9.31:8774/images/2da55911-65da-4860-8c13-a1cb96519ef3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:03:17.000000", "flavor": {"id": "0f39179a-da46-43e6-896a-2222df3c7e5d", "links": [{"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}]}, "id": "80154e83-14cc-44af-89b2-4d8b28b06eae", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "bb9b5dbe4afb4be69be370a61df52718", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:03:17Z", "hostId": "4482ae5101093acfa584424fe0a7ddfcf7ec6dc6a573edb86858ccc1", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "name": "ns.clearwater.opnfv", "created": "2018-08-10T21:01:32Z", "tenant_id": "53c2540ae07f4383851d2b6667f4d804", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:11:13,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-589088df-eabf-4306-b2b0-fe6abce41567 2018-08-10 21:11:13,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791396141052s 2018-08-10 21:11:13,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-589088df-eabf-4306-b2b0-fe6abce41567 2018-08-10 21:11:13,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:11:13,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae/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}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:11:13,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:11:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-104e6d24-557b-4313-ac84-d755fbfa6b6c x-compute-request-id: req-104e6d24-557b-4313-ac84-d755fbfa6b6c Content-Encoding: gzip Content-Length: 11814 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008028] AppArmor: AppArmor initialized\n[ 0.008912] Yama: becoming mindful.\n[ 0.009805] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013135] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015143] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017619] Initializing cgroup subsys memory\n[ 0.018555] Initializing cgroup subsys devices\n[ 0.020003] Initializing cgroup subsys freezer\n[ 0.020954] Initializing cgroup subsys blkio\n[ 0.021833] Initializing cgroup subsys perf_event\n[ 0.022786] Initializing cgroup subsys hugetlb\n[ 0.023778] CPU: Physical Processor ID: 0\n[ 0.024009] FEATURE SPEC_CTRL Not Present\n[ 0.025541] mce: CPU supports 10 MCE banks\n[ 0.026418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026418] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029230] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.030753] Speculative Store Bypass: Vulnerable\n[ 0.032325] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.037550] ACPI: Core revision 20131115\n[ 0.038852] ACPI: All ACPI Tables successfully acquired\n[ 0.040021] ftrace: allocating 28727 entries in 113 pages\n[ 0.060258] Enabling x2apic\n[ 0.060942] Enabled x2apic\n[ 0.064003] Switched APIC routing to physical x2apic.\n[ 0.065955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.067197] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.069645] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076642] KVM setup paravirtual spinlock\n[ 0.078770] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080147] x86: Booting SMP configuration:\n[ 0.081119] .... node #0, CPUs: #1[ 0.078739] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096012] KVM setup async PF for cpu 1\n[ 0.096015] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098859] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100300] devtmpfs: initialized\n[ 0.101967] EVM: security.selinux\n[ 0.102702] EVM: security.SMACK64\n[ 0.103427] EVM: security.ima\n[ 0.104005] EVM: security.capability\n[ 0.104838] pinctrl core: initialized pinctrl subsystem\n[ 0.105920] regulator-dummy: no parameters\n[ 0.106867] RTC time: 21:03:17, date: 08/10/18\n[ 0.108032] NET: Registered protocol family 16\n[ 0.109064] cpuidle: using governor ladder\n[ 0.109962] cpuidle: using governor menu\n[ 0.110860] ACPI: bus type PCI registered\n[ 0.111735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.112091] PCI: Using configuration type 1 for base access\n[ 0.113728] bio: create slab at 0\n[ 0.113728] ACPI: Added _OSI(Module Device)\n[ 0.113728] ACPI: Added _OSI(Processor Device)\n[ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.116949] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.119081] ACPI: Interpreter enabled\n[ 0.119941] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.121303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.123298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.125296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.127247] ACPI: (supports S0 S5)\n[ 0.127982] ACPI: Using IOAPIC for interrupt routing\n[ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.132199] ACPI: No dock devices found.\n[ 0.134856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.136006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.137321] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.138635] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.140178] acpiphp: Slot [3] registered\n[ 0.141019] acpiphp: Slot [4] registered\n[ 0.141865] acpiphp: Slot [5] registered\n[ 0.142732] acpiphp: Slot [6] registered\n[ 0.143599] acpiphp: Slot [7] registered\n[ 0.144016] acpiphp: Slot [8] registered\n[ 0.144858] acpiphp: Slot [9] registered\n[ 0.145733] acpiphp: Slot [10] registered\n[ 0.146643] acpiphp: Slot [11] registered\n[ 0.147509] acpiphp: Slot [12] registered\n[ 0.148017] acpiphp: Slot [13] registered\n[ 0.148887] acpiphp: Slot [14] registered\n[ 0.149807] acpiphp: Slot [15] registered\n[ 0.150685] acpiphp: Slot [16] registered\n[ 0.151558] acpiphp: Slot [17] registered\n[ 0.152016] acpiphp: Slot [18] registered\n[ 0.152887] acpiphp: Slot [19] registered\n[ 0.153786] acpiphp: Slot [20] registered\n[ 0.154653] acpiphp: Slot [21] registered\n[ 0.155524] acpiphp: Slot [22] registered\n[ 0.156016] acpiphp: Slot [23] registered\n[ 0.156893] acpiphp: Slot [24] registered\n[ 0.157800] acpiphp: Slot [25] registered\n[ 0.158652] acpiphp: Slot [26] registered\n[ 0.159500] acpiphp: Slot [27] registered\n[ 0.160016] acpiphp: Slot [28] registered\n[ 0.160934] acpiphp: Slot [29] registered\n[ 0.161803] acpiphp: Slot [30] registered\n[ 0.162716] acpiphp: Slot [31] registered\n[ 0.163596] PCI host bridge to bus 0000:00\n[ 0.164004] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.165265] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.166474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.167700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.169331] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.175344] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.201207] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.203235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.204690] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.206163] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.207611] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.208582] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.209882] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.209882] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212003] vgaarb: loaded\n[ 0.212622] vgaarb: bridge control possible 0000:00:02.0\n[ 0.213860] SCSI subsystem initialized\n[ 0.214767] ACPI: bus type USB registered\n[ 0.214767] usbcore: registered new interface driver usbfs\n[ 0.216012] usbcore: registered new interface driver hub\n[ 0.217079] usbcore: registered new device driver usb\n[ 0.217083] PCI: Using ACPI for IRQ routing\n[ 0.217131] NetLabel: Initializing\n[ 0.220005] NetLabel: domain hash size = 128\n[ 0.220879] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.221903] NetLabel: unlabeled traffic allowed by default\n[ 0.222998] Switched to clocksource kvm-clock\n[ 0.227358] AppArmor: AppArmor Filesystem Enabled\n[ 0.228337] pnp: PnP ACPI init\n[ 0.229025] ACPI: bus type PNP registered\n[ 0.230240] pnp: PnP ACPI: found 8 devices\n[ 0.231085] ACPI: bus type PNP unregistered\n[ 0.238067] NET: Registered protocol family 2\n[ 0.239199] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.240923] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.242610] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.244219] TCP: reno registered\n[ 0.245071] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.246494] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.248056] NET: Registered protocol family 1\n[ 0.249164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.250550] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.251909] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.275856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.298343] Trying to unpack rootfs image as initramfs...\n[ 0.390714] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.393042] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.394460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.395697] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.397776] Scanning for low memory corruption every 60 seconds\n[ 0.399576] Initialise system trusted keyring\n[ 0.400749] audit: initializing netlink socket (disabled)\n[ 0.402046] type=2000 audit(1533934997.975:1): initialized\n[ 0.421618] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.423851] zbud: loaded\n[ 0.424821] VFS: Disk quotas dquot_6.5.2\n[ 0.425854] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.427646] fuse init (API version 7.22)\n[ 0.428755] msgmni has been set to 3997\n[ 0.429803] Key type big_key registered\n[ 0.431085] Key type asymmetric registered\n[ 0.432157] Asymmetric key parser 'x509' registered\n[ 0.433348] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.435196] io scheduler noop registered\n[ 0.436233] io scheduler deadline registered (default)\n[ 0.437484] io scheduler cfq registered\n[ 0.438537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.439900] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.441513] ipmi message handler version 39.2\n[ 0.442672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.444534] ACPI: Power Button [PWRF]\n[ 0.445610] GHES: HEST is not enabled!\n[ 0.466796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.509452] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.531181] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.533073] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.557213] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.559486] Linux agpgart interface v0.103\n[ 0.561114] brd: module loaded\n[ 0.562217] loop: module loaded\n[ 0.563218] blk-mq: CPU -> queue map\n[ 0.563964] CPU 0 -> Queue 0\n[ 0.564622] CPU 1 -> Queue 0\n[ 0.565855] vda: vda1\n[ 0.567161] scsi0 : ata_piix\n[ 0.567920] scsi1 : ata_piix\n[ 0.568625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.569947] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.571459] libphy: Fixed MDIO Bus: probed\n[ 0.572480] tun: Universal TUN/TAP device driver, 1.6\n[ 0.573527] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.576080] PPP generic driver version 2.4.2\n[ 0.577060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.578361] ehci-pci: EHCI PCI platform driver\n[ 0.579304] ehci-platform: EHCI generic platform driver\n[ 0.580372] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.581597] ohci-pci: OHCI PCI platform driver\n[ 0.582530] ohci-platform: OHCI generic platform driver\n[ 0.583622] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.605534] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.606625] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.608254] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.609488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.610828] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.612358] usb usb1: Product: UHCI Host Controller\n[ 0.613375] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.614642] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.615693] hub 1-0:1.0: USB hub found\n[ 0.616545] hub 1-0:1.0: 2 ports detected\n[ 0.617540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.619796] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.620834] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.622017] mousedev: PS/2 mouse device common for all mice\n[ 0.623412] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.625417] rtc_cmos 00:00: RTC can wake from S4\n[ 0.626633] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.627919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.629248] device-mapper: uevent: version 1.0.3\n[ 0.630297] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.632045] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.633351] TCP: cubic registered\n[ 0.634181] NET: Registered protocol family 10\n[ 0.635350] NET: Registered protocol family 17\n[ 0.636314] Key type dns_resolver registered\n[ 0.637450] Loading compiled-in X.509 certificates\n[ 0.638990] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.640913] registered taskstats version 1\n[ 0.650458] Key type trusted registered\n[ 0.653928] Key type encrypted registered\n[ 0.654829] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.655954] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.657504] regulator-dummy: disabling\n[ 0.658408] Magic number: 14:504:95\n[ 0.659362] rtc_cmos 00:00: setting system clock to 2018-08-10 21:03:17 UTC (1533934997)\n[ 0.661115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.662327] EDD information not available.\n[ 0.725240] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.726934] Write protecting the kernel read-only data: 12288k\n[ 0.728598] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.731395] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.744366] systemd-udevd[107]: starting version 204\n[ 0.800363] FDC 0 is a S82078B\n[ 0.928046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.092264] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.093546] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.094878] usb 1-1: Product: QEMU USB Tablet\n[ 1.095771] usb 1-1: Manufacturer: QEMU\n[ 1.096580] usb 1-1: SerialNumber: 42\n[ 1.392091] tsc: Refined TSC clocksource calibration: 3491.864 MHz\n[ 1.812869] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3\nBegin: Loading essential drivers ... done.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... done.\n[ 2.034091] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.114012] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.215895] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:03:19 +0000. Up 2.53 seconds.\ncloud-init-nonet[2.69]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.42]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:03:20 +0000. Up 3.62 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:4c:8a:64 |\nci-info: | eth0 | True | 192.168.0.16 | 255.255.255.0 | fa:16:3e:75:ed:b6 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n23:85:cf:78:ff:7e:40:7e:56:9c:3e:a2:ea:be:9a:6e root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| . . ..|\n| = . .o|\n| o S o .. |\n| o o o.oo |\n| . .+. .|\n| E. o . |\n| o++=o.o. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\nc5:95:72:cd:8b:a5:d9:31:06:2a:b5:0a:28:b2:ea:db root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . o= |\n| . o.+o B |\n|. . . . . =o B + |\n| o . . + + o |\n|. S |\n|. |\n|. |\n|. . |\n| o.E |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ncd:68:2b:3e:b3:94:75:56:b0:80:44:8f:e0:61:34:ab root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .*oo.. . |\n| o =.o . o |\n| o . . . . |\n| . + . |\n| E S = |\n| + + |\n| + . |\n| oo. |\n| o+ |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n2f:cf:ab:07:04:9f:06:bb:9d:15:a4:a2:3b:dd:e9:7d root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| .. |\n| o .. |\n| .=.. . |\n| ...= . |\n| . =So |\n| o..+o |\n| o . +.. |\n| . . =. E |\n| oo=o |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:03:30 +0000. Up 13.36 seconds.\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:03:31 +0000. Up 14.34 seconds.\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ ip addr add 192.168.1.9/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:3 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:6 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB]\nGet:16 http://security.ubuntu.com trusty-security/main Translation-en [408 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB]\nGet:20 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:25 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nFetched 12.6 MB in 5s (2519 kB/s)\nReading package lists...\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bind9 --yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n bind9utils\nSuggested packages:\n bind9-doc\nThe following NEW packages will be installed:\n bind9 bind9utils\n0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1639 kB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9utils amd64 1:9.9.5.dfsg-3ubuntu0.17 [146 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9 amd64 1:9.9.5.dfsg-3ubuntu0.17 [288 kB]\nPreconfiguring packages ...\nFetched 433 kB in 2s (196 kB/s)\nSelecting previously unselected package bind9utils.\n(Reading database ... 51310 files and directories currently installed.)\nPreparing to unpack .../bind9utils_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ...\nUnpacking bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ...\nSelecting previously unselected package bind9.\nPreparing to unpack .../bind9_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ...\nUnpacking bind9 (1:9.9.5.dfsg-3ubuntu0.17) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ...\nSetting up bind9 (1:9.9.5.dfsg-3ubuntu0.17) ...\nAdding group `bind' (GID 111) ...\nDone.\nAdding system user `bind' (UID 106) ...\nAdding new user `bind' (UID 106) with group `bind' ...\nNot creating home directory `/var/cache/bind'.\nwrote key file \"/etc/bind/rndc.key\"\n#\n * Starting domain name service... bind9\n ...done.\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n+ cat\n+ cat\n++ date +%Y%m%d%H\n++ ip2rr 172.30.9.215\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.215\n++ echo A 172.30.9.215\n+ chown root:bind /var/lib/bind/db.clearwater.opnfv\n+ service bind9 reload\n * Reloading domain name service... bind9\n ...done.\nci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 c5:95:72:cd:8b:a5:d9:31:06:2a:b5:0a:28:b2:ea:db root@ns (DSA)\nec2: 256 cd:68:2b:3e:b3:94:75:56:b0:80:44:8f:e0:61:34:ab root@ns (ECDSA)\nec2: 256 2f:cf:ab:07:04:9f:06:bb:9d:15:a4:a2:3b:dd:e9:7d root@ns (ED25519)\nec2: 2048 23:85:cf:78:ff:7e:40:7e:56:9c:3e:a2:ea:be:9a:6e root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFHFRbpbO99otNWidGwmSt02sZ2GPMRQRY357mJqIj0mAg+50YUUZurCWlu0JzlA0uiAAlsfe6aOSviyRr9fmg= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMOgLjPnKb0AlexwlJu1cuO06CprFpP6ZiZa2zEw9L3 root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxhxfkxaTDgqV9wnxXK+T/jbm2S1VmRejSHIVdTTrFeRjMO6KUZFLW2pu3OV4J2bjzb9PHzm24MQAQZGjL7wzFCMM7/pa4W48sK+zAqwIHIPWqTJqMhmDvn79SMjsGv+/l0vrEhrAtj0Ps4YIx6IEOVUwHj2ytiF5OsI5iGICnNahHZCmm5OLoLY36AvCG4oXhYA3XNh50QHMX6Tdz3KiKcy1FYBk/JbflqaUxeEleKqOsURV3ZsKzZIfUh+WWzsx4O82FJWDWO8op9UWXp3M4lEJqaRj+w1JjRpQhuFcTWj3O5Kl2By6Zvpneam1Wa9rAzVpBBXMB1UTSzle209tP root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:03:43 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 25.73 seconds\n"} 2018-08-10 21:11:13,537 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae/action used request id req-104e6d24-557b-4313-ac84-d755fbfa6b6c 2018-08-10 21:11:13,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0980088710785s 2018-08-10 21:11:13,537 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/80154e83-14cc-44af-89b2-4d8b28b06eae/action used request id req-104e6d24-557b-4313-ac84-d755fbfa6b6c 2018-08-10 21:11:13,537 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-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] 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-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] 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] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008028] AppArmor: AppArmor initialized [ 0.008912] Yama: becoming mindful. [ 0.009805] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013135] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015143] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017619] Initializing cgroup subsys memory [ 0.018555] Initializing cgroup subsys devices [ 0.020003] Initializing cgroup subsys freezer [ 0.020954] Initializing cgroup subsys blkio [ 0.021833] Initializing cgroup subsys perf_event [ 0.022786] Initializing cgroup subsys hugetlb [ 0.023778] CPU: Physical Processor ID: 0 [ 0.024009] FEATURE SPEC_CTRL Not Present [ 0.025541] mce: CPU supports 10 MCE banks [ 0.026418] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026418] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029230] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.030753] Speculative Store Bypass: Vulnerable [ 0.032325] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.037550] ACPI: Core revision 20131115 [ 0.038852] ACPI: All ACPI Tables successfully acquired [ 0.040021] ftrace: allocating 28727 entries in 113 pages [ 0.060258] Enabling x2apic [ 0.060942] Enabled x2apic [ 0.064003] Switched APIC routing to physical x2apic. [ 0.065955] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.067197] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.069645] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076642] KVM setup paravirtual spinlock [ 0.078770] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080147] x86: Booting SMP configuration: [ 0.081119] .... node #0, CPUs: #1[ 0.078739] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096012] KVM setup async PF for cpu 1 [ 0.096015] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098859] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100300] devtmpfs: initialized [ 0.101967] EVM: security.selinux [ 0.102702] EVM: security.SMACK64 [ 0.103427] EVM: security.ima [ 0.104005] EVM: security.capability [ 0.104838] pinctrl core: initialized pinctrl subsystem [ 0.105920] regulator-dummy: no parameters [ 0.106867] RTC time: 21:03:17, date: 08/10/18 [ 0.108032] NET: Registered protocol family 16 [ 0.109064] cpuidle: using governor ladder [ 0.109962] cpuidle: using governor menu [ 0.110860] ACPI: bus type PCI registered [ 0.111735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.112091] PCI: Using configuration type 1 for base access [ 0.113728] bio: create slab at 0 [ 0.113728] ACPI: Added _OSI(Module Device) [ 0.113728] ACPI: Added _OSI(Processor Device) [ 0.116003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.116949] ACPI: Added _OSI(Processor Aggregator Device) [ 0.119081] ACPI: Interpreter enabled [ 0.119941] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.121303] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.123298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.125296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.127247] ACPI: (supports S0 S5) [ 0.127982] ACPI: Using IOAPIC for interrupt routing [ 0.128013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.132199] ACPI: No dock devices found. [ 0.134856] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.136006] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.137321] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.138635] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.140178] acpiphp: Slot [3] registered [ 0.141019] acpiphp: Slot [4] registered [ 0.141865] acpiphp: Slot [5] registered [ 0.142732] acpiphp: Slot [6] registered [ 0.143599] acpiphp: Slot [7] registered [ 0.144016] acpiphp: Slot [8] registered [ 0.144858] acpiphp: Slot [9] registered [ 0.145733] acpiphp: Slot [10] registered [ 0.146643] acpiphp: Slot [11] registered [ 0.147509] acpiphp: Slot [12] registered [ 0.148017] acpiphp: Slot [13] registered [ 0.148887] acpiphp: Slot [14] registered [ 0.149807] acpiphp: Slot [15] registered [ 0.150685] acpiphp: Slot [16] registered [ 0.151558] acpiphp: Slot [17] registered [ 0.152016] acpiphp: Slot [18] registered [ 0.152887] acpiphp: Slot [19] registered [ 0.153786] acpiphp: Slot [20] registered [ 0.154653] acpiphp: Slot [21] registered [ 0.155524] acpiphp: Slot [22] registered [ 0.156016] acpiphp: Slot [23] registered [ 0.156893] acpiphp: Slot [24] registered [ 0.157800] acpiphp: Slot [25] registered [ 0.158652] acpiphp: Slot [26] registered [ 0.159500] acpiphp: Slot [27] registered [ 0.160016] acpiphp: Slot [28] registered [ 0.160934] acpiphp: Slot [29] registered [ 0.161803] acpiphp: Slot [30] registered [ 0.162716] acpiphp: Slot [31] registered [ 0.163596] PCI host bridge to bus 0000:00 [ 0.164004] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.165265] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.166474] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.167700] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.168004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.169331] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.175344] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.176011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.201207] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.203235] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.204690] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.206163] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.207611] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.208582] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.209882] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.209882] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212003] vgaarb: loaded [ 0.212622] vgaarb: bridge control possible 0000:00:02.0 [ 0.213860] SCSI subsystem initialized [ 0.214767] ACPI: bus type USB registered [ 0.214767] usbcore: registered new interface driver usbfs [ 0.216012] usbcore: registered new interface driver hub [ 0.217079] usbcore: registered new device driver usb [ 0.217083] PCI: Using ACPI for IRQ routing [ 0.217131] NetLabel: Initializing [ 0.220005] NetLabel: domain hash size = 128 [ 0.220879] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.221903] NetLabel: unlabeled traffic allowed by default [ 0.222998] Switched to clocksource kvm-clock [ 0.227358] AppArmor: AppArmor Filesystem Enabled [ 0.228337] pnp: PnP ACPI init [ 0.229025] ACPI: bus type PNP registered [ 0.230240] pnp: PnP ACPI: found 8 devices [ 0.231085] ACPI: bus type PNP unregistered [ 0.238067] NET: Registered protocol family 2 [ 0.239199] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.240923] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.242610] TCP: Hash tables configured (established 16384 bind 16384) [ 0.244219] TCP: reno registered [ 0.245071] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.246494] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.248056] NET: Registered protocol family 1 [ 0.249164] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.250550] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.251909] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.275856] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.298343] Trying to unpack rootfs image as initramfs... [ 0.390714] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.393042] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.394460] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.395697] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.397776] Scanning for low memory corruption every 60 seconds [ 0.399576] Initialise system trusted keyring [ 0.400749] audit: initializing netlink socket (disabled) [ 0.402046] type=2000 audit(1533934997.975:1): initialized [ 0.421618] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.423851] zbud: loaded [ 0.424821] VFS: Disk quotas dquot_6.5.2 [ 0.425854] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.427646] fuse init (API version 7.22) [ 0.428755] msgmni has been set to 3997 [ 0.429803] Key type big_key registered [ 0.431085] Key type asymmetric registered [ 0.432157] Asymmetric key parser 'x509' registered [ 0.433348] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.435196] io scheduler noop registered [ 0.436233] io scheduler deadline registered (default) [ 0.437484] io scheduler cfq registered [ 0.438537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.439900] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.441513] ipmi message handler version 39.2 [ 0.442672] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.444534] ACPI: Power Button [PWRF] [ 0.445610] GHES: HEST is not enabled! [ 0.466796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.509452] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.531181] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.533073] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.557213] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.559486] Linux agpgart interface v0.103 [ 0.561114] brd: module loaded [ 0.562217] loop: module loaded [ 0.563218] blk-mq: CPU -> queue map [ 0.563964] CPU 0 -> Queue 0 [ 0.564622] CPU 1 -> Queue 0 [ 0.565855] vda: vda1 [ 0.567161] scsi0 : ata_piix [ 0.567920] scsi1 : ata_piix [ 0.568625] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.569947] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.571459] libphy: Fixed MDIO Bus: probed [ 0.572480] tun: Universal TUN/TAP device driver, 1.6 [ 0.573527] tun: (C) 1999-2004 Max Krasnyansky [ 0.576080] PPP generic driver version 2.4.2 [ 0.577060] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.578361] ehci-pci: EHCI PCI platform driver [ 0.579304] ehci-platform: EHCI generic platform driver [ 0.580372] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.581597] ohci-pci: OHCI PCI platform driver [ 0.582530] ohci-platform: OHCI generic platform driver [ 0.583622] uhci_hcd: USB Universal Host Controller Interface driver [ 0.605534] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.606625] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.608254] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.609488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.610828] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.612358] usb usb1: Product: UHCI Host Controller [ 0.613375] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.614642] usb usb1: SerialNumber: 0000:00:01.2 [ 0.615693] hub 1-0:1.0: USB hub found [ 0.616545] hub 1-0:1.0: 2 ports detected [ 0.617540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.619796] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.620834] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.622017] mousedev: PS/2 mouse device common for all mice [ 0.623412] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.625417] rtc_cmos 00:00: RTC can wake from S4 [ 0.626633] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.627919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.629248] device-mapper: uevent: version 1.0.3 [ 0.630297] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.632045] ledtrig-cpu: registered to indicate activity on CPUs [ 0.633351] TCP: cubic registered [ 0.634181] NET: Registered protocol family 10 [ 0.635350] NET: Registered protocol family 17 [ 0.636314] Key type dns_resolver registered [ 0.637450] Loading compiled-in X.509 certificates [ 0.638990] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.640913] registered taskstats version 1 [ 0.650458] Key type trusted registered [ 0.653928] Key type encrypted registered [ 0.654829] AppArmor: AppArmor sha1 policy hashing enabled [ 0.655954] IMA: No TPM chip found, activating TPM-bypass! [ 0.657504] regulator-dummy: disabling [ 0.658408] Magic number: 14:504:95 [ 0.659362] rtc_cmos 00:00: setting system clock to 2018-08-10 21:03:17 UTC (1533934997) [ 0.661115] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.662327] EDD information not available. [ 0.725240] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.726934] Write protecting the kernel read-only data: 12288k [ 0.728598] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.731395] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.744366] systemd-udevd[107]: starting version 204 [ 0.800363] FDC 0 is a S82078B [ 0.928046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.092264] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.093546] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.094878] usb 1-1: Product: QEMU USB Tablet [ 1.095771] usb 1-1: Manufacturer: QEMU [ 1.096580] usb 1-1: SerialNumber: 42 [ 1.392091] tsc: Refined TSC clocksource calibration: 3491.864 MHz [ 1.812869] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. [ 2.034091] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 2.114012] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.215895] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:03:19 +0000. Up 2.53 seconds. cloud-init-nonet[2.69]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.42]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:03:20 +0000. Up 3.62 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:4c:8a:64 | ci-info: | eth0 | True | 192.168.0.16 | 255.255.255.0 | fa:16:3e:75:ed:b6 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 23:85:cf:78:ff:7e:40:7e:56:9c:3e:a2:ea:be:9a:6e root@ns The key's randomart image is: +--[ RSA 2048]----+ | | | . | | . . ..| | = . .o| | o S o .. | | o o o.oo | | . .+. .| | E. o . | | o++=o.o. | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: c5:95:72:cd:8b:a5:d9:31:06:2a:b5:0a:28:b2:ea:db root@ns The key's randomart image is: +--[ DSA 1024]----+ | . o= | | . o.+o B | |. . . . . =o B + | | o . . + + o | |. S | |. | |. | |. . | | o.E | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: cd:68:2b:3e:b3:94:75:56:b0:80:44:8f:e0:61:34:ab root@ns The key's randomart image is: +--[ECDSA 256]---+ | .*oo.. . | | o =.o . o | | o . . . . | | . + . | | E S = | | + + | | + . | | oo. | | o+ | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 2f:cf:ab:07:04:9f:06:bb:9d:15:a4:a2:3b:dd:e9:7d root@ns The key's randomart image is: +--[ED25519 256--+ | .. | | o .. | | .=.. . | | ...= . | | . =So | | o..+o | | o . +.. | | . . =. E | | oo=o | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Fri, 10 Aug 2018 21:03:30 +0000. Up 13.36 seconds. * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Fri, 10 Aug 2018 21:03:31 +0000. Up 14.34 seconds. ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + ip addr add 192.168.1.9/24 dev eth1 + ip link set dev eth1 up + apt-get update Ubuntu 14.04.5 LTS ns ttyS0 ns login: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:3 http://security.ubuntu.com trusty-security/main Sources [161 kB] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:6 http://security.ubuntu.com trusty-security/universe Sources [77.6 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [206 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1093 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages [468 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [240 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [541 kB] Get:16 http://security.ubuntu.com trusty-security/main Translation-en [408 kB] Get:17 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7616 B] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4021 B] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [251 kB] Get:20 http://security.ubuntu.com trusty-security/universe Translation-en [131 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:25 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1064 kB] Get:26 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5433 B] Get:27 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6399 kB] Get:28 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Fetched 12.6 MB in 5s (2519 kB/s) Reading package lists... + DEBIAN_FRONTEND=noninteractive + apt-get install bind9 --yes Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bind9utils Suggested packages: bind9-doc The following NEW packages will be installed: bind9 bind9utils 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. Need to get 433 kB of archives. After this operation, 1639 kB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9utils amd64 1:9.9.5.dfsg-3ubuntu0.17 [146 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main bind9 amd64 1:9.9.5.dfsg-3ubuntu0.17 [288 kB] Preconfiguring packages ... Fetched 433 kB in 2s (196 kB/s) Selecting previously unselected package bind9utils. (Reading database ... 51310 files and directories currently installed.) Preparing to unpack .../bind9utils_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ... Unpacking bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ... Selecting previously unselected package bind9. Preparing to unpack .../bind9_1%3a9.9.5.dfsg-3ubuntu0.17_amd64.deb ... Unpacking bind9 (1:9.9.5.dfsg-3ubuntu0.17) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up bind9utils (1:9.9.5.dfsg-3ubuntu0.17) ... Setting up bind9 (1:9.9.5.dfsg-3ubuntu0.17) ... Adding group `bind' (GID 111) ... Done. Adding system user `bind' (UID 106) ... Adding new user `bind' (UID 106) with group `bind' ... Not creating home directory `/var/cache/bind'. wrote key file "/etc/bind/rndc.key" # * Starting domain name service... bind9 ...done. Processing triggers for ufw (0.34~rc-0ubuntu2) ... Processing triggers for ureadahead (0.100.0-16) ... + cat + cat ++ date +%Y%m%d%H ++ ip2rr 172.30.9.215 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.215 ++ echo A 172.30.9.215 + chown root:bind /var/lib/bind/db.clearwater.opnfv + service bind9 reload * Reloading domain name service... bind9 ...done. ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 00:f2:e6:43:51:f0:d8:d4:80:69:db:74:cb:29:f3:0b | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 c5:95:72:cd:8b:a5:d9:31:06:2a:b5:0a:28:b2:ea:db root@ns (DSA) ec2: 256 cd:68:2b:3e:b3:94:75:56:b0:80:44:8f:e0:61:34:ab root@ns (ECDSA) ec2: 256 2f:cf:ab:07:04:9f:06:bb:9d:15:a4:a2:3b:dd:e9:7d root@ns (ED25519) ec2: 2048 23:85:cf:78:ff:7e:40:7e:56:9c:3e:a2:ea:be:9a:6e root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGFHFRbpbO99otNWidGwmSt02sZ2GPMRQRY357mJqIj0mAg+50YUUZurCWlu0JzlA0uiAAlsfe6aOSviyRr9fmg= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMOgLjPnKb0AlexwlJu1cuO06CprFpP6ZiZa2zEw9L3 root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxhxfkxaTDgqV9wnxXK+T/jbm2S1VmRejSHIVdTTrFeRjMO6KUZFLW2pu3OV4J2bjzb9PHzm24MQAQZGjL7wzFCMM7/pa4W48sK+zAqwIHIPWqTJqMhmDvn79SMjsGv+/l0vrEhrAtj0Ps4YIx6IEOVUwHj2ytiF5OsI5iGICnNahHZCmm5OLoLY36AvCG4oXhYA3XNh50QHMX6Tdz3KiKcy1FYBk/JbflqaUxeEleKqOsURV3ZsKzZIfUh+WWzsx4O82FJWDWO8op9UWXp3M4lEJqaRj+w1JjRpQhuFcTWj3O5Kl2By6Zvpneam1Wa9rAzVpBBXMB1UTSzle209tP root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Fri, 10 Aug 2018 21:03:43 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 25.73 seconds 2018-08-10 21:11:13,539 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-10 21:11:13,540 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.206 2018-08-10 21:11:13,544 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create ellis account 2018-08-10 21:11:38,553 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create ellis account 2018-08-10 21:12:03,574 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create ellis account 2018-08-10 21:12:28,593 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create ellis account 2018-08-10 21:12:53,604 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create ellis account 2018-08-10 21:13:18,630 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create ellis account 2018-08-10 21:13:43,642 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create ellis account 2018-08-10 21:14:08,672 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create ellis account 2018-08-10 21:14:33,683 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create ellis account 2018-08-10 21:14:58,705 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create ellis account 2018-08-10 21:15:23,736 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create ellis account 2018-08-10 21:15:48,756 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 12: cannot create ellis account 2018-08-10 21:16:13,786 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 13: cannot create ellis account 2018-08-10 21:16:38,794 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 14: cannot create ellis account 2018-08-10 21:17:03,819 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 15: cannot create ellis account 2018-08-10 21:17:28,836 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 16: cannot create ellis account 2018-08-10 21:17:53,866 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 17: cannot create ellis account 2018-08-10 21:18:18,888 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 18: cannot create ellis account 2018-08-10 21:18:43,917 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 19: cannot create ellis account 2018-08-10 21:19:08,931 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 20: cannot create ellis account 2018-08-10 21:19:33,961 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 21: cannot create ellis account 2018-08-10 21:19:58,992 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 22: cannot create ellis account 2018-08-10 21:20:24,023 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 23: cannot create ellis account 2018-08-10 21:20:49,053 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 24: cannot create ellis account 2018-08-10 21:21:14,080 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 25: cannot create ellis account 2018-08-10 21:21:39,094 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 26: cannot create ellis account 2018-08-10 21:22:04,125 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 27: cannot create ellis account 2018-08-10 21:22:29,134 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 28: cannot create ellis account 2018-08-10 21:22:54,160 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 29: cannot create ellis account 2018-08-10 21:23:19,172 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 30: cannot create ellis account 2018-08-10 21:23:44,196 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 31: cannot create ellis account 2018-08-10 21:24:09,227 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 32: cannot create ellis account 2018-08-10 21:24:34,258 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 33: cannot create ellis account 2018-08-10 21:24:59,268 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 34: cannot create ellis account 2018-08-10 21:25:24,297 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 35: cannot create ellis account 2018-08-10 21:25:49,328 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 36: cannot create ellis account 2018-08-10 21:26:14,358 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 37: cannot create ellis account 2018-08-10 21:26:39,388 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 38: cannot create ellis account 2018-08-10 21:27:04,399 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 39: cannot create ellis account 2018-08-10 21:27:29,412 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 40: cannot create ellis account 2018-08-10 21:27:54,442 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 41: cannot create ellis account 2018-08-10 21:28:19,472 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 42: cannot create ellis account 2018-08-10 21:28:44,496 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 43: cannot create ellis account 2018-08-10 21:29:09,526 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 44: cannot create ellis account 2018-08-10 21:29:34,553 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 45: cannot create ellis account 2018-08-10 21:29:59,583 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 46: cannot create ellis account 2018-08-10 21:30:24,613 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 47: cannot create ellis account 2018-08-10 21:30:49,623 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 48: cannot create ellis account 2018-08-10 21:31:14,649 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 49: cannot create ellis account 2018-08-10 21:31:39,657 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 50: cannot create ellis account 2018-08-10 21:32:04,682 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot run heat_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 127, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 105, in execute if (self.deploy_vnf() and self.test_vnf()): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 179, in deploy_vnf self.clearwater.availability_check_by_creating_numbers() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 64, in availability_check_by_creating_numbers number_res = self._create_ellis_account(account_url, params) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/clearwater.py", line 106, in _create_ellis_account params.get('full_name'))) Exception: Unable to create an account opnfv functest user 2018-08-10 21:32:04,812 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'heat_ims'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-10 21:32:04,813 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 31:42 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-10 21:32:04,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:32:04,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:05,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:04 GMT Server: Apache x-openstack-request-id: req-6c4c35c9-2d58-404a-a6fa-c6f680d1bcb9 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:32:05,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:05 GMT Server: Apache x-openstack-request-id: req-dc306ced-b618-42c8-8025-6fd74518d965 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:32:05,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-dc306ced-b618-42c8-8025-6fd74518d965 2018-08-10 21:32:05,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.611988067627s 2018-08-10 21:32:05,431 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-dc306ced-b618-42c8-8025-6fd74518d965 2018-08-10 21:32:05,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:05,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?limit=1&sort_dir=desc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:05,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:05 GMT Server: Apache x-openstack-request-id: req-041669a5-6ccc-40b3-8daf-18c6f72516e6 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?limit=1&sort_dir=desc Content-Length: 489 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-10 21:32:06,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:05 GMT Server: Apache x-openstack-request-id: req-e438d671-70fd-4226-9ad3-66322ca8e7cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 343 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-10T21:06:14Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv/events/77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "id": "77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18"}]} 2018-08-10 21:32:06,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-e438d671-70fd-4226-9ad3-66322ca8e7cb 2018-08-10 21:32:06,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.608937978745s 2018-08-10 21:32:06,043 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-e438d671-70fd-4226-9ad3-66322ca8e7cb 2018-08-10 21:32:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-10 21:32:06,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:06,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:06 GMT Server: Apache x-openstack-request-id: req-63e9dd39-81d3-4056-8bbe-192f3a9800d0 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 Content-Length: 423 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-10 21:32:06,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:32:06 GMT Server: Apache x-openstack-request-id: req-1a2fa82d-9d0b-4f80-bda2-0060523b99b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:32:06,847 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 used request id req-1a2fa82d-9d0b-4f80-bda2-0060523b99b6 2018-08-10 21:32:06,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.803246021271s 2018-08-10 21:32:06,847 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101 used request id req-1a2fa82d-9d0b-4f80-bda2-0060523b99b6 2018-08-10 21:32:06,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:06,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:07,156 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:06 GMT Server: Apache x-openstack-request-id: req-0c37f8c9-27dd-4577-a6db-bb2c3b8a1499 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18&sort_dir=asc Content-Length: 559 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-10 21:32:07,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:07 GMT Server: Apache x-openstack-request-id: req-e0cedea3-83b5-439e-b5c0-b98b8ab3ec1e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 435 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-10T21:32:06Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv/events/b9ee4275-eaf8-4fc3-9288-b62480329a04", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "id": "b9ee4275-eaf8-4fc3-9288-b62480329a04"}, {"resource_name": "vellum", "event_time": "2018-08-10T21:32:07Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum/events/8b361702-7d57-4537-89b2-8e18af109c1c", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a40343f1-7384-4052-9a02-2b7aacbe5472", "id": "8b361702-7d57-4537-89b2-8e18af109c1c"}]} 2018-08-10 21:32:07,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18&sort_dir=asc&marker=77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18&sort_dir=asc used request id req-e0cedea3-83b5-439e-b5c0-b98b8ab3ec1e 2018-08-10 21:32:07,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.627456903458s 2018-08-10 21:32:07,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18&sort_dir=asc&marker=77caa5ea-d783-4ae9-b3d0-d7ff9d95fc18&sort_dir=asc used request id req-e0cedea3-83b5-439e-b5c0-b98b8ab3ec1e 2018-08-10 21:32:12,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:12,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8b361702-7d57-4537-89b2-8e18af109c1c&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:12,711 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:12 GMT Server: Apache x-openstack-request-id: req-97d8d986-a49f-4250-84fb-3939eb731ce2 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8b361702-7d57-4537-89b2-8e18af109c1c&sort_dir=asc Content-Length: 559 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-10 21:32:13,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:12 GMT Server: Apache x-openstack-request-id: req-46db076a-c1cd-47b4-92cd-19b13f409a86 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-10T21:32:08Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono/events/e2ede0b0-b1c5-4cc9-a313-1a7ab1048e4a", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "e8c92ef0-830c-4124-808d-ea80a62263a9", "id": "e2ede0b0-b1c5-4cc9-a313-1a7ab1048e4a"}, {"resource_name": "homer", "event_time": "2018-08-10T21:32:09Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer/events/f15c5e71-e825-4190-b70a-dc632e10558a", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "0d97cc09-78e1-4cad-8c2c-be41d53218f0", "id": "f15c5e71-e825-4190-b70a-dc632e10558a"}, {"resource_name": "dime", "event_time": "2018-08-10T21:32:10Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime/events/8fe6ca73-6e75-4c68-9264-17105be37232", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "827ecbc0-3514-4380-b01e-1fa22f27b45c", "id": "8fe6ca73-6e75-4c68-9264-17105be37232"}, {"resource_name": "sprout", "event_time": "2018-08-10T21:32:11Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout/events/8ac9fd77-aad8-4c0a-894d-6f2153172fe7", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a987285e-075f-4ee7-ba1b-44f8d171faa2", "id": "8ac9fd77-aad8-4c0a-894d-6f2153172fe7"}]} 2018-08-10 21:32:13,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8b361702-7d57-4537-89b2-8e18af109c1c&sort_dir=asc&marker=8b361702-7d57-4537-89b2-8e18af109c1c&sort_dir=asc used request id req-46db076a-c1cd-47b4-92cd-19b13f409a86 2018-08-10 21:32:13,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.625429868698s 2018-08-10 21:32:13,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8b361702-7d57-4537-89b2-8e18af109c1c&sort_dir=asc&marker=8b361702-7d57-4537-89b2-8e18af109c1c&sort_dir=asc used request id req-46db076a-c1cd-47b4-92cd-19b13f409a86 2018-08-10 21:32:18,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:18,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:18,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:18 GMT Server: Apache x-openstack-request-id: req-56aff3c4-a41c-4c12-b95b-4f16b25b4cc9 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc Content-Length: 559 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-10 21:32:18,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:18 GMT Server: Apache x-openstack-request-id: req-dc39a0a2-3e55-4c1f-964e-c52957f04b2e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:32:18,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc&marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc used request id req-dc39a0a2-3e55-4c1f-964e-c52957f04b2e 2018-08-10 21:32:18,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0900950431824s 2018-08-10 21:32:18,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc&marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc used request id req-dc39a0a2-3e55-4c1f-964e-c52957f04b2e 2018-08-10 21:32:23,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:23,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:23,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:23 GMT Server: Apache x-openstack-request-id: req-b9a1fcc2-11bd-4487-b415-3dccbc74b5a0 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc Content-Length: 559 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-10 21:32:23,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:23 GMT Server: Apache x-openstack-request-id: req-18e62a9f-c88a-47bc-97b3-e9cd0fb95a81 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 439 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-10T21:32:22Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono/events/3c6efc53-aea3-4f27-a00b-27cbf49a0164", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "e8c92ef0-830c-4124-808d-ea80a62263a9", "id": "3c6efc53-aea3-4f27-a00b-27cbf49a0164"}, {"resource_name": "vellum", "event_time": "2018-08-10T21:32:23Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum/events/09151c6d-d9ad-4318-b668-0298d0044822", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a40343f1-7384-4052-9a02-2b7aacbe5472", "id": "09151c6d-d9ad-4318-b668-0298d0044822"}]} 2018-08-10 21:32:23,846 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc&marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc used request id req-18e62a9f-c88a-47bc-97b3-e9cd0fb95a81 2018-08-10 21:32:23,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.636417150497s 2018-08-10 21:32:23,847 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc&marker=8ac9fd77-aad8-4c0a-894d-6f2153172fe7&sort_dir=asc used request id req-18e62a9f-c88a-47bc-97b3-e9cd0fb95a81 2018-08-10 21:32:28,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=09151c6d-d9ad-4318-b668-0298d0044822&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:29,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:28 GMT Server: Apache x-openstack-request-id: req-b8be31e4-aa35-4087-abb3-ac259794d20b Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=09151c6d-d9ad-4318-b668-0298d0044822&sort_dir=asc Content-Length: 559 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-10 21:32:29,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:29 GMT Server: Apache x-openstack-request-id: req-a2487ceb-993f-4007-b861-3dfde5c3ae5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-10T21:32:25Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer/events/421c0fbe-3fe8-48d4-aa35-9020899649bf", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "0d97cc09-78e1-4cad-8c2c-be41d53218f0", "id": "421c0fbe-3fe8-48d4-aa35-9020899649bf"}, {"resource_name": "dime", "event_time": "2018-08-10T21:32:25Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime/events/0de861c5-a0a9-4403-9cb2-9b2435a4524f", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "827ecbc0-3514-4380-b01e-1fa22f27b45c", "id": "0de861c5-a0a9-4403-9cb2-9b2435a4524f"}, {"resource_name": "sprout", "event_time": "2018-08-10T21:32:26Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout/events/1377a32a-03d3-4394-9538-197ec292908a", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a987285e-075f-4ee7-ba1b-44f8d171faa2", "id": "1377a32a-03d3-4394-9538-197ec292908a"}, {"resource_name": "ellis", "event_time": "2018-08-10T21:32:26Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis/events/15c555fb-d4bb-4687-b8a0-49a9ee06b965", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "456bff95-9afc-49b7-9ed8-d7e8b893b38a", "id": "15c555fb-d4bb-4687-b8a0-49a9ee06b965"}]} 2018-08-10 21:32:29,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=09151c6d-d9ad-4318-b668-0298d0044822&sort_dir=asc&marker=09151c6d-d9ad-4318-b668-0298d0044822&sort_dir=asc used request id req-a2487ceb-993f-4007-b861-3dfde5c3ae5f 2018-08-10 21:32:29,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.03034186363s 2018-08-10 21:32:29,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=09151c6d-d9ad-4318-b668-0298d0044822&sort_dir=asc&marker=09151c6d-d9ad-4318-b668-0298d0044822&sort_dir=asc used request id req-a2487ceb-993f-4007-b861-3dfde5c3ae5f 2018-08-10 21:32:34,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:34,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=15c555fb-d4bb-4687-b8a0-49a9ee06b965&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:35,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:34 GMT Server: Apache x-openstack-request-id: req-180df3b9-e71b-48c7-8086-e52adf16fe74 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=15c555fb-d4bb-4687-b8a0-49a9ee06b965&sort_dir=asc Content-Length: 559 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-10 21:32:35,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:35 GMT Server: Apache x-openstack-request-id: req-38b84b43-9925-4ea2-ba94-8d53de90e2f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-10T21:32:33Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis/events/160074d3-4ebe-454a-908b-0433223c43d1", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "456bff95-9afc-49b7-9ed8-d7e8b893b38a", "id": "160074d3-4ebe-454a-908b-0433223c43d1"}, {"resource_name": "dns", "event_time": "2018-08-10T21:32:33Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns/events/be8601bb-77c0-4368-831c-ec6918b8f3ce", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "1f1003dc-153e-465a-9b28-4c1607d6f14e", "id": "be8601bb-77c0-4368-831c-ec6918b8f3ce"}]} 2018-08-10 21:32:35,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=15c555fb-d4bb-4687-b8a0-49a9ee06b965&sort_dir=asc&marker=15c555fb-d4bb-4687-b8a0-49a9ee06b965&sort_dir=asc used request id req-38b84b43-9925-4ea2-ba94-8d53de90e2f6 2018-08-10 21:32:35,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.549777984619s 2018-08-10 21:32:35,441 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=15c555fb-d4bb-4687-b8a0-49a9ee06b965&sort_dir=asc&marker=15c555fb-d4bb-4687-b8a0-49a9ee06b965&sort_dir=asc used request id req-38b84b43-9925-4ea2-ba94-8d53de90e2f6 2018-08-10 21:32:40,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:40,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=be8601bb-77c0-4368-831c-ec6918b8f3ce&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:40,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:40 GMT Server: Apache x-openstack-request-id: req-4c053862-858a-4604-ac32-0bfbdfe50661 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=be8601bb-77c0-4368-831c-ec6918b8f3ce&sort_dir=asc Content-Length: 559 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-10 21:32:41,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:40 GMT Server: Apache x-openstack-request-id: req-7fb8de50-99bf-474f-88e2-6863edb78749 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-10T21:32:40Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns/events/2fb36217-685c-47c7-9937-a13990662d2b", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "1f1003dc-153e-465a-9b28-4c1607d6f14e", "id": "2fb36217-685c-47c7-9937-a13990662d2b"}, {"resource_name": "sig_network", "event_time": "2018-08-10T21:32:40Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network/events/69c10410-ce07-48ab-a125-d886b52fff8d", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9b4c0727-3100-4338-b81b-193a604abf7d", "id": "69c10410-ce07-48ab-a125-d886b52fff8d"}, {"resource_name": "mgmt_network", "event_time": "2018-08-10T21:32:40Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network/events/b979a538-e757-4b52-98ad-468c5594efcd", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b0ff8c74-71b2-4ed8-9ece-538f05892231", "id": "b979a538-e757-4b52-98ad-468c5594efcd"}, {"resource_name": "security_groups", "event_time": "2018-08-10T21:32:40Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups/events/589975bc-7bac-4a08-86c7-c0bc37bcacdf", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "644e79b9-85d1-4eec-a0df-b492250a42b7", "id": "589975bc-7bac-4a08-86c7-c0bc37bcacdf"}]} 2018-08-10 21:32:41,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=be8601bb-77c0-4368-831c-ec6918b8f3ce&sort_dir=asc&marker=be8601bb-77c0-4368-831c-ec6918b8f3ce&sort_dir=asc used request id req-7fb8de50-99bf-474f-88e2-6863edb78749 2018-08-10 21:32:41,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.640719175339s 2018-08-10 21:32:41,088 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=be8601bb-77c0-4368-831c-ec6918b8f3ce&sort_dir=asc&marker=be8601bb-77c0-4368-831c-ec6918b8f3ce&sort_dir=asc used request id req-7fb8de50-99bf-474f-88e2-6863edb78749 2018-08-10 21:32:46,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:46,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:46,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:46 GMT Server: Apache x-openstack-request-id: req-9e5cf7f2-9b26-4d74-a2e8-3f3f26802338 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc Content-Length: 559 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-10 21:32:46,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:46 GMT Server: Apache x-openstack-request-id: req-6dee80e5-c67a-43a4-8949-64a364e3e313 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:32:46,426 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc&marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc used request id req-6dee80e5-c67a-43a4-8949-64a364e3e313 2018-08-10 21:32:46,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.335273981094s 2018-08-10 21:32:46,426 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc&marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc used request id req-6dee80e5-c67a-43a4-8949-64a364e3e313 2018-08-10 21:32:51,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:51,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:51,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:51 GMT Server: Apache x-openstack-request-id: req-21861311-d727-4692-bbe6-c71f07207905 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc Content-Length: 559 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-10 21:32:52,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:51 GMT Server: Apache x-openstack-request-id: req-0e08de56-ec73-4a52-bbc3-c9a83b94a2d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:32:52,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc&marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc used request id req-0e08de56-ec73-4a52-bbc3-c9a83b94a2d8 2018-08-10 21:32:52,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.63683795929s 2018-08-10 21:32:52,069 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc&marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc used request id req-0e08de56-ec73-4a52-bbc3-c9a83b94a2d8 2018-08-10 21:32:52,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:32:52,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:52,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:52 GMT Server: Apache x-openstack-request-id: req-284258ee-4547-48e5-8347-5ecc69509570 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:32:52,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:52 GMT Server: Apache x-openstack-request-id: req-ebb4cd28-8154-4fa3-bde9-d43cf2e76f9f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 883 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-10T21:32:06Z", "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack DELETE started", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:32:52,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-ebb4cd28-8154-4fa3-bde9-d43cf2e76f9f 2018-08-10 21:32:52,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.630971908569s 2018-08-10 21:32:52,701 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-ebb4cd28-8154-4fa3-bde9-d43cf2e76f9f 2018-08-10 21:32:57,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:32:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:32:57,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:32:57 GMT Server: Apache x-openstack-request-id: req-5c2c8554-f348-4aea-8f9b-8d5a7fa89545 Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc Content-Length: 559 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-10 21:32:57,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:32:57 GMT Server: Apache x-openstack-request-id: req-7af843d7-564a-4c5e-bba5-c91dc1f36592 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-10T21:32:53Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network/events/344b3c5f-1659-41b1-853b-d5f323b11063", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9b4c0727-3100-4338-b81b-193a604abf7d", "id": "344b3c5f-1659-41b1-853b-d5f323b11063"}, {"resource_name": "mgmt_network", "event_time": "2018-08-10T21:32:53Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network/events/87475ac8-9ec9-4196-9f1d-3b414728b1ec", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b0ff8c74-71b2-4ed8-9ece-538f05892231", "id": "87475ac8-9ec9-4196-9f1d-3b414728b1ec"}, {"resource_name": "security_groups", "event_time": "2018-08-10T21:32:55Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups/events/05a4682f-1ae1-4515-9a1b-0b6d8d6debbb", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "644e79b9-85d1-4eec-a0df-b492250a42b7", "id": "05a4682f-1ae1-4515-9a1b-0b6d8d6debbb"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-10T21:32:55Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv/events/b36e93de-268c-45c2-aa03-17ab352286ac", "rel": "self"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "id": "b36e93de-268c-45c2-aa03-17ab352286ac"}]} 2018-08-10 21:32:57,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc&marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc used request id req-7af843d7-564a-4c5e-bba5-c91dc1f36592 2018-08-10 21:32:57,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073634147644s 2018-08-10 21:32:57,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc&marker=589975bc-7bac-4a08-86c7-c0bc37bcacdf&sort_dir=asc used request id req-7af843d7-564a-4c5e-bba5-c91dc1f36592 2018-08-10 21:33:02,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:33:02,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:33:03,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:33:02 GMT Server: Apache x-openstack-request-id: req-464500a0-ad9a-43b3-9ea6-e43431441e1d Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc Content-Length: 559 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-10 21:33:03,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:03 GMT Server: Apache x-openstack-request-id: req-9896fcc1-10a9-4f07-af02-6ab9a69e67ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:33:03,406 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc&marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc used request id req-9896fcc1-10a9-4f07-af02-6ab9a69e67ea 2018-08-10 21:33:03,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.621725082397s 2018-08-10 21:33:03,406 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc&marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc used request id req-9896fcc1-10a9-4f07-af02-6ab9a69e67ea 2018-08-10 21:33:08,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-10 21:33:08,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:33:08,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:33:08 GMT Server: Apache x-openstack-request-id: req-553b33b2-0a05-4f0f-85ba-8ac41b9b4edf Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc Content-Length: 559 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-10 21:33:08,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:08 GMT Server: Apache x-openstack-request-id: req-74982607-1306-4cde-91b9-4cbd52e32c7f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-10 21:33:08,770 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc&marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc used request id req-74982607-1306-4cde-91b9-4cbd52e32c7f 2018-08-10 21:33:08,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.358067989349s 2018-08-10 21:33:08,771 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101/events?marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc&marker=b36e93de-268c-45c2-aa03-17ab352286ac&sort_dir=asc used request id req-74982607-1306-4cde-91b9-4cbd52e32c7f 2018-08-10 21:33:08,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-10 21:33:08,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3a7d0d424b9dcc3fb50fe6d69e5093d732d5932c" 2018-08-10 21:33:09,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 10 Aug 2018 21:33:08 GMT Server: Apache x-openstack-request-id: req-f460fb47-7259-4d5e-ad1b-eaa897ed8b2d Location: http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False Content-Length: 467 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-10 21:33:09,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:09 GMT Server: Apache x-openstack-request-id: req-ac13ccff-e6b0-4851-85ea-bff4f1dda640 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 891 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "53c2540ae07f4383851d2b6667f4d804", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_441a75db-1e37-47e4-92ec-776df28ecd69", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "deletion_time": "2018-08-10T21:32:57Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "2c126cd32ad243da864d7807db9cc5d6", "tags": null, "creation_time": "2018-08-10T21:00:48Z", "links": [{"href": "http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-10T21:32:06Z", "id": "b250d8eb-aad6-4513-bec8-f67e2f327101", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-10 21:33:09,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-ac13ccff-e6b0-4851-85ea-bff4f1dda640 2018-08-10 21:33:09,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.612213850021s 2018-08-10 21:33:09,384 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.31:8004/v1/53c2540ae07f4383851d2b6667f4d804/stacks/clearwater-opnfv/b250d8eb-aad6-4513-bec8-f67e2f327101?resolve_outputs=False used request id req-ac13ccff-e6b0-4851-85ea-bff4f1dda640 2018-08-10 21:33:09,384 - functest.opnfv_tests.vnf.ims.heat_ims - ERROR - Cannot clean stack ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/heat_ims.py", line 226, in clean self.cloud.delete_stack(self.stack.id, wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1416, in delete_stack marker=marker) File "/usr/lib/python2.7/site-packages/shade/_heat/event_utils.py", line 90, in poll_for_events stack_status = stack['stack_status'] TypeError: 'NoneType' object has no attribute '__getitem__' 2018-08-10 21:33:09,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:33:09,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:09,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e0be1f-bd41-4a6b-a014-e7acbf24552c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69", "links": {"self": "http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bb9b5dbe4afb4be69be370a61df52718", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:33:09,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-99e0be1f-bd41-4a6b-a014-e7acbf24552c 2018-08-10 21:33:09,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209259986877s 2018-08-10 21:33:09,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-99e0be1f-bd41-4a6b-a014-e7acbf24552c 2018-08-10 21:33:09,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:33:09,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:09,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac6632a8-54f1-4be9-8e4e-3d34400265cc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_441a75db-1e37-47e4-92ec-776df28ecd69", "links": {"self": "http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "bb9b5dbe4afb4be69be370a61df52718", "description": null}} 2018-08-10 21:33:09,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718 used request id req-ac6632a8-54f1-4be9-8e4e-3d34400265cc 2018-08-10 21:33:09,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19658780098s 2018-08-10 21:33:09,803 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718 used request id req-ac6632a8-54f1-4be9-8e4e-3d34400265cc 2018-08-10 21:33:09,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 21:33:09,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:10,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3213c8d-e78f-4143-92e6-e79b5f6dbf4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:33:10,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718 used request id req-a3213c8d-e78f-4143-92e6-e79b5f6dbf4a 2018-08-10 21:33:10,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.32642698288s 2018-08-10 21:33:10,131 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/bb9b5dbe4afb4be69be370a61df52718 used request id req-a3213c8d-e78f-4143-92e6-e79b5f6dbf4a 2018-08-10 21:33:10,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:33:10,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:10,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b00ba78-03f3-4aef-968f-583ac07cb180 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804"}, "tags": [], "enabled": true, "id": "53c2540ae07f4383851d2b6667f4d804", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_441a75db-1e37-47e4-92ec-776df28ecd69"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 21:33:10,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-1b00ba78-03f3-4aef-968f-583ac07cb180 2018-08-10 21:33:10,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203536987305s 2018-08-10 21:33:10,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-1b00ba78-03f3-4aef-968f-583ac07cb180 2018-08-10 21:33:10,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 21:33:10,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:10,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-147c411d-e350-4a7e-bce1-340a469e00aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:33:10,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804 used request id req-147c411d-e350-4a7e-bce1-340a469e00aa 2018-08-10 21:33:10,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.274929046631s 2018-08-10 21:33:10,622 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/53c2540ae07f4383851d2b6667f4d804 used request id req-147c411d-e350-4a7e-bce1-340a469e00aa 2018-08-10 21:33:10,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:33:10,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:10,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8ebfd5-c844-402c-bfb1-350296ad7fb3 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a01d70ea2fae4129813342693dd6e5ac", "links": {"self": "http://172.30.9.31:5000/v3/roles/a01d70ea2fae4129813342693dd6e5ac"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:33:10,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5f8ebfd5-c844-402c-bfb1-350296ad7fb3 2018-08-10 21:33:10,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.206435918808s 2018-08-10 21:33:10,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-5f8ebfd5-c844-402c-bfb1-350296ad7fb3 2018-08-10 21:33:10,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-10 21:33:10,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/roles/a01d70ea2fae4129813342693dd6e5ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89025406a539dd5d8902f55c7df7a6c4c5487ef8" 2018-08-10 21:33:11,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7db7732e-588e-40d2-8187-f6ae8ff712a8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:33:11,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/roles/a01d70ea2fae4129813342693dd6e5ac used request id req-7db7732e-588e-40d2-8187-f6ae8ff712a8 2018-08-10 21:33:11,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.223305940628s 2018-08-10 21:33:11,061 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/roles/a01d70ea2fae4129813342693dd6e5ac used request id req-7db7732e-588e-40d2-8187-f6ae8ff712a8 2018-08-10 21:33:11,062 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-10 21:33:11,087 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-10 21:33:11,136 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-10 21:33:11,176 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-10 21:33:11,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 21:33:11,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 21:33:11,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 21:33:11,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 21:33:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:33:11,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3975bc3-4dc6-44b6-90be-1d1237f996b9 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 21:33:11,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-b3975bc3-4dc6-44b6-90be-1d1237f996b9 2018-08-10 21:33:11,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 21:33:11,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T22:33:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["avx2WJT3Twy-BP3-5A3wTQ"], "issued_at": "2018-08-10T21:33:11.000000Z"}} 2018-08-10 21:33:11,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:33:11,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:12,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-710a3caa-64a8-4f8e-9c90-ab8a9cf64da0 Date: Fri, 10 Aug 2018 21:33:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 21:33:12,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-710a3caa-64a8-4f8e-9c90-ab8a9cf64da0 2018-08-10 21:33:12,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.760599851608s 2018-08-10 21:33:12,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-710a3caa-64a8-4f8e-9c90-ab8a9cf64da0 2018-08-10 21:33:12,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:33:12,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 21:33:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb577ba0-b7c6-4315-b12d-2ceb941660f3 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 21:33:12,475 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-bb577ba0-b7c6-4315-b12d-2ceb941660f3 2018-08-10 21:33:12,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:33:12,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:12,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9f47aef-ecb6-4d0f-955b-cda9d5cf2df2 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 21:33:12,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-c9f47aef-ecb6-4d0f-955b-cda9d5cf2df2 2018-08-10 21:33:12,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198985099792s 2018-08-10 21:33:12,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-c9f47aef-ecb6-4d0f-955b-cda9d5cf2df2 2018-08-10 21:33:12,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 21:33:12,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}}' 2018-08-10 21:33:12,906 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:33:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34495098-d352-43de-a32f-791e447d342e Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994"}, "tags": [], "enabled": true, "id": "021548b9cf414739bd9eb3f71588a994", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}} 2018-08-10 21:33:12,906 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-34495098-d352-43de-a32f-791e447d342e 2018-08-10 21:33:12,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.223163127899s 2018-08-10 21:33:12,906 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-34495098-d352-43de-a32f-791e447d342e 2018-08-10 21:33:12,907 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vyos_vrouter', u'tags': [], 'enabled': True, 'id': u'021548b9cf414739bd9eb3f71588a994', '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'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7'}) 2018-08-10 21:33:12,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 21:33:12,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "71630161-a89e-4a4c-ab43-09c8fde4cfe6", "email": null, "name": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}}' 2018-08-10 21:33:13,361 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:33:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55d95a03-ed26-4b90-8979-b584cb1e925a Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": {"self": "http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc6980d1c9e54d97abf40234b2515929", "domain_id": "default", "password_expires_at": null}} 2018-08-10 21:33:13,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-55d95a03-ed26-4b90-8979-b584cb1e925a 2018-08-10 21:33:13,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.44876909256s 2018-08-10 21:33:13,362 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-55d95a03-ed26-4b90-8979-b584cb1e925a 2018-08-10 21:33:13,362 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fc6980d1c9e54d97abf40234b2515929', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7'}) 2018-08-10 21:33:13,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:33:13,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:13,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e806c7-8bb1-44cd-abc1-3cada9734e1e Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:33:13,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-43e806c7-8bb1-44cd-abc1-3cada9734e1e 2018-08-10 21:33:13,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.143119096756s 2018-08-10 21:33:13,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-43e806c7-8bb1-44cd-abc1-3cada9734e1e 2018-08-10 21:33:13,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:33:13,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:13,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52dddd43-e5da-4ac3-8947-648c8f9508da Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:33:13,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-52dddd43-e5da-4ac3-8947-648c8f9508da 2018-08-10 21:33:13,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110214948654s 2018-08-10 21:33:13,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-52dddd43-e5da-4ac3-8947-648c8f9508da 2018-08-10 21:33:13,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:33:13,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:13,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f4d507-82a4-4fea-8c07-3a1c5194dbbf Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:33:13,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-e8f4d507-82a4-4fea-8c07-3a1c5194dbbf 2018-08-10 21:33:13,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191405057907s 2018-08-10 21:33:13,822 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-e8f4d507-82a4-4fea-8c07-3a1c5194dbbf 2018-08-10 21:33:13,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:33:13,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:14,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95cfc675-3c78-4f0a-ac50-27a3887064b7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 21:33:14,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-95cfc675-3c78-4f0a-ac50-27a3887064b7 2018-08-10 21:33:14,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182083845139s 2018-08-10 21:33:14,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-95cfc675-3c78-4f0a-ac50-27a3887064b7 2018-08-10 21:33:14,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:33:14,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:14,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79fa0da7-bee5-4518-827e-c9a273a08927 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": {"self": "http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc6980d1c9e54d97abf40234b2515929", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:33:14,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-79fa0da7-bee5-4518-827e-c9a273a08927 2018-08-10 21:33:14,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215204000473s 2018-08-10 21:33:14,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-79fa0da7-bee5-4518-827e-c9a273a08927 2018-08-10 21:33:14,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:33:14,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:14,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e3f035-6ffd-4ec2-82a2-b0f71e2bd818 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994"}, "tags": [], "enabled": true, "id": "021548b9cf414739bd9eb3f71588a994", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}]} 2018-08-10 21:33:14,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-f3e3f035-6ffd-4ec2-82a2-b0f71e2bd818 2018-08-10 21:33:14,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.119540929794s 2018-08-10 21:33:14,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-f3e3f035-6ffd-4ec2-82a2-b0f71e2bd818 2018-08-10 21:33:14,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 21:33:14,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=fc6980d1c9e54d97abf40234b2515929&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=021548b9cf414739bd9eb3f71588a994" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:14,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d0f7720-417d-4ff1-9017-9767fa5572f9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=fc6980d1c9e54d97abf40234b2515929&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=021548b9cf414739bd9eb3f71588a994", "previous": null, "next": null}} 2018-08-10 21:33:14,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=fc6980d1c9e54d97abf40234b2515929&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=021548b9cf414739bd9eb3f71588a994 used request id req-8d0f7720-417d-4ff1-9017-9767fa5572f9 2018-08-10 21:33:14,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.182265043259s 2018-08-10 21:33:14,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=fc6980d1c9e54d97abf40234b2515929&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=021548b9cf414739bd9eb3f71588a994 used request id req-8d0f7720-417d-4ff1-9017-9767fa5572f9 2018-08-10 21:33:14,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 21:33:14,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994/users/fc6980d1c9e54d97abf40234b2515929/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:33:14,801 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:33:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bd6f311-6d76-4b6f-9c07-958a2e638dc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:33:14,802 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994/users/fc6980d1c9e54d97abf40234b2515929/roles/740829ed47d44511bcb22d86735f9050 used request id req-6bd6f311-6d76-4b6f-9c07-958a2e638dc1 2018-08-10 21:33:14,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.251087903976s 2018-08-10 21:33:14,802 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994/users/fc6980d1c9e54d97abf40234b2515929/roles/740829ed47d44511bcb22d86735f9050 used request id req-6bd6f311-6d76-4b6f-9c07-958a2e638dc1 2018-08-10 21:33:14,803 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 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'021548b9cf414739bd9eb3f71588a994', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '71630161-a89e-4a4c-ab43-09c8fde4cfe6', 'username': u'vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 21:33:14,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 21:33:14,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 21:33:14,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 21:33:14,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 21:33:14,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 21:33:14,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 21:33:14,808 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'password': '71630161-a89e-4a4c-ab43-09c8fde4cfe6', 'project_name': 'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': '021548b9cf414739bd9eb3f71588a994', 'project_domain_name': 'Default'} 2018-08-10 21:33:14,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-08-10 21:33:14,842 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-10 21:33:14,886 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-08-10 21:33:14,894 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-10 21:33:14,894 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-08-10 21:33:15,129 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-08-10 21:33:15,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-08-10 21:33:15,202 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-10 21:33:15,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:33:15,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6018cbd-0f89-411d-843f-fd2080a570eb 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 21:33:15,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-d6018cbd-0f89-411d-843f-fd2080a570eb 2018-08-10 21:33:15,209 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 21:33:15,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T22:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "021548b9cf414739bd9eb3f71588a994", "name": "vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_021548b9cf414739bd9eb3f71588a994", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_021548b9cf414739bd9eb3f71588a994", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/021548b9cf414739bd9eb3f71588a994", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/021548b9cf414739bd9eb3f71588a994", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/021548b9cf414739bd9eb3f71588a994", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/021548b9cf414739bd9eb3f71588a994", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/021548b9cf414739bd9eb3f71588a994", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/021548b9cf414739bd9eb3f71588a994", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/021548b9cf414739bd9eb3f71588a994", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/021548b9cf414739bd9eb3f71588a994", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/021548b9cf414739bd9eb3f71588a994", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/021548b9cf414739bd9eb3f71588a994", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/021548b9cf414739bd9eb3f71588a994", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/021548b9cf414739bd9eb3f71588a994", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "id": "fc6980d1c9e54d97abf40234b2515929"}, "audit_ids": ["7HOpzIQIRmCRTwirmUYHkw"], "issued_at": "2018-08-10T21:33:15.000000Z"}} 2018-08-10 21:33:15,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 21:33:15,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"network": {"name": "vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "admin_state_up": true}}' 2018-08-10 21:33:16,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-76c44c1f-39d2-4d8d-b150-22d896f46561 Date: Fri, 10 Aug 2018 21:33:16 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T21:33:16Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"021548b9cf414739bd9eb3f71588a994","id":"96ea5c74-683f-4b7d-a249-ea7398d80741","name":"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}} 2018-08-10 21:33:16,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-76c44c1f-39d2-4d8d-b150-22d896f46561 2018-08-10 21:33:16,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.675225973129s 2018-08-10 21:33:16,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-76c44c1f-39d2-4d8d-b150-22d896f46561 2018-08-10 21:33:16,282 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T21:33:16Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'96ea5c74-683f-4b7d-a249-ea7398d80741', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', u'admin_state_up': True, u'tenant_id': u'021548b9cf414739bd9eb3f71588a994', u'created_at': u'2018-08-10T21:33:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'021548b9cf414739bd9eb3f71588a994'}) 2018-08-10 21:33:16,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:33:16,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:33:16,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-5474d9e4-a767-4899-95ba-64c9c03be938 Date: Fri, 10 Aug 2018 21:33:16 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-10T21:33:16Z","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"021548b9cf414739bd9eb3f71588a994","id":"96ea5c74-683f-4b7d-a249-ea7398d80741","name":"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:33:16,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-5474d9e4-a767-4899-95ba-64c9c03be938 2018-08-10 21:33:16,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371823072433s 2018-08-10 21:33:16,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-5474d9e4-a767-4899-95ba-64c9c03be938 2018-08-10 21:33:16,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 21:33:16,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"subnet": {"name": "vyos_vrouter-subnet_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "enable_dhcp": true, "network_id": "96ea5c74-683f-4b7d-a249-ea7398d80741", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-10 21:33:17,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a46b7f8f-8c07-4aac-9d70-b09a2288868d Date: Fri, 10 Aug 2018 21:33:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96ea5c74-683f-4b7d-a249-ea7398d80741","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:33:17Z","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":"021548b9cf414739bd9eb3f71588a994","id":"3e6e7c98-0747-49e4-872a-1c1ba3cdaed1","subnetpool_id":null,"name":"vyos_vrouter-subnet_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}} 2018-08-10 21:33:17,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-a46b7f8f-8c07-4aac-9d70-b09a2288868d 2018-08-10 21:33:17,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.19330096245s 2018-08-10 21:33:17,851 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-a46b7f8f-8c07-4aac-9d70-b09a2288868d 2018-08-10 21:33:17,851 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T21:33:17Z', 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'3e6e7c98-0747-49e4-872a-1c1ba3cdaed1', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', u'enable_dhcp': True, u'network_id': u'96ea5c74-683f-4b7d-a249-ea7398d80741', u'tenant_id': u'021548b9cf414739bd9eb3f71588a994', u'created_at': u'2018-08-10T21:33:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'021548b9cf414739bd9eb3f71588a994'}) 2018-08-10 21:33:17,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 21:33:17,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "vyos_vrouter-router_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "admin_state_up": true}}' 2018-08-10 21:33:19,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-3507fa38-251a-49a5-a707-c68439a3bfee Date: Fri, 10 Aug 2018 21:33:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:18Z", "admin_state_up": true, "updated_at": "2018-08-10T21:33:19Z", "revision_number": 2, "routes": [], "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "91e5195a-59ba-45bb-a2cd-124b856f8f12", "name": "vyos_vrouter-router_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}} 2018-08-10 21:33:19,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3507fa38-251a-49a5-a707-c68439a3bfee 2018-08-10 21:33:19,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.54502296448s 2018-08-10 21:33:19,397 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-3507fa38-251a-49a5-a707-c68439a3bfee 2018-08-10 21:33:19,398 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'021548b9cf414739bd9eb3f71588a994', u'created_at': u'2018-08-10T21:33:18Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T21:33:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'021548b9cf414739bd9eb3f71588a994', u'id': u'91e5195a-59ba-45bb-a2cd-124b856f8f12', u'name': u'vyos_vrouter-router_f224e6e0-9a43-46fd-9cc7-c61a708d44f7'}) 2018-08-10 21:33:19,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 21:33:19,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"subnet_id": "3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"}' 2018-08-10 21:33:21,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d43de75e-e586-4f89-a496-6854b627a6e5 Date: Fri, 10 Aug 2018 21:33:21 GMT RESP BODY: {"network_id": "96ea5c74-683f-4b7d-a249-ea7398d80741", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "subnet_id": "3e6e7c98-0747-49e4-872a-1c1ba3cdaed1", "subnet_ids": ["3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"], "port_id": "8e5b4ec3-d4c1-47a4-8516-15c2239c7c57", "id": "91e5195a-59ba-45bb-a2cd-124b856f8f12"} 2018-08-10 21:33:21,913 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12/add_router_interface.json used request id req-d43de75e-e586-4f89-a496-6854b627a6e5 2018-08-10 21:33:21,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.51443195343s 2018-08-10 21:33:21,913 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12/add_router_interface.json used request id req-d43de75e-e586-4f89-a496-6854b627a6e5 returning object 91e5195a-59ba-45bb-a2cd-124b856f8f12 2018-08-10 21:33:21,914 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-10 21:33:44,795 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-10 21:33:44,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:33:44,804 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 21:33:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 21:33:44,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:33:44,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:33:45,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-82b72f00-e5be-4228-8572-1d32856d4b8c Date: Fri, 10 Aug 2018 21:33:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:33:45,124 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-82b72f00-e5be-4228-8572-1d32856d4b8c 2018-08-10 21:33:45,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.315424919128s 2018-08-10 21:33:45,125 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-82b72f00-e5be-4228-8572-1d32856d4b8c 2018-08-10 21:33:45,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 21:33:45,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}' 2018-08-10 21:33:45,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ce654399-5164-4cbe-99c6-4b0ca919c9bb Date: Fri, 10 Aug 2018 21:33:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:33:45Z", "file": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "size": null, "self": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": null, "created_at": "2018-08-10T21:33:45Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 21:33:45,457 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-ce654399-5164-4cbe-99c6-4b0ca919c9bb 2018-08-10 21:33:45,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.324871063232s 2018-08-10 21:33:45,458 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-ce654399-5164-4cbe-99c6-4b0ca919c9bb returning object d61046e0-b039-4dc9-8554-6f9705d163f2 2018-08-10 21:33:45,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 21:33:45,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '' 2018-08-10 21:34:45,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-086ed565-7791-4129-9421-969935777c6b Date: Fri, 10 Aug 2018 21:34: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-10 21:34:45,308 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file used request id req-086ed565-7791-4129-9421-969935777c6b 2018-08-10 21:34:45,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 59.8496248722s 2018-08-10 21:34:45,308 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file used request id req-086ed565-7791-4129-9421-969935777c6b 2018-08-10 21:34:45,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:34:45,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:45,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-7d40859f-bb5e-4301-b3e2-7c91a5832114 Date: Fri, 10 Aug 2018 21:34:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:34:45Z", "file": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "size": 4373348352, "self": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T21:33:45Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:34:45,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-7d40859f-bb5e-4301-b3e2-7c91a5832114 2018-08-10 21:34:45,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298061132431s 2018-08-10 21:34:45,612 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-7d40859f-bb5e-4301-b3e2-7c91a5832114 2018-08-10 21:34:45,614 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file', 'owner': u'021548b9cf414739bd9eb3f71588a994', 'id': u'd61046e0-b039-4dc9-8554-6f9705d163f2', 'size': 4373348352, u'self': u'/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'021548b9cf414739bd9eb3f71588a994', 'name': 'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T21:34:45Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T21:34:45Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'created': u'2018-08-10T21:33:45Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-10T21:33:45Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', 'metadata': {u'os_hash_value': u'faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d', u'self': u'/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-10 21:34:45,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 21:34:45,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-10 21:34:45,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:34: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-91b055cb-c93a-446e-bd02-1bf0c45f9a3f x-compute-request-id: req-91b055cb-c93a-446e-bd02-1bf0c45f9a3f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "dd6d11ca-2edb-4d21-815f-0a66ed542950"}} 2018-08-10 21:34:45,939 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-91b055cb-c93a-446e-bd02-1bf0c45f9a3f 2018-08-10 21:34:45,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.323637008667s 2018-08-10 21:34:45,939 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-91b055cb-c93a-446e-bd02-1bf0c45f9a3f 2018-08-10 21:34:45,940 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 40, 'id': u'dd6d11ca-2edb-4d21-815f-0a66ed542950', 'swap': 0}) 2018-08-10 21:34:45,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 21:34:45,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950/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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" -d '{"extra_specs": {}}' 2018-08-10 21:34:45,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:34: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-c4b7e2a7-21ee-4f85-8230-2a20fa50e13b x-compute-request-id: req-c4b7e2a7-21ee-4f85-8230-2a20fa50e13b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 21:34:45,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950/os-extra_specs used request id req-c4b7e2a7-21ee-4f85-8230-2a20fa50e13b 2018-08-10 21:34:45,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219399929047s 2018-08-10 21:34:45,963 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950/os-extra_specs used request id req-c4b7e2a7-21ee-4f85-8230-2a20fa50e13b 2018-08-10 21:34:45,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-10 21:34:45,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"keypair": {"name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}}' 2018-08-10 21:34:46,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:34: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-2e4626a7-434a-4f35-a34c-6619b81dd158 x-compute-request-id: req-2e4626a7-434a-4f35-a34c-6619b81dd158 Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJAJ0S9T35K93J1kDn1Pvij8HL8uBNqor3rukGvftQsZA+dhAsCypSu4f4H+Hjy7dhlqliheRWTaKT5uGxN6H36Wv0DlDtZEo6ZKN/1GG8hot1u08zjZFd5hQB+OzltlFpUYSX7Vb6Q4HBXSCn9ccns7bOZfssTR+zJkzQGlJbfuLsykp21WFG7EMCpwzLSH0mB/4XWMnXH1vigFeKE83ervSQYj1AEWX3EADbVgJsAfC692OaJ2yS/Vw+C3gvy9Rh9yN9euRy8wdMqWPDzRfqknU1hyjfQXBI2rvOJdUF3kja7iTTByGQcGsQlFXicfrJ6uhdyjXNz+vFI9NAdQEX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyQCdEvU9+SvdydZA59T74o/By/LgTaqK967pBr37ULGQPnYQ\nLAsqUruH+B/h48u3YZapYoXkVk2ik+bhsTeh9+lr9A5Q7WRKOmSjf9RhvIaLdbtP\nM42RXeYUAfjs5bZRaVGEl+1W+kOBwV0gp/XHJ7O2zmX7LE0fsyZM0BpSW37i7MpK\ndtVhRuxDAqcMy0h9Jgf+F1jJ1x9b4oBXihPN3q70kGI9QBFl9xAA21YCbAHwuvdj\nmidskv1cPgt4L8vUYfcjfXrkcvMHTKljw80X6pJ1NYco30FwSNq7ziXVBd5I2u4k\n0wchkHBrEJRV4nH6yeroXco1zc/rxSPTQHUBFwIDAQABAoIBAQCcLyneTUm2j+tq\npl0Qx2JiDapcu4CnWNla1EKlxoG9lfurTToLvzFH0Ag7OSrhQq5f2h4MPFXM6c5m\ndoTwm3XzmSEVJvqjO8ah0QlqjrDTOQislrtYJ6zI9bqePbp2VFC2MW2CUB3BoSr2\nAVMar9PseayWfI/LQLJdFmmhWpKcHH+v9rUPXxC0WKS4jKXmlXT/876HO/uhMQLD\nC5sEw89bdEuiyvpiXi0w69yAsWUB6a96PglrdZTdC6peY1xrpWDG/M5Jpwz7Tf3i\ndApzwyao59H5zZrH/B+loxHoiUZCu2KRI284I228xdbEc9c6fk1m/drqej+v/h+Y\nNYSbHReBAoGBAOnDzgTtBlhjN3caUoKzTIxfysiNNDr26Ypu9xqG9hsycYlDxD5F\nqn0Z0sh4iT4RQLKYI3iNSp16gZspFXDhko95jUcl3DY9c9pBFA2oW1oDOvzBz4Gn\n+d/7RrGcB4nRa/vJK/5ZehOdVIR3l1EWn7vnBKe1MOp+gEVZGTslepOHAoGBANwf\nCjOcfSICALhvxgTW1g7zMp6hmMAI8lWp6tquJNDRqdP8+Ysqx6xnHfwZIh5c+S1i\n2Gdu6oVyCyZwH7L51v9PlO0uRS9VUDyqz+MwTwrrJlnwffq31olGv3TFsq3/VPn6\nlV3547t77bv0z29CJsgo66wYmMKunacS6lYQ9KnxAoGAGB2sHlP5iJrLuQzNIFCw\n//ZN7Dys+7xHQZHLCkCMGSguEFQeZbI4MWm9lhLhTbbn7sTFPAWPggmGX2RwotGS\nlhybF5DvU+UpE4YNNI9+xR16M2MnLiAPJi09EMug93XUZwhM8pN2hZmAg532zVXB\nKthdYZPOtRJR11WmxbRLHfcCgYEApEran2j2kLJz/TUX1DbRcDkel/2+9931mfCH\n5Q5DVkSXAC15x+B3Rft1CttrdsQoCzMSmCjWDCHxpo/baQdG7Cpm2pxFcS25BH7t\nSQGejWSzrD9ul/osuys97Rc95NaFg0r/vzOrQR0fdMElLkJulcjNFhcJtY0FCFV6\n6CAhrNECgYEAy8GjX85UeFugJEv+hD6u5y0pn2RkReIZQZVcKjshisaNJUcHHKGR\nZbwnHIuDamxd8010T1rkfUJ8oMfxVCW0si1DZCTcuT8TXsoG0zR7Er6l/YGUHOvS\nzHRN6Ou1va//MHqI8yU7mgio86eidxVIHUoSVopvke1HUDlXkzvWECE=\n-----END RSA PRIVATE KEY-----\n", "user_id": "fc6980d1c9e54d97abf40234b2515929", "name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "fingerprint": "2b:29:c8:e0:fd:25:b0:77:cd:2d:26:6e:e9:de:7a:fe"}} 2018-08-10 21:34:46,518 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-2e4626a7-434a-4f35-a34c-6619b81dd158 2018-08-10 21:34:46,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.55485701561s 2018-08-10 21:34:46,519 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/os-keypairs used request id req-2e4626a7-434a-4f35-a34c-6619b81dd158 2018-08-10 21:34:46,520 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJAJ0S9T35K93J1kDn1Pvij8HL8uBNqor3rukGvftQsZA+dhAsCypSu4f4H+Hjy7dhlqliheRWTaKT5uGxN6H36Wv0DlDtZEo6ZKN/1GG8hot1u08zjZFd5hQB+OzltlFpUYSX7Vb6Q4HBXSCn9ccns7bOZfssTR+zJkzQGlJbfuLsykp21WFG7EMCpwzLSH0mB/4XWMnXH1vigFeKE83ervSQYj1AEWX3EADbVgJsAfC692OaJ2yS/Vw+C3gvy9Rh9yN9euRy8wdMqWPDzRfqknU1hyjfQXBI2rvOJdUF3kja7iTTByGQcGsQlFXicfrJ6uhdyjXNz+vFI9NAdQEX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAyQCdEvU9+SvdydZA59T74o/By/LgTaqK967pBr37ULGQPnYQ\nLAsqUruH+B/h48u3YZapYoXkVk2ik+bhsTeh9+lr9A5Q7WRKOmSjf9RhvIaLdbtP\nM42RXeYUAfjs5bZRaVGEl+1W+kOBwV0gp/XHJ7O2zmX7LE0fsyZM0BpSW37i7MpK\ndtVhRuxDAqcMy0h9Jgf+F1jJ1x9b4oBXihPN3q70kGI9QBFl9xAA21YCbAHwuvdj\nmidskv1cPgt4L8vUYfcjfXrkcvMHTKljw80X6pJ1NYco30FwSNq7ziXVBd5I2u4k\n0wchkHBrEJRV4nH6yeroXco1zc/rxSPTQHUBFwIDAQABAoIBAQCcLyneTUm2j+tq\npl0Qx2JiDapcu4CnWNla1EKlxoG9lfurTToLvzFH0Ag7OSrhQq5f2h4MPFXM6c5m\ndoTwm3XzmSEVJvqjO8ah0QlqjrDTOQislrtYJ6zI9bqePbp2VFC2MW2CUB3BoSr2\nAVMar9PseayWfI/LQLJdFmmhWpKcHH+v9rUPXxC0WKS4jKXmlXT/876HO/uhMQLD\nC5sEw89bdEuiyvpiXi0w69yAsWUB6a96PglrdZTdC6peY1xrpWDG/M5Jpwz7Tf3i\ndApzwyao59H5zZrH/B+loxHoiUZCu2KRI284I228xdbEc9c6fk1m/drqej+v/h+Y\nNYSbHReBAoGBAOnDzgTtBlhjN3caUoKzTIxfysiNNDr26Ypu9xqG9hsycYlDxD5F\nqn0Z0sh4iT4RQLKYI3iNSp16gZspFXDhko95jUcl3DY9c9pBFA2oW1oDOvzBz4Gn\n+d/7RrGcB4nRa/vJK/5ZehOdVIR3l1EWn7vnBKe1MOp+gEVZGTslepOHAoGBANwf\nCjOcfSICALhvxgTW1g7zMp6hmMAI8lWp6tquJNDRqdP8+Ysqx6xnHfwZIh5c+S1i\n2Gdu6oVyCyZwH7L51v9PlO0uRS9VUDyqz+MwTwrrJlnwffq31olGv3TFsq3/VPn6\nlV3547t77bv0z29CJsgo66wYmMKunacS6lYQ9KnxAoGAGB2sHlP5iJrLuQzNIFCw\n//ZN7Dys+7xHQZHLCkCMGSguEFQeZbI4MWm9lhLhTbbn7sTFPAWPggmGX2RwotGS\nlhybF5DvU+UpE4YNNI9+xR16M2MnLiAPJi09EMug93XUZwhM8pN2hZmAg532zVXB\nKthdYZPOtRJR11WmxbRLHfcCgYEApEran2j2kLJz/TUX1DbRcDkel/2+9931mfCH\n5Q5DVkSXAC15x+B3Rft1CttrdsQoCzMSmCjWDCHxpo/baQdG7Cpm2pxFcS25BH7t\nSQGejWSzrD9ul/osuys97Rc95NaFg0r/vzOrQR0fdMElLkJulcjNFhcJtY0FCFV6\n6CAhrNECgYEAy8GjX85UeFugJEv+hD6u5y0pn2RkReIZQZVcKjshisaNJUcHHKGR\nZbwnHIuDamxd8010T1rkfUJ8oMfxVCW0si1DZCTcuT8TXsoG0zR7Er6l/YGUHOvS\nzHRN6Ou1va//MHqI8yU7mgio86eidxVIHUoSVopvke1HUDlXkzvWECE=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fc6980d1c9e54d97abf40234b2515929', 'name': u'vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'created_at': '2018-08-10T21:34:46.519979', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'021548b9cf414739bd9eb3f71588a994', 'name': 'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'2b:29:c8:e0:fd:25:b0:77:cd:2d:26:6e:e9:de:7a:fe', 'type': 'ssh', 'id': u'vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7'}) 2018-08-10 21:34:46,520 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAyQCdEvU9+SvdydZA59T74o/By/LgTaqK967pBr37ULGQPnYQ LAsqUruH+B/h48u3YZapYoXkVk2ik+bhsTeh9+lr9A5Q7WRKOmSjf9RhvIaLdbtP M42RXeYUAfjs5bZRaVGEl+1W+kOBwV0gp/XHJ7O2zmX7LE0fsyZM0BpSW37i7MpK dtVhRuxDAqcMy0h9Jgf+F1jJ1x9b4oBXihPN3q70kGI9QBFl9xAA21YCbAHwuvdj midskv1cPgt4L8vUYfcjfXrkcvMHTKljw80X6pJ1NYco30FwSNq7ziXVBd5I2u4k 0wchkHBrEJRV4nH6yeroXco1zc/rxSPTQHUBFwIDAQABAoIBAQCcLyneTUm2j+tq pl0Qx2JiDapcu4CnWNla1EKlxoG9lfurTToLvzFH0Ag7OSrhQq5f2h4MPFXM6c5m doTwm3XzmSEVJvqjO8ah0QlqjrDTOQislrtYJ6zI9bqePbp2VFC2MW2CUB3BoSr2 AVMar9PseayWfI/LQLJdFmmhWpKcHH+v9rUPXxC0WKS4jKXmlXT/876HO/uhMQLD C5sEw89bdEuiyvpiXi0w69yAsWUB6a96PglrdZTdC6peY1xrpWDG/M5Jpwz7Tf3i dApzwyao59H5zZrH/B+loxHoiUZCu2KRI284I228xdbEc9c6fk1m/drqej+v/h+Y NYSbHReBAoGBAOnDzgTtBlhjN3caUoKzTIxfysiNNDr26Ypu9xqG9hsycYlDxD5F qn0Z0sh4iT4RQLKYI3iNSp16gZspFXDhko95jUcl3DY9c9pBFA2oW1oDOvzBz4Gn +d/7RrGcB4nRa/vJK/5ZehOdVIR3l1EWn7vnBKe1MOp+gEVZGTslepOHAoGBANwf CjOcfSICALhvxgTW1g7zMp6hmMAI8lWp6tquJNDRqdP8+Ysqx6xnHfwZIh5c+S1i 2Gdu6oVyCyZwH7L51v9PlO0uRS9VUDyqz+MwTwrrJlnwffq31olGv3TFsq3/VPn6 lV3547t77bv0z29CJsgo66wYmMKunacS6lYQ9KnxAoGAGB2sHlP5iJrLuQzNIFCw //ZN7Dys+7xHQZHLCkCMGSguEFQeZbI4MWm9lhLhTbbn7sTFPAWPggmGX2RwotGS lhybF5DvU+UpE4YNNI9+xR16M2MnLiAPJi09EMug93XUZwhM8pN2hZmAg532zVXB KthdYZPOtRJR11WmxbRLHfcCgYEApEran2j2kLJz/TUX1DbRcDkel/2+9931mfCH 5Q5DVkSXAC15x+B3Rft1CttrdsQoCzMSmCjWDCHxpo/baQdG7Cpm2pxFcS25BH7t SQGejWSzrD9ul/osuys97Rc95NaFg0r/vzOrQR0fdMElLkJulcjNFhcJtY0FCFV6 6CAhrNECgYEAy8GjX85UeFugJEv+hD6u5y0pn2RkReIZQZVcKjshisaNJUcHHKGR ZbwnHIuDamxd8010T1rkfUJ8oMfxVCW0si1DZCTcuT8TXsoG0zR7Er6l/YGUHOvS zHRN6Ou1va//MHqI8yU7mgio86eidxVIHUoSVopvke1HUDlXkzvWECE= -----END RSA PRIVATE KEY----- 2018-08-10 21:34:46,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-10 21:34:46,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"security_group": {"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-10 21:34:47,176 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-acf64eaf-f64e-40c4-8b5e-c01379a28fa6 Date: Fri, 10 Aug 2018 21:34:47 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}} 2018-08-10 21:34:47,176 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-acf64eaf-f64e-40c4-8b5e-c01379a28fa6 2018-08-10 21:34:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.653331041336s 2018-08-10 21:34:47,177 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-acf64eaf-f64e-40c4-8b5e-c01379a28fa6 2018-08-10 21:34:47,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:34:47,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:47,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-5ab3ef26-490d-4927-a1c1-202bcc8ad1c4 Date: Fri, 10 Aug 2018 21:34:47 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:34:47,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-5ab3ef26-490d-4927-a1c1-202bcc8ad1c4 2018-08-10 21:34:47,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.323271036148s 2018-08-10 21:34:47,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-5ab3ef26-490d-4927-a1c1-202bcc8ad1c4 2018-08-10 21:34:47,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:34:47,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -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": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}}' 2018-08-10 21:34:47,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f99c10a3-e9b9-45b8-8730-e1a810c6b11b Date: Fri, 10 Aug 2018 21:34:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "port_range_min": 22, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:47Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577"}} 2018-08-10 21:34:47,953 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-f99c10a3-e9b9-45b8-8730-e1a810c6b11b 2018-08-10 21:34:47,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.443648815155s 2018-08-10 21:34:47,953 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-f99c10a3-e9b9-45b8-8730-e1a810c6b11b 2018-08-10 21:34:47,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:34:47,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:48,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-7ae054fa-ff18-42e7-9421-3c6f18b2cae1 Date: Fri, 10 Aug 2018 21:34:48 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 2, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:34:48,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7ae054fa-ff18-42e7-9421-3c6f18b2cae1 2018-08-10 21:34:48,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.359930992126s 2018-08-10 21:34:48,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7ae054fa-ff18-42e7-9421-3c6f18b2cae1 2018-08-10 21:34:48,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:34:48,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -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": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}}' 2018-08-10 21:34:48,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1c077fbf-87a0-44d1-9f58-c1aed82a5611 Date: Fri, 10 Aug 2018 21:34:48 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-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "port_range_min": null, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:48Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b"}} 2018-08-10 21:34:48,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-1c077fbf-87a0-44d1-9f58-c1aed82a5611 2018-08-10 21:34:48,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.421657085419s 2018-08-10 21:34:48,744 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-1c077fbf-87a0-44d1-9f58-c1aed82a5611 2018-08-10 21:34:48,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:34:48,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:49,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-a848b94a-24c9-4f70-b042-fb65920051a9 Date: Fri, 10 Aug 2018 21:34:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:48Z", "revision_number": 0, "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 3, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:34:49,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a848b94a-24c9-4f70-b042-fb65920051a9 2018-08-10 21:34:49,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.298857927322s 2018-08-10 21:34:49,047 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-a848b94a-24c9-4f70-b042-fb65920051a9 2018-08-10 21:34:49,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:34:49,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}}' 2018-08-10 21:34:49,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-79c66bb7-8b85-4423-a1be-d1ab0657fd62 Date: Fri, 10 Aug 2018 21:34:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "port_range_min": 80, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:49Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "fbc1394b-bb81-4c23-b4a5-8f4f7765472f"}} 2018-08-10 21:34:49,529 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-79c66bb7-8b85-4423-a1be-d1ab0657fd62 2018-08-10 21:34:49,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.478675127029s 2018-08-10 21:34:49,529 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-79c66bb7-8b85-4423-a1be-d1ab0657fd62 2018-08-10 21:34:49,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:34:49,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:49,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-7bab5e14-22af-4151-8954-2b6874a14fbe Date: Fri, 10 Aug 2018 21:34:49 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:48Z", "revision_number": 0, "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "fbc1394b-bb81-4c23-b4a5-8f4f7765472f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 80, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 4, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:34:49,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7bab5e14-22af-4151-8954-2b6874a14fbe 2018-08-10 21:34:49,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0484521389008s 2018-08-10 21:34:49,580 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-7bab5e14-22af-4151-8954-2b6874a14fbe 2018-08-10 21:34:49,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:34:49,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}}' 2018-08-10 21:34:50,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a3e4abae-a07f-409f-9621-569f34fe5bc5 Date: Fri, 10 Aug 2018 21:34:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "port_range_min": 443, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:49Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "375daef9-63d7-43e5-b941-00e2691f41f4"}} 2018-08-10 21:34:50,001 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-a3e4abae-a07f-409f-9621-569f34fe5bc5 2018-08-10 21:34:50,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.418116092682s 2018-08-10 21:34:50,002 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-a3e4abae-a07f-409f-9621-569f34fe5bc5 2018-08-10 21:34:50,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:34:50,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:50,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-e46b8f4e-b03d-4aa6-8164-4655bb117149 Date: Fri, 10 Aug 2018 21:34:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:48Z", "revision_number": 0, "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "375daef9-63d7-43e5-b941-00e2691f41f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 443, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "fbc1394b-bb81-4c23-b4a5-8f4f7765472f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 80, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 5, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:34:50,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-e46b8f4e-b03d-4aa6-8164-4655bb117149 2018-08-10 21:34:50,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0547440052032s 2018-08-10 21:34:50,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-e46b8f4e-b03d-4aa6-8164-4655bb117149 2018-08-10 21:34:50,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:34:50,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}}' 2018-08-10 21:34:50,248 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-b5139c77-2070-4b8e-8ca4-558e2f0c1e46 Date: Fri, 10 Aug 2018 21:34:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-10T21:34:50Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "port_range_min": 5671, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:50Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "682d4a46-7e9b-470e-81bc-2ce7c37677d8"}} 2018-08-10 21:34:50,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-b5139c77-2070-4b8e-8ca4-558e2f0c1e46 2018-08-10 21:34:50,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.1844830513s 2018-08-10 21:34:50,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-b5139c77-2070-4b8e-8ca4-558e2f0c1e46 2018-08-10 21:34:50,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:34:50,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:50,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-f46ecb9a-bd26-41f2-abcf-8bdbf48d6419 Date: Fri, 10 Aug 2018 21:34:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:48Z", "revision_number": 0, "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "375daef9-63d7-43e5-b941-00e2691f41f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 443, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T21:34:50Z", "revision_number": 0, "id": "682d4a46-7e9b-470e-81bc-2ce7c37677d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:50Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "fbc1394b-bb81-4c23-b4a5-8f4f7765472f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 80, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 6, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:34:50,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-f46ecb9a-bd26-41f2-abcf-8bdbf48d6419 2018-08-10 21:34:50,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.684110164642s 2018-08-10 21:34:50,937 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-f46ecb9a-bd26-41f2-abcf-8bdbf48d6419 2018-08-10 21:34:50,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:34:50,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}}' 2018-08-10 21:34:51,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-168b32ca-17c8-4b94-af90-0db5680329e7 Date: Fri, 10 Aug 2018 21:34:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-10T21:34:51Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "port_range_min": 53333, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:51Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "c863925e-dcc2-471b-9a66-f2e8caa5ca40"}} 2018-08-10 21:34:51,756 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-168b32ca-17c8-4b94-af90-0db5680329e7 2018-08-10 21:34:51,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.816082954407s 2018-08-10 21:34:51,757 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-168b32ca-17c8-4b94-af90-0db5680329e7 2018-08-10 21:34:51,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:34:51,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:52,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e5a4165f-1a78-4763-816e-11978ec60655 Date: Fri, 10 Aug 2018 21:34:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"],"updated_at":"2018-08-10T21:33:17Z","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"021548b9cf414739bd9eb3f71588a994","id":"96ea5c74-683f-4b7d-a249-ea7398d80741","name":"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:34:52,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-e5a4165f-1a78-4763-816e-11978ec60655 2018-08-10 21:34:52,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.398524045944s 2018-08-10 21:34:52,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-e5a4165f-1a78-4763-816e-11978ec60655 2018-08-10 21:34:52,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:34:52,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:52,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-a4002a44-56cd-4d7c-9229-8f919dc96778 Date: Fri, 10 Aug 2018 21:34:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:34:45Z", "file": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "size": 4373348352, "self": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T21:33:45Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:34:52,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a4002a44-56cd-4d7c-9229-8f919dc96778 2018-08-10 21:34:52,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0380880832672s 2018-08-10 21:34:52,201 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a4002a44-56cd-4d7c-9229-8f919dc96778 2018-08-10 21:34:52,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:34:52,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:52,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fa00053-5968-4bea-a5c1-b2c01bd1d609 x-compute-request-id: req-6fa00053-5968-4bea-a5c1-b2c01bd1d609 Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}, {"name": "vyos_vrouter-flavor_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "dd6d11ca-2edb-4d21-815f-0a66ed542950"}]} 2018-08-10 21:34:52,229 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-6fa00053-5968-4bea-a5c1-b2c01bd1d609 2018-08-10 21:34:52,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0264430046082s 2018-08-10 21:34:52,229 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-6fa00053-5968-4bea-a5c1-b2c01bd1d609 2018-08-10 21:34:52,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-10 21:34:52,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"server": {"name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "imageRef": "d61046e0-b039-4dc9-8554-6f9705d163f2", "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "flavorRef": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "max_count": 1, "min_count": 1, "networks": [{"uuid": "96ea5c74-683f-4b7d-a249-ea7398d80741"}], "security_groups": [{"name": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}]}}' 2018-08-10 21:34:57,022 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-efda8a6e-5cae-46e3-ba3b-d89b82e5be19 x-compute-request-id: req-efda8a6e-5cae-46e3-ba3b-d89b82e5be19 Content-Length: 403 location: http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "39ffefb5-1d06-4403-b847-b132a62ce2c9"}], "OS-DCF:diskConfig": "MANUAL", "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "adminPass": "Db4V2W7Rzukp"}} 2018-08-10 21:34:57,022 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-efda8a6e-5cae-46e3-ba3b-d89b82e5be19 2018-08-10 21:34:57,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.79038906097s 2018-08-10 21:34:57,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers used request id req-efda8a6e-5cae-46e3-ba3b-d89b82e5be19 2018-08-10 21:34:57,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:34:57,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:57,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcf6e4d1-5a29-4003-a7e4-b5a2bc4cbf24 x-compute-request-id: req-fcf6e4d1-5a29-4003-a7e4-b5a2bc4cbf24 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:34:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:34:57,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fcf6e4d1-5a29-4003-a7e4-b5a2bc4cbf24 2018-08-10 21:34:57,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577203989029s 2018-08-10 21:34:57,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fcf6e4d1-5a29-4003-a7e4-b5a2bc4cbf24 2018-08-10 21:34:57,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:34:57,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:57,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-834d4760-a1dd-4d59-9ea2-40f1b63643ba Date: Fri, 10 Aug 2018 21:34:57 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":["3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"],"updated_at":"2018-08-10T21:33:17Z","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"021548b9cf414739bd9eb3f71588a994","id":"96ea5c74-683f-4b7d-a249-ea7398d80741","name":"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:34:57,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-834d4760-a1dd-4d59-9ea2-40f1b63643ba 2018-08-10 21:34:57,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.356462001801s 2018-08-10 21:34:57,965 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-834d4760-a1dd-4d59-9ea2-40f1b63643ba 2018-08-10 21:34:57,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 21:34:57,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:34:58,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-c29de8d8-2c2e-4d5f-874f-2e750acd69dd Date: Fri, 10 Aug 2018 21:34:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96ea5c74-683f-4b7d-a249-ea7398d80741","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:33:17Z","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":"021548b9cf414739bd9eb3f71588a994","id":"3e6e7c98-0747-49e4-872a-1c1ba3cdaed1","subnetpool_id":null,"name":"vyos_vrouter-subnet_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}]} 2018-08-10 21:34:58,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-c29de8d8-2c2e-4d5f-874f-2e750acd69dd 2018-08-10 21:34:58,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0755989551544s 2018-08-10 21:34:58,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-c29de8d8-2c2e-4d5f-874f-2e750acd69dd 2018-08-10 21:34:58,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:00,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:00,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:00,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-22e0b58e-02d6-4755-a12a-3e3dfb1cb09c x-compute-request-id: req-22e0b58e-02d6-4755-a12a-3e3dfb1cb09c Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:34:59Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:00,633 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-22e0b58e-02d6-4755-a12a-3e3dfb1cb09c 2018-08-10 21:35:00,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587600946426s 2018-08-10 21:35:00,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-22e0b58e-02d6-4755-a12a-3e3dfb1cb09c 2018-08-10 21:35:00,637 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:02,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:02,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:03,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e852709-62f0-48cd-9baf-1df09125c796 x-compute-request-id: req-6e852709-62f0-48cd-9baf-1df09125c796 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:03,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6e852709-62f0-48cd-9baf-1df09125c796 2018-08-10 21:35:03,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08270788193s 2018-08-10 21:35:03,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6e852709-62f0-48cd-9baf-1df09125c796 2018-08-10 21:35:03,727 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:05,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:05,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:06,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e217af9-0a2f-4df3-bc43-3f2a9c2575d4 x-compute-request-id: req-7e217af9-0a2f-4df3-bc43-3f2a9c2575d4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:06,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7e217af9-0a2f-4df3-bc43-3f2a9c2575d4 2018-08-10 21:35:06,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09842610359s 2018-08-10 21:35:06,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7e217af9-0a2f-4df3-bc43-3f2a9c2575d4 2018-08-10 21:35:06,836 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:08,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:09,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a04777ad-2543-4335-b7ba-5746517e621d x-compute-request-id: req-a04777ad-2543-4335-b7ba-5746517e621d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:09,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a04777ad-2543-4335-b7ba-5746517e621d 2018-08-10 21:35:09,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670377016068s 2018-08-10 21:35:09,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a04777ad-2543-4335-b7ba-5746517e621d 2018-08-10 21:35:09,512 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:11,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:11,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:12,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63bbc353-cdf3-48d3-8b59-4a1f992b926c x-compute-request-id: req-63bbc353-cdf3-48d3-8b59-4a1f992b926c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:12,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-63bbc353-cdf3-48d3-8b59-4a1f992b926c 2018-08-10 21:35:12,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.768601894379s 2018-08-10 21:35:12,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-63bbc353-cdf3-48d3-8b59-4a1f992b926c 2018-08-10 21:35:12,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:14,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:14,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:15,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31965545-1061-4e06-9bba-dfcfae2003f7 x-compute-request-id: req-31965545-1061-4e06-9bba-dfcfae2003f7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:15,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-31965545-1061-4e06-9bba-dfcfae2003f7 2018-08-10 21:35:15,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.869220018387s 2018-08-10 21:35:15,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-31965545-1061-4e06-9bba-dfcfae2003f7 2018-08-10 21:35:15,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:17,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:17,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c451c298-b117-42cf-a45e-b46679b2e803 x-compute-request-id: req-c451c298-b117-42cf-a45e-b46679b2e803 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:17,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c451c298-b117-42cf-a45e-b46679b2e803 2018-08-10 21:35:17,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771310091019s 2018-08-10 21:35:17,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-c451c298-b117-42cf-a45e-b46679b2e803 2018-08-10 21:35:17,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:19,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:19,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:20,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-d42c4db8-a73a-4e1d-81e6-a7267893ab32 x-compute-request-id: req-d42c4db8-a73a-4e1d-81e6-a7267893ab32 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:20,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d42c4db8-a73a-4e1d-81e6-a7267893ab32 2018-08-10 21:35:20,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.980630874634s 2018-08-10 21:35:20,928 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d42c4db8-a73a-4e1d-81e6-a7267893ab32 2018-08-10 21:35:20,932 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:22,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:22,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:23,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-e298053b-611a-4f17-937e-f6d264a269dc x-compute-request-id: req-e298053b-611a-4f17-937e-f6d264a269dc Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:23,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e298053b-611a-4f17-937e-f6d264a269dc 2018-08-10 21:35:23,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717969894409s 2018-08-10 21:35:23,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-e298053b-611a-4f17-937e-f6d264a269dc 2018-08-10 21:35:23,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:25,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:25,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5757121e-cb09-4d7d-a659-be9208fd77b0 x-compute-request-id: req-5757121e-cb09-4d7d-a659-be9208fd77b0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:26,896 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5757121e-cb09-4d7d-a659-be9208fd77b0 2018-08-10 21:35:26,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23605704308s 2018-08-10 21:35:26,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5757121e-cb09-4d7d-a659-be9208fd77b0 2018-08-10 21:35:26,901 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:28,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:28,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:29,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-8cc75263-25f3-4801-902b-56311c02f08a x-compute-request-id: req-8cc75263-25f3-4801-902b-56311c02f08a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:29,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8cc75263-25f3-4801-902b-56311c02f08a 2018-08-10 21:35:29,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711822032928s 2018-08-10 21:35:29,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8cc75263-25f3-4801-902b-56311c02f08a 2018-08-10 21:35:29,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:31,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:32,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-71efcd6b-b73c-41b0-8a80-9688650a408d x-compute-request-id: req-71efcd6b-b73c-41b0-8a80-9688650a408d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:32,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-71efcd6b-b73c-41b0-8a80-9688650a408d 2018-08-10 21:35:32,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700860023499s 2018-08-10 21:35:32,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-71efcd6b-b73c-41b0-8a80-9688650a408d 2018-08-10 21:35:32,328 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:34,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:34,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:35,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-01c24589-9a7b-41b5-a49d-8575a8304764 x-compute-request-id: req-01c24589-9a7b-41b5-a49d-8575a8304764 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:35,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-01c24589-9a7b-41b5-a49d-8575a8304764 2018-08-10 21:35:35,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04754090309s 2018-08-10 21:35:35,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-01c24589-9a7b-41b5-a49d-8575a8304764 2018-08-10 21:35:35,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:37,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:37,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:38,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2199226b-ee1e-4e1d-9d89-6463fa6af1f6 x-compute-request-id: req-2199226b-ee1e-4e1d-9d89-6463fa6af1f6 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:38,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2199226b-ee1e-4e1d-9d89-6463fa6af1f6 2018-08-10 21:35:38,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.955506086349s 2018-08-10 21:35:38,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-2199226b-ee1e-4e1d-9d89-6463fa6af1f6 2018-08-10 21:35:38,345 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:40,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:40,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:41,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e6ab99a-7fda-4e73-9bbc-a2a83a1066b8 x-compute-request-id: req-8e6ab99a-7fda-4e73-9bbc-a2a83a1066b8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:41,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8e6ab99a-7fda-4e73-9bbc-a2a83a1066b8 2018-08-10 21:35:41,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715595006943s 2018-08-10 21:35:41,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-8e6ab99a-7fda-4e73-9bbc-a2a83a1066b8 2018-08-10 21:35:41,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:43,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:43,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:43,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-7eb2f6fc-1105-400d-a644-2f6b325d9a25 x-compute-request-id: req-7eb2f6fc-1105-400d-a644-2f6b325d9a25 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:43,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7eb2f6fc-1105-400d-a644-2f6b325d9a25 2018-08-10 21:35:43,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696832180023s 2018-08-10 21:35:43,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7eb2f6fc-1105-400d-a644-2f6b325d9a25 2018-08-10 21:35:43,769 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:45,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:45,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:46,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb2aedc3-5954-4e25-9f93-f22103a1d250 x-compute-request-id: req-eb2aedc3-5954-4e25-9f93-f22103a1d250 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:46,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-eb2aedc3-5954-4e25-9f93-f22103a1d250 2018-08-10 21:35:46,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714895963669s 2018-08-10 21:35:46,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-eb2aedc3-5954-4e25-9f93-f22103a1d250 2018-08-10 21:35:46,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:48,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:48,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:49,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bfd6aa23-7156-4c1b-be15-95f359c24b66 x-compute-request-id: req-bfd6aa23-7156-4c1b-be15-95f359c24b66 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:49,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bfd6aa23-7156-4c1b-be15-95f359c24b66 2018-08-10 21:35:49,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01463699341s 2018-08-10 21:35:49,508 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bfd6aa23-7156-4c1b-be15-95f359c24b66 2018-08-10 21:35:49,512 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:51,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:51,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:52,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d1f18ac-21d4-4087-874e-f4e67231409e x-compute-request-id: req-7d1f18ac-21d4-4087-874e-f4e67231409e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:52,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7d1f18ac-21d4-4087-874e-f4e67231409e 2018-08-10 21:35:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.72173500061s 2018-08-10 21:35:52,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7d1f18ac-21d4-4087-874e-f4e67231409e 2018-08-10 21:35:52,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:54,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:54,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:55,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-b16966fe-a4b0-4442-b49b-320a4b162851 x-compute-request-id: req-b16966fe-a4b0-4442-b49b-320a4b162851 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:55,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b16966fe-a4b0-4442-b49b-320a4b162851 2018-08-10 21:35:55,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.908307790756s 2018-08-10 21:35:55,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b16966fe-a4b0-4442-b49b-320a4b162851 2018-08-10 21:35:55,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:57,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:57,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:35:57,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-d02a7f00-eeb1-4adc-a59a-6e967b4d8cc3 x-compute-request-id: req-d02a7f00-eeb1-4adc-a59a-6e967b4d8cc3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:35:57,812 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d02a7f00-eeb1-4adc-a59a-6e967b4d8cc3 2018-08-10 21:35:57,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656566143036s 2018-08-10 21:35:57,813 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-d02a7f00-eeb1-4adc-a59a-6e967b4d8cc3 2018-08-10 21:35:57,817 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:35:59,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:35:59,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:00,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:35: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-277a3670-b6bb-41ec-aae2-8720ced4ccb9 x-compute-request-id: req-277a3670-b6bb-41ec-aae2-8720ced4ccb9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:00,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-277a3670-b6bb-41ec-aae2-8720ced4ccb9 2018-08-10 21:36:00,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.917218923569s 2018-08-10 21:36:00,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-277a3670-b6bb-41ec-aae2-8720ced4ccb9 2018-08-10 21:36:00,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:02,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:03,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-58dd10d4-29ed-490e-844a-31583be7bae4 x-compute-request-id: req-58dd10d4-29ed-490e-844a-31583be7bae4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:03,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-58dd10d4-29ed-490e-844a-31583be7bae4 2018-08-10 21:36:03,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518718957901s 2018-08-10 21:36:03,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-58dd10d4-29ed-490e-844a-31583be7bae4 2018-08-10 21:36:03,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:05,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:05,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:05,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-a12bc2ed-7c1f-465c-b014-1e7540cb870f x-compute-request-id: req-a12bc2ed-7c1f-465c-b014-1e7540cb870f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:05,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a12bc2ed-7c1f-465c-b014-1e7540cb870f 2018-08-10 21:36:05,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633929014206s 2018-08-10 21:36:05,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-a12bc2ed-7c1f-465c-b014-1e7540cb870f 2018-08-10 21:36:05,908 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:07,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:07,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:09,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca0a2d0a-aeda-47ec-b7f0-b1a56bd97901 x-compute-request-id: req-ca0a2d0a-aeda-47ec-b7f0-b1a56bd97901 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:09,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ca0a2d0a-aeda-47ec-b7f0-b1a56bd97901 2018-08-10 21:36:09,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.72312092781s 2018-08-10 21:36:09,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ca0a2d0a-aeda-47ec-b7f0-b1a56bd97901 2018-08-10 21:36:09,637 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:11,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:11,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:12,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-95515433-f190-4421-9037-44f205d6eea3 x-compute-request-id: req-95515433-f190-4421-9037-44f205d6eea3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:12,950 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-95515433-f190-4421-9037-44f205d6eea3 2018-08-10 21:36:12,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31091690063s 2018-08-10 21:36:12,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-95515433-f190-4421-9037-44f205d6eea3 2018-08-10 21:36:12,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:14,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:14,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:15,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-af70fa87-f7a9-4893-8ec2-5c3d8c06e2c3 x-compute-request-id: req-af70fa87-f7a9-4893-8ec2-5c3d8c06e2c3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:15,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-af70fa87-f7a9-4893-8ec2-5c3d8c06e2c3 2018-08-10 21:36:15,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.755209922791s 2018-08-10 21:36:15,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-af70fa87-f7a9-4893-8ec2-5c3d8c06e2c3 2018-08-10 21:36:15,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:17,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:17,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:18,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5875c8c7-f295-4ca8-9637-31ce643fd8b7 x-compute-request-id: req-5875c8c7-f295-4ca8-9637-31ce643fd8b7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:18,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5875c8c7-f295-4ca8-9637-31ce643fd8b7 2018-08-10 21:36:18,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.723554134369s 2018-08-10 21:36:18,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-5875c8c7-f295-4ca8-9637-31ce643fd8b7 2018-08-10 21:36:18,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:20,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:21,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-817033e6-aeaf-4f2f-aeff-2edd194287f4 x-compute-request-id: req-817033e6-aeaf-4f2f-aeff-2edd194287f4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:21,183 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-817033e6-aeaf-4f2f-aeff-2edd194287f4 2018-08-10 21:36:21,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732416152954s 2018-08-10 21:36:21,184 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-817033e6-aeaf-4f2f-aeff-2edd194287f4 2018-08-10 21:36:21,188 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:23,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:23,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:24,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7839c264-51fd-4253-9a79-dd6767e43df2 x-compute-request-id: req-7839c264-51fd-4253-9a79-dd6767e43df2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:24,314 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7839c264-51fd-4253-9a79-dd6767e43df2 2018-08-10 21:36:24,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12291407585s 2018-08-10 21:36:24,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7839c264-51fd-4253-9a79-dd6767e43df2 2018-08-10 21:36:24,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:26,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:26,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbb8b223-ecc3-44ca-bdc7-b1d4156f0b8c x-compute-request-id: req-dbb8b223-ecc3-44ca-bdc7-b1d4156f0b8c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:26,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-dbb8b223-ecc3-44ca-bdc7-b1d4156f0b8c 2018-08-10 21:36:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472065925598s 2018-08-10 21:36:26,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-dbb8b223-ecc3-44ca-bdc7-b1d4156f0b8c 2018-08-10 21:36:26,798 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:28,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:28,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:30,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-077c25bc-0a62-4646-9ae6-8f318985aa6f x-compute-request-id: req-077c25bc-0a62-4646-9ae6-8f318985aa6f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:30,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-077c25bc-0a62-4646-9ae6-8f318985aa6f 2018-08-10 21:36:30,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.43139386177s 2018-08-10 21:36:30,232 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-077c25bc-0a62-4646-9ae6-8f318985aa6f 2018-08-10 21:36:30,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:32,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:32,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:32,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ddc762d-1059-4186-9b13-8983163f1b7b x-compute-request-id: req-6ddc762d-1059-4186-9b13-8983163f1b7b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:32,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6ddc762d-1059-4186-9b13-8983163f1b7b 2018-08-10 21:36:32,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543040037155s 2018-08-10 21:36:32,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6ddc762d-1059-4186-9b13-8983163f1b7b 2018-08-10 21:36:32,786 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:34,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:35,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-82756e61-c7fc-4541-9514-5781dae59aac x-compute-request-id: req-82756e61-c7fc-4541-9514-5781dae59aac Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:35,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-82756e61-c7fc-4541-9514-5781dae59aac 2018-08-10 21:36:35,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.75292301178s 2018-08-10 21:36:35,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-82756e61-c7fc-4541-9514-5781dae59aac 2018-08-10 21:36:35,546 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:37,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:37,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:38,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-93dfc990-b867-4583-b623-9ef708fa61fe x-compute-request-id: req-93dfc990-b867-4583-b623-9ef708fa61fe Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:38,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-93dfc990-b867-4583-b623-9ef708fa61fe 2018-08-10 21:36:38,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06922483444s 2018-08-10 21:36:38,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-93dfc990-b867-4583-b623-9ef708fa61fe 2018-08-10 21:36:38,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:40,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:40,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:41,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-11d3d6ad-6660-4cc8-b429-e1715e9b799b x-compute-request-id: req-11d3d6ad-6660-4cc8-b429-e1715e9b799b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:41,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-11d3d6ad-6660-4cc8-b429-e1715e9b799b 2018-08-10 21:36:41,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731204986572s 2018-08-10 21:36:41,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-11d3d6ad-6660-4cc8-b429-e1715e9b799b 2018-08-10 21:36:41,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:43,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:43,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:44,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-7d27b7d2-4ea9-4e4a-ba96-5ba71a05362d x-compute-request-id: req-7d27b7d2-4ea9-4e4a-ba96-5ba71a05362d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:44,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7d27b7d2-4ea9-4e4a-ba96-5ba71a05362d 2018-08-10 21:36:44,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641516923904s 2018-08-10 21:36:44,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-7d27b7d2-4ea9-4e4a-ba96-5ba71a05362d 2018-08-10 21:36:44,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:46,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:46,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:46,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-fd322f92-b56b-4a30-abc0-e2d09d99e7a3 x-compute-request-id: req-fd322f92-b56b-4a30-abc0-e2d09d99e7a3 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:46,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fd322f92-b56b-4a30-abc0-e2d09d99e7a3 2018-08-10 21:36:46,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683665037155s 2018-08-10 21:36:46,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fd322f92-b56b-4a30-abc0-e2d09d99e7a3 2018-08-10 21:36:46,698 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:48,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:48,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:49,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-ce9ccd07-de91-42c2-aba8-aefba0b5d369 x-compute-request-id: req-ce9ccd07-de91-42c2-aba8-aefba0b5d369 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:49,438 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ce9ccd07-de91-42c2-aba8-aefba0b5d369 2018-08-10 21:36:49,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737082958221s 2018-08-10 21:36:49,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-ce9ccd07-de91-42c2-aba8-aefba0b5d369 2018-08-10 21:36:49,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:51,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:51,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:51,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-921e2707-89d3-48fe-b0f8-4ee9404d4264 x-compute-request-id: req-921e2707-89d3-48fe-b0f8-4ee9404d4264 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:51,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-921e2707-89d3-48fe-b0f8-4ee9404d4264 2018-08-10 21:36:51,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.44620013237s 2018-08-10 21:36:51,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-921e2707-89d3-48fe-b0f8-4ee9404d4264 2018-08-10 21:36:51,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:53,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:53,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:55,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36: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-bc023ee2-5f77-4b5b-93b4-4b5805a06f2b x-compute-request-id: req-bc023ee2-5f77-4b5b-93b4-4b5805a06f2b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:55,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bc023ee2-5f77-4b5b-93b4-4b5805a06f2b 2018-08-10 21:36:55,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.42894506454s 2018-08-10 21:36:55,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bc023ee2-5f77-4b5b-93b4-4b5805a06f2b 2018-08-10 21:36:55,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:57,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:57,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:36:57,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-662161a5-e9e3-44fc-89eb-f734b2652458 x-compute-request-id: req-662161a5-e9e3-44fc-89eb-f734b2652458 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:36:57,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-662161a5-e9e3-44fc-89eb-f734b2652458 2018-08-10 21:36:57,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.466693878174s 2018-08-10 21:36:57,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-662161a5-e9e3-44fc-89eb-f734b2652458 2018-08-10 21:36:57,806 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:36:59,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:36:59,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:00,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:36:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1deac3c-2f43-4e18-bffa-e58fe9393011 x-compute-request-id: req-b1deac3c-2f43-4e18-bffa-e58fe9393011 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:00,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b1deac3c-2f43-4e18-bffa-e58fe9393011 2018-08-10 21:37:00,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737788915634s 2018-08-10 21:37:00,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-b1deac3c-2f43-4e18-bffa-e58fe9393011 2018-08-10 21:37:00,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:02,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:02,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:03,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-bb0bbb73-c125-485d-bf3c-3009acdcc047 x-compute-request-id: req-bb0bbb73-c125-485d-bf3c-3009acdcc047 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:03,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bb0bbb73-c125-485d-bf3c-3009acdcc047 2018-08-10 21:37:03,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791314125061s 2018-08-10 21:37:03,345 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-bb0bbb73-c125-485d-bf3c-3009acdcc047 2018-08-10 21:37:03,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:05,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:05,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:06,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-828a142c-7c67-4411-bde1-2183b78f6a54 x-compute-request-id: req-828a142c-7c67-4411-bde1-2183b78f6a54 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:06,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-828a142c-7c67-4411-bde1-2183b78f6a54 2018-08-10 21:37:06,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.866545915604s 2018-08-10 21:37:06,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-828a142c-7c67-4411-bde1-2183b78f6a54 2018-08-10 21:37:06,222 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:08,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:08,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:08,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-6a6bcf1e-bd1b-4b5d-b511-9772dd7fc35e x-compute-request-id: req-6a6bcf1e-bd1b-4b5d-b511-9772dd7fc35e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:08,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6a6bcf1e-bd1b-4b5d-b511-9772dd7fc35e 2018-08-10 21:37:08,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709408044815s 2018-08-10 21:37:08,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-6a6bcf1e-bd1b-4b5d-b511-9772dd7fc35e 2018-08-10 21:37:08,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:10,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:10,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:11,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-fda4296e-6de6-46c7-9d1c-968fcf782888 x-compute-request-id: req-fda4296e-6de6-46c7-9d1c-968fcf782888 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:11,548 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fda4296e-6de6-46c7-9d1c-968fcf782888 2018-08-10 21:37:11,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607310056686s 2018-08-10 21:37:11,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-fda4296e-6de6-46c7-9d1c-968fcf782888 2018-08-10 21:37:11,553 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:13,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:13,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:14,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-65db1035-90ad-4ecb-aa7f-60447d044bb1 x-compute-request-id: req-65db1035-90ad-4ecb-aa7f-60447d044bb1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:14,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-65db1035-90ad-4ecb-aa7f-60447d044bb1 2018-08-10 21:37:14,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.644587993622s 2018-08-10 21:37:14,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-65db1035-90ad-4ecb-aa7f-60447d044bb1 2018-08-10 21:37:14,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:16,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:16,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:16,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b25e595-3b64-49f3-ba43-91452f8dd8dd x-compute-request-id: req-4b25e595-3b64-49f3-ba43-91452f8dd8dd Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:16,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4b25e595-3b64-49f3-ba43-91452f8dd8dd 2018-08-10 21:37:16,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.68846321106s 2018-08-10 21:37:16,896 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-4b25e595-3b64-49f3-ba43-91452f8dd8dd 2018-08-10 21:37:16,900 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:18,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:18,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:19,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8f6f3a0-47b8-4e8e-a284-432aaaae073b x-compute-request-id: req-f8f6f3a0-47b8-4e8e-a284-432aaaae073b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-10T21:35:01Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:19,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f8f6f3a0-47b8-4e8e-a284-432aaaae073b 2018-08-10 21:37:19,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717016935349s 2018-08-10 21:37:19,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f8f6f3a0-47b8-4e8e-a284-432aaaae073b 2018-08-10 21:37:19,624 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:37:21,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:37:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:22,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-50be35b5-a3a2-4d08-ae2d-a78ec3eea64f x-compute-request-id: req-50be35b5-a3a2-4d08-ae2d-a78ec3eea64f Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:74:dd", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:37:20.000000", "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:37:20Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:37:22,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-50be35b5-a3a2-4d08-ae2d-a78ec3eea64f 2018-08-10 21:37:22,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700814962387s 2018-08-10 21:37:22,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-50be35b5-a3a2-4d08-ae2d-a78ec3eea64f 2018-08-10 21:37:22,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 21:37:22,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=89ee61fa-e0f2-411d-bdf4-176efd98a64a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:22,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-4b011ea7-3c64-403f-8295-8c93e63a2f62 Date: Fri, 10 Aug 2018 21:37:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"96ea5c74-683f-4b7d-a249-ea7398d80741","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:35:01Z","admin_state_up":true,"updated_at":"2018-08-10T21:37:20Z","binding:vnic_type":"normal","device_id":"89ee61fa-e0f2-411d-bdf4-176efd98a64a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:75:74:dd","id":"a7f744f6-836c-4231-b49c-0ef3815c82bb","port_security_enabled":true,"project_id":"021548b9cf414739bd9eb3f71588a994","fixed_ips":[{"subnet_id":"3e6e7c98-0747-49e4-872a-1c1ba3cdaed1","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["39ffefb5-1d06-4403-b847-b132a62ce2c9"],"name":""}]} 2018-08-10 21:37:22,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=89ee61fa-e0f2-411d-bdf4-176efd98a64a used request id req-4b011ea7-3c64-403f-8295-8c93e63a2f62 2018-08-10 21:37:22,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0495181083679s 2018-08-10 21:37:22,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=89ee61fa-e0f2-411d-bdf4-176efd98a64a used request id req-4b011ea7-3c64-403f-8295-8c93e63a2f62 2018-08-10 21:37:22,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 21:37:22,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/floatingips.json?port_id=a7f744f6-836c-4231-b49c-0ef3815c82bb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:22,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a665bdcc-656b-4bd5-915a-91636874bfd0 Date: Fri, 10 Aug 2018 21:37:22 GMT RESP BODY: {"floatingips": []} 2018-08-10 21:37:22,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=a7f744f6-836c-4231-b49c-0ef3815c82bb used request id req-a665bdcc-656b-4bd5-915a-91636874bfd0 2018-08-10 21:37:22,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0437850952148s 2018-08-10 21:37:22,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json?port_id=a7f744f6-836c-4231-b49c-0ef3815c82bb used request id req-a665bdcc-656b-4bd5-915a-91636874bfd0 2018-08-10 21:37:22,431 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:75:74:dd', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd61046e0-b039-4dc9-8554-6f9705d163f2'}), 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-10T21:37:20.000000', 'flavor': Munch({u'id': u'dd6d11ca-2edb-4d21-815f-0a66ed542950'}), 'az': u'nova', 'id': u'89ee61fa-e0f2-411d-bdf4-176efd98a64a', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fc6980d1c9e54d97abf40234b2515929', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'021548b9cf414739bd9eb3f71588a994', 'name': 'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', '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-10T21:37:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-10T21:37:20Z', 'hostId': u'6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6', '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-10T21:37:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'021548b9cf414739bd9eb3f71588a994', 'name': u'vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'adminPass': u'Db4V2W7Rzukp', 'tenant_id': u'021548b9cf414739bd9eb3f71588a994', 'created_at': u'2018-08-10T21:34:56Z', 'created': u'2018-08-10T21:34:56Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-10 21:37:22,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:37:22,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:22,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-6eb0bdcf-765b-4dca-9af6-3c89975c6e94 Date: Fri, 10 Aug 2018 21:37: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":["3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"],"updated_at":"2018-08-10T21:33:17Z","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"021548b9cf414739bd9eb3f71588a994","id":"96ea5c74-683f-4b7d-a249-ea7398d80741","name":"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:37:22,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-6eb0bdcf-765b-4dca-9af6-3c89975c6e94 2018-08-10 21:37:22,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0994968414307s 2018-08-10 21:37:22,534 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-6eb0bdcf-765b-4dca-9af6-3c89975c6e94 2018-08-10 21:37:22,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-10 21:37:22,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:9696/v2.0/ports.json?device_id=89ee61fa-e0f2-411d-bdf4-176efd98a64a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:22,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ef75346d-e816-48a8-92cd-6b537f977e0e Date: Fri, 10 Aug 2018 21:37:22 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"96ea5c74-683f-4b7d-a249-ea7398d80741","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:35:01Z","admin_state_up":true,"updated_at":"2018-08-10T21:37:20Z","binding:vnic_type":"normal","device_id":"89ee61fa-e0f2-411d-bdf4-176efd98a64a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:75:74:dd","id":"a7f744f6-836c-4231-b49c-0ef3815c82bb","port_security_enabled":true,"project_id":"021548b9cf414739bd9eb3f71588a994","fixed_ips":[{"subnet_id":"3e6e7c98-0747-49e4-872a-1c1ba3cdaed1","ip_address":"192.168.120.13"}],"extra_dhcp_opts":[],"security_groups":["39ffefb5-1d06-4403-b847-b132a62ce2c9"],"name":""}]} 2018-08-10 21:37:22,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=89ee61fa-e0f2-411d-bdf4-176efd98a64a used request id req-ef75346d-e816-48a8-92cd-6b537f977e0e 2018-08-10 21:37:22,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0528461933136s 2018-08-10 21:37:22,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/ports.json?device_id=89ee61fa-e0f2-411d-bdf4-176efd98a64a used request id req-ef75346d-e816-48a8-92cd-6b537f977e0e 2018-08-10 21:37:22,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-10 21:37:22,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"floatingip": {"floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.13", "port_id": "a7f744f6-836c-4231-b49c-0ef3815c82bb"}}' 2018-08-10 21:37:24,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-75edb502-9718-405f-94ba-9d51744bc835 Date: Fri, 10 Aug 2018 21:37:24 GMT RESP BODY: {"floatingip": {"router_id": "91e5195a-59ba-45bb-a2cd-124b856f8f12", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T21:37:23Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "a7f744f6-836c-4231-b49c-0ef3815c82bb", "id": "05e61120-95b6-491c-a3ff-44582180a1f9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:37:23Z", "project_id": "021548b9cf414739bd9eb3f71588a994"}} 2018-08-10 21:37:24,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-75edb502-9718-405f-94ba-9d51744bc835 2018-08-10 21:37:24,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.83545684814s 2018-08-10 21:37:24,425 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-75edb502-9718-405f-94ba-9d51744bc835 2018-08-10 21:37:24,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 21:37:24,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:37:24,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-9f41d075-97ab-406b-b156-b708d4ad27b5 Date: Fri, 10 Aug 2018 21:37:24 GMT RESP BODY: {"floatingips": [{"router_id": "91e5195a-59ba-45bb-a2cd-124b856f8f12", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T21:37:23Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.120.13", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "a7f744f6-836c-4231-b49c-0ef3815c82bb", "id": "05e61120-95b6-491c-a3ff-44582180a1f9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:37:23Z", "project_id": "021548b9cf414739bd9eb3f71588a994"}]} 2018-08-10 21:37:24,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-9f41d075-97ab-406b-b156-b708d4ad27b5 2018-08-10 21:37:24,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.067097902298s 2018-08-10 21:37:24,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-9f41d075-97ab-406b-b156-b708d4ad27b5 2018-08-10 21:37:24,504 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'91e5195a-59ba-45bb-a2cd-124b856f8f12', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'021548b9cf414739bd9eb3f71588a994', 'created_at': u'2018-08-10T21:37:23Z', 'attached': True, 'updated_at': u'2018-08-10T21:37:23Z', 'id': u'05e61120-95b6-491c-a3ff-44582180a1f9', 'floating_network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'021548b9cf414739bd9eb3f71588a994', 'name': 'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'91e5195a-59ba-45bb-a2cd-124b856f8f12', 'project_id': u'021548b9cf414739bd9eb3f71588a994', 'port_id': u'a7f744f6-836c-4231-b49c-0ef3815c82bb', 'port': u'a7f744f6-836c-4231-b49c-0ef3815c82bb', 'network': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f'}) 2018-08-10 21:37:24,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:37:24,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:37:24,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81fd437d-1f71-406c-871a-e43c539f2bb5 x-compute-request-id: req-81fd437d-1f71-406c-871a-e43c539f2bb5 Content-Encoding: gzip Content-Length: 9205 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1909744080 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315578] pid_max: default: 32768 minimum: 301\n[ 0.316791] Security Framework initialized\n[ 0.317900] SELinux: Initializing.\n[ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326660] Mount-cache hash table entries: 4096\n[ 0.328105] Initializing cgroup subsys memory\n[ 0.329256] Initializing cgroup subsys devices\n[ 0.330408] Initializing cgroup subsys freezer\n[ 0.331559] Initializing cgroup subsys net_cls\n[ 0.332704] Initializing cgroup subsys blkio\n[ 0.333821] Initializing cgroup subsys perf_event\n[ 0.335009] Initializing cgroup subsys hugetlb\n[ 0.336154] Initializing cgroup subsys pids\n[ 0.337260] Initializing cgroup subsys net_prio\n[ 0.338502] CPU: Physical Processor ID: 0\n[ 0.340294] mce: CPU supports 10 MCE banks\n[ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343980] tlb_flushall_shift: 6\n[ 0.345157] Freeing SMP alternatives: 28k freed\n[ 0.348920] ACPI: Core revision 20130517\n[ 0.350416] ACPI: All ACPI Tables successfully acquired\n[ 0.351852] ftrace: allocating 25812 entries in 101 pages\n[ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375964] smpboot: Max logical packages: 2\n[ 0.377254] Enabling x2apic\n[ 0.378151] Enabled x2apic\n[ 0.379224] Switched APIC routing to physical x2apic.\n[ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393193] KVM setup paravirtual spinlock\n[ 0.395503] smpboot: Booting Node 0, Processors #1 OK\n[ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.419126] Brought up 2 CPUs\n[ 0.419129] KVM setup async PF for cpu 1\n[ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.424372] devtmpfs: initialized\n[ 0.426853] EVM: security.selinux\n[ 0.427831] EVM: security.ima\n[ 0.428744] EVM: security.capability\n[ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431886] pinctrl core: initialized pinctrl subsystem\n[ 0.433262] NET: Registered protocol family 16\n[ 0.434613] ACPI: bus type PCI registered\n[ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.437222] PCI: Using configuration type 1 for base access\n[ 0.441918] ACPI: Added _OSI(Module Device)\n[ 0.443077] ACPI: Added _OSI(Processor Device)\n[ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.445398] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447742] ACPI: Interpreter enabled\n[ 0.448790] ACPI: (supports S0 S5)\n[ 0.449775] ACPI: Using IOAPIC for interrupt routing\n[ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462076] acpiphp: Slot [3] registered\n[ 0.463154] acpiphp: Slot [4] registered\n[ 0.464233] acpiphp: Slot [5] registered\n[ 0.465309] acpiphp: Slot [6] registered\n[ 0.466391] acpiphp: Slot [7] registered\n[ 0.467477] acpiphp: Slot [8] registered\n[ 0.468552] acpiphp: Slot [9] registered\n[ 0.469626] acpiphp: Slot [10] registered\n[ 0.470710] acpiphp: Slot [11] registered\n[ 0.471795] acpiphp: Slot [12] registered\n[ 0.472893] acpiphp: Slot [13] registered\n[ 0.473978] acpiphp: Slot [14] registered\n[ 0.475061] acpiphp: Slot [15] registered\n[ 0.476151] acpiphp: Slot [16] registered\n[ 0.477237] acpiphp: Slot [17] registered\n[ 0.478322] acpiphp: Slot [18] registered\n[ 0.479412] acpiphp: Slot [19] registered\n[ 0.480503] acpiphp: Slot [20] registered\n[ 0.481594] acpiphp: Slot [21] registered\n[ 0.482680] acpiphp: Slot [22] registered\n[ 0.483765] acpiphp: Slot [23] registered\n[ 0.484864] acpiphp: Slot [24] registered\n[ 0.485959] acpiphp: Slot [25] registered\n[ 0.487048] acpiphp: Slot [26] registered\n[ 0.488140] acpiphp: Slot [27] registered\n[ 0.489228] acpiphp: Slot [28] registered\n[ 0.490312] acpiphp: Slot [29] registered\n[ 0.491399] acpiphp: Slot [30] registered\n[ 0.492487] acpiphp: Slot [31] registered\n[ 0.493570] PCI host bridge to bus 0000:00\n[ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.567399] vgaarb: loaded\n[ 0.568265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569675] SCSI subsystem initialized\n[ 0.570755] ACPI: bus type USB registered\n[ 0.571854] usbcore: registered new interface driver usbfs\n[ 0.573159] usbcore: registered new interface driver hub\n[ 0.574467] usbcore: registered new device driver usb\n[ 0.576320] PCI: Using ACPI for IRQ routing\n[ 0.578097] NetLabel: Initializing\n[ 0.579386] NetLabel: domain hash size = 128\n[ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.582591] NetLabel: unlabeled traffic allowed by default\n[ 0.584499] Switched to clocksource kvm-clock\n[ 0.592776] pnp: PnP ACPI init\n[ 0.593993] ACPI: bus type PNP registered\n[ 0.595771] pnp: PnP ACPI: found 5 devices\n[ 0.597235] ACPI: bus type PNP unregistered\n[ 0.604652] NET: Registered protocol family 2\n[ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611681] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613825] TCP: reno registered\n[ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619156] NET: Registered protocol family 1\n[ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.665298] Unpacking initramfs...\n[ 1.101407] Freeing initrd memory: 37508k freed\n[ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.123527] Initialise system trusted keyring\n[ 1.125138] audit: initializing netlink socket (disabled)\n[ 1.127000] type=2000 audit(1533937043.217:1): initialized\n[ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.149384] zpool: loaded\n[ 1.150531] zbud: loaded\n[ 1.151805] VFS: Disk quotas dquot_6.5.2\n[ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.155576] msgmni has been set to 7578\n[ 1.157098] Key type big_key registered\n[ 1.159178] NET: Registered protocol family 38\n[ 1.160736] Key type asymmetric registered\n[ 1.162227] Asymmetric key parser 'x509' registered\n[ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.166749] io scheduler noop registered\n[ 1.168232] io scheduler deadline registered (default)\n[ 1.179774] io scheduler cfq registered\n[ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.185997] ACPI: Power Button [PWRF]\n[ 1.187165] GHES: HEST is not enabled!\n[ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.214549] Non-volatile memory driver v1.3\n[ 1.215671] Linux agpgart interface v0.103\n[ 1.216893] crash memory driver: version 1.1\n[ 1.218070] rdac: device handler registered\n[ 1.219374] hp_sw: device handler registered\n[ 1.220630] emc: device handler registered\n[ 1.221848] alua: device handler registered\n[ 1.223044] libphy: Fixed MDIO Bus: probed\n[ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.225998] ehci-pci: EHCI PCI platform driver\n[ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228818] ohci-pci: OHCI PCI platform driver\n[ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.260456] usb usb1: Product: UHCI Host Controller\n[ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.263536] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.265028] hub 1-0:1.0: USB hub found\n[ 1.266185] hub 1-0:1.0: 2 ports detected\n[ 1.267487] usbcore: registered new interface driver usbserial\n[ 1.268861] usbcore: registered new interface driver usbserial_generic\n[ 1.270333] usbserial: USB Serial support registered for generic\n[ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.276974] mousedev: PS/2 mouse device common for all mice\n[ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.283511] rtc_cmos 00:00: RTC can wake from S4\n[ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.290232] cpuidle: using governor menu\n[ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.292759] usbcore: registered new interface driver usbhid\n[ 1.294084] usbhid: USB HID core driver\n[ 1.295204] drop_monitor: Initializing network drop monitor service\n[ 1.296688] TCP: cubic registered\n[ 1.297675] Initializing XFRM netlink socket\n[ 1.298900] NET: Registered protocol family 10\n[ 1.300325] NET: Registered protocol family 17\n[ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.307633] Loading compiled-in X.509 certificates\n[ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.316289] registered taskstats version 1\n[ 1.319361] Key type trusted registered\n[ 1.322028] Key type encrypted registered\n[ 1.324458] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043)\n[ 1.328939] Freeing unused kernel memory: 1680k freed\n[ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.338277] systemd[1]: Detected virtualization kvm.\n[ 1.339631] systemd[1]: Detected architecture x86-64.\n[ 1.340937] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.343292] systemd[1]: No hostname configured.\n[ 1.344467] systemd[1]: Set hostname to .\n[ 1.345761] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.370092] systemd[1]: Reached target Local File Systems.\n[ 1.371410] systemd[1]: Starting Local File Systems.\n[ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378670] systemd[1]: Created slice Root Slice.\n[ 1.379893] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.381936] systemd[1]: Listening on udev Control Socket.\n[ 1.383260] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.385357] systemd[1]: Listening on udev Kernel Socket.\n[ 1.386664] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388773] systemd[1]: Listening on Journal Socket.\n[ 1.390035] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.392072] systemd[1]: Created slice System Slice.\n[ 1.393313] systemd[1]: Starting System Slice.\n[ 1.394985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.397425] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.400290] systemd[1]: Reached target Sockets.\n[ 1.401475] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.403318] systemd[1]: Reached target Timers.\n[ 1.404494] systemd[1]: Starting Timers.\n[ 1.405990] 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[[32m OK [0m] Reached target Paths.\n[ 1.410516] systemd[1]: Reached target Paths.\n[ 1.411912] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.414490] systemd[1]: Reached target Slices.\n[ 1.415908] systemd[1]: Starting Slices.\n[ 1.417473] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Swap.\n[ 1.421401] systemd[1]: Reached target Swap.\n[ 1.422759] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.425447] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.432928] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.474264] RPC: Registered named UNIX socket transport module.\n[ 1.476272] RPC: Registered udp transport module.\n[ 1.477915] RPC: Registered tcp transport module.\n[ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.576583] FDC 0 is a S82078B\n[ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.644928] scsi host0: ata_piix\n[ 1.646113] scsi host1: ata_piix\n[ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.647709] vda: vda1\n[ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730592] usb 1-1: Product: QEMU USB Tablet\n[ 1.732115] usb 1-1: Manufacturer: QEMU\n[ 1.733515] usb 1-1: SerialNumber: 42\n[ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.746726] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.832830] XFS (vda1): Mounting V4 Filesystem\n[ 1.866695] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd).\n[ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz\n[ 2.139267] SELinux: Disabled at runtime.\n"} 2018-08-10 21:37:24,580 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-81fd437d-1f71-406c-871a-e43c539f2bb5 2018-08-10 21:37:24,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0755341053009s 2018-08-10 21:37:24,582 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-81fd437d-1f71-406c-871a-e43c539f2bb5 2018-08-10 21:37:24,582 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1909744080 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315578] pid_max: default: 32768 minimum: 301 [ 0.316791] Security Framework initialized [ 0.317900] SELinux: Initializing. [ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326660] Mount-cache hash table entries: 4096 [ 0.328105] Initializing cgroup subsys memory [ 0.329256] Initializing cgroup subsys devices [ 0.330408] Initializing cgroup subsys freezer [ 0.331559] Initializing cgroup subsys net_cls [ 0.332704] Initializing cgroup subsys blkio [ 0.333821] Initializing cgroup subsys perf_event [ 0.335009] Initializing cgroup subsys hugetlb [ 0.336154] Initializing cgroup subsys pids [ 0.337260] Initializing cgroup subsys net_prio [ 0.338502] CPU: Physical Processor ID: 0 [ 0.340294] mce: CPU supports 10 MCE banks [ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343980] tlb_flushall_shift: 6 [ 0.345157] Freeing SMP alternatives: 28k freed [ 0.348920] ACPI: Core revision 20130517 [ 0.350416] ACPI: All ACPI Tables successfully acquired [ 0.351852] ftrace: allocating 25812 entries in 101 pages [ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375964] smpboot: Max logical packages: 2 [ 0.377254] Enabling x2apic [ 0.378151] Enabled x2apic [ 0.379224] Switched APIC routing to physical x2apic. [ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393193] KVM setup paravirtual spinlock [ 0.395503] smpboot: Booting Node 0, Processors #1 OK [ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.419126] Brought up 2 CPUs [ 0.419129] KVM setup async PF for cpu 1 [ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.424372] devtmpfs: initialized [ 0.426853] EVM: security.selinux [ 0.427831] EVM: security.ima [ 0.428744] EVM: security.capability [ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431886] pinctrl core: initialized pinctrl subsystem [ 0.433262] NET: Registered protocol family 16 [ 0.434613] ACPI: bus type PCI registered [ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.437222] PCI: Using configuration type 1 for base access [ 0.441918] ACPI: Added _OSI(Module Device) [ 0.443077] ACPI: Added _OSI(Processor Device) [ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.445398] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447742] ACPI: Interpreter enabled [ 0.448790] ACPI: (supports S0 S5) [ 0.449775] ACPI: Using IOAPIC for interrupt routing [ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462076] acpiphp: Slot [3] registered [ 0.463154] acpiphp: Slot [4] registered [ 0.464233] acpiphp: Slot [5] registered [ 0.465309] acpiphp: Slot [6] registered [ 0.466391] acpiphp: Slot [7] registered [ 0.467477] acpiphp: Slot [8] registered [ 0.468552] acpiphp: Slot [9] registered [ 0.469626] acpiphp: Slot [10] registered [ 0.470710] acpiphp: Slot [11] registered [ 0.471795] acpiphp: Slot [12] registered [ 0.472893] acpiphp: Slot [13] registered [ 0.473978] acpiphp: Slot [14] registered [ 0.475061] acpiphp: Slot [15] registered [ 0.476151] acpiphp: Slot [16] registered [ 0.477237] acpiphp: Slot [17] registered [ 0.478322] acpiphp: Slot [18] registered [ 0.479412] acpiphp: Slot [19] registered [ 0.480503] acpiphp: Slot [20] registered [ 0.481594] acpiphp: Slot [21] registered [ 0.482680] acpiphp: Slot [22] registered [ 0.483765] acpiphp: Slot [23] registered [ 0.484864] acpiphp: Slot [24] registered [ 0.485959] acpiphp: Slot [25] registered [ 0.487048] acpiphp: Slot [26] registered [ 0.488140] acpiphp: Slot [27] registered [ 0.489228] acpiphp: Slot [28] registered [ 0.490312] acpiphp: Slot [29] registered [ 0.491399] acpiphp: Slot [30] registered [ 0.492487] acpiphp: Slot [31] registered [ 0.493570] PCI host bridge to bus 0000:00 [ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.567399] vgaarb: loaded [ 0.568265] vgaarb: bridge control possible 0000:00:02.0 [ 0.569675] SCSI subsystem initialized [ 0.570755] ACPI: bus type USB registered [ 0.571854] usbcore: registered new interface driver usbfs [ 0.573159] usbcore: registered new interface driver hub [ 0.574467] usbcore: registered new device driver usb [ 0.576320] PCI: Using ACPI for IRQ routing [ 0.578097] NetLabel: Initializing [ 0.579386] NetLabel: domain hash size = 128 [ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.582591] NetLabel: unlabeled traffic allowed by default [ 0.584499] Switched to clocksource kvm-clock [ 0.592776] pnp: PnP ACPI init [ 0.593993] ACPI: bus type PNP registered [ 0.595771] pnp: PnP ACPI: found 5 devices [ 0.597235] ACPI: bus type PNP unregistered [ 0.604652] NET: Registered protocol family 2 [ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611681] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613825] TCP: reno registered [ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619156] NET: Registered protocol family 1 [ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.665298] Unpacking initramfs... [ 1.101407] Freeing initrd memory: 37508k freed [ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.123527] Initialise system trusted keyring [ 1.125138] audit: initializing netlink socket (disabled) [ 1.127000] type=2000 audit(1533937043.217:1): initialized [ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.149384] zpool: loaded [ 1.150531] zbud: loaded [ 1.151805] VFS: Disk quotas dquot_6.5.2 [ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.155576] msgmni has been set to 7578 [ 1.157098] Key type big_key registered [ 1.159178] NET: Registered protocol family 38 [ 1.160736] Key type asymmetric registered [ 1.162227] Asymmetric key parser 'x509' registered [ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.166749] io scheduler noop registered [ 1.168232] io scheduler deadline registered (default) [ 1.179774] io scheduler cfq registered [ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.185997] ACPI: Power Button [PWRF] [ 1.187165] GHES: HEST is not enabled! [ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.214549] Non-volatile memory driver v1.3 [ 1.215671] Linux agpgart interface v0.103 [ 1.216893] crash memory driver: version 1.1 [ 1.218070] rdac: device handler registered [ 1.219374] hp_sw: device handler registered [ 1.220630] emc: device handler registered [ 1.221848] alua: device handler registered [ 1.223044] libphy: Fixed MDIO Bus: probed [ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225998] ehci-pci: EHCI PCI platform driver [ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228818] ohci-pci: OHCI PCI platform driver [ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver [ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.260456] usb usb1: Product: UHCI Host Controller [ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.263536] usb usb1: SerialNumber: 0000:00:01.2 [ 1.265028] hub 1-0:1.0: USB hub found [ 1.266185] hub 1-0:1.0: 2 ports detected [ 1.267487] usbcore: registered new interface driver usbserial [ 1.268861] usbcore: registered new interface driver usbserial_generic [ 1.270333] usbserial: USB Serial support registered for generic [ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.276974] mousedev: PS/2 mouse device common for all mice [ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.283511] rtc_cmos 00:00: RTC can wake from S4 [ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.290232] cpuidle: using governor menu [ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina [ 1.292759] usbcore: registered new interface driver usbhid [ 1.294084] usbhid: USB HID core driver [ 1.295204] drop_monitor: Initializing network drop monitor service [ 1.296688] TCP: cubic registered [ 1.297675] Initializing XFRM netlink socket [ 1.298900] NET: Registered protocol family 10 [ 1.300325] NET: Registered protocol family 17 [ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.307633] Loading compiled-in X.509 certificates [ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.316289] registered taskstats version 1 [ 1.319361] Key type trusted registered [ 1.322028] Key type encrypted registered [ 1.324458] IMA: No TPM chip found, activating TPM-bypass! [ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043) [ 1.328939] Freeing unused kernel memory: 1680k freed [ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.338277] systemd[1]: Detected virtualization kvm. [ 1.339631] systemd[1]: Detected architecture x86-64. [ 1.340937] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.343292] systemd[1]: No hostname configured. [ 1.344467] systemd[1]: Set hostname to . [ 1.345761] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.370092] systemd[1]: Reached target Local File Systems. [ 1.371410] systemd[1]: Starting Local File Systems. [ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.378670] systemd[1]: Created slice Root Slice. [ 1.379893] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.381936] systemd[1]: Listening on udev Control Socket. [ 1.383260] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.385357] systemd[1]: Listening on udev Kernel Socket. [ 1.386664] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388773] systemd[1]: Listening on Journal Socket. [ 1.390035] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.392072] systemd[1]: Created slice System Slice. [ 1.393313] systemd[1]: Starting System Slice. [ 1.394985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.397425] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.400290] systemd[1]: Reached target Sockets. [ 1.401475] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.403318] systemd[1]: Reached target Timers. [ 1.404494] systemd[1]: Starting Timers. [ 1.405990] 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... [[32m OK [0m] Reached target Paths. [ 1.410516] systemd[1]: Reached target Paths. [ 1.411912] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.414490] systemd[1]: Reached target Slices. [ 1.415908] systemd[1]: Starting Slices. [ 1.417473] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Swap. [ 1.421401] systemd[1]: Reached target Swap. [ 1.422759] systemd[1]: Starting Swap. [[32m OK [0m] Started Apply Kernel Variables. [ 1.425447] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.432928] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.474264] RPC: Registered named UNIX socket transport module. [ 1.476272] RPC: Registered udp transport module. [ 1.477915] RPC: Registered tcp transport module. [ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.576583] FDC 0 is a S82078B [ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.644928] scsi host0: ata_piix [ 1.646113] scsi host1: ata_piix [ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.647709] vda: vda1 [ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730592] usb 1-1: Product: QEMU USB Tablet [ 1.732115] usb 1-1: Manufacturer: QEMU [ 1.733515] usb 1-1: SerialNumber: 42 [ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.746726] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled [ 1.832830] XFS (vda1): Mounting V4 Filesystem [ 1.866695] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd). [ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz [ 2.139267] SELinux: Disabled at runtime. 2018-08-10 21:37:25,585 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-10 21:37:34,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:37:34,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:37:34,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-ea819be7-13d4-46bc-8a25-78c7532dcbba x-compute-request-id: req-ea819be7-13d4-46bc-8a25-78c7532dcbba Content-Encoding: gzip Content-Length: 11747 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1909744080 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315578] pid_max: default: 32768 minimum: 301\n[ 0.316791] Security Framework initialized\n[ 0.317900] SELinux: Initializing.\n[ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326660] Mount-cache hash table entries: 4096\n[ 0.328105] Initializing cgroup subsys memory\n[ 0.329256] Initializing cgroup subsys devices\n[ 0.330408] Initializing cgroup subsys freezer\n[ 0.331559] Initializing cgroup subsys net_cls\n[ 0.332704] Initializing cgroup subsys blkio\n[ 0.333821] Initializing cgroup subsys perf_event\n[ 0.335009] Initializing cgroup subsys hugetlb\n[ 0.336154] Initializing cgroup subsys pids\n[ 0.337260] Initializing cgroup subsys net_prio\n[ 0.338502] CPU: Physical Processor ID: 0\n[ 0.340294] mce: CPU supports 10 MCE banks\n[ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343980] tlb_flushall_shift: 6\n[ 0.345157] Freeing SMP alternatives: 28k freed\n[ 0.348920] ACPI: Core revision 20130517\n[ 0.350416] ACPI: All ACPI Tables successfully acquired\n[ 0.351852] ftrace: allocating 25812 entries in 101 pages\n[ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375964] smpboot: Max logical packages: 2\n[ 0.377254] Enabling x2apic\n[ 0.378151] Enabled x2apic\n[ 0.379224] Switched APIC routing to physical x2apic.\n[ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393193] KVM setup paravirtual spinlock\n[ 0.395503] smpboot: Booting Node 0, Processors #1 OK\n[ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.419126] Brought up 2 CPUs\n[ 0.419129] KVM setup async PF for cpu 1\n[ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.424372] devtmpfs: initialized\n[ 0.426853] EVM: security.selinux\n[ 0.427831] EVM: security.ima\n[ 0.428744] EVM: security.capability\n[ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431886] pinctrl core: initialized pinctrl subsystem\n[ 0.433262] NET: Registered protocol family 16\n[ 0.434613] ACPI: bus type PCI registered\n[ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.437222] PCI: Using configuration type 1 for base access\n[ 0.441918] ACPI: Added _OSI(Module Device)\n[ 0.443077] ACPI: Added _OSI(Processor Device)\n[ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.445398] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447742] ACPI: Interpreter enabled\n[ 0.448790] ACPI: (supports S0 S5)\n[ 0.449775] ACPI: Using IOAPIC for interrupt routing\n[ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462076] acpiphp: Slot [3] registered\n[ 0.463154] acpiphp: Slot [4] registered\n[ 0.464233] acpiphp: Slot [5] registered\n[ 0.465309] acpiphp: Slot [6] registered\n[ 0.466391] acpiphp: Slot [7] registered\n[ 0.467477] acpiphp: Slot [8] registered\n[ 0.468552] acpiphp: Slot [9] registered\n[ 0.469626] acpiphp: Slot [10] registered\n[ 0.470710] acpiphp: Slot [11] registered\n[ 0.471795] acpiphp: Slot [12] registered\n[ 0.472893] acpiphp: Slot [13] registered\n[ 0.473978] acpiphp: Slot [14] registered\n[ 0.475061] acpiphp: Slot [15] registered\n[ 0.476151] acpiphp: Slot [16] registered\n[ 0.477237] acpiphp: Slot [17] registered\n[ 0.478322] acpiphp: Slot [18] registered\n[ 0.479412] acpiphp: Slot [19] registered\n[ 0.480503] acpiphp: Slot [20] registered\n[ 0.481594] acpiphp: Slot [21] registered\n[ 0.482680] acpiphp: Slot [22] registered\n[ 0.483765] acpiphp: Slot [23] registered\n[ 0.484864] acpiphp: Slot [24] registered\n[ 0.485959] acpiphp: Slot [25] registered\n[ 0.487048] acpiphp: Slot [26] registered\n[ 0.488140] acpiphp: Slot [27] registered\n[ 0.489228] acpiphp: Slot [28] registered\n[ 0.490312] acpiphp: Slot [29] registered\n[ 0.491399] acpiphp: Slot [30] registered\n[ 0.492487] acpiphp: Slot [31] registered\n[ 0.493570] PCI host bridge to bus 0000:00\n[ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.567399] vgaarb: loaded\n[ 0.568265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569675] SCSI subsystem initialized\n[ 0.570755] ACPI: bus type USB registered\n[ 0.571854] usbcore: registered new interface driver usbfs\n[ 0.573159] usbcore: registered new interface driver hub\n[ 0.574467] usbcore: registered new device driver usb\n[ 0.576320] PCI: Using ACPI for IRQ routing\n[ 0.578097] NetLabel: Initializing\n[ 0.579386] NetLabel: domain hash size = 128\n[ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.582591] NetLabel: unlabeled traffic allowed by default\n[ 0.584499] Switched to clocksource kvm-clock\n[ 0.592776] pnp: PnP ACPI init\n[ 0.593993] ACPI: bus type PNP registered\n[ 0.595771] pnp: PnP ACPI: found 5 devices\n[ 0.597235] ACPI: bus type PNP unregistered\n[ 0.604652] NET: Registered protocol family 2\n[ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611681] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613825] TCP: reno registered\n[ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619156] NET: Registered protocol family 1\n[ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.665298] Unpacking initramfs...\n[ 1.101407] Freeing initrd memory: 37508k freed\n[ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.123527] Initialise system trusted keyring\n[ 1.125138] audit: initializing netlink socket (disabled)\n[ 1.127000] type=2000 audit(1533937043.217:1): initialized\n[ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.149384] zpool: loaded\n[ 1.150531] zbud: loaded\n[ 1.151805] VFS: Disk quotas dquot_6.5.2\n[ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.155576] msgmni has been set to 7578\n[ 1.157098] Key type big_key registered\n[ 1.159178] NET: Registered protocol family 38\n[ 1.160736] Key type asymmetric registered\n[ 1.162227] Asymmetric key parser 'x509' registered\n[ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.166749] io scheduler noop registered\n[ 1.168232] io scheduler deadline registered (default)\n[ 1.179774] io scheduler cfq registered\n[ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.185997] ACPI: Power Button [PWRF]\n[ 1.187165] GHES: HEST is not enabled!\n[ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.214549] Non-volatile memory driver v1.3\n[ 1.215671] Linux agpgart interface v0.103\n[ 1.216893] crash memory driver: version 1.1\n[ 1.218070] rdac: device handler registered\n[ 1.219374] hp_sw: device handler registered\n[ 1.220630] emc: device handler registered\n[ 1.221848] alua: device handler registered\n[ 1.223044] libphy: Fixed MDIO Bus: probed\n[ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.225998] ehci-pci: EHCI PCI platform driver\n[ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228818] ohci-pci: OHCI PCI platform driver\n[ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.260456] usb usb1: Product: UHCI Host Controller\n[ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.263536] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.265028] hub 1-0:1.0: USB hub found\n[ 1.266185] hub 1-0:1.0: 2 ports detected\n[ 1.267487] usbcore: registered new interface driver usbserial\n[ 1.268861] usbcore: registered new interface driver usbserial_generic\n[ 1.270333] usbserial: USB Serial support registered for generic\n[ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.276974] mousedev: PS/2 mouse device common for all mice\n[ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.283511] rtc_cmos 00:00: RTC can wake from S4\n[ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.290232] cpuidle: using governor menu\n[ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.292759] usbcore: registered new interface driver usbhid\n[ 1.294084] usbhid: USB HID core driver\n[ 1.295204] drop_monitor: Initializing network drop monitor service\n[ 1.296688] TCP: cubic registered\n[ 1.297675] Initializing XFRM netlink socket\n[ 1.298900] NET: Registered protocol family 10\n[ 1.300325] NET: Registered protocol family 17\n[ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.307633] Loading compiled-in X.509 certificates\n[ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.316289] registered taskstats version 1\n[ 1.319361] Key type trusted registered\n[ 1.322028] Key type encrypted registered\n[ 1.324458] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043)\n[ 1.328939] Freeing unused kernel memory: 1680k freed\n[ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.338277] systemd[1]: Detected virtualization kvm.\n[ 1.339631] systemd[1]: Detected architecture x86-64.\n[ 1.340937] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.343292] systemd[1]: No hostname configured.\n[ 1.344467] systemd[1]: Set hostname to .\n[ 1.345761] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.370092] systemd[1]: Reached target Local File Systems.\n[ 1.371410] systemd[1]: Starting Local File Systems.\n[ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378670] systemd[1]: Created slice Root Slice.\n[ 1.379893] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.381936] systemd[1]: Listening on udev Control Socket.\n[ 1.383260] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.385357] systemd[1]: Listening on udev Kernel Socket.\n[ 1.386664] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388773] systemd[1]: Listening on Journal Socket.\n[ 1.390035] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.392072] systemd[1]: Created slice System Slice.\n[ 1.393313] systemd[1]: Starting System Slice.\n[ 1.394985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.397425] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.400290] systemd[1]: Reached target Sockets.\n[ 1.401475] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.403318] systemd[1]: Reached target Timers.\n[ 1.404494] systemd[1]: Starting Timers.\n[ 1.405990] 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[[32m OK [0m] Reached target Paths.\n[ 1.410516] systemd[1]: Reached target Paths.\n[ 1.411912] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.414490] systemd[1]: Reached target Slices.\n[ 1.415908] systemd[1]: Starting Slices.\n[ 1.417473] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Swap.\n[ 1.421401] systemd[1]: Reached target Swap.\n[ 1.422759] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.425447] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.432928] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.474264] RPC: Registered named UNIX socket transport module.\n[ 1.476272] RPC: Registered udp transport module.\n[ 1.477915] RPC: Registered tcp transport module.\n[ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.576583] FDC 0 is a S82078B\n[ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.644928] scsi host0: ata_piix\n[ 1.646113] scsi host1: ata_piix\n[ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.647709] vda: vda1\n[ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730592] usb 1-1: Product: QEMU USB Tablet\n[ 1.732115] usb 1-1: Manufacturer: QEMU\n[ 1.733515] usb 1-1: SerialNumber: 42\n[ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.746726] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.832830] XFS (vda1): Mounting V4 Filesystem\n[ 1.866695] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd).\n[ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz\n[ 2.139267] SELinux: Disabled at runtime.\n[ 2.177541] type=1404 audit(1533937044.351:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.365457] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.366909] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.634439] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[ 2.698547] systemd-journald[392]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.781199] type=1305 audit(1533937044.954:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[ 2.983491] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.993133] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.999014] [drm] Initialized drm 1.1.0 20060810\n[ 2.999978] ppdev: user-space parallel port driver\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.020744] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.020745] [TTM] Initializing pool allocator\n[ 3.020748] [TTM] Initializing DMA pool allocator\n[ 3.020995] [drm] fb mappable at 0xFC000000\n[ 3.020996] [drm] vram aper at 0xFC000000\n[ 3.020996] [drm] size 33554432\n[ 3.020996] [drm] fb depth is 24\n[ 3.020997] [drm] pitch is 3072\n[ 3.039630] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.059584] Console: switching to colour frame buffer device 128x48\n[ 3.073311] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.090911] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting NTP client/server...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.164939] AES CTR mode by8 optimization enabled\n[ 3.169478] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.181917] alg: No test for crc32 (crc32-pclmul)\n[ 3.193418] intel_rapl: no valid rapl domains found in package 0\n[ 3.197096] intel_powerclamp: No package C-state available\n[ 3.202244] intel_powerclamp: No package C-state available[ 3.251927] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:37:25 +0000. Up 3.21 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Notify NFS peers of a restart...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.587173] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:37:28 +0000. Up 5.53 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.606616] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.608786] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.610904] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.617642] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.630317] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.636875] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:75:74:dd |\n[ 5.642784] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.647065] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.650172] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.660460] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.669288] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.673478] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.680277] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.695266] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.708260] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-10 21:37:34,680 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-ea819be7-13d4-46bc-8a25-78c7532dcbba 2018-08-10 21:37:34,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0850350856781s 2018-08-10 21:37:34,681 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-ea819be7-13d4-46bc-8a25-78c7532dcbba 2018-08-10 21:37:34,682 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1909744080 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315578] pid_max: default: 32768 minimum: 301 [ 0.316791] Security Framework initialized [ 0.317900] SELinux: Initializing. [ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326660] Mount-cache hash table entries: 4096 [ 0.328105] Initializing cgroup subsys memory [ 0.329256] Initializing cgroup subsys devices [ 0.330408] Initializing cgroup subsys freezer [ 0.331559] Initializing cgroup subsys net_cls [ 0.332704] Initializing cgroup subsys blkio [ 0.333821] Initializing cgroup subsys perf_event [ 0.335009] Initializing cgroup subsys hugetlb [ 0.336154] Initializing cgroup subsys pids [ 0.337260] Initializing cgroup subsys net_prio [ 0.338502] CPU: Physical Processor ID: 0 [ 0.340294] mce: CPU supports 10 MCE banks [ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343980] tlb_flushall_shift: 6 [ 0.345157] Freeing SMP alternatives: 28k freed [ 0.348920] ACPI: Core revision 20130517 [ 0.350416] ACPI: All ACPI Tables successfully acquired [ 0.351852] ftrace: allocating 25812 entries in 101 pages [ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375964] smpboot: Max logical packages: 2 [ 0.377254] Enabling x2apic [ 0.378151] Enabled x2apic [ 0.379224] Switched APIC routing to physical x2apic. [ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393193] KVM setup paravirtual spinlock [ 0.395503] smpboot: Booting Node 0, Processors #1 OK [ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.419126] Brought up 2 CPUs [ 0.419129] KVM setup async PF for cpu 1 [ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.424372] devtmpfs: initialized [ 0.426853] EVM: security.selinux [ 0.427831] EVM: security.ima [ 0.428744] EVM: security.capability [ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431886] pinctrl core: initialized pinctrl subsystem [ 0.433262] NET: Registered protocol family 16 [ 0.434613] ACPI: bus type PCI registered [ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.437222] PCI: Using configuration type 1 for base access [ 0.441918] ACPI: Added _OSI(Module Device) [ 0.443077] ACPI: Added _OSI(Processor Device) [ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.445398] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447742] ACPI: Interpreter enabled [ 0.448790] ACPI: (supports S0 S5) [ 0.449775] ACPI: Using IOAPIC for interrupt routing [ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462076] acpiphp: Slot [3] registered [ 0.463154] acpiphp: Slot [4] registered [ 0.464233] acpiphp: Slot [5] registered [ 0.465309] acpiphp: Slot [6] registered [ 0.466391] acpiphp: Slot [7] registered [ 0.467477] acpiphp: Slot [8] registered [ 0.468552] acpiphp: Slot [9] registered [ 0.469626] acpiphp: Slot [10] registered [ 0.470710] acpiphp: Slot [11] registered [ 0.471795] acpiphp: Slot [12] registered [ 0.472893] acpiphp: Slot [13] registered [ 0.473978] acpiphp: Slot [14] registered [ 0.475061] acpiphp: Slot [15] registered [ 0.476151] acpiphp: Slot [16] registered [ 0.477237] acpiphp: Slot [17] registered [ 0.478322] acpiphp: Slot [18] registered [ 0.479412] acpiphp: Slot [19] registered [ 0.480503] acpiphp: Slot [20] registered [ 0.481594] acpiphp: Slot [21] registered [ 0.482680] acpiphp: Slot [22] registered [ 0.483765] acpiphp: Slot [23] registered [ 0.484864] acpiphp: Slot [24] registered [ 0.485959] acpiphp: Slot [25] registered [ 0.487048] acpiphp: Slot [26] registered [ 0.488140] acpiphp: Slot [27] registered [ 0.489228] acpiphp: Slot [28] registered [ 0.490312] acpiphp: Slot [29] registered [ 0.491399] acpiphp: Slot [30] registered [ 0.492487] acpiphp: Slot [31] registered [ 0.493570] PCI host bridge to bus 0000:00 [ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.567399] vgaarb: loaded [ 0.568265] vgaarb: bridge control possible 0000:00:02.0 [ 0.569675] SCSI subsystem initialized [ 0.570755] ACPI: bus type USB registered [ 0.571854] usbcore: registered new interface driver usbfs [ 0.573159] usbcore: registered new interface driver hub [ 0.574467] usbcore: registered new device driver usb [ 0.576320] PCI: Using ACPI for IRQ routing [ 0.578097] NetLabel: Initializing [ 0.579386] NetLabel: domain hash size = 128 [ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.582591] NetLabel: unlabeled traffic allowed by default [ 0.584499] Switched to clocksource kvm-clock [ 0.592776] pnp: PnP ACPI init [ 0.593993] ACPI: bus type PNP registered [ 0.595771] pnp: PnP ACPI: found 5 devices [ 0.597235] ACPI: bus type PNP unregistered [ 0.604652] NET: Registered protocol family 2 [ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611681] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613825] TCP: reno registered [ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619156] NET: Registered protocol family 1 [ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.665298] Unpacking initramfs... [ 1.101407] Freeing initrd memory: 37508k freed [ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.123527] Initialise system trusted keyring [ 1.125138] audit: initializing netlink socket (disabled) [ 1.127000] type=2000 audit(1533937043.217:1): initialized [ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.149384] zpool: loaded [ 1.150531] zbud: loaded [ 1.151805] VFS: Disk quotas dquot_6.5.2 [ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.155576] msgmni has been set to 7578 [ 1.157098] Key type big_key registered [ 1.159178] NET: Registered protocol family 38 [ 1.160736] Key type asymmetric registered [ 1.162227] Asymmetric key parser 'x509' registered [ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.166749] io scheduler noop registered [ 1.168232] io scheduler deadline registered (default) [ 1.179774] io scheduler cfq registered [ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.185997] ACPI: Power Button [PWRF] [ 1.187165] GHES: HEST is not enabled! [ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.214549] Non-volatile memory driver v1.3 [ 1.215671] Linux agpgart interface v0.103 [ 1.216893] crash memory driver: version 1.1 [ 1.218070] rdac: device handler registered [ 1.219374] hp_sw: device handler registered [ 1.220630] emc: device handler registered [ 1.221848] alua: device handler registered [ 1.223044] libphy: Fixed MDIO Bus: probed [ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225998] ehci-pci: EHCI PCI platform driver [ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228818] ohci-pci: OHCI PCI platform driver [ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver [ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.260456] usb usb1: Product: UHCI Host Controller [ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.263536] usb usb1: SerialNumber: 0000:00:01.2 [ 1.265028] hub 1-0:1.0: USB hub found [ 1.266185] hub 1-0:1.0: 2 ports detected [ 1.267487] usbcore: registered new interface driver usbserial [ 1.268861] usbcore: registered new interface driver usbserial_generic [ 1.270333] usbserial: USB Serial support registered for generic [ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.276974] mousedev: PS/2 mouse device common for all mice [ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.283511] rtc_cmos 00:00: RTC can wake from S4 [ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.290232] cpuidle: using governor menu [ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina [ 1.292759] usbcore: registered new interface driver usbhid [ 1.294084] usbhid: USB HID core driver [ 1.295204] drop_monitor: Initializing network drop monitor service [ 1.296688] TCP: cubic registered [ 1.297675] Initializing XFRM netlink socket [ 1.298900] NET: Registered protocol family 10 [ 1.300325] NET: Registered protocol family 17 [ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.307633] Loading compiled-in X.509 certificates [ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.316289] registered taskstats version 1 [ 1.319361] Key type trusted registered [ 1.322028] Key type encrypted registered [ 1.324458] IMA: No TPM chip found, activating TPM-bypass! [ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043) [ 1.328939] Freeing unused kernel memory: 1680k freed [ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.338277] systemd[1]: Detected virtualization kvm. [ 1.339631] systemd[1]: Detected architecture x86-64. [ 1.340937] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.343292] systemd[1]: No hostname configured. [ 1.344467] systemd[1]: Set hostname to . [ 1.345761] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.370092] systemd[1]: Reached target Local File Systems. [ 1.371410] systemd[1]: Starting Local File Systems. [ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.378670] systemd[1]: Created slice Root Slice. [ 1.379893] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.381936] systemd[1]: Listening on udev Control Socket. [ 1.383260] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.385357] systemd[1]: Listening on udev Kernel Socket. [ 1.386664] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388773] systemd[1]: Listening on Journal Socket. [ 1.390035] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.392072] systemd[1]: Created slice System Slice. [ 1.393313] systemd[1]: Starting System Slice. [ 1.394985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.397425] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.400290] systemd[1]: Reached target Sockets. [ 1.401475] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.403318] systemd[1]: Reached target Timers. [ 1.404494] systemd[1]: Starting Timers. [ 1.405990] 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... [[32m OK [0m] Reached target Paths. [ 1.410516] systemd[1]: Reached target Paths. [ 1.411912] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.414490] systemd[1]: Reached target Slices. [ 1.415908] systemd[1]: Starting Slices. [ 1.417473] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Swap. [ 1.421401] systemd[1]: Reached target Swap. [ 1.422759] systemd[1]: Starting Swap. [[32m OK [0m] Started Apply Kernel Variables. [ 1.425447] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.432928] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.474264] RPC: Registered named UNIX socket transport module. [ 1.476272] RPC: Registered udp transport module. [ 1.477915] RPC: Registered tcp transport module. [ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.576583] FDC 0 is a S82078B [ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.644928] scsi host0: ata_piix [ 1.646113] scsi host1: ata_piix [ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.647709] vda: vda1 [ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730592] usb 1-1: Product: QEMU USB Tablet [ 1.732115] usb 1-1: Manufacturer: QEMU [ 1.733515] usb 1-1: SerialNumber: 42 [ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.746726] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled [ 1.832830] XFS (vda1): Mounting V4 Filesystem [ 1.866695] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd). [ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz [ 2.139267] SELinux: Disabled at runtime. [ 2.177541] type=1404 audit(1533937044.351:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.365457] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.366909] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Load/Save Random Seed. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.634439] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [ 2.698547] systemd-journald[392]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.781199] type=1305 audit(1533937044.954:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting LSB: Bring up/down networking... [ 2.983491] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.993133] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.999014] [drm] Initialized drm 1.1.0 20060810 [ 2.999978] ppdev: user-space parallel port driver Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.020744] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.020745] [TTM] Initializing pool allocator [ 3.020748] [TTM] Initializing DMA pool allocator [ 3.020995] [drm] fb mappable at 0xFC000000 [ 3.020996] [drm] vram aper at 0xFC000000 [ 3.020996] [drm] size 33554432 [ 3.020996] [drm] fb depth is 24 [ 3.020997] [drm] pitch is 3072 [ 3.039630] fbcon: cirrusdrmfb (fb0) is primary device [ 3.059584] Console: switching to colour frame buffer device 128x48 [ 3.073311] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.090911] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting NTP client/server... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.164939] AES CTR mode by8 optimization enabled [ 3.169478] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.181917] alg: No test for crc32 (crc32-pclmul) [ 3.193418] intel_rapl: no valid rapl domains found in package 0 [ 3.197096] intel_powerclamp: No package C-state available [ 3.202244] intel_powerclamp: No package C-state available[ 3.251927] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:37:25 +0000. Up 3.21 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.587173] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:37:28 +0000. Up 5.53 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.606616] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.608786] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.610904] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.617642] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.630317] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.636875] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:75:74:dd | [ 5.642784] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.647065] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.650172] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.660460] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.669288] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.673478] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.680277] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.695266] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.708260] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-10 21:37:34,685 - paramiko.transport - DEBUG - starting thread (client mode): 0xca663510L 2018-08-10 21:37:34,686 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 21:37:34,693 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 21:37:34,694 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 21:37:34,699 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 21:37:34,700 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 21:37:34,700 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 21:37:34,700 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 21:37:34,700 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 21:37:34,700 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 21:37:34,708 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 21:37:34,709 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 21:37:34,717 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.208: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-10 21:37:34,718 - paramiko.transport - DEBUG - Trying discovered key 2b29c8e0fd25b077cd2d266ee9de7afe in /tmp/tmpabg3R0 2018-08-10 21:37:34,748 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 21:37:44,779 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 21:37:44,799 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 21:37:44,803 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 21:37:44,808 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 21:37:44,815 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.208: Authentication failed. 2018-08-10 21:37:53,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:37:53,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:37:53,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:37: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-b5b2f89b-f56c-4869-b6a2-7ede7112d8d5 x-compute-request-id: req-b5b2f89b-f56c-4869-b6a2-7ede7112d8d5 Content-Encoding: gzip Content-Length: 11747 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1909744080 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315578] pid_max: default: 32768 minimum: 301\n[ 0.316791] Security Framework initialized\n[ 0.317900] SELinux: Initializing.\n[ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326660] Mount-cache hash table entries: 4096\n[ 0.328105] Initializing cgroup subsys memory\n[ 0.329256] Initializing cgroup subsys devices\n[ 0.330408] Initializing cgroup subsys freezer\n[ 0.331559] Initializing cgroup subsys net_cls\n[ 0.332704] Initializing cgroup subsys blkio\n[ 0.333821] Initializing cgroup subsys perf_event\n[ 0.335009] Initializing cgroup subsys hugetlb\n[ 0.336154] Initializing cgroup subsys pids\n[ 0.337260] Initializing cgroup subsys net_prio\n[ 0.338502] CPU: Physical Processor ID: 0\n[ 0.340294] mce: CPU supports 10 MCE banks\n[ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343980] tlb_flushall_shift: 6\n[ 0.345157] Freeing SMP alternatives: 28k freed\n[ 0.348920] ACPI: Core revision 20130517\n[ 0.350416] ACPI: All ACPI Tables successfully acquired\n[ 0.351852] ftrace: allocating 25812 entries in 101 pages\n[ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375964] smpboot: Max logical packages: 2\n[ 0.377254] Enabling x2apic\n[ 0.378151] Enabled x2apic\n[ 0.379224] Switched APIC routing to physical x2apic.\n[ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393193] KVM setup paravirtual spinlock\n[ 0.395503] smpboot: Booting Node 0, Processors #1 OK\n[ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.419126] Brought up 2 CPUs\n[ 0.419129] KVM setup async PF for cpu 1\n[ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.424372] devtmpfs: initialized\n[ 0.426853] EVM: security.selinux\n[ 0.427831] EVM: security.ima\n[ 0.428744] EVM: security.capability\n[ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431886] pinctrl core: initialized pinctrl subsystem\n[ 0.433262] NET: Registered protocol family 16\n[ 0.434613] ACPI: bus type PCI registered\n[ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.437222] PCI: Using configuration type 1 for base access\n[ 0.441918] ACPI: Added _OSI(Module Device)\n[ 0.443077] ACPI: Added _OSI(Processor Device)\n[ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.445398] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447742] ACPI: Interpreter enabled\n[ 0.448790] ACPI: (supports S0 S5)\n[ 0.449775] ACPI: Using IOAPIC for interrupt routing\n[ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462076] acpiphp: Slot [3] registered\n[ 0.463154] acpiphp: Slot [4] registered\n[ 0.464233] acpiphp: Slot [5] registered\n[ 0.465309] acpiphp: Slot [6] registered\n[ 0.466391] acpiphp: Slot [7] registered\n[ 0.467477] acpiphp: Slot [8] registered\n[ 0.468552] acpiphp: Slot [9] registered\n[ 0.469626] acpiphp: Slot [10] registered\n[ 0.470710] acpiphp: Slot [11] registered\n[ 0.471795] acpiphp: Slot [12] registered\n[ 0.472893] acpiphp: Slot [13] registered\n[ 0.473978] acpiphp: Slot [14] registered\n[ 0.475061] acpiphp: Slot [15] registered\n[ 0.476151] acpiphp: Slot [16] registered\n[ 0.477237] acpiphp: Slot [17] registered\n[ 0.478322] acpiphp: Slot [18] registered\n[ 0.479412] acpiphp: Slot [19] registered\n[ 0.480503] acpiphp: Slot [20] registered\n[ 0.481594] acpiphp: Slot [21] registered\n[ 0.482680] acpiphp: Slot [22] registered\n[ 0.483765] acpiphp: Slot [23] registered\n[ 0.484864] acpiphp: Slot [24] registered\n[ 0.485959] acpiphp: Slot [25] registered\n[ 0.487048] acpiphp: Slot [26] registered\n[ 0.488140] acpiphp: Slot [27] registered\n[ 0.489228] acpiphp: Slot [28] registered\n[ 0.490312] acpiphp: Slot [29] registered\n[ 0.491399] acpiphp: Slot [30] registered\n[ 0.492487] acpiphp: Slot [31] registered\n[ 0.493570] PCI host bridge to bus 0000:00\n[ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.567399] vgaarb: loaded\n[ 0.568265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569675] SCSI subsystem initialized\n[ 0.570755] ACPI: bus type USB registered\n[ 0.571854] usbcore: registered new interface driver usbfs\n[ 0.573159] usbcore: registered new interface driver hub\n[ 0.574467] usbcore: registered new device driver usb\n[ 0.576320] PCI: Using ACPI for IRQ routing\n[ 0.578097] NetLabel: Initializing\n[ 0.579386] NetLabel: domain hash size = 128\n[ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.582591] NetLabel: unlabeled traffic allowed by default\n[ 0.584499] Switched to clocksource kvm-clock\n[ 0.592776] pnp: PnP ACPI init\n[ 0.593993] ACPI: bus type PNP registered\n[ 0.595771] pnp: PnP ACPI: found 5 devices\n[ 0.597235] ACPI: bus type PNP unregistered\n[ 0.604652] NET: Registered protocol family 2\n[ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611681] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613825] TCP: reno registered\n[ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619156] NET: Registered protocol family 1\n[ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.665298] Unpacking initramfs...\n[ 1.101407] Freeing initrd memory: 37508k freed\n[ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.123527] Initialise system trusted keyring\n[ 1.125138] audit: initializing netlink socket (disabled)\n[ 1.127000] type=2000 audit(1533937043.217:1): initialized\n[ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.149384] zpool: loaded\n[ 1.150531] zbud: loaded\n[ 1.151805] VFS: Disk quotas dquot_6.5.2\n[ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.155576] msgmni has been set to 7578\n[ 1.157098] Key type big_key registered\n[ 1.159178] NET: Registered protocol family 38\n[ 1.160736] Key type asymmetric registered\n[ 1.162227] Asymmetric key parser 'x509' registered\n[ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.166749] io scheduler noop registered\n[ 1.168232] io scheduler deadline registered (default)\n[ 1.179774] io scheduler cfq registered\n[ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.185997] ACPI: Power Button [PWRF]\n[ 1.187165] GHES: HEST is not enabled!\n[ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.214549] Non-volatile memory driver v1.3\n[ 1.215671] Linux agpgart interface v0.103\n[ 1.216893] crash memory driver: version 1.1\n[ 1.218070] rdac: device handler registered\n[ 1.219374] hp_sw: device handler registered\n[ 1.220630] emc: device handler registered\n[ 1.221848] alua: device handler registered\n[ 1.223044] libphy: Fixed MDIO Bus: probed\n[ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.225998] ehci-pci: EHCI PCI platform driver\n[ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228818] ohci-pci: OHCI PCI platform driver\n[ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.260456] usb usb1: Product: UHCI Host Controller\n[ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.263536] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.265028] hub 1-0:1.0: USB hub found\n[ 1.266185] hub 1-0:1.0: 2 ports detected\n[ 1.267487] usbcore: registered new interface driver usbserial\n[ 1.268861] usbcore: registered new interface driver usbserial_generic\n[ 1.270333] usbserial: USB Serial support registered for generic\n[ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.276974] mousedev: PS/2 mouse device common for all mice\n[ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.283511] rtc_cmos 00:00: RTC can wake from S4\n[ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.290232] cpuidle: using governor menu\n[ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.292759] usbcore: registered new interface driver usbhid\n[ 1.294084] usbhid: USB HID core driver\n[ 1.295204] drop_monitor: Initializing network drop monitor service\n[ 1.296688] TCP: cubic registered\n[ 1.297675] Initializing XFRM netlink socket\n[ 1.298900] NET: Registered protocol family 10\n[ 1.300325] NET: Registered protocol family 17\n[ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.307633] Loading compiled-in X.509 certificates\n[ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.316289] registered taskstats version 1\n[ 1.319361] Key type trusted registered\n[ 1.322028] Key type encrypted registered\n[ 1.324458] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043)\n[ 1.328939] Freeing unused kernel memory: 1680k freed\n[ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.338277] systemd[1]: Detected virtualization kvm.\n[ 1.339631] systemd[1]: Detected architecture x86-64.\n[ 1.340937] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.343292] systemd[1]: No hostname configured.\n[ 1.344467] systemd[1]: Set hostname to .\n[ 1.345761] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.370092] systemd[1]: Reached target Local File Systems.\n[ 1.371410] systemd[1]: Starting Local File Systems.\n[ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378670] systemd[1]: Created slice Root Slice.\n[ 1.379893] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.381936] systemd[1]: Listening on udev Control Socket.\n[ 1.383260] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.385357] systemd[1]: Listening on udev Kernel Socket.\n[ 1.386664] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388773] systemd[1]: Listening on Journal Socket.\n[ 1.390035] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.392072] systemd[1]: Created slice System Slice.\n[ 1.393313] systemd[1]: Starting System Slice.\n[ 1.394985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.397425] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.400290] systemd[1]: Reached target Sockets.\n[ 1.401475] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.403318] systemd[1]: Reached target Timers.\n[ 1.404494] systemd[1]: Starting Timers.\n[ 1.405990] 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[[32m OK [0m] Reached target Paths.\n[ 1.410516] systemd[1]: Reached target Paths.\n[ 1.411912] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.414490] systemd[1]: Reached target Slices.\n[ 1.415908] systemd[1]: Starting Slices.\n[ 1.417473] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Swap.\n[ 1.421401] systemd[1]: Reached target Swap.\n[ 1.422759] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.425447] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.432928] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.474264] RPC: Registered named UNIX socket transport module.\n[ 1.476272] RPC: Registered udp transport module.\n[ 1.477915] RPC: Registered tcp transport module.\n[ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.576583] FDC 0 is a S82078B\n[ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.644928] scsi host0: ata_piix\n[ 1.646113] scsi host1: ata_piix\n[ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.647709] vda: vda1\n[ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730592] usb 1-1: Product: QEMU USB Tablet\n[ 1.732115] usb 1-1: Manufacturer: QEMU\n[ 1.733515] usb 1-1: SerialNumber: 42\n[ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.746726] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.832830] XFS (vda1): Mounting V4 Filesystem\n[ 1.866695] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd).\n[ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz\n[ 2.139267] SELinux: Disabled at runtime.\n[ 2.177541] type=1404 audit(1533937044.351:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.365457] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.366909] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.634439] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[ 2.698547] systemd-journald[392]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.781199] type=1305 audit(1533937044.954:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[ 2.983491] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.993133] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.999014] [drm] Initialized drm 1.1.0 20060810\n[ 2.999978] ppdev: user-space parallel port driver\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.020744] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.020745] [TTM] Initializing pool allocator\n[ 3.020748] [TTM] Initializing DMA pool allocator\n[ 3.020995] [drm] fb mappable at 0xFC000000\n[ 3.020996] [drm] vram aper at 0xFC000000\n[ 3.020996] [drm] size 33554432\n[ 3.020996] [drm] fb depth is 24\n[ 3.020997] [drm] pitch is 3072\n[ 3.039630] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.059584] Console: switching to colour frame buffer device 128x48\n[ 3.073311] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.090911] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting NTP client/server...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.164939] AES CTR mode by8 optimization enabled\n[ 3.169478] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.181917] alg: No test for crc32 (crc32-pclmul)\n[ 3.193418] intel_rapl: no valid rapl domains found in package 0\n[ 3.197096] intel_powerclamp: No package C-state available\n[ 3.202244] intel_powerclamp: No package C-state available[ 3.251927] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:37:25 +0000. Up 3.21 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Notify NFS peers of a restart...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.587173] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:37:28 +0000. Up 5.53 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.606616] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.608786] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.610904] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.617642] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.630317] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.636875] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:75:74:dd |\n[ 5.642784] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.647065] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.650172] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.660460] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.669288] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.673478] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.680277] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.695266] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.708260] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-10 21:37:53,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-b5b2f89b-f56c-4869-b6a2-7ede7112d8d5 2018-08-10 21:37:53,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.155152082443s 2018-08-10 21:37:53,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-b5b2f89b-f56c-4869-b6a2-7ede7112d8d5 2018-08-10 21:37:53,972 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1909744080 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315578] pid_max: default: 32768 minimum: 301 [ 0.316791] Security Framework initialized [ 0.317900] SELinux: Initializing. [ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326660] Mount-cache hash table entries: 4096 [ 0.328105] Initializing cgroup subsys memory [ 0.329256] Initializing cgroup subsys devices [ 0.330408] Initializing cgroup subsys freezer [ 0.331559] Initializing cgroup subsys net_cls [ 0.332704] Initializing cgroup subsys blkio [ 0.333821] Initializing cgroup subsys perf_event [ 0.335009] Initializing cgroup subsys hugetlb [ 0.336154] Initializing cgroup subsys pids [ 0.337260] Initializing cgroup subsys net_prio [ 0.338502] CPU: Physical Processor ID: 0 [ 0.340294] mce: CPU supports 10 MCE banks [ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343980] tlb_flushall_shift: 6 [ 0.345157] Freeing SMP alternatives: 28k freed [ 0.348920] ACPI: Core revision 20130517 [ 0.350416] ACPI: All ACPI Tables successfully acquired [ 0.351852] ftrace: allocating 25812 entries in 101 pages [ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375964] smpboot: Max logical packages: 2 [ 0.377254] Enabling x2apic [ 0.378151] Enabled x2apic [ 0.379224] Switched APIC routing to physical x2apic. [ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393193] KVM setup paravirtual spinlock [ 0.395503] smpboot: Booting Node 0, Processors #1 OK [ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.419126] Brought up 2 CPUs [ 0.419129] KVM setup async PF for cpu 1 [ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.424372] devtmpfs: initialized [ 0.426853] EVM: security.selinux [ 0.427831] EVM: security.ima [ 0.428744] EVM: security.capability [ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431886] pinctrl core: initialized pinctrl subsystem [ 0.433262] NET: Registered protocol family 16 [ 0.434613] ACPI: bus type PCI registered [ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.437222] PCI: Using configuration type 1 for base access [ 0.441918] ACPI: Added _OSI(Module Device) [ 0.443077] ACPI: Added _OSI(Processor Device) [ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.445398] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447742] ACPI: Interpreter enabled [ 0.448790] ACPI: (supports S0 S5) [ 0.449775] ACPI: Using IOAPIC for interrupt routing [ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462076] acpiphp: Slot [3] registered [ 0.463154] acpiphp: Slot [4] registered [ 0.464233] acpiphp: Slot [5] registered [ 0.465309] acpiphp: Slot [6] registered [ 0.466391] acpiphp: Slot [7] registered [ 0.467477] acpiphp: Slot [8] registered [ 0.468552] acpiphp: Slot [9] registered [ 0.469626] acpiphp: Slot [10] registered [ 0.470710] acpiphp: Slot [11] registered [ 0.471795] acpiphp: Slot [12] registered [ 0.472893] acpiphp: Slot [13] registered [ 0.473978] acpiphp: Slot [14] registered [ 0.475061] acpiphp: Slot [15] registered [ 0.476151] acpiphp: Slot [16] registered [ 0.477237] acpiphp: Slot [17] registered [ 0.478322] acpiphp: Slot [18] registered [ 0.479412] acpiphp: Slot [19] registered [ 0.480503] acpiphp: Slot [20] registered [ 0.481594] acpiphp: Slot [21] registered [ 0.482680] acpiphp: Slot [22] registered [ 0.483765] acpiphp: Slot [23] registered [ 0.484864] acpiphp: Slot [24] registered [ 0.485959] acpiphp: Slot [25] registered [ 0.487048] acpiphp: Slot [26] registered [ 0.488140] acpiphp: Slot [27] registered [ 0.489228] acpiphp: Slot [28] registered [ 0.490312] acpiphp: Slot [29] registered [ 0.491399] acpiphp: Slot [30] registered [ 0.492487] acpiphp: Slot [31] registered [ 0.493570] PCI host bridge to bus 0000:00 [ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.567399] vgaarb: loaded [ 0.568265] vgaarb: bridge control possible 0000:00:02.0 [ 0.569675] SCSI subsystem initialized [ 0.570755] ACPI: bus type USB registered [ 0.571854] usbcore: registered new interface driver usbfs [ 0.573159] usbcore: registered new interface driver hub [ 0.574467] usbcore: registered new device driver usb [ 0.576320] PCI: Using ACPI for IRQ routing [ 0.578097] NetLabel: Initializing [ 0.579386] NetLabel: domain hash size = 128 [ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.582591] NetLabel: unlabeled traffic allowed by default [ 0.584499] Switched to clocksource kvm-clock [ 0.592776] pnp: PnP ACPI init [ 0.593993] ACPI: bus type PNP registered [ 0.595771] pnp: PnP ACPI: found 5 devices [ 0.597235] ACPI: bus type PNP unregistered [ 0.604652] NET: Registered protocol family 2 [ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611681] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613825] TCP: reno registered [ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619156] NET: Registered protocol family 1 [ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.665298] Unpacking initramfs... [ 1.101407] Freeing initrd memory: 37508k freed [ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.123527] Initialise system trusted keyring [ 1.125138] audit: initializing netlink socket (disabled) [ 1.127000] type=2000 audit(1533937043.217:1): initialized [ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.149384] zpool: loaded [ 1.150531] zbud: loaded [ 1.151805] VFS: Disk quotas dquot_6.5.2 [ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.155576] msgmni has been set to 7578 [ 1.157098] Key type big_key registered [ 1.159178] NET: Registered protocol family 38 [ 1.160736] Key type asymmetric registered [ 1.162227] Asymmetric key parser 'x509' registered [ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.166749] io scheduler noop registered [ 1.168232] io scheduler deadline registered (default) [ 1.179774] io scheduler cfq registered [ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.185997] ACPI: Power Button [PWRF] [ 1.187165] GHES: HEST is not enabled! [ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.214549] Non-volatile memory driver v1.3 [ 1.215671] Linux agpgart interface v0.103 [ 1.216893] crash memory driver: version 1.1 [ 1.218070] rdac: device handler registered [ 1.219374] hp_sw: device handler registered [ 1.220630] emc: device handler registered [ 1.221848] alua: device handler registered [ 1.223044] libphy: Fixed MDIO Bus: probed [ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225998] ehci-pci: EHCI PCI platform driver [ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228818] ohci-pci: OHCI PCI platform driver [ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver [ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.260456] usb usb1: Product: UHCI Host Controller [ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.263536] usb usb1: SerialNumber: 0000:00:01.2 [ 1.265028] hub 1-0:1.0: USB hub found [ 1.266185] hub 1-0:1.0: 2 ports detected [ 1.267487] usbcore: registered new interface driver usbserial [ 1.268861] usbcore: registered new interface driver usbserial_generic [ 1.270333] usbserial: USB Serial support registered for generic [ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.276974] mousedev: PS/2 mouse device common for all mice [ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.283511] rtc_cmos 00:00: RTC can wake from S4 [ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.290232] cpuidle: using governor menu [ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina [ 1.292759] usbcore: registered new interface driver usbhid [ 1.294084] usbhid: USB HID core driver [ 1.295204] drop_monitor: Initializing network drop monitor service [ 1.296688] TCP: cubic registered [ 1.297675] Initializing XFRM netlink socket [ 1.298900] NET: Registered protocol family 10 [ 1.300325] NET: Registered protocol family 17 [ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.307633] Loading compiled-in X.509 certificates [ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.316289] registered taskstats version 1 [ 1.319361] Key type trusted registered [ 1.322028] Key type encrypted registered [ 1.324458] IMA: No TPM chip found, activating TPM-bypass! [ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043) [ 1.328939] Freeing unused kernel memory: 1680k freed [ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.338277] systemd[1]: Detected virtualization kvm. [ 1.339631] systemd[1]: Detected architecture x86-64. [ 1.340937] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.343292] systemd[1]: No hostname configured. [ 1.344467] systemd[1]: Set hostname to . [ 1.345761] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.370092] systemd[1]: Reached target Local File Systems. [ 1.371410] systemd[1]: Starting Local File Systems. [ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.378670] systemd[1]: Created slice Root Slice. [ 1.379893] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.381936] systemd[1]: Listening on udev Control Socket. [ 1.383260] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.385357] systemd[1]: Listening on udev Kernel Socket. [ 1.386664] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388773] systemd[1]: Listening on Journal Socket. [ 1.390035] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.392072] systemd[1]: Created slice System Slice. [ 1.393313] systemd[1]: Starting System Slice. [ 1.394985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.397425] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.400290] systemd[1]: Reached target Sockets. [ 1.401475] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.403318] systemd[1]: Reached target Timers. [ 1.404494] systemd[1]: Starting Timers. [ 1.405990] 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... [[32m OK [0m] Reached target Paths. [ 1.410516] systemd[1]: Reached target Paths. [ 1.411912] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.414490] systemd[1]: Reached target Slices. [ 1.415908] systemd[1]: Starting Slices. [ 1.417473] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Swap. [ 1.421401] systemd[1]: Reached target Swap. [ 1.422759] systemd[1]: Starting Swap. [[32m OK [0m] Started Apply Kernel Variables. [ 1.425447] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.432928] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.474264] RPC: Registered named UNIX socket transport module. [ 1.476272] RPC: Registered udp transport module. [ 1.477915] RPC: Registered tcp transport module. [ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.576583] FDC 0 is a S82078B [ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.644928] scsi host0: ata_piix [ 1.646113] scsi host1: ata_piix [ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.647709] vda: vda1 [ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730592] usb 1-1: Product: QEMU USB Tablet [ 1.732115] usb 1-1: Manufacturer: QEMU [ 1.733515] usb 1-1: SerialNumber: 42 [ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.746726] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled [ 1.832830] XFS (vda1): Mounting V4 Filesystem [ 1.866695] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd). [ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz [ 2.139267] SELinux: Disabled at runtime. [ 2.177541] type=1404 audit(1533937044.351:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.365457] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.366909] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Load/Save Random Seed. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.634439] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [ 2.698547] systemd-journald[392]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.781199] type=1305 audit(1533937044.954:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting LSB: Bring up/down networking... [ 2.983491] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.993133] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.999014] [drm] Initialized drm 1.1.0 20060810 [ 2.999978] ppdev: user-space parallel port driver Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.020744] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.020745] [TTM] Initializing pool allocator [ 3.020748] [TTM] Initializing DMA pool allocator [ 3.020995] [drm] fb mappable at 0xFC000000 [ 3.020996] [drm] vram aper at 0xFC000000 [ 3.020996] [drm] size 33554432 [ 3.020996] [drm] fb depth is 24 [ 3.020997] [drm] pitch is 3072 [ 3.039630] fbcon: cirrusdrmfb (fb0) is primary device [ 3.059584] Console: switching to colour frame buffer device 128x48 [ 3.073311] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.090911] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting NTP client/server... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.164939] AES CTR mode by8 optimization enabled [ 3.169478] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.181917] alg: No test for crc32 (crc32-pclmul) [ 3.193418] intel_rapl: no valid rapl domains found in package 0 [ 3.197096] intel_powerclamp: No package C-state available [ 3.202244] intel_powerclamp: No package C-state available[ 3.251927] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:37:25 +0000. Up 3.21 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.587173] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:37:28 +0000. Up 5.53 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.606616] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.608786] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.610904] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.617642] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.630317] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.636875] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:75:74:dd | [ 5.642784] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.647065] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.650172] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.660460] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.669288] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.673478] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.680277] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.695266] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.708260] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-10 21:37:53,974 - paramiko.transport - DEBUG - starting thread (client mode): 0xca663e10L 2018-08-10 21:37:53,975 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 21:37:53,980 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 21:37:53,980 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 21:37:53,982 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 21:37:53,982 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 21:37:53,982 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 21:37:53,982 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 21:37:53,982 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 21:37:53,982 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 21:37:53,986 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 21:37:53,986 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 21:37:53,991 - paramiko.transport - DEBUG - Trying discovered key 2b29c8e0fd25b077cd2d266ee9de7afe in /tmp/tmpabg3R0 2018-08-10 21:37:54,025 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 21:38:04,040 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 21:38:04,070 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-10 21:38:04,071 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 21:38:04,077 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-10 21:38:04,078 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.208: Authentication failed. 2018-08-10 21:38:13,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-10 21:38:13,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-10 21:38:13,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:38: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-0b54eed7-f6fd-4e20-88a4-364771a81cc4 x-compute-request-id: req-0b54eed7-f6fd-4e20-88a4-364771a81cc4 Content-Encoding: gzip Content-Length: 11747 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1909744080 cycles\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal [mem 0x100000000-0x13fffffff]\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0xbffdbfff]\n[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]\n[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037\n[ 0.000000] Policy zone: Normal\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form\n[ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.\n[ 0.000000] NR_IRQS:327936 nr_irqs:440 0\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty0] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 16777216 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315578] pid_max: default: 32768 minimum: 301\n[ 0.316791] Security Framework initialized\n[ 0.317900] SELinux: Initializing.\n[ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.326660] Mount-cache hash table entries: 4096\n[ 0.328105] Initializing cgroup subsys memory\n[ 0.329256] Initializing cgroup subsys devices\n[ 0.330408] Initializing cgroup subsys freezer\n[ 0.331559] Initializing cgroup subsys net_cls\n[ 0.332704] Initializing cgroup subsys blkio\n[ 0.333821] Initializing cgroup subsys perf_event\n[ 0.335009] Initializing cgroup subsys hugetlb\n[ 0.336154] Initializing cgroup subsys pids\n[ 0.337260] Initializing cgroup subsys net_prio\n[ 0.338502] CPU: Physical Processor ID: 0\n[ 0.340294] mce: CPU supports 10 MCE banks\n[ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343980] tlb_flushall_shift: 6\n[ 0.345157] Freeing SMP alternatives: 28k freed\n[ 0.348920] ACPI: Core revision 20130517\n[ 0.350416] ACPI: All ACPI Tables successfully acquired\n[ 0.351852] ftrace: allocating 25812 entries in 101 pages\n[ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.375964] smpboot: Max logical packages: 2\n[ 0.377254] Enabling x2apic\n[ 0.378151] Enabled x2apic\n[ 0.379224] Switched APIC routing to physical x2apic.\n[ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.393193] KVM setup paravirtual spinlock\n[ 0.395503] smpboot: Booting Node 0, Processors #1 OK\n[ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.419126] Brought up 2 CPUs\n[ 0.419129] KVM setup async PF for cpu 1\n[ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.424372] devtmpfs: initialized\n[ 0.426853] EVM: security.selinux\n[ 0.427831] EVM: security.ima\n[ 0.428744] EVM: security.capability\n[ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.431886] pinctrl core: initialized pinctrl subsystem\n[ 0.433262] NET: Registered protocol family 16\n[ 0.434613] ACPI: bus type PCI registered\n[ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.437222] PCI: Using configuration type 1 for base access\n[ 0.441918] ACPI: Added _OSI(Module Device)\n[ 0.443077] ACPI: Added _OSI(Processor Device)\n[ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.445398] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.447742] ACPI: Interpreter enabled\n[ 0.448790] ACPI: (supports S0 S5)\n[ 0.449775] ACPI: Using IOAPIC for interrupt routing\n[ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.462076] acpiphp: Slot [3] registered\n[ 0.463154] acpiphp: Slot [4] registered\n[ 0.464233] acpiphp: Slot [5] registered\n[ 0.465309] acpiphp: Slot [6] registered\n[ 0.466391] acpiphp: Slot [7] registered\n[ 0.467477] acpiphp: Slot [8] registered\n[ 0.468552] acpiphp: Slot [9] registered\n[ 0.469626] acpiphp: Slot [10] registered\n[ 0.470710] acpiphp: Slot [11] registered\n[ 0.471795] acpiphp: Slot [12] registered\n[ 0.472893] acpiphp: Slot [13] registered\n[ 0.473978] acpiphp: Slot [14] registered\n[ 0.475061] acpiphp: Slot [15] registered\n[ 0.476151] acpiphp: Slot [16] registered\n[ 0.477237] acpiphp: Slot [17] registered\n[ 0.478322] acpiphp: Slot [18] registered\n[ 0.479412] acpiphp: Slot [19] registered\n[ 0.480503] acpiphp: Slot [20] registered\n[ 0.481594] acpiphp: Slot [21] registered\n[ 0.482680] acpiphp: Slot [22] registered\n[ 0.483765] acpiphp: Slot [23] registered\n[ 0.484864] acpiphp: Slot [24] registered\n[ 0.485959] acpiphp: Slot [25] registered\n[ 0.487048] acpiphp: Slot [26] registered\n[ 0.488140] acpiphp: Slot [27] registered\n[ 0.489228] acpiphp: Slot [28] registered\n[ 0.490312] acpiphp: Slot [29] registered\n[ 0.491399] acpiphp: Slot [30] registered\n[ 0.492487] acpiphp: Slot [31] registered\n[ 0.493570] PCI host bridge to bus 0000:00\n[ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.567399] vgaarb: loaded\n[ 0.568265] vgaarb: bridge control possible 0000:00:02.0\n[ 0.569675] SCSI subsystem initialized\n[ 0.570755] ACPI: bus type USB registered\n[ 0.571854] usbcore: registered new interface driver usbfs\n[ 0.573159] usbcore: registered new interface driver hub\n[ 0.574467] usbcore: registered new device driver usb\n[ 0.576320] PCI: Using ACPI for IRQ routing\n[ 0.578097] NetLabel: Initializing\n[ 0.579386] NetLabel: domain hash size = 128\n[ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.582591] NetLabel: unlabeled traffic allowed by default\n[ 0.584499] Switched to clocksource kvm-clock\n[ 0.592776] pnp: PnP ACPI init\n[ 0.593993] ACPI: bus type PNP registered\n[ 0.595771] pnp: PnP ACPI: found 5 devices\n[ 0.597235] ACPI: bus type PNP unregistered\n[ 0.604652] NET: Registered protocol family 2\n[ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.611681] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.613825] TCP: reno registered\n[ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.619156] NET: Registered protocol family 1\n[ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.665298] Unpacking initramfs...\n[ 1.101407] Freeing initrd memory: 37508k freed\n[ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.123527] Initialise system trusted keyring\n[ 1.125138] audit: initializing netlink socket (disabled)\n[ 1.127000] type=2000 audit(1533937043.217:1): initialized\n[ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.149384] zpool: loaded\n[ 1.150531] zbud: loaded\n[ 1.151805] VFS: Disk quotas dquot_6.5.2\n[ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.155576] msgmni has been set to 7578\n[ 1.157098] Key type big_key registered\n[ 1.159178] NET: Registered protocol family 38\n[ 1.160736] Key type asymmetric registered\n[ 1.162227] Asymmetric key parser 'x509' registered\n[ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.166749] io scheduler noop registered\n[ 1.168232] io scheduler deadline registered (default)\n[ 1.179774] io scheduler cfq registered\n[ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.185997] ACPI: Power Button [PWRF]\n[ 1.187165] GHES: HEST is not enabled!\n[ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.214549] Non-volatile memory driver v1.3\n[ 1.215671] Linux agpgart interface v0.103\n[ 1.216893] crash memory driver: version 1.1\n[ 1.218070] rdac: device handler registered\n[ 1.219374] hp_sw: device handler registered\n[ 1.220630] emc: device handler registered\n[ 1.221848] alua: device handler registered\n[ 1.223044] libphy: Fixed MDIO Bus: probed\n[ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.225998] ehci-pci: EHCI PCI platform driver\n[ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228818] ohci-pci: OHCI PCI platform driver\n[ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.260456] usb usb1: Product: UHCI Host Controller\n[ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.263536] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.265028] hub 1-0:1.0: USB hub found\n[ 1.266185] hub 1-0:1.0: 2 ports detected\n[ 1.267487] usbcore: registered new interface driver usbserial\n[ 1.268861] usbcore: registered new interface driver usbserial_generic\n[ 1.270333] usbserial: USB Serial support registered for generic\n[ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.276974] mousedev: PS/2 mouse device common for all mice\n[ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.283511] rtc_cmos 00:00: RTC can wake from S4\n[ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.290232] cpuidle: using governor menu\n[ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.292759] usbcore: registered new interface driver usbhid\n[ 1.294084] usbhid: USB HID core driver\n[ 1.295204] drop_monitor: Initializing network drop monitor service\n[ 1.296688] TCP: cubic registered\n[ 1.297675] Initializing XFRM netlink socket\n[ 1.298900] NET: Registered protocol family 10\n[ 1.300325] NET: Registered protocol family 17\n[ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.307633] Loading compiled-in X.509 certificates\n[ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.316289] registered taskstats version 1\n[ 1.319361] Key type trusted registered\n[ 1.322028] Key type encrypted registered\n[ 1.324458] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043)\n[ 1.328939] Freeing unused kernel memory: 1680k freed\n[ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)\n[ 1.338277] systemd[1]: Detected virtualization kvm.\n[ 1.339631] systemd[1]: Detected architecture x86-64.\n[ 1.340937] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.343292] systemd[1]: No hostname configured.\n[ 1.344467] systemd[1]: Set hostname to .\n[ 1.345761] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.370092] systemd[1]: Reached target Local File Systems.\n[ 1.371410] systemd[1]: Starting Local File Systems.\n[ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378670] systemd[1]: Created slice Root Slice.\n[ 1.379893] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.381936] systemd[1]: Listening on udev Control Socket.\n[ 1.383260] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.385357] systemd[1]: Listening on udev Kernel Socket.\n[ 1.386664] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388773] systemd[1]: Listening on Journal Socket.\n[ 1.390035] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.392072] systemd[1]: Created slice System Slice.\n[ 1.393313] systemd[1]: Starting System Slice.\n[ 1.394985] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.397425] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.400290] systemd[1]: Reached target Sockets.\n[ 1.401475] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Timers.\n[ 1.403318] systemd[1]: Reached target Timers.\n[ 1.404494] systemd[1]: Starting Timers.\n[ 1.405990] 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[[32m OK [0m] Reached target Paths.\n[ 1.410516] systemd[1]: Reached target Paths.\n[ 1.411912] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Slices.\n[ 1.414490] systemd[1]: Reached target Slices.\n[ 1.415908] systemd[1]: Starting Slices.\n[ 1.417473] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Swap.\n[ 1.421401] systemd[1]: Reached target Swap.\n[ 1.422759] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.425447] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Journal Service.\n[ 1.432928] systemd[1]: Started Journal Service.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started dracut cmdline hook.\n Starting dracut pre-udev hook...\n[ 1.474264] RPC: Registered named UNIX socket transport module.\n[ 1.476272] RPC: Registered udp transport module.\n[ 1.477915] RPC: Registered tcp transport module.\n[ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.576583] FDC 0 is a S82078B\n[ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.644928] scsi host0: ata_piix\n[ 1.646113] scsi host1: ata_piix\n[ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.647709] vda: vda1\n[ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730592] usb 1-1: Product: QEMU USB Tablet\n[ 1.732115] usb 1-1: Manufacturer: QEMU\n[ 1.733515] usb 1-1: SerialNumber: 42\n[ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.746726] 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[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.832830] XFS (vda1): Mounting V4 Filesystem\n[ 1.866695] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd).\n[ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz\n[ 2.139267] SELinux: Disabled at runtime.\n[ 2.177541] type=1404 audit(1533937044.351:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.365457] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.366909] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n Starting Flush Journal to Persistent Storage...\n[ 2.634439] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n[ 2.698547] systemd-journald[392]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 2.781199] type=1305 audit(1533937044.954:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[ 2.983491] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 2.993133] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n Starting GSSAPI Proxy Daemon...\n[ 2.999014] [drm] Initialized drm 1.1.0 20060810\n[ 2.999978] ppdev: user-space parallel port driver\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.020744] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.020745] [TTM] Initializing pool allocator\n[ 3.020748] [TTM] Initializing DMA pool allocator\n[ 3.020995] [drm] fb mappable at 0xFC000000\n[ 3.020996] [drm] vram aper at 0xFC000000\n[ 3.020996] [drm] size 33554432\n[ 3.020996] [drm] fb depth is 24\n[ 3.020997] [drm] pitch is 3072\n[ 3.039630] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.059584] Console: switching to colour frame buffer device 128x48\n[ 3.073311] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n[ 3.090911] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting NTP client/server...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started NTP client/server.\n[ 3.164939] AES CTR mode by8 optimization enabled\n[ 3.169478] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Authorization Manager.\n[ 3.181917] alg: No test for crc32 (crc32-pclmul)\n[ 3.193418] intel_rapl: no valid rapl domains found in package 0\n[ 3.197096] intel_powerclamp: No package C-state available\n[ 3.202244] intel_powerclamp: No package C-state available[ 3.251927] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:37:25 +0000. Up 3.21 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting PostgreSQL 9.5 database server...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Notify NFS peers of a restart...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.587173] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:37:28 +0000. Up 5.53 seconds.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.606616] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.608786] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.610904] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.617642] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.630317] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.636875] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:75:74:dd |\n[ 5.642784] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.647065] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.650172] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.660460] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.669288] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.673478] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.680277] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.695266] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.708260] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: "} 2018-08-10 21:38:13,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-0b54eed7-f6fd-4e20-88a4-364771a81cc4 2018-08-10 21:38:13,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115867853165s 2018-08-10 21:38:13,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a/action used request id req-0b54eed7-f6fd-4e20-88a4-364771a81cc4 2018-08-10 21:38:13,196 - functest.core.singlevm - DEBUG - vm console: [H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 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-0x00000000bffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390] [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff] [ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 00000000bffdfd80 00040 [ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] [ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff] [ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB) [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 1909744080 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 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 2 CPUs, 0 hotplug CPUs [ 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] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.313368] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315578] pid_max: default: 32768 minimum: 301 [ 0.316791] Security Framework initialized [ 0.317900] SELinux: Initializing. [ 0.319170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.323788] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.326660] Mount-cache hash table entries: 4096 [ 0.328105] Initializing cgroup subsys memory [ 0.329256] Initializing cgroup subsys devices [ 0.330408] Initializing cgroup subsys freezer [ 0.331559] Initializing cgroup subsys net_cls [ 0.332704] Initializing cgroup subsys blkio [ 0.333821] Initializing cgroup subsys perf_event [ 0.335009] Initializing cgroup subsys hugetlb [ 0.336154] Initializing cgroup subsys pids [ 0.337260] Initializing cgroup subsys net_prio [ 0.338502] CPU: Physical Processor ID: 0 [ 0.340294] mce: CPU supports 10 MCE banks [ 0.341421] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.342703] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343980] tlb_flushall_shift: 6 [ 0.345157] Freeing SMP alternatives: 28k freed [ 0.348920] ACPI: Core revision 20130517 [ 0.350416] ACPI: All ACPI Tables successfully acquired [ 0.351852] ftrace: allocating 25812 entries in 101 pages [ 0.372985] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.374481] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.375964] smpboot: Max logical packages: 2 [ 0.377254] Enabling x2apic [ 0.378151] Enabled x2apic [ 0.379224] Switched APIC routing to physical x2apic. [ 0.381400] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.382878] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.385491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.393193] KVM setup paravirtual spinlock [ 0.395503] smpboot: Booting Node 0, Processors #1 OK [ 0.397129] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.419126] Brought up 2 CPUs [ 0.419129] KVM setup async PF for cpu 1 [ 0.419132] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.422238] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.424372] devtmpfs: initialized [ 0.426853] EVM: security.selinux [ 0.427831] EVM: security.ima [ 0.428744] EVM: security.capability [ 0.430356] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.431886] pinctrl core: initialized pinctrl subsystem [ 0.433262] NET: Registered protocol family 16 [ 0.434613] ACPI: bus type PCI registered [ 0.435698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.437222] PCI: Using configuration type 1 for base access [ 0.441918] ACPI: Added _OSI(Module Device) [ 0.443077] ACPI: Added _OSI(Processor Device) [ 0.444223] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.445398] ACPI: Added _OSI(Processor Aggregator Device) [ 0.447742] ACPI: Interpreter enabled [ 0.448790] ACPI: (supports S0 S5) [ 0.449775] ACPI: Using IOAPIC for interrupt routing [ 0.450995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.454908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.456324] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.457832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.459311] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.462076] acpiphp: Slot [3] registered [ 0.463154] acpiphp: Slot [4] registered [ 0.464233] acpiphp: Slot [5] registered [ 0.465309] acpiphp: Slot [6] registered [ 0.466391] acpiphp: Slot [7] registered [ 0.467477] acpiphp: Slot [8] registered [ 0.468552] acpiphp: Slot [9] registered [ 0.469626] acpiphp: Slot [10] registered [ 0.470710] acpiphp: Slot [11] registered [ 0.471795] acpiphp: Slot [12] registered [ 0.472893] acpiphp: Slot [13] registered [ 0.473978] acpiphp: Slot [14] registered [ 0.475061] acpiphp: Slot [15] registered [ 0.476151] acpiphp: Slot [16] registered [ 0.477237] acpiphp: Slot [17] registered [ 0.478322] acpiphp: Slot [18] registered [ 0.479412] acpiphp: Slot [19] registered [ 0.480503] acpiphp: Slot [20] registered [ 0.481594] acpiphp: Slot [21] registered [ 0.482680] acpiphp: Slot [22] registered [ 0.483765] acpiphp: Slot [23] registered [ 0.484864] acpiphp: Slot [24] registered [ 0.485959] acpiphp: Slot [25] registered [ 0.487048] acpiphp: Slot [26] registered [ 0.488140] acpiphp: Slot [27] registered [ 0.489228] acpiphp: Slot [28] registered [ 0.490312] acpiphp: Slot [29] registered [ 0.491399] acpiphp: Slot [30] registered [ 0.492487] acpiphp: Slot [31] registered [ 0.493570] PCI host bridge to bus 0000:00 [ 0.494651] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.495945] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.497431] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.498981] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.500966] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.502945] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.507358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.509021] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.510477] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.512022] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.515269] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.517230] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.555138] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.556962] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.558701] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.560405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.562083] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.563686] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.565313] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.567399] vgaarb: loaded [ 0.568265] vgaarb: bridge control possible 0000:00:02.0 [ 0.569675] SCSI subsystem initialized [ 0.570755] ACPI: bus type USB registered [ 0.571854] usbcore: registered new interface driver usbfs [ 0.573159] usbcore: registered new interface driver hub [ 0.574467] usbcore: registered new device driver usb [ 0.576320] PCI: Using ACPI for IRQ routing [ 0.578097] NetLabel: Initializing [ 0.579386] NetLabel: domain hash size = 128 [ 0.580901] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.582591] NetLabel: unlabeled traffic allowed by default [ 0.584499] Switched to clocksource kvm-clock [ 0.592776] pnp: PnP ACPI init [ 0.593993] ACPI: bus type PNP registered [ 0.595771] pnp: PnP ACPI: found 5 devices [ 0.597235] ACPI: bus type PNP unregistered [ 0.604652] NET: Registered protocol family 2 [ 0.606458] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.609279] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.611681] TCP: Hash tables configured (established 32768 bind 32768) [ 0.613825] TCP: reno registered [ 0.615076] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.617055] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.619156] NET: Registered protocol family 1 [ 0.620700] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.622620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.624481] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.644915] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.665298] Unpacking initramfs... [ 1.101407] Freeing initrd memory: 37508k freed [ 1.111158] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.113257] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.116985] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.119102] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.121484] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.123527] Initialise system trusted keyring [ 1.125138] audit: initializing netlink socket (disabled) [ 1.127000] type=2000 audit(1533937043.217:1): initialized [ 1.144449] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.146538] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.149384] zpool: loaded [ 1.150531] zbud: loaded [ 1.151805] VFS: Disk quotas dquot_6.5.2 [ 1.153324] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.155576] msgmni has been set to 7578 [ 1.157098] Key type big_key registered [ 1.159178] NET: Registered protocol family 38 [ 1.160736] Key type asymmetric registered [ 1.162227] Asymmetric key parser 'x509' registered [ 1.163967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.166749] io scheduler noop registered [ 1.168232] io scheduler deadline registered (default) [ 1.179774] io scheduler cfq registered [ 1.181103] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.182431] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.184022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.185997] ACPI: Power Button [PWRF] [ 1.187165] GHES: HEST is not enabled! [ 1.188293] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.212706] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.214549] Non-volatile memory driver v1.3 [ 1.215671] Linux agpgart interface v0.103 [ 1.216893] crash memory driver: version 1.1 [ 1.218070] rdac: device handler registered [ 1.219374] hp_sw: device handler registered [ 1.220630] emc: device handler registered [ 1.221848] alua: device handler registered [ 1.223044] libphy: Fixed MDIO Bus: probed [ 1.224349] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.225998] ehci-pci: EHCI PCI platform driver [ 1.227246] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228818] ohci-pci: OHCI PCI platform driver [ 1.230063] uhci_hcd: USB Universal Host Controller Interface driver [ 1.250143] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.251589] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.253737] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.255092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.256588] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.258266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.260456] usb usb1: Product: UHCI Host Controller [ 1.261800] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.263536] usb usb1: SerialNumber: 0000:00:01.2 [ 1.265028] hub 1-0:1.0: USB hub found [ 1.266185] hub 1-0:1.0: 2 ports detected [ 1.267487] usbcore: registered new interface driver usbserial [ 1.268861] usbcore: registered new interface driver usbserial_generic [ 1.270333] usbserial: USB Serial support registered for generic [ 1.271740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.274406] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.275645] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.276974] mousedev: PS/2 mouse device common for all mice [ 1.278603] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.281294] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.283511] rtc_cmos 00:00: RTC can wake from S4 [ 1.284911] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.287234] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.288723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.290232] cpuidle: using governor menu [ 1.291379] hidraw: raw HID events driver (C) Jiri Kosina [ 1.292759] usbcore: registered new interface driver usbhid [ 1.294084] usbhid: USB HID core driver [ 1.295204] drop_monitor: Initializing network drop monitor service [ 1.296688] TCP: cubic registered [ 1.297675] Initializing XFRM netlink socket [ 1.298900] NET: Registered protocol family 10 [ 1.300325] NET: Registered protocol family 17 [ 1.301748] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.303173] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.305305] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.307633] Loading compiled-in X.509 certificates [ 1.308877] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.311206] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.313945] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.316289] registered taskstats version 1 [ 1.319361] Key type trusted registered [ 1.322028] Key type encrypted registered [ 1.324458] IMA: No TPM chip found, activating TPM-bypass! [ 1.326168] rtc_cmos 00:00: setting system clock to 2018-08-10 21:37:23 UTC (1533937043) [ 1.328939] Freeing unused kernel memory: 1680k freed [ 1.333920] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.338277] systemd[1]: Detected virtualization kvm. [ 1.339631] systemd[1]: Detected architecture x86-64. [ 1.340937] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.343292] systemd[1]: No hostname configured. [ 1.344467] systemd[1]: Set hostname to . [ 1.345761] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.370092] systemd[1]: Reached target Local File Systems. [ 1.371410] systemd[1]: Starting Local File Systems. [ 1.372774] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.375000] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.378670] systemd[1]: Created slice Root Slice. [ 1.379893] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.381936] systemd[1]: Listening on udev Control Socket. [ 1.383260] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.385357] systemd[1]: Listening on udev Kernel Socket. [ 1.386664] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388773] systemd[1]: Listening on Journal Socket. [ 1.390035] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.392072] systemd[1]: Created slice System Slice. [ 1.393313] systemd[1]: Starting System Slice. [ 1.394985] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.397425] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.400290] systemd[1]: Reached target Sockets. [ 1.401475] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Timers. [ 1.403318] systemd[1]: Reached target Timers. [ 1.404494] systemd[1]: Starting Timers. [ 1.405990] 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... [[32m OK [0m] Reached target Paths. [ 1.410516] systemd[1]: Reached target Paths. [ 1.411912] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Slices. [ 1.414490] systemd[1]: Reached target Slices. [ 1.415908] systemd[1]: Starting Slices. [ 1.417473] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Swap. [ 1.421401] systemd[1]: Reached target Swap. [ 1.422759] systemd[1]: Starting Swap. [[32m OK [0m] Started Apply Kernel Variables. [ 1.425447] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.428984] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Journal Service. [ 1.432928] systemd[1]: Started Journal Service. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.474264] RPC: Registered named UNIX socket transport module. [ 1.476272] RPC: Registered udp transport module. [ 1.477915] RPC: Registered tcp transport module. [ 1.479578] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.574802] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.576583] FDC 0 is a S82078B [ 1.600158] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.639988] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.644928] scsi host0: ata_piix [ 1.646113] scsi host1: ata_piix [ 1.647507] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.647709] vda: vda1 [ 1.650356] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.726314] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728427] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730592] usb 1-1: Product: QEMU USB Tablet [ 1.732115] usb 1-1: Manufacturer: QEMU [ 1.733515] usb 1-1: SerialNumber: 42 [ 1.743457] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.746726] 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 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.829889] SGI XFS with ACLs, security attributes, no debug enabled [ 1.832830] XFS (vda1): Mounting V4 Filesystem [ 1.866695] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.095087] systemd-journald[136]: Received SIGTERM from PID 1 (systemd). [ 2.118554] tsc: Refined TSC clocksource calibration: 3491.880 MHz [ 2.139267] SELinux: Disabled at runtime. [ 2.177541] type=1404 audit(1533937044.351:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.365457] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.366909] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Configure read-only root support... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Load/Save Random Seed. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 2.634439] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... [ 2.698547] systemd-journald[392]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.781199] type=1305 audit(1533937044.954:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting LSB: Bring up/down networking... [ 2.983491] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 2.993133] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 Starting GSSAPI Proxy Daemon... [ 2.999014] [drm] Initialized drm 1.1.0 20060810 [ 2.999978] ppdev: user-space parallel port driver Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.020744] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.020745] [TTM] Initializing pool allocator [ 3.020748] [TTM] Initializing DMA pool allocator [ 3.020995] [drm] fb mappable at 0xFC000000 [ 3.020996] [drm] vram aper at 0xFC000000 [ 3.020996] [drm] size 33554432 [ 3.020996] [drm] fb depth is 24 [ 3.020997] [drm] pitch is 3072 [ 3.039630] fbcon: cirrusdrmfb (fb0) is primary device [ 3.059584] Console: switching to colour frame buffer device 128x48 [ 3.073311] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... [ 3.090911] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting NTP client/server... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Login Service. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started NTP client/server. [ 3.164939] AES CTR mode by8 optimization enabled [ 3.169478] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Authorization Manager. [ 3.181917] alg: No test for crc32 (crc32-pclmul) [ 3.193418] intel_rapl: no valid rapl domains found in package 0 [ 3.197096] intel_powerclamp: No package C-state available [ 3.202244] intel_powerclamp: No package C-state available[ 3.251927] cloud-init[474]: Cloud-init v. 0.7.5 running 'init-local' at Fri, 10 Aug 2018 21:37:25 +0000. Up 3.21 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Notify NFS peers of a restart... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [ 5.587173] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Fri, 10 Aug 2018 21:37:28 +0000. Up 5.53 seconds. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.606616] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.608786] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.610904] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.617642] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.630317] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.636875] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.13 | 255.255.255.0 | fa:16:3e:75:74:dd | [ 5.642784] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.647065] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.650172] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.660460] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.669288] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.673478] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.680277] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.695266] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.708260] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: 2018-08-10 21:38:13,200 - paramiko.transport - DEBUG - starting thread (client mode): 0xca6b5a50L 2018-08-10 21:38:13,201 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-10 21:38:13,207 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-10 21:38:13,208 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-10 21:38:13,209 - 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-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client 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-10 21:38:13,210 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-10 21:38:13,210 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-10 21:38:13,210 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-10 21:38:13,210 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-10 21:38:13,210 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-10 21:38:13,215 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-10 21:38:13,215 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-10 21:38:13,217 - paramiko.transport - DEBUG - Trying discovered key 2b29c8e0fd25b077cd2d266ee9de7afe in /tmp/tmpabg3R0 2018-08-10 21:38:13,255 - paramiko.transport - DEBUG - userauth is OK 2018-08-10 21:38:23,275 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-10 21:38:23,296 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-10 21:38:23,296 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-10 21:38:23,296 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-10 21:38:23,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-08-10 21:38:23,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 806, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8013, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 882, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 876, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:38:23,479 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:38:23 GMT 2018-08-10 21:38:23,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:38:23,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-10 21:38:23,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:38:23,480 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 806, u'state': u'running', u'Id': u'cloudify-influxdb.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Management Worker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 8013, u'state': u'start-post', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'activating', u'SubState': u'start-post'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 882, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 814, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 803, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 0, u'state': u'dead', u'Id': u'cloudify-riemann.service', u'ActiveState': u'inactive', u'SubState': u'dead'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 876, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-10 21:38:23,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/status 2018-08-10 21:38:23,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:38:23,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 806, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-mgmtworker.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "start-post", "MainPID": 8013, "Id": "cloudify-rabbitmq.service", "ActiveState": "activating", "SubState": "start-post"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "dead", "MainPID": 0, "Id": "cloudify-amqpinflux.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 882, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 814, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "dead", "MainPID": 0, "Id": "cloudify-riemann.service", "ActiveState": "inactive", "SubState": "dead"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 876, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:38:23 GMT 2018-08-10 21:38:23,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:38:23,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-10 21:38:23,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:38:23,574 - functest.core.cloudify - INFO - The current manager status is running 2018-08-10 21:38:23,574 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-10 21:38:23,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-10 21:38:23,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T21:38:23.383Z", "updated_at": "2018-08-10T21:38:23.383Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-10 21:38:23,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:38:23,638 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:38:23 GMT 2018-08-10 21:38:23,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:38:23,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-10 21:38:23,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:38:23,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/secrets 2018-08-10 21:38:23,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-10T21:38:23.383Z", "updated_at": "2018-08-10T21:38:23.383Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:38:23 GMT 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:38:23,686 - functest.core.cloudify - DEBUG - List secrets: 2018-08-10 21:38:23,686 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.208:80/api/v3/secrets/foo 2018-08-10 21:38:23,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-10 21:38:23,734 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-10T21:38:23.383Z", "updated_at": "2018-08-10T21:38:23.383Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-10 21:38:23,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:38:23,735 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:38:23 GMT 2018-08-10 21:38:23,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:38:23,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-10 21:38:23,735 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:38:23,735 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-10 21:38:23,735 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-10 21:38:23,736 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-10 21:38:23,736 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-10 21:38:23,737 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-10 21:38:23,738 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-10 21:38:23,740 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-10 21:38:23,775 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-10 21:38:23,776 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-10 21:38:23,777 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-10 21:38:23,816 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-10 21:38:23,816 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-10 21:38:23,842 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-10 21:38:44,706 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-10 21:38:44,706 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=genclo error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error" 2018-08-10 21:38:44,708 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-10 21:38:44,707 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo= ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable or subscription-manager repos --disable= 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 2018-08-10 21:38:44,708 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-10 21:38:48,307 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-10 21:38:48,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:38:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:38:48,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-2de6262b-ddf7-45af-8573-a013480963ab Date: Fri, 10 Aug 2018 21:38:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:34:45Z", "file": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "size": 4373348352, "self": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T21:33:45Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:38:48,597 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-2de6262b-ddf7-45af-8573-a013480963ab 2018-08-10 21:38:48,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.288224220276s 2018-08-10 21:38:48,597 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-2de6262b-ddf7-45af-8573-a013480963ab 2018-08-10 21:38:48,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 21:38:48,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}' 2018-08-10 21:38:48,937 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7a20391b-bdb7-49d6-b26f-cf656d2874d8 Date: Fri, 10 Aug 2018 21:38:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:38:48Z", "file": "/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "52631522-d98e-484d-b2ed-4e0f21040d78", "size": null, "self": "/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": null, "created_at": "2018-08-10T21:38:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 21:38:48,937 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-7a20391b-bdb7-49d6-b26f-cf656d2874d8 2018-08-10 21:38:48,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.333014965057s 2018-08-10 21:38:48,937 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-7a20391b-bdb7-49d6-b26f-cf656d2874d8 returning object 52631522-d98e-484d-b2ed-4e0f21040d78 2018-08-10 21:38:48,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 21:38:48,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '' 2018-08-10 21:38:55,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a63322f-0b75-4daa-a16d-cf8ef49b531a Date: Fri, 10 Aug 2018 21:38: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-10 21:38:55,912 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78/file used request id req-8a63322f-0b75-4daa-a16d-cf8ef49b531a 2018-08-10 21:38:55,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.97409796715s 2018-08-10 21:38:55,913 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78/file used request id req-8a63322f-0b75-4daa-a16d-cf8ef49b531a 2018-08-10 21:38:55,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:38:55,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:38:56,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-c74adcb8-fffc-4363-bbf6-96e0e2bd531e Date: Fri, 10 Aug 2018 21:38:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:38:55Z", "file": "/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "52631522-d98e-484d-b2ed-4e0f21040d78", "size": 426967040, "self": "/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/52631522-d98e-484d-b2ed-4e0f21040d78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/52631522-d98e-484d-b2ed-4e0f21040d78/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-10T21:38:48Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:34:45Z", "file": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "size": 4373348352, "self": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T21:33:45Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:38:56,003 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c74adcb8-fffc-4363-bbf6-96e0e2bd531e 2018-08-10 21:38:56,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0867078304291s 2018-08-10 21:38:56,004 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-c74adcb8-fffc-4363-bbf6-96e0e2bd531e 2018-08-10 21:38:56,007 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/52631522-d98e-484d-b2ed-4e0f21040d78/snap', u'metadata': Munch({})})], 'file': u'/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78/file', 'owner': u'021548b9cf414739bd9eb3f71588a994', 'id': u'52631522-d98e-484d-b2ed-4e0f21040d78', 'size': 426967040, u'self': u'/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'021548b9cf414739bd9eb3f71588a994', 'name': 'vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/52631522-d98e-484d-b2ed-4e0f21040d78/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T21:38:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T21:38:55Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', 'created': u'2018-08-10T21:38:48Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-10T21:38:48Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', 'metadata': {u'os_hash_value': u'77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b', u'self': u'/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-10 21:38:56,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 21:38:56,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-10 21:38:56,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:38: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-b8f83eb1-5ba7-45dc-a8b0-4c33c77d0ae6 x-compute-request-id: req-b8f83eb1-5ba7-45dc-a8b0-4c33c77d0ae6 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a", "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": 50, "id": "e15b35ac-5e3d-4eea-b723-dd2ac329b59a"}} 2018-08-10 21:38:56,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-b8f83eb1-5ba7-45dc-a8b0-4c33c77d0ae6 2018-08-10 21:38:56,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.121539115906s 2018-08-10 21:38:56,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-b8f83eb1-5ba7-45dc-a8b0-4c33c77d0ae6 2018-08-10 21:38:56,130 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 50, 'id': u'e15b35ac-5e3d-4eea-b723-dd2ac329b59a', 'swap': 0}) 2018-08-10 21:38:56,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 21:38:56,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a/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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" -d '{"extra_specs": {}}' 2018-08-10 21:38:56,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:38: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-9df5c3ea-21e0-41cb-927a-e164e2ba0ed3 x-compute-request-id: req-9df5c3ea-21e0-41cb-927a-e164e2ba0ed3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 21:38:56,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a/os-extra_specs used request id req-9df5c3ea-21e0-41cb-927a-e164e2ba0ed3 2018-08-10 21:38:56,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225319862366s 2018-08-10 21:38:56,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a/os-extra_specs used request id req-9df5c3ea-21e0-41cb-927a-e164e2ba0ed3 2018-08-10 21:38:56,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 21:38:56,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 21:38:56,166 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 21:38:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9edc76df-84a3-4de3-adcb-401569b0f371 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 21:38:56,167 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-9edc76df-84a3-4de3-adcb-401569b0f371 2018-08-10 21:38:56,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:38:56,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb6ce2e-0bd9-40aa-9764-d9fccbd79fe3 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 21:38:56,354 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-4fb6ce2e-0bd9-40aa-9764-d9fccbd79fe3 2018-08-10 21:38:56,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.19696187973s 2018-08-10 21:38:56,355 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-4fb6ce2e-0bd9-40aa-9764-d9fccbd79fe3 2018-08-10 21:38:56,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-10 21:38:56,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:38:56,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a74065ed-4cac-47a5-9a2c-2cb44dc1df09 Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5"}, "url": "http://172.30.9.31:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4"}, "url": "http://172.30.9.31:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "09d78a8b03c745208c6b4d248e924613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "0b043b597304451c9a26a358a2ad3653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "37054d8f3c534abab774cca19cb18454"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "39c75605b15148198d15e0bec7eae13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664"}, "url": "http://172.30.9.31:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96"}, "url": "http://172.30.9.31:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d"}, "url": "http://172.30.9.31:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "5b3757321c7d4c56af84d26cc927cc46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "810e61e0819844b1ab5d4e67911d38b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "826e871703074137bf7564f526c9410f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "86955c07d0d74cdc897f604654fce087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f"}, "url": "http://172.30.9.31:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "92c851e811e042baa4a2f5292d631e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d"}, "url": "http://172.30.9.31:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "97ed0361957642b884dee4c4ded23020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4"}, "url": "http://172.30.9.31:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b96adcd9537c40c4821c71118341ba65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0"}, "url": "http://172.30.9.31:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "c1f67dd4bab548c89564606ac20e87c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01"}, "url": "http://172.30.9.31:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "c677d005ec0d48529d8677ab43da8e01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef"}, "url": "http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "c6b83e3331234983b119a2330dc49fef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "da5a888bcd5842268f7b335f16387e86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392"}, "url": "http://172.30.9.31:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "df74eacc9789494bb174567db053b392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "e631f024b00943fa81813a3f35691b7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "eb4a5427c7044b43b532388dd62a63aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f12c4d283da74b1c870b4690563b5135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb"}, "url": "http://172.30.9.31:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "f586fda38d2b44e3989355d8a10e41cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f"}, "url": "http://172.30.9.31:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "links": {"self": "http://172.30.9.31:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-10 21:38:56,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-a74065ed-4cac-47a5-9a2c-2cb44dc1df09 2018-08-10 21:38:56,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.206749916077s 2018-08-10 21:38:56,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-a74065ed-4cac-47a5-9a2c-2cb44dc1df09 2018-08-10 21:38:56,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:38:56,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:38:56,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-172b62e2-529d-45c9-835b-15bb7bfaea9b Date: Fri, 10 Aug 2018 21:38:56 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:48Z", "revision_number": 0, "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "375daef9-63d7-43e5-b941-00e2691f41f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 443, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T21:34:50Z", "revision_number": 0, "id": "682d4a46-7e9b-470e-81bc-2ce7c37677d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:50Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-10T21:34:51Z", "revision_number": 0, "id": "c863925e-dcc2-471b-9a66-f2e8caa5ca40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:51Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "fbc1394b-bb81-4c23-b4a5-8f4f7765472f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 80, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 7, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:33:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 1, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:38:56,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-172b62e2-529d-45c9-835b-15bb7bfaea9b 2018-08-10 21:38:56,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0555238723755s 2018-08-10 21:38:56,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-172b62e2-529d-45c9-835b-15bb7bfaea9b 2018-08-10 21:38:56,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-10 21:38:56,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -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": "571d3597-d70c-428a-9106-c44489ab3f2c"}}' 2018-08-10 21:38:57,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-76d86da3-a982-49d2-b00d-9d7e215ac34d Date: Fri, 10 Aug 2018 21:38:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-10T21:38:56Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "port_range_min": 22, "revision_number": 0, "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:38:56Z", "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "13f52ea4-72cc-4268-b680-e7bf88b5e974"}} 2018-08-10 21:38:57,150 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-76d86da3-a982-49d2-b00d-9d7e215ac34d 2018-08-10 21:38:57,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.508685112s 2018-08-10 21:38:57,150 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/security-group-rules.json used request id req-76d86da3-a982-49d2-b00d-9d7e215ac34d 2018-08-10 21:38:57,152 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-10 21:38:57,158 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:38:58,944 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-10 21:38:58,945 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-08-10T21:38:58.672Z", "updated_at": "2018-08-10T21:38:58.672Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "keystone_url": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "region": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "management_plane_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "data_plane_network_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "network": {}, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-08-10 21:38:58,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:38:58,946 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:38:58 GMT 2018-08-10 21:38:58,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:38:58,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-10 21:38:58,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:38:58,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-10 21:38:58,961 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.208:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.31:5000", "keystone_tenant_name": "vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "52631522-d98e-484d-b2ed-4e0f21040d78", "keystone_password": "71630161-a89e-4a4c-ab43-09c8fde4cfe6", "reference_vnf_flavor_id": "e15b35ac-5e3d-4eea-b723-dd2ac329b59a", "target_vnf_flavor_id": "e15b35ac-5e3d-4eea-b723-dd2ac329b59a", "target_vnf_image_id": "52631522-d98e-484d-b2ed-4e0f21040d78"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-10 21:39:00,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:39:00,243 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:39:00 GMT 2018-08-10 21:39:00,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:39:00,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-10 21:39:00,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:39:00,244 - functest.core.singlevm - ERROR - Cannot run vyos_vrouter Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 415, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 162, in execute if self.deploy_vnf() and self.test_vnf(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 187, in deploy_vnf self.vnf.get('inputs')) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/deployments.py", line 214, in create response = self.api.put(uri, data, expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 263, in put timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) CloudifyClientError: 500: Internal Server Error 2018-08-10 21:39:00,370 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-10 21:39:00,370 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:45 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-10 21:39:00,375 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-10 21:39:00,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.208:80/api/v3/executions 2018-08-10 21:39:00,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:39:00,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:39:00,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-10T21:38:59.284Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d92d8ebe-754b-42a0-bc28-f3805f00c122"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:39:00 GMT 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:39:00,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-10 21:39:00,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:39:00,454 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.208:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-10 21:39:00,512 - cloudify.rest_client.http - DEBUG - reply: "400 BAD REQUEST" {"message": "Deployment environment creation is still pending, try again in a minute", "error_code": "deployment_environment_creation_pending_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v1/executions.py\", line 115, in post\n bypass_maintenance=bypass_maintenance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 359, in execute_workflow\n self._verify_deployment_environment_created_successfully(deployment_id)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/resource_manager.py\", line 1117, in _verify_deployment_environment_created_successfully\n 'Deployment environment creation is still pending, '\nDeploymentEnvironmentCreationPendingError: Deployment environment creation is still pending, try again in a minute\n"} 2018-08-10 21:39:00,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-10 21:39:00,513 - cloudify.rest_client.http - DEBUG - response header: Date: Fri, 10 Aug 2018 21:39:00 GMT 2018-08-10 21:39:00,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-10 21:39:00,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-10 21:39:00,513 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-10 21:39:00,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 243, in clean dep_name, 'uninstall', parameters=dict(ignore_failure=True)) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 201, in start expected_status_code=201) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 285, in post timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 224, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 158, in _do_request self._raise_client_error(response, request_url) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 119, in _raise_client_error response=response) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 131, in _prepare_and_raise_exception status_code, error_code=error_code, response=response) DeploymentEnvironmentCreationPendingError: 400: Deployment environment creation is still pending, try again in a minute 2018-08-10 21:39:00,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 21:39:00,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:01,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f8902a93-2ae5-453f-aecb-c8829c78f299 Date: Fri, 10 Aug 2018 21:39: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-10 21:39:01,110 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78 used request id req-f8902a93-2ae5-453f-aecb-c8829c78f299 2018-08-10 21:39:01,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.596491098404s 2018-08-10 21:39:01,111 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/52631522-d98e-484d-b2ed-4e0f21040d78 used request id req-f8902a93-2ae5-453f-aecb-c8829c78f299 2018-08-10 21:39:01,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:39:01,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:01,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-d16a1ac9-8621-45c5-ab1c-670cff8ca6bb x-compute-request-id: req-d16a1ac9-8621-45c5-ab1c-670cff8ca6bb Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}, {"name": "vyos_vrouter-flavor_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "dd6d11ca-2edb-4d21-815f-0a66ed542950"}, {"name": "vyos_vrouter-flavor_alt_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a", "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": 50, "id": "e15b35ac-5e3d-4eea-b723-dd2ac329b59a"}]} 2018-08-10 21:39:01,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-d16a1ac9-8621-45c5-ab1c-670cff8ca6bb 2018-08-10 21:39:01,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251290798187s 2018-08-10 21:39:01,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-d16a1ac9-8621-45c5-ab1c-670cff8ca6bb 2018-08-10 21:39:01,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 21:39:01,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:01,172 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21:39: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-21d948e0-1b9d-4a59-b3bb-1c90013098e6 x-compute-request-id: req-21d948e0-1b9d-4a59-b3bb-1c90013098e6 Content-Length: 0 Content-Type: application/json 2018-08-10 21:39:01,172 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a used request id req-21d948e0-1b9d-4a59-b3bb-1c90013098e6 2018-08-10 21:39:01,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0325019359589s 2018-08-10 21:39:01,172 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/e15b35ac-5e3d-4eea-b723-dd2ac329b59a used request id req-21d948e0-1b9d-4a59-b3bb-1c90013098e6 2018-08-10 21:39:01,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-10 21:39:01,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/05e61120-95b6-491c-a3ff-44582180a1f9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:02,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d672e06-c058-4829-bf09-8fe7b80a2f82 Content-Length: 0 Date: Fri, 10 Aug 2018 21:39:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:39:02,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/05e61120-95b6-491c-a3ff-44582180a1f9.json used request id req-4d672e06-c058-4829-bf09-8fe7b80a2f82 2018-08-10 21:39:02,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.922994852066s 2018-08-10 21:39:02,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/05e61120-95b6-491c-a3ff-44582180a1f9.json used request id req-4d672e06-c058-4829-bf09-8fe7b80a2f82 2018-08-10 21:39:02,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-10 21:39:02,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:02,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6a7556b2-9f3f-4215-a874-36829edba735 Date: Fri, 10 Aug 2018 21:39:02 GMT RESP BODY: {"floatingips": []} 2018-08-10 21:39:02,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-6a7556b2-9f3f-4215-a874-36829edba735 2018-08-10 21:39:02,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.314321041107s 2018-08-10 21:39:02,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-6a7556b2-9f3f-4215-a874-36829edba735 2018-08-10 21:39:02,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-10 21:39:02,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:02,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:39: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-08b0e343-c01c-4e37-98a1-8a7aafdb0c81 x-compute-request-id: req-08b0e343-c01c-4e37-98a1-8a7aafdb0c81 Content-Type: application/json 2018-08-10 21:39:02,609 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a used request id req-08b0e343-c01c-4e37-98a1-8a7aafdb0c81 2018-08-10 21:39:02,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.190574884415s 2018-08-10 21:39:02,610 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a used request id req-08b0e343-c01c-4e37-98a1-8a7aafdb0c81 2018-08-10 21:39:02,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:39:02,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:03,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-3a4e14ba-8397-4294-a612-3728579678d9 x-compute-request-id: req-3a4e14ba-8397-4294-a612-3728579678d9 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:74:dd", "version": 4, "addr": "192.168.120.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:74:dd", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.31:8774/v2.1/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "self"}, {"href": "http://172.30.9.31:8774/servers/89ee61fa-e0f2-411d-bdf4-176efd98a64a", "rel": "bookmark"}], "image": {"id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "links": [{"href": "http://172.30.9.31:8774/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-10T21:37:20.000000", "flavor": {"id": "dd6d11ca-2edb-4d21-815f-0a66ed542950", "links": [{"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}]}, "id": "89ee61fa-e0f2-411d-bdf4-176efd98a64a", "security_groups": [{"name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}], "user_id": "fc6980d1c9e54d97abf40234b2515929", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-10T21:39:02Z", "hostId": "6e11106d104a090d52eb873a224dd4bf8299bfffded390610f6279f6", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "name": "vyos_vrouter-vm_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "created": "2018-08-10T21:34:56Z", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-10 21:39:03,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3a4e14ba-8397-4294-a612-3728579678d9 2018-08-10 21:39:03,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728048801422s 2018-08-10 21:39:03,339 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-3a4e14ba-8397-4294-a612-3728579678d9 2018-08-10 21:39:03,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-10 21:39:05,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-10 21:39:05,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:05,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-f1d3c42c-fcc9-47d3-af84-09a598f0f568 x-compute-request-id: req-f1d3c42c-fcc9-47d3-af84-09a598f0f568 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-10 21:39:05,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f1d3c42c-fcc9-47d3-af84-09a598f0f568 2018-08-10 21:39:05,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0696320533752s 2018-08-10 21:39:05,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/servers/detail used request id req-f1d3c42c-fcc9-47d3-af84-09a598f0f568 2018-08-10 21:39:05,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-10 21:39:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:05,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-2f109b7b-c937-4864-b03c-49df0c6ff142 Date: Fri, 10 Aug 2018 21:39:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:34:46Z", "updated_at": "2018-08-10T21:34:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:48Z", "revision_number": 0, "id": "2dd468a7-e5d9-4ed9-a3dc-47f9d5b55e8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:48Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "375daef9-63d7-43e5-b941-00e2691f41f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 443, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "5c5341dc-d081-4ece-8538-5d59df439e96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-10T21:34:50Z", "revision_number": 0, "id": "682d4a46-7e9b-470e-81bc-2ce7c37677d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:50Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:34:47Z", "revision_number": 0, "id": "bdfee138-bbed-43f1-9da2-bc215f2c6577", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:47Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-10T21:34:51Z", "revision_number": 0, "id": "c863925e-dcc2-471b-9a66-f2e8caa5ca40", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:51Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:34:46Z", "revision_number": 0, "id": "ca94d573-af54-462d-89be-99aa5df6f1e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:46Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-10T21:34:49Z", "revision_number": 0, "id": "fbc1394b-bb81-4c23-b4a5-8f4f7765472f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:34:49Z", "security_group_id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 80, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 7, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "39ffefb5-1d06-4403-b847-b132a62ce2c9", "name": "vyos_vrouter-sg_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"description": "Default security group", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:15Z", "updated_at": "2018-08-10T21:38:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-10T21:38:56Z", "revision_number": 0, "id": "13f52ea4-72cc-4268-b680-e7bf88b5e974", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:38:56Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": 22, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "639dbe5c-32e7-4ed4-80bc-38c991386222", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "7213a11e-7aba-4af8-bd64-fe18eaef8128", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv6", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "a402a74d-e20e-4e3e-8ecd-6de2f385340e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-10T21:33:15Z", "revision_number": 0, "id": "c7aabeaa-dc85-4dd5-a675-e89eb0dc3a5e", "remote_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "remote_ip_prefix": null, "created_at": "2018-08-10T21:33:15Z", "security_group_id": "571d3597-d70c-428a-9106-c44489ab3f2c", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "port_range_min": null, "ethertype": "IPv4", "project_id": "021548b9cf414739bd9eb3f71588a994"}], "revision_number": 2, "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "571d3597-d70c-428a-9106-c44489ab3f2c", "name": "default"}]} 2018-08-10 21:39:05,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-2f109b7b-c937-4864-b03c-49df0c6ff142 2018-08-10 21:39:05,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0485680103302s 2018-08-10 21:39:05,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/security-groups.json used request id req-2f109b7b-c937-4864-b03c-49df0c6ff142 2018-08-10 21:39:05,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-10 21:39:05,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/security-groups/39ffefb5-1d06-4403-b847-b132a62ce2c9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:05,687 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0faf9a91-d65e-4cc0-87d7-29286530329e Content-Length: 0 Date: Fri, 10 Aug 2018 21:39:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:39:05,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/39ffefb5-1d06-4403-b847-b132a62ce2c9.json used request id req-0faf9a91-d65e-4cc0-87d7-29286530329e 2018-08-10 21:39:05,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.219369888306s 2018-08-10 21:39:05,688 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/security-groups/39ffefb5-1d06-4403-b847-b132a62ce2c9.json used request id req-0faf9a91-d65e-4cc0-87d7-29286530329e 2018-08-10 21:39:05,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-10 21:39:05,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/os-keypairs/vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:05,760 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21:39: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-ea230a25-4b59-4e16-a4cc-f6f1e4b98909 x-compute-request-id: req-ea230a25-4b59-4e16-a4cc-f6f1e4b98909 Content-Length: 0 Content-Type: application/json 2018-08-10 21:39:05,760 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7 used request id req-ea230a25-4b59-4e16-a4cc-f6f1e4b98909 2018-08-10 21:39:05,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.071692943573s 2018-08-10 21:39:05,760 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/os-keypairs/vyos_vrouter-kp_f224e6e0-9a43-46fd-9cc7-c61a708d44f7 used request id req-ea230a25-4b59-4e16-a4cc-f6f1e4b98909 2018-08-10 21:39:05,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-10 21:39:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12/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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" -d '{"subnet_id": "3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"}' 2018-08-10 21:39:07,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0b334ca7-9a77-454c-b4b6-049329bc0dde Date: Fri, 10 Aug 2018 21:39:07 GMT RESP BODY: {"network_id": "96ea5c74-683f-4b7d-a249-ea7398d80741", "tenant_id": "021548b9cf414739bd9eb3f71588a994", "subnet_id": "3e6e7c98-0747-49e4-872a-1c1ba3cdaed1", "subnet_ids": ["3e6e7c98-0747-49e4-872a-1c1ba3cdaed1"], "port_id": "8e5b4ec3-d4c1-47a4-8516-15c2239c7c57", "id": "91e5195a-59ba-45bb-a2cd-124b856f8f12"} 2018-08-10 21:39:07,630 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12/remove_router_interface.json used request id req-0b334ca7-9a77-454c-b4b6-049329bc0dde 2018-08-10 21:39:07,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86928892136s 2018-08-10 21:39:07,630 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12/remove_router_interface.json used request id req-0b334ca7-9a77-454c-b4b6-049329bc0dde returning object 91e5195a-59ba-45bb-a2cd-124b856f8f12 2018-08-10 21:39:07,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-10 21:39:07,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:07,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-e93edceb-535c-4b1f-8a91-dcbc9206634d Date: Fri, 10 Aug 2018 21:39:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "021548b9cf414739bd9eb3f71588a994", "created_at": "2018-08-10T21:33:18Z", "admin_state_up": true, "updated_at": "2018-08-10T21:39:06Z", "revision_number": 4, "routes": [], "project_id": "021548b9cf414739bd9eb3f71588a994", "id": "91e5195a-59ba-45bb-a2cd-124b856f8f12", "name": "vyos_vrouter-router_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}]} 2018-08-10 21:39:07,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-e93edceb-535c-4b1f-8a91-dcbc9206634d 2018-08-10 21:39:07,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129214048386s 2018-08-10 21:39:07,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-e93edceb-535c-4b1f-8a91-dcbc9206634d 2018-08-10 21:39:07,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-10 21:39:07,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:09,477 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a2d7cdb-63ae-461a-9793-37a4aee800ac Content-Length: 0 Date: Fri, 10 Aug 2018 21:39:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:39:09,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12.json used request id req-5a2d7cdb-63ae-461a-9793-37a4aee800ac 2018-08-10 21:39:09,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.7152929306s 2018-08-10 21:39:09,477 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/91e5195a-59ba-45bb-a2cd-124b856f8f12.json used request id req-5a2d7cdb-63ae-461a-9793-37a4aee800ac 2018-08-10 21:39:09,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-10 21:39:09,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:09,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-cfc6c7b2-e925-4946-a86b-13ab4d41a32d Date: Fri, 10 Aug 2018 21:39:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96ea5c74-683f-4b7d-a249-ea7398d80741","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:33:17Z","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":"021548b9cf414739bd9eb3f71588a994","id":"3e6e7c98-0747-49e4-872a-1c1ba3cdaed1","subnetpool_id":null,"name":"vyos_vrouter-subnet_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}]} 2018-08-10 21:39:09,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-cfc6c7b2-e925-4946-a86b-13ab4d41a32d 2018-08-10 21:39:09,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.051342010498s 2018-08-10 21:39:09,530 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-cfc6c7b2-e925-4946-a86b-13ab4d41a32d 2018-08-10 21:39:09,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-10 21:39:09,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/3e6e7c98-0747-49e4-872a-1c1ba3cdaed1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:12,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae30f3e5-218c-480e-a3f6-3839734c93bf Date: Fri, 10 Aug 2018 21:39:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:39:12,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/3e6e7c98-0747-49e4-872a-1c1ba3cdaed1.json used request id req-ae30f3e5-218c-480e-a3f6-3839734c93bf 2018-08-10 21:39:12,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.8142490387s 2018-08-10 21:39:12,346 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/3e6e7c98-0747-49e4-872a-1c1ba3cdaed1.json used request id req-ae30f3e5-218c-480e-a3f6-3839734c93bf 2018-08-10 21:39:12,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:39:12,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:12,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-a6f07f29-73c6-4dd6-a4f7-86d452f33cf5 Date: Fri, 10 Aug 2018 21:39:12 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-10T21:39:11Z","tenant_id":"021548b9cf414739bd9eb3f71588a994","created_at":"2018-08-10T21:33:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"021548b9cf414739bd9eb3f71588a994","id":"96ea5c74-683f-4b7d-a249-ea7398d80741","name":"vyos_vrouter-net_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:39:12,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a6f07f29-73c6-4dd6-a4f7-86d452f33cf5 2018-08-10 21:39:12,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104428052902s 2018-08-10 21:39:12,451 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-a6f07f29-73c6-4dd6-a4f7-86d452f33cf5 2018-08-10 21:39:12,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-10 21:39:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/networks/96ea5c74-683f-4b7d-a249-ea7398d80741.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:14,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a8997d0-0ec3-4cd3-951b-5e817237e88b Date: Fri, 10 Aug 2018 21:39:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-10 21:39:14,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/96ea5c74-683f-4b7d-a249-ea7398d80741.json used request id req-7a8997d0-0ec3-4cd3-951b-5e817237e88b 2018-08-10 21:39:14,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.51067399979s 2018-08-10 21:39:14,963 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/networks/96ea5c74-683f-4b7d-a249-ea7398d80741.json used request id req-7a8997d0-0ec3-4cd3-951b-5e817237e88b 2018-08-10 21:39:14,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:39:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:15,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-744ddb1d-9f67-4533-b6cd-cfe3a44a9fe7 Date: Fri, 10 Aug 2018 21:39:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:34:45Z", "file": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2/file", "owner": "021548b9cf414739bd9eb3f71588a994", "id": "d61046e0-b039-4dc9-8554-6f9705d163f2", "size": 4373348352, "self": "/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/d61046e0-b039-4dc9-8554-6f9705d163f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-10T21:33:45Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:39:15,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-744ddb1d-9f67-4533-b6cd-cfe3a44a9fe7 2018-08-10 21:39:15,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.326073884964s 2018-08-10 21:39:15,294 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-744ddb1d-9f67-4533-b6cd-cfe3a44a9fe7 2018-08-10 21:39:15,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-10 21:39:15,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2fd33daebef91a7ba0fad302683ae3ae62f7ac23" 2018-08-10 21:39:17,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfdb4333-91c5-4be4-832c-c1077533f1ad Date: Fri, 10 Aug 2018 21:39: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-10 21:39:17,030 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2 used request id req-dfdb4333-91c5-4be4-832c-c1077533f1ad 2018-08-10 21:39:17,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.73444604874s 2018-08-10 21:39:17,031 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/d61046e0-b039-4dc9-8554-6f9705d163f2 used request id req-dfdb4333-91c5-4be4-832c-c1077533f1ad 2018-08-10 21:39:17,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-10 21:39:17,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:17,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-9ecbbfe0-ca3b-4215-849f-50a2badc690d x-compute-request-id: req-9ecbbfe0-ca3b-4215-849f-50a2badc690d Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}, {"name": "vyos_vrouter-flavor_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": "dd6d11ca-2edb-4d21-815f-0a66ed542950"}]} 2018-08-10 21:39:17,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-9ecbbfe0-ca3b-4215-849f-50a2badc690d 2018-08-10 21:39:17,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0242669582367s 2018-08-10 21:39:17,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-9ecbbfe0-ca3b-4215-849f-50a2badc690d 2018-08-10 21:39:17,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-10 21:39:17,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:17,094 - keystoneauth.session - DEBUG - RESP: [202] Date: Fri, 10 Aug 2018 21:39: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-c7fe6280-d409-4a71-be17-b7aa9d2e03e7 x-compute-request-id: req-c7fe6280-d409-4a71-be17-b7aa9d2e03e7 Content-Length: 0 Content-Type: application/json 2018-08-10 21:39:17,094 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950 used request id req-c7fe6280-d409-4a71-be17-b7aa9d2e03e7 2018-08-10 21:39:17,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368328094482s 2018-08-10 21:39:17,095 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/dd6d11ca-2edb-4d21-815f-0a66ed542950 used request id req-c7fe6280-d409-4a71-be17-b7aa9d2e03e7 2018-08-10 21:39:17,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:39:17,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:17,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af706c1c-7181-40d5-b2a5-3900b3cae87e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": {"self": "http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc6980d1c9e54d97abf40234b2515929", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:39:17,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-af706c1c-7181-40d5-b2a5-3900b3cae87e 2018-08-10 21:39:17,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.239063978195s 2018-08-10 21:39:17,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-af706c1c-7181-40d5-b2a5-3900b3cae87e 2018-08-10 21:39:17,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:39:17,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:17,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96c9ad98-126e-4936-add5-d45b2fd2f224 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_f224e6e0-9a43-46fd-9cc7-c61a708d44f7", "links": {"self": "http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fc6980d1c9e54d97abf40234b2515929", "description": null}} 2018-08-10 21:39:17,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929 used request id req-96c9ad98-126e-4936-add5-d45b2fd2f224 2018-08-10 21:39:17,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211230993271s 2018-08-10 21:39:17,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929 used request id req-96c9ad98-126e-4936-add5-d45b2fd2f224 2018-08-10 21:39:17,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-10 21:39:17,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:17,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:39:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2189bea-5681-49d4-b661-2b295022a331 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:39:17,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929 used request id req-e2189bea-5681-49d4-b661-2b295022a331 2018-08-10 21:39:17,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.316287994385s 2018-08-10 21:39:17,866 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/fc6980d1c9e54d97abf40234b2515929 used request id req-e2189bea-5681-49d4-b661-2b295022a331 2018-08-10 21:39:17,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:39:17,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:18,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58aef33b-be3b-49c9-8a7f-7ccb38183c44 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994"}, "tags": [], "enabled": true, "id": "021548b9cf414739bd9eb3f71588a994", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_f224e6e0-9a43-46fd-9cc7-c61a708d44f7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-10 21:39:18,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-58aef33b-be3b-49c9-8a7f-7ccb38183c44 2018-08-10 21:39:18,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20814704895s 2018-08-10 21:39:18,081 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-58aef33b-be3b-49c9-8a7f-7ccb38183c44 2018-08-10 21:39:18,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-10 21:39:18,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9d765dcbdac2a036d20e5e0205f2c96370fa829" 2018-08-10 21:39:18,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:39:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79e62503-2e5f-41da-b8d9-bac088e7457b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:39:18,343 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994 used request id req-79e62503-2e5f-41da-b8d9-bac088e7457b 2018-08-10 21:39:18,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.257564067841s 2018-08-10 21:39:18,344 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/021548b9cf414739bd9eb3f71588a994 used request id req-79e62503-2e5f-41da-b8d9-bac088e7457b 2018-08-10 21:39:18,344 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-10 21:39:18,371 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-10 21:39:18,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 21:39:18,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 21:39:18,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 21:39:18,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 21:39:18,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:39:18,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8921e55-5e26-45b9-b01a-0308504c2eed 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 21:39:18,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-c8921e55-5e26-45b9-b01a-0308504c2eed 2018-08-10 21:39:18,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 21:39:18,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T22:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["oEL5pcOXS-mftXe8avIJFg"], "issued_at": "2018-08-10T21:39:18.000000Z"}} 2018-08-10 21:39:18,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:39:18,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:19,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8c113637-d4cd-490d-a741-586653e31732 Date: Fri, 10 Aug 2018 21:39:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","status":"ACTIVE","subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"description":"","tags":[],"updated_at":"2018-08-10T18:53:36Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","provider:network_type":"flat"}]} 2018-08-10 21:39:19,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8c113637-d4cd-490d-a741-586653e31732 2018-08-10 21:39:19,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346820116043s 2018-08-10 21:39:19,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8c113637-d4cd-490d-a741-586653e31732 2018-08-10 21:39:19,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:39:19,193 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 21:39:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3ae6d16-e6a5-4c05-8656-0fcf5d0bdc19 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.31:5000/v3/", "rel": "self"}]}]}} 2018-08-10 21:39:19,193 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/ used request id req-a3ae6d16-e6a5-4c05-8656-0fcf5d0bdc19 2018-08-10 21:39:19,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:39:19,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:19,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd72b08c-fd0b-433b-87fb-57ff02bbe70b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.31:5000/v3/domains/178282afa6554083a759d7dcbb42face"}, "tags": [], "enabled": true, "id": "178282afa6554083a759d7dcbb42face", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.31:5000/v3/domains", "previous": null, "next": null}} 2018-08-10 21:39:19,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-fd72b08c-fd0b-433b-87fb-57ff02bbe70b 2018-08-10 21:39:19,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20188999176s 2018-08-10 21:39:19,396 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains used request id req-fd72b08c-fd0b-433b-87fb-57ff02bbe70b 2018-08-10 21:39:19,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-10 21:39:19,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}}' 2018-08-10 21:39:19,641 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:39:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b89be94f-ac66-4597-b69e-b06e0c9bc427 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4"}, "tags": [], "enabled": true, "id": "a5620d1d2d8940a28323c55e738704a4", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}} 2018-08-10 21:39:19,641 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-b89be94f-ac66-4597-b69e-b06e0c9bc427 2018-08-10 21:39:19,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.237196922302s 2018-08-10 21:39:19,642 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/projects used request id req-b89be94f-ac66-4597-b69e-b06e0c9bc427 2018-08-10 21:39:19,642 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: juju_epc', u'tags': [], 'enabled': True, 'id': u'a5620d1d2d8940a28323c55e738704a4', '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'juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152'}) 2018-08-10 21:39:19,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-10 21:39:19,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "996827c0-ae15-4a28-a3bd-bd3fe954aa6b", "email": null, "name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}}' 2018-08-10 21:39:20,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 10 Aug 2018 21:39:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4af173b-58fe-4df1-a93a-b301069c1474 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": {"self": "http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1a16c8965c534ddebdab36166d7e203b", "domain_id": "default", "password_expires_at": null}} 2018-08-10 21:39:20,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-c4af173b-58fe-4df1-a93a-b301069c1474 2018-08-10 21:39:20,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.464543104172s 2018-08-10 21:39:20,113 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.31:5000/v3/users used request id req-c4af173b-58fe-4df1-a93a-b301069c1474 2018-08-10 21:39:20,114 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1a16c8965c534ddebdab36166d7e203b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152'}) 2018-08-10 21:39:20,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:39:20,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:20,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0f6f1e-cd66-4989-ba5f-27bfd1d2414d Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:39:20,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-cc0f6f1e-cd66-4989-ba5f-27bfd1d2414d 2018-08-10 21:39:20,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195070981979s 2018-08-10 21:39:20,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-cc0f6f1e-cd66-4989-ba5f-27bfd1d2414d 2018-08-10 21:39:20,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:39:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:20,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15bbb216-e403-4f78-9706-a6e0f3787a54 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:39:20,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-15bbb216-e403-4f78-9706-a6e0f3787a54 2018-08-10 21:39:20,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201328992844s 2018-08-10 21:39:20,519 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-15bbb216-e403-4f78-9706-a6e0f3787a54 2018-08-10 21:39:20,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-10 21:39:20,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:20,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc4979a-8495-4842-8ef0-f33421d9a1f6 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1966793a662245359ab02202d3a5f8cf", "links": {"self": "http://172.30.9.31:5000/v3/roles/1966793a662245359ab02202d3a5f8cf"}, "name": "reader"}, {"domain_id": null, "id": "4b15f067e3cc40f5b59536249f567fda", "links": {"self": "http://172.30.9.31:5000/v3/roles/4b15f067e3cc40f5b59536249f567fda"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5027167615e045a6b597ac40cb744000", "links": {"self": "http://172.30.9.31:5000/v3/roles/5027167615e045a6b597ac40cb744000"}, "name": "admin"}, {"domain_id": null, "id": "5c54d326fd7246988478983f1532e196", "links": {"self": "http://172.30.9.31:5000/v3/roles/5c54d326fd7246988478983f1532e196"}, "name": "swiftoperator"}, {"domain_id": null, "id": "740829ed47d44511bcb22d86735f9050", "links": {"self": "http://172.30.9.31:5000/v3/roles/740829ed47d44511bcb22d86735f9050"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.31:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b8172d71d3f6412896e8ee601dc75010", "links": {"self": "http://172.30.9.31:5000/v3/roles/b8172d71d3f6412896e8ee601dc75010"}, "name": "heat_stack_user"}]} 2018-08-10 21:39:20,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bbc4979a-8495-4842-8ef0-f33421d9a1f6 2018-08-10 21:39:20,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182590961456s 2018-08-10 21:39:20,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/roles used request id req-bbc4979a-8495-4842-8ef0-f33421d9a1f6 2018-08-10 21:39:20,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-10 21:39:20,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:20,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4487fa9-6f93-4a7a-8711-08ac31574ae2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.31:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-10 21:39:20,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-d4487fa9-6f93-4a7a-8711-08ac31574ae2 2018-08-10 21:39:20,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.206656932831s 2018-08-10 21:39:20,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/domains/default used request id req-d4487fa9-6f93-4a7a-8711-08ac31574ae2 2018-08-10 21:39:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-10 21:39:20,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:21,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d832febb-1d86-40f2-9c81-db1038b29576 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": {"self": "http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1a16c8965c534ddebdab36166d7e203b", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-10 21:39:21,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-d832febb-1d86-40f2-9c81-db1038b29576 2018-08-10 21:39:21,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128507852554s 2018-08-10 21:39:21,049 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-d832febb-1d86-40f2-9c81-db1038b29576 2018-08-10 21:39:21,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-10 21:39:21,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:21,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1bdf5f4-8cf8-455b-9fc5-ec2c1782cfb3 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4"}, "tags": [], "enabled": true, "id": "a5620d1d2d8940a28323c55e738704a4", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-10 21:39:21,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-f1bdf5f4-8cf8-455b-9fc5-ec2c1782cfb3 2018-08-10 21:39:21,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196182012558s 2018-08-10 21:39:21,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects?domain_id=default used request id req-f1bdf5f4-8cf8-455b-9fc5-ec2c1782cfb3 2018-08-10 21:39:21,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-10 21:39:21,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31:5000/v3/role_assignments?user.id=1a16c8965c534ddebdab36166d7e203b&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a5620d1d2d8940a28323c55e738704a4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:21,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0a02983-8ba4-45f9-864b-86b7595c37c4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.31:5000/v3/role_assignments?user.id=1a16c8965c534ddebdab36166d7e203b&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a5620d1d2d8940a28323c55e738704a4", "previous": null, "next": null}} 2018-08-10 21:39:21,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=1a16c8965c534ddebdab36166d7e203b&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a5620d1d2d8940a28323c55e738704a4 used request id req-d0a02983-8ba4-45f9-864b-86b7595c37c4 2018-08-10 21:39:21,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198971033096s 2018-08-10 21:39:21,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/role_assignments?user.id=1a16c8965c534ddebdab36166d7e203b&role.id=740829ed47d44511bcb22d86735f9050&scope.project.id=a5620d1d2d8940a28323c55e738704a4 used request id req-d0a02983-8ba4-45f9-864b-86b7595c37c4 2018-08-10 21:39:21,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-10 21:39:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4/users/1a16c8965c534ddebdab36166d7e203b/roles/740829ed47d44511bcb22d86735f9050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:21,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 10 Aug 2018 21:39:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8020b63c-8390-4769-b597-5803a20f5426 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-10 21:39:21,619 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4/users/1a16c8965c534ddebdab36166d7e203b/roles/740829ed47d44511bcb22d86735f9050 used request id req-8020b63c-8390-4769-b597-5803a20f5426 2018-08-10 21:39:21,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.152505874634s 2018-08-10 21:39:21,620 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4/users/1a16c8965c534ddebdab36166d7e203b/roles/740829ed47d44511bcb22d86735f9050 used request id req-8020b63c-8390-4769-b597-5803a20f5426 2018-08-10 21:39:21,620 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 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'a5620d1d2d8940a28323c55e738704a4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '996827c0-ae15-4a28-a3bd-bd3fe954aa6b', 'username': u'juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.31: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-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-10 21:39:21,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-10 21:39:21,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-10 21:39:21,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-10 21:39:21,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-10 21:39:21,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-10 21:39:21,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-10 21:39:21,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-10 21:39:21,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-10 21:39:21,626 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'password': '996827c0-ae15-4a28-a3bd-bd3fe954aa6b', 'project_name': 'juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.31:5000/v3', 'project_id': 'a5620d1d2d8940a28323c55e738704a4', 'project_domain_name': 'Default'} 2018-08-10 21:39:21,687 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-08-10 21:39:21,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-10 21:39:21,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-10 21:39:21,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 10 Aug 2018 21:39:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5498a540-dc47-4e40-9e6e-d598b0bfe5b4 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.7:35357/v3/", "rel": "self"}]}]}} 2018-08-10 21:39:21,723 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-5498a540-dc47-4e40-9e6e-d598b0bfe5b4 2018-08-10 21:39:21,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:21,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02dcdda6-cbbd-4311-96ce-3444aee477c7 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/020cea633cbf484c96b965fddb626bd6"}, "enabled": true, "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/23c98df744de4639bf763f9998ca1f5c"}, "enabled": true, "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/377ea5e11f4f453dbe549769d5ec5568"}, "enabled": true, "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/379bbec3f8454e03bccf11984cc051a9"}, "enabled": true, "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/381da078b5e64e279c7ce27a3688b12e"}, "enabled": true, "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5882d33b62544118845eacd2e65e6eff"}, "enabled": true, "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3e81c57b9f4629afcecb9c280507d9"}, "enabled": true, "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/7c13131fb2ab4b0d875979e1963f6931"}, "enabled": true, "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/8ab374cc157a4922b6ecf31c9f88ba7a"}, "enabled": true, "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/9c4a0fcfeee44ef39073280073e93ab0"}, "enabled": true, "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ab218b58848a49298baf5fa5813de915"}, "enabled": true, "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/bd6bbc0a37fa491f8acd55005d871da4"}, "enabled": true, "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d48b2b083b6843bb9c99051107fa4626"}, "enabled": true, "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d6ffd2f50a9a44da98da93b598243c8c"}, "enabled": true, "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dc44d2758b3241f7b86aa6af574b740f"}, "enabled": true, "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-10 21:39:21,920 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-02dcdda6-cbbd-4311-96ce-3444aee477c7 2018-08-10 21:39:21,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.205324172974s 2018-08-10 21:39:21,920 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-02dcdda6-cbbd-4311-96ce-3444aee477c7 2018-08-10 21:39:21,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-10 21:39:21,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" 2018-08-10 21:39:22,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a8182f-8e7f-4dff-b77a-a70dd6646594 Content-Encoding: gzip Content-Length: 1965 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/03a0db4e74be4752b33e290fccc40da5"}, "url": "http://172.30.9.31:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/04da0dfb4e014e0d8a1f9e5568df02c6"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/055d8040bbf54666800b3166d7aac7e4"}, "url": "http://172.30.9.31:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/09d78a8b03c745208c6b4d248e924613"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "09d78a8b03c745208c6b4d248e924613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/0b043b597304451c9a26a358a2ad3653"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "0b043b597304451c9a26a358a2ad3653"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/2a517ec97a4743a4b3f995a6a79e769b"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/37054d8f3c534abab774cca19cb18454"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "37054d8f3c534abab774cca19cb18454"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3864ec671f804ee9b3652a7d2efd4cf0"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/39c75605b15148198d15e0bec7eae13a"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "39c75605b15148198d15e0bec7eae13a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/3bcd7a5fd3584e72a30b824120fbd664"}, "url": "http://172.30.9.31:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/45dad8d6ffe34ee9b0ed6810e01507d1"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/4942f1c94cc743ca8efdfa75725e7c88"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/548573ef770744ed8a5a43cd5d6a9b96"}, "url": "http://172.30.9.31:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/56c8ec901b134bbbbee94eb07c62626d"}, "url": "http://172.30.9.31:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/5b3757321c7d4c56af84d26cc927cc46"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd6bbc0a37fa491f8acd55005d871da4", "id": "5b3757321c7d4c56af84d26cc927cc46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/67ae799f851f4b8ba7944a94f60a3b7a"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ab218b58848a49298baf5fa5813de915", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/6e6e5db7536b4df096c26f540fe5c7c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/756ab81ae2354e76b850263c7ad1928b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/7fa794ff9a984f82a1e61a213e760c6a"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/810e61e0819844b1ab5d4e67911d38b5"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d6ffd2f50a9a44da98da93b598243c8c", "id": "810e61e0819844b1ab5d4e67911d38b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/826e871703074137bf7564f526c9410f"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "826e871703074137bf7564f526c9410f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86955c07d0d74cdc897f604654fce087"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "86955c07d0d74cdc897f604654fce087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/86ecb4bd2a87409b86dc69de26cf319f"}, "url": "http://172.30.9.31:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/92c851e811e042baa4a2f5292d631e91"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "92c851e811e042baa4a2f5292d631e91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/949dbe751fe44a0ab3ed91ad90f5c38d"}, "url": "http://172.30.9.31:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23c98df744de4639bf763f9998ca1f5c", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/97ed0361957642b884dee4c4ded23020"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c13131fb2ab4b0d875979e1963f6931", "id": "97ed0361957642b884dee4c4ded23020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f60c0ddbd084643ac2ff5a189e67c51"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/9f637fabd6f240cfb27c81018b1869f4"}, "url": "http://172.30.9.31:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b26fd92ce52c4ddf996e3cac71b38aba"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/b96adcd9537c40c4821c71118341ba65"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3e81c57b9f4629afcecb9c280507d9", "id": "b96adcd9537c40c4821c71118341ba65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/ba0ae1f9398a4ba1907ddefde8fda4f6"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "377ea5e11f4f453dbe549769d5ec5568", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c1f67dd4bab548c89564606ac20e87c0"}, "url": "http://172.30.9.31:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d48b2b083b6843bb9c99051107fa4626", "id": "c1f67dd4bab548c89564606ac20e87c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c677d005ec0d48529d8677ab43da8e01"}, "url": "http://172.30.9.31:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5882d33b62544118845eacd2e65e6eff", "id": "c677d005ec0d48529d8677ab43da8e01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/c6b83e3331234983b119a2330dc49fef"}, "url": "http://172.30.9.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "c6b83e3331234983b119a2330dc49fef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/da5a888bcd5842268f7b335f16387e86"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "da5a888bcd5842268f7b335f16387e86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/df74eacc9789494bb174567db053b392"}, "url": "http://172.30.9.31:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ab374cc157a4922b6ecf31c9f88ba7a", "id": "df74eacc9789494bb174567db053b392"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/e631f024b00943fa81813a3f35691b7d"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "381da078b5e64e279c7ce27a3688b12e", "id": "e631f024b00943fa81813a3f35691b7d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/eb4a5427c7044b43b532388dd62a63aa"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "020cea633cbf484c96b965fddb626bd6", "id": "eb4a5427c7044b43b532388dd62a63aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f12c4d283da74b1c870b4690563b5135"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f12c4d283da74b1c870b4690563b5135"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f586fda38d2b44e3989355d8a10e41cb"}, "url": "http://172.30.9.31:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "379bbec3f8454e03bccf11984cc051a9", "id": "f586fda38d2b44e3989355d8a10e41cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/f705d5aaac524bacbf823b0f2f4c2d9f"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.31:5000/v3/endpoints/fd2f2314fe3f4b42ad70269b5f2a594f"}, "url": "http://172.30.9.31:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9c4a0fcfeee44ef39073280073e93ab0", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "links": {"self": "http://172.30.9.31:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-10 21:39:22,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-53a8182f-8e7f-4dff-b77a-a70dd6646594 2018-08-10 21:39:22,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.207139968872s 2018-08-10 21:39:22,136 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/endpoints used request id req-53a8182f-8e7f-4dff-b77a-a70dd6646594 2018-08-10 21:39:22,143 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-10 21:39:22,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:39:22,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2df926fa-3a42-4627-a1a3-7d8280eac5d8 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.31:5000/v3/", "rel": "self"}]}} 2018-08-10 21:39:22,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.31:5000/v3 used request id req-2df926fa-3a42-4627-a1a3-7d8280eac5d8 2018-08-10 21:39:22,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-10 21:39:22,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-10T22:39:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5620d1d2d8940a28323c55e738704a4", "name": "juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "id": "1a16c8965c534ddebdab36166d7e203b"}, "audit_ids": ["65_r_3fnSpSowr-ZNZuK4A"], "issued_at": "2018-08-10T21:39:22.000000Z"}} 2018-08-10 21:39:22,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-10 21:39:22,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '{"network": {"name": "juju_epc-net_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "admin_state_up": true}}' 2018-08-10 21:39:23,261 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-1e543d11-83ec-4e0e-ba78-8de65a1d6805 Date: Fri, 10 Aug 2018 21:39:23 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a5620d1d2d8940a28323c55e738704a4","created_at":"2018-08-10T21:39:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-10T21:39:23Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a5620d1d2d8940a28323c55e738704a4","id":"ba46a4d1-959e-482c-9cb6-d5de4ca62a67","name":"juju_epc-net_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}} 2018-08-10 21:39:23,261 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-1e543d11-83ec-4e0e-ba78-8de65a1d6805 2018-08-10 21:39:23,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.700385808945s 2018-08-10 21:39:23,262 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-1e543d11-83ec-4e0e-ba78-8de65a1d6805 2018-08-10 21:39:23,262 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T21:39:23Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ba46a4d1-959e-482c-9cb6-d5de4ca62a67', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_4eb4fc6a-066b-45f2-9859-0042ba3c8152', u'admin_state_up': True, u'tenant_id': u'a5620d1d2d8940a28323c55e738704a4', u'created_at': u'2018-08-10T21:39:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a5620d1d2d8940a28323c55e738704a4'}) 2018-08-10 21:39:23,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-10 21:39:23,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" 2018-08-10 21:39:23,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-0ada9d05-1fe7-40b4-89da-63d47fe04384 Date: Fri, 10 Aug 2018 21:39:23 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-10T21:39:23Z","tenant_id":"a5620d1d2d8940a28323c55e738704a4","created_at":"2018-08-10T21:39:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a5620d1d2d8940a28323c55e738704a4","id":"ba46a4d1-959e-482c-9cb6-d5de4ca62a67","name":"juju_epc-net_4eb4fc6a-066b-45f2-9859-0042ba3c8152"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c"],"updated_at":"2018-08-10T18:53:36Z","tenant_id":"3c8b33adff4046d19594c388d2eae0f8","created_at":"2018-08-10T18:32:08Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3c8b33adff4046d19594c388d2eae0f8","id":"c4cff450-4dd4-4f2b-accf-a61abfcd160f","name":"external"}]} 2018-08-10 21:39:23,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-0ada9d05-1fe7-40b4-89da-63d47fe04384 2018-08-10 21:39:23,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.390382051468s 2018-08-10 21:39:23,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/networks.json used request id req-0ada9d05-1fe7-40b4-89da-63d47fe04384 2018-08-10 21:39:23,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-10 21:39:23,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '{"subnet": {"name": "juju_epc-subnet_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "enable_dhcp": true, "network_id": "ba46a4d1-959e-482c-9cb6-d5de4ca62a67", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-10 21:39:24,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b2aba494-5a1c-49f9-997c-d5dac5e9c8c2 Date: Fri, 10 Aug 2018 21:39:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba46a4d1-959e-482c-9cb6-d5de4ca62a67","tenant_id":"a5620d1d2d8940a28323c55e738704a4","created_at":"2018-08-10T21:39:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:39:24Z","gateway_ip":"192.168.121.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.121.0/24","project_id":"a5620d1d2d8940a28323c55e738704a4","id":"88df7330-bf81-4069-81cc-bffc5da3d04b","subnetpool_id":null,"name":"juju_epc-subnet_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}} 2018-08-10 21:39:24,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b2aba494-5a1c-49f9-997c-d5dac5e9c8c2 2018-08-10 21:39:24,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.13829779625s 2018-08-10 21:39:24,794 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-b2aba494-5a1c-49f9-997c-d5dac5e9c8c2 2018-08-10 21:39:24,794 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-10T21:39:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.121.2', u'end': u'192.168.121.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.121.0/24', u'id': u'88df7330-bf81-4069-81cc-bffc5da3d04b', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_4eb4fc6a-066b-45f2-9859-0042ba3c8152', u'enable_dhcp': True, u'network_id': u'ba46a4d1-959e-482c-9cb6-d5de4ca62a67', u'tenant_id': u'a5620d1d2d8940a28323c55e738704a4', u'created_at': u'2018-08-10T21:39:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'a5620d1d2d8940a28323c55e738704a4'}) 2018-08-10 21:39:24,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-10 21:39:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '{"router": {"external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f"}, "name": "juju_epc-router_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "admin_state_up": true}}' 2018-08-10 21:39:26,215 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-6e3761c2-18fb-4b7e-8dd3-b8e4162105e2 Date: Fri, 10 Aug 2018 21:39:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a5620d1d2d8940a28323c55e738704a4", "created_at": "2018-08-10T21:39:25Z", "admin_state_up": true, "updated_at": "2018-08-10T21:39:26Z", "revision_number": 2, "routes": [], "project_id": "a5620d1d2d8940a28323c55e738704a4", "id": "0d204f0c-ac32-4e67-9d5f-507e8fc075d2", "name": "juju_epc-router_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}} 2018-08-10 21:39:26,215 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-6e3761c2-18fb-4b7e-8dd3-b8e4162105e2 2018-08-10 21:39:26,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42042398453s 2018-08-10 21:39:26,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-6e3761c2-18fb-4b7e-8dd3-b8e4162105e2 2018-08-10 21:39:26,216 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4cff450-4dd4-4f2b-accf-a61abfcd160f', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a5620d1d2d8940a28323c55e738704a4', u'created_at': u'2018-08-10T21:39:25Z', u'admin_state_up': True, u'updated_at': u'2018-08-10T21:39:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'a5620d1d2d8940a28323c55e738704a4', u'id': u'0d204f0c-ac32-4e67-9d5f-507e8fc075d2', u'name': u'juju_epc-router_4eb4fc6a-066b-45f2-9859-0042ba3c8152'}) 2018-08-10 21:39:26,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-10 21:39:26,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2/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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '{"subnet_id": "88df7330-bf81-4069-81cc-bffc5da3d04b"}' 2018-08-10 21:39:28,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66ea617d-7d7d-4cbe-9104-38849d7877db Date: Fri, 10 Aug 2018 21:39:28 GMT RESP BODY: {"network_id": "ba46a4d1-959e-482c-9cb6-d5de4ca62a67", "tenant_id": "a5620d1d2d8940a28323c55e738704a4", "subnet_id": "88df7330-bf81-4069-81cc-bffc5da3d04b", "subnet_ids": ["88df7330-bf81-4069-81cc-bffc5da3d04b"], "port_id": "b09eb342-3cd5-446b-83fb-fb6791586cee", "id": "0d204f0c-ac32-4e67-9d5f-507e8fc075d2"} 2018-08-10 21:39:28,462 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2/add_router_interface.json used request id req-66ea617d-7d7d-4cbe-9104-38849d7877db 2018-08-10 21:39:28,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.24461293221s 2018-08-10 21:39:28,462 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2/add_router_interface.json used request id req-66ea617d-7d7d-4cbe-9104-38849d7877db returning object 0d204f0c-ac32-4e67-9d5f-507e8fc075d2 2018-08-10 21:39:28,462 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-10 21:39:31,277 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:940d6fd4ad5901e2c60bd1f92cec7e5f sha256:64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc 2018-08-10 21:39:31,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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-10 21:39:31,285 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Fri, 10 Aug 2018 21:39:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.31:9292/v2/", "rel": "self"}]}]} 2018-08-10 21:39:31,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:39:31,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" 2018-08-10 21:39:31,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3dc3244e-d1a8-4126-b88d-aeee8c65fd16 Date: Fri, 10 Aug 2018 21:39:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:39:31,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-3dc3244e-d1a8-4126-b88d-aeee8c65fd16 2018-08-10 21:39:31,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.317015886307s 2018-08-10 21:39:31,607 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-3dc3244e-d1a8-4126-b88d-aeee8c65fd16 2018-08-10 21:39:31,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 21:39:31,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '{"owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "owner_specified.shade.object": "images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}' 2018-08-10 21:39:31,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2e781e36-014d-4d25-b1e9-f7933fff82a8 Date: Fri, 10 Aug 2018 21:39:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:31Z", "file": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "b7e33465-18e4-4e45-95b8-236efb2ce277", "size": null, "self": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": null, "created_at": "2018-08-10T21:39:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 21:39:31,949 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-2e781e36-014d-4d25-b1e9-f7933fff82a8 2018-08-10 21:39:31,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.334466934204s 2018-08-10 21:39:31,950 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-2e781e36-014d-4d25-b1e9-f7933fff82a8 returning object b7e33465-18e4-4e45-95b8-236efb2ce277 2018-08-10 21:39:31,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 21:39:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '' 2018-08-10 21:39:36,871 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e055a81c-2167-4faa-9135-cf6d98a3c340 Date: Fri, 10 Aug 2018 21:39: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-10 21:39:36,872 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file used request id req-e055a81c-2167-4faa-9135-cf6d98a3c340 2018-08-10 21:39:36,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.92132902145s 2018-08-10 21:39:36,872 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file used request id req-e055a81c-2167-4faa-9135-cf6d98a3c340 2018-08-10 21:39:36,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:39:36,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" 2018-08-10 21:39:37,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-0647ae75-1ab6-410b-a69a-8206276b3fab Date: Fri, 10 Aug 2018 21:39:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:36Z", "file": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "b7e33465-18e4-4e45-95b8-236efb2ce277", "size": 296747008, "self": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-10T21:39:31Z", "os_hidden": false, "protected": false, "os_hash_value": "28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:39:37,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-0647ae75-1ab6-410b-a69a-8206276b3fab 2018-08-10 21:39:37,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314458847046s 2018-08-10 21:39:37,191 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-0647ae75-1ab6-410b-a69a-8206276b3fab 2018-08-10 21:39:37,193 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file', 'owner': u'a5620d1d2d8940a28323c55e738704a4', 'id': u'b7e33465-18e4-4e45-95b8-236efb2ce277', 'size': 296747008, u'self': u'/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5620d1d2d8940a28323c55e738704a4', 'name': 'juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T21:39:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T21:39:36Z', u'owner_specified.shade.sha256': u'64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc', u'owner_specified.shade.object': u'images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'940d6fd4ad5901e2c60bd1f92cec7e5f', 'properties': {u'os_hash_value': u'28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21', u'self': u'/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc', u'owner_specified.shade.object': u'images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152', u'owner_specified.shade.md5': u'940d6fd4ad5901e2c60bd1f92cec7e5f', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'created': u'2018-08-10T21:39:31Z', 'checksum': u'940d6fd4ad5901e2c60bd1f92cec7e5f', 'created_at': u'2018-08-10T21:39:31Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21', 'metadata': {u'os_hash_value': u'28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21', u'self': u'/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc', u'owner_specified.shade.object': u'images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152', u'owner_specified.shade.md5': u'940d6fd4ad5901e2c60bd1f92cec7e5f', u'schema': u'/v2/schemas/image'}}) 2018-08-10 21:39:38,638 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i b7e33465-18e4-4e45-95b8-236efb2ce277 -s xenial -r regionOne -u http://172.30.9.31:5000/v3 Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-10 21:39:38,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 21:39:38,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-10 21:39:38,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-6fbd9bfa-4cb6-457d-8241-c2ec5d2b251d x-compute-request-id: req-6fbd9bfa-4cb6-457d-8241-c2ec5d2b251d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537", "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": 10, "id": "cca69b48-4190-41f6-90ac-e5f6a3b3d537"}} 2018-08-10 21:39:38,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-6fbd9bfa-4cb6-457d-8241-c2ec5d2b251d 2018-08-10 21:39:38,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.339083194733s 2018-08-10 21:39:38,978 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-6fbd9bfa-4cb6-457d-8241-c2ec5d2b251d 2018-08-10 21:39:38,979 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_4eb4fc6a-066b-45f2-9859-0042ba3c8152', '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 10, 'id': u'cca69b48-4190-41f6-90ac-e5f6a3b3d537', 'swap': 0}) 2018-08-10 21:39:38,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 21:39:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537/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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" -d '{"extra_specs": {}}' 2018-08-10 21:39:39,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-e9fbc178-3d68-466c-86b5-7c069513a0fc x-compute-request-id: req-e9fbc178-3d68-466c-86b5-7c069513a0fc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 21:39:39,002 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537/os-extra_specs used request id req-e9fbc178-3d68-466c-86b5-7c069513a0fc 2018-08-10 21:39:39,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021693944931s 2018-08-10 21:39:39,002 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537/os-extra_specs used request id req-e9fbc178-3d68-466c-86b5-7c069513a0fc 2018-08-10 21:39:39,002 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-10 21:39:39,004 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | 06SWZ0kyvXG2vEo5aELejkfP9 | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-208 | | SDN_CONTROLLER_IP | 192.30.9.7 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-10 21:39:39,012 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-10 21:39:39,104 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-08-10 21:39:39,104 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-10 21:39:39,191 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-08-10 21:39:39,192 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-10 21:39:40,932 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-10 21:39:40,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:39:40,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" 2018-08-10 21:39:41,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-a5d36e05-dfdc-437a-add6-3861d78c46b6 Date: Fri, 10 Aug 2018 21:39:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:36Z", "file": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "b7e33465-18e4-4e45-95b8-236efb2ce277", "size": 296747008, "self": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-10T21:39:31Z", "os_hidden": false, "protected": false, "os_hash_value": "28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:39:41,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a5d36e05-dfdc-437a-add6-3861d78c46b6 2018-08-10 21:39:41,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298996925354s 2018-08-10 21:39:41,234 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-a5d36e05-dfdc-437a-add6-3861d78c46b6 2018-08-10 21:39:41,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-10 21:39:41,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}' 2018-08-10 21:39:41,578 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-99e446c4-352d-4b8e-afd5-74b82911ca87 Date: Fri, 10 Aug 2018 21:39:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:41Z", "file": "/v2/images/ec450059-27ef-4558-b561-1be4c167615f/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "ec450059-27ef-4558-b561-1be4c167615f", "size": null, "self": "/v2/images/ec450059-27ef-4558-b561-1be4c167615f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": null, "created_at": "2018-08-10T21:39:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-10 21:39:41,578 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-99e446c4-352d-4b8e-afd5-74b82911ca87 2018-08-10 21:39:41,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.334407091141s 2018-08-10 21:39:41,579 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.31:9292/v2/images used request id req-99e446c4-352d-4b8e-afd5-74b82911ca87 returning object ec450059-27ef-4558-b561-1be4c167615f 2018-08-10 21:39:41,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-10 21:39:41,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f/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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" -d '' 2018-08-10 21:39:45,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7bda851a-27c2-4624-bc18-0f9ed7c00f35 Date: Fri, 10 Aug 2018 21:39: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-10 21:39:45,502 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f/file used request id req-7bda851a-27c2-4624-bc18-0f9ed7c00f35 2018-08-10 21:39:45,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.92250013351s 2018-08-10 21:39:45,502 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f/file used request id req-7bda851a-27c2-4624-bc18-0f9ed7c00f35 2018-08-10 21:39:45,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-10 21:39:45,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}e25123b5e50a8e354729586b6f22d7bb8a961cf0" 2018-08-10 21:39:45,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-411f2cbc-24d7-43c8-8208-06c9ea813547 Date: Fri, 10 Aug 2018 21:39:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:45Z", "file": "/v2/images/ec450059-27ef-4558-b561-1be4c167615f/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "ec450059-27ef-4558-b561-1be4c167615f", "size": 263062016, "self": "/v2/images/ec450059-27ef-4558-b561-1be4c167615f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ec450059-27ef-4558-b561-1be4c167615f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ec450059-27ef-4558-b561-1be4c167615f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-10T21:39:41Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:36Z", "file": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "b7e33465-18e4-4e45-95b8-236efb2ce277", "size": 296747008, "self": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-10T21:39:31Z", "os_hidden": false, "protected": false, "os_hash_value": "28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-10 21:39:45,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-411f2cbc-24d7-43c8-8208-06c9ea813547 2018-08-10 21:39:45,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290396928787s 2018-08-10 21:39:45,798 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-411f2cbc-24d7-43c8-8208-06c9ea813547 2018-08-10 21:39:45,800 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ec450059-27ef-4558-b561-1be4c167615f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ec450059-27ef-4558-b561-1be4c167615f/file', 'owner': u'a5620d1d2d8940a28323c55e738704a4', 'id': u'ec450059-27ef-4558-b561-1be4c167615f', 'size': 263062016, u'self': u'/v2/images/ec450059-27ef-4558-b561-1be4c167615f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a5620d1d2d8940a28323c55e738704a4', 'name': 'juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/ec450059-27ef-4558-b561-1be4c167615f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-10T21:39:45Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-10T21:39:45Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/ec450059-27ef-4558-b561-1be4c167615f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'created': u'2018-08-10T21:39:41Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-10T21:39:41Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', 'metadata': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/ec450059-27ef-4558-b561-1be4c167615f', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/juju_epc-img_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}}) 2018-08-10 21:39:45,952 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i ec450059-27ef-4558-b561-1be4c167615f -s trusty -r regionOne -u http://172.30.9.31:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-08-10 21:39:45,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-10 21:39:45,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31: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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-10 21:39:46,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-3910ce6b-caf9-4d08-b081-7c60b3b4f87b x-compute-request-id: req-3910ce6b-caf9-4d08-b081-7c60b3b4f87b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/97bc4053-6b4e-463c-a854-951ff48baf54", "rel": "bookmark"}], "ram": 4096, "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": "97bc4053-6b4e-463c-a854-951ff48baf54"}} 2018-08-10 21:39:46,008 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-3910ce6b-caf9-4d08-b081-7c60b3b4f87b 2018-08-10 21:39:46,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0552060604095s 2018-08-10 21:39:46,009 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors used request id req-3910ce6b-caf9-4d08-b081-7c60b3b4f87b 2018-08-10 21:39:46,010 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152', 'ephemeral': 0, 'ram': 4096, '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'bd3ffce622a240f8bc7cc73cb3eb81b6', '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': 10, 'id': u'97bc4053-6b4e-463c-a854-951ff48baf54', 'swap': 0}) 2018-08-10 21:39:46,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-10 21:39:46,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54/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}ebc67b9eb27bf4a3cea5ea90600b10f5e7c18979" -d '{"extra_specs": {}}' 2018-08-10 21:39:46,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 10 Aug 2018 21:39: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-7aa7b781-1c01-4814-8964-c6f1e1f04021 x-compute-request-id: req-7aa7b781-1c01-4814-8964-c6f1e1f04021 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-10 21:39:46,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54/os-extra_specs used request id req-7aa7b781-1c01-4814-8964-c6f1e1f04021 2018-08-10 21:39:46,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020112991333s 2018-08-10 21:39:46,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54/os-extra_specs used request id req-7aa7b781-1c01-4814-8964-c6f1e1f04021 2018-08-10 21:39:46,031 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-11 01:54:17,989 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc/regionOne', 'abot-controller', '--agent-version', '2.2.9', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=ba46a4d1-959e-482c-9cb6-d5de4ca62a67', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 21:39:46 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 21:39:46 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc/regionOne", "abot-controller", "--agent-version", "2.2.9", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=ba46a4d1-959e-482c-9cb6-d5de4ca62a67", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 21:39:46 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 21:39:46 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:ba46a4d1-959e-482c-9cb6-d5de4ca62a67 external-network: use-floating-ip:true use-default-secgroup:true] 21:39:46 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 21:39:46 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[max-status-history-age:336h enable-os-refresh-update:true use-floating-ip:true uuid:a75d5f88-23f3-4ad1-8ddf-57df23169127 no-proxy:127.0.0.1,localhost,::1 https-proxy: proxy-ssh:false logforward-enabled:false max-action-results-age:336h max-status-history-size:5G ftp-proxy: name:controller apt-https-proxy: type:openstack use-default-secgroup:true disable-network-management:false default-series:xenial enable-os-upgrade:true apt-mirror: external-network: http-proxy: ignore-machine-addresses:false transmit-vendor-metrics:true agent-metadata-url: max-action-results-size:5G net-bond-reconfigure-delay:17 ssl-hostname-verification:false logging-config: agent-stream:released image-metadata-url: apt-no-proxy: firewall-mode:instance resource-tags: network:ba46a4d1-959e-482c-9cb6-d5de4ca62a67 test-mode:false provisioner-harvest-mode:destroyed update-status-hook-interval:5m apt-http-proxy: automatically-retry-hooks:true development:false apt-ftp-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUOoztPVnPs8pWtauL8i884jCiTGZRt3Ds5VznukImQdH4sJ2vumBH/V1cJqBRCBkDIMGg3q95ciEzFeM4vDJ9zW7Oixpj3IOOOcEcRb1vD6VvRx0CaoQwm6HjrxrC4SGgprWikL50GDHHw11RRFkOYwf6VAM42z4KM3PJmVwp2IMizcNvlXYFToDKXtEn+LWHzSPfJOY11NUUMJOHSu4aLp3BNDy2J8J4Rl3S1VlbMm9lXFTXwHfgGdXKZVcsXJAG+DnPBE45TNhD8InfXnGQ48CENtSO4L3DIKUA8nYArnflba1dPbpBydn/UptmsyCql0cdK3mzrk+vFAprBtm7 juju-client-key image-stream:released] 21:39:46 INFO juju.provider.openstack provider.go:144 opening model "controller" 21:39:46 DEBUG goose :1 auth details: &{Token:gAAAAABbbgYiQe6usBFzrcIP_Sa-LWlIcOALLYn9MiKgMVs1qvGHsNTu8i5DnczmvQtrpkCRiodqIO84MiP-WPb77AYG8TC7TALv2LfkuiQFXozRaF91SrJEGVYm4ULdoaHQ4x7e_d8H11A2ZWjDvvnwexBDRl5quJsJ6_3_QCG8R1I9YrHcE-E TenantId:a5620d1d2d8940a28323c55e738704a4 UserId:1a16c8965c534ddebdab36166d7e203b Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.31:8776/v1/a5620d1d2d8940a28323c55e738704a4 metric:http://172.30.9.31:8041 identity:http://172.30.9.31:5000 image:http://172.30.9.31:9292 compute:http://172.30.9.31:8774/v2.1 orchestration:http://172.30.9.31:8004/v1/a5620d1d2d8940a28323c55e738704a4 volumev2:http://172.30.9.31:8776/v2/a5620d1d2d8940a28323c55e738704a4 network:http://172.30.9.31:9696 placement:http://172.30.9.31:8778/placement object-store:http://172.30.9.31:8080/v1/AUTH_a5620d1d2d8940a28323c55e738704a4 alarming:http://172.30.9.31:8042 cloudformation:http://172.30.9.31:8000/v1 event:http://172.30.9.31:8977 volumev3:http://172.30.9.31:8776/v3/a5620d1d2d8940a28323c55e738704a4]]} 21:39:46 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 21:39:46 DEBUG goose :1 performing API version discovery for "http://172.30.9.31:8774/" 21:39:46 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.31:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.31:8774/v2.1/ Rel:self}] Status:CURRENT}] 21:39:47 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 21:39:47 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 21:39:47 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 21:39:47 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 21:39:47 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 21:39:47 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 21:39:47 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 21:39:47 INFO cmd bootstrap.go:233 Loading image metadata 21:39:47 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 21:39:47 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 21:39:47 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 21:39:47 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.31:5000/v3} [wily win2016nano win8 utopic win2012hv win2016 centos7 quantal vivid xenial win10 win2008r2 win2012 genericlinux precise raring saucy trusty yakkety win2012r2 win2016hv win7 win81 opensuseleap zesty win2012hvr2] [amd64 i386 armhf arm64 ppc64el s390x] released}} 21:39:47 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 21:39:50 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 21:39:50 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.31:5000/v3} not found 21:39:50 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.31:5000/v3} not found 21:39:50 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 21:39:50 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 21:39:50 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 21:39:50 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 21:39:50 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 21:39:50 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 21:39:50 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 21:39:50 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 21:39:50 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 21:39:52 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 21:39:54 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 21:39:54 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 21:39:55 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 21:39:55 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:b7e33465-18e4-4e45-95b8-236efb2ce277 Arch:amd64 VirtType:}] 21:39:55 INFO juju.environs.instances image.go:106 find instance - using image with id: b7e33465-18e4-4e45-95b8-236efb2ce277 21:39:55 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 21:39:55 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 21:39:55 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2487 bytes 21:39:55 DEBUG juju.provider.openstack provider.go:1022 using network id "ba46a4d1-959e-482c-9cb6-d5de4ca62a67" 21:39:55 DEBUG goose :1 performing API version discovery for "http://172.30.9.31:9696/" 21:39:55 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.31:9696/v2.0/ Rel:self}] Status:CURRENT}] 21:40:03 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "728c514c-5f4a-478d-83eb-5697514a93bd" has status BUILD, wait 10 seconds before retry, attempt 11 21:42:12 INFO juju.provider.openstack provider.go:1189 started instance "728c514c-5f4a-478d-83eb-5697514a93bd" 21:42:12 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 21:42:15 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.200 21:42:15 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.200 - 728c514c-5f4a-478d-83eb-5697514a93bd (arch=amd64 mem=2G cores=1) 21:42:20 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 21:42:20 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 21:42:20 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 21:42:20 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 21:42:22 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 21:42:22 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 21:42:24 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 Attempting to connect to 172.30.9.200:22 Attempting to connect to 192.168.121.21:22 21:42:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:34 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:42:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 21:42:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 21:42:45 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:42:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 21:42:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 21:42:55 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:42:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:42:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: ssh: connect to host 172.30.9.200 port 22: Connection refused 21:43:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 21:43:05 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:43:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 21:43:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:15 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:43:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:25 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:43:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:35 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:43:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:44 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:43:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.200 failed: /var/lib/juju/nonce.txt does not exist 21:43:54 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 21:43:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.21 failed: ssh: connect to host 192.168.121.21 port 22: Connection refused 21:43:56 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-169127-controller-0: Connection timed out Cloud-init v. 18.2 running 'init-local' at Fri, 10 Aug 2018 21:42:06 +0000. Up 4.96 seconds. Cloud-init v. 18.2 running 'init' at Fri, 10 Aug 2018 21:42:07 +0000. Up 5.85 seconds. ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | ens3 | True | 192.168.121.21 | 255.255.255.0 | . | fa:16:3e:78:98:05 | ci-info: | ens3 | True | fe80::f816:3eff:fe78:9805/64 | . | link | fa:16:3e:78:98:05 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.121.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.121.3 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.121.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.2 running 'modules:config' at Fri, 10 Aug 2018 21:42:50 +0000. Up 48.78 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.2 running 'modules:final' at Fri, 10 Aug 2018 21:43:52 +0000. Up 110.18 seconds. Cloud-init v. 18.2 finished at Fri, 10 Aug 2018 21:43:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 110.41 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:cuSD6ZJKQ3moQIl71Jn9UqlbPvunVcdgX5uPaViGTyU root@juju-169127-controller-0 The key's randomart image is: +---[RSA 2048]----+ | | |. .. + . | |.o. + . + E o| |.o o O o *+| |o = . * S . =o+| |.+ . o B . B +.| |. o o o o o = .| | . o . o ... | | . ..oo | +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:nYe+lV1R7wZlhTLoRSmoeDwtrVZg/sMxQ/l1HoNjR1o root@juju-169127-controller-0 The key's randomart image is: +---[DSA 1024]----+ | o o.+E.*| | o + o Xo*oo| | = * o =.B.+.| | . B B.oo .o.| | . BS++ . +| | o +. . o o | | . .. o . | | o | | . | +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:2V2V7Mgbf059Cb2HjbVqVGes3Dzacgkqh8u0MnuolW8 root@juju-169127-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | . o| | + | | . =. | | o . * +=| | S . ..*X*| | . +=*X| | o... o =o*| | .++E.o = +.| | ...*=+ . o | +----[SHA256]-----+ Running apt-get update Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 6,862 B in 55s (123 B/s) E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 10.6 kB/17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Fetched 10.6 kB in 0s (37.7 kB/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54121 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (59.2 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54135 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,375 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.31 [31.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.31 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,375 kB in 3s (1,633 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54161 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.9 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz downloaded: HTTP 200; time 7.190s; size 22122498 bytes; speed 3076982.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz aac0f29a991b188549d92bc44a37bdf8e765fe8c4dd221d8d2073c91aa1732eb /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-11 01:54:12 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-11 01:54:12 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.9-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-08-11 01:54:12 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-11 01:54:12 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-11 01:54:14 DEBUG goose :22 auth details: &{Token:gAAAAABbbkHFVUW9EBg5dtpHK633vCBANkDLrc8c7O7pIraJxmiNoWlMr1XQu1P9XCXH03nPFaHV89nk6Z5XhhBDKd37SUrwdhdonVOejjtqM96UcpQld4nM6lCM6nSLdrpGDtmKLTdB8K7duZRvX2pPUP0-lAUK6z55bXk0rcme22ZEboO40ms TenantId:a5620d1d2d8940a28323c55e738704a4 UserId:1a16c8965c534ddebdab36166d7e203b Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.31:8776/v1/a5620d1d2d8940a28323c55e738704a4 metric:http://172.30.9.31:8041 network:http://172.30.9.31:9696 placement:http://172.30.9.31:8778/placement identity:http://172.30.9.31:5000 alarming:http://172.30.9.31:8042 cloudformation:http://172.30.9.31:8000/v1 image:http://172.30.9.31:9292 volumev2:http://172.30.9.31:8776/v2/a5620d1d2d8940a28323c55e738704a4 orchestration:http://172.30.9.31:8004/v1/a5620d1d2d8940a28323c55e738704a4 object-store:http://172.30.9.31:8080/v1/AUTH_a5620d1d2d8940a28323c55e738704a4 event:http://172.30.9.31:8977 compute:http://172.30.9.31:8774/v2.1 volumev3:http://172.30.9.31:8776/v3/a5620d1d2d8940a28323c55e738704a4]]} 2018-08-11 01:54:14 DEBUG goose :22 performing API version discovery for "http://172.30.9.31:8774/" 2018-08-11 01:54:14 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.31:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.31:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-08-11 01:54:17 DEBUG juju.provider.openstack provider.go:414 instance 728c514c-5f4a-478d-83eb-5697514a93bd has floating IP address: 172.30.9.200 2018-08-11 01:54:17 INFO juju.agent identity.go:22 writing system identity file 2018-08-11 01:54:17 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-11 01:54:17 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-11 01:54:17 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-11 01:54:17 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-11 01:54:17 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-08-11 01:54:17 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-08-11 01:54:17 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-11 01:54:17 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-11 01:54:17 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-08-11 01:54:17 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-08-11 01:54:17 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-08-11 01:54:17 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-08-11 01:54:17 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-08-11 01:54:17 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-08-11 01:54:18,119 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-11 01:54:18,120 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 254:56 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-11 01:54:18,210 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-08-11 01:54:18,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-11 01:54:18,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-11T02:54:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a5620d1d2d8940a28323c55e738704a4", "name": "juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/a5620d1d2d8940a28323c55e738704a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "id": "1a16c8965c534ddebdab36166d7e203b"}, "audit_ids": ["tLx7gEhpTIKCGx5K7CN3kQ"], "issued_at": "2018-08-11T01:54:18.000000Z"}} 2018-08-11 01:54:18,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-11 01:54:18,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:19,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-e8ab4efb-bca2-467f-bbf9-6511c3461abb Date: Sat, 11 Aug 2018 01:54:19 GMT RESP BODY: {"floatingips": [{"router_id": "0d204f0c-ac32-4e67-9d5f-507e8fc075d2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-10T21:42:17Z", "floating_network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "fixed_ip_address": "192.168.121.21", "floating_ip_address": "172.30.9.200", "revision_number": 2, "port_id": "98333928-9fa9-4793-9b84-cdb641d1c17e", "id": "072a8d65-6e00-4671-a076-67cbe68052dd", "tenant_id": "a5620d1d2d8940a28323c55e738704a4", "created_at": "2018-08-10T21:42:14Z", "project_id": "a5620d1d2d8940a28323c55e738704a4"}]} 2018-08-11 01:54:19,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-e8ab4efb-bca2-467f-bbf9-6511c3461abb 2018-08-11 01:54:19,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.11953902245s 2018-08-11 01:54:19,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-e8ab4efb-bca2-467f-bbf9-6511c3461abb 2018-08-11 01:54:19,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-11 01:54:19,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/floatingips/072a8d65-6e00-4671-a076-67cbe68052dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:21,174 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d49d8b2-069c-44d4-a8ff-14879e475bec Content-Length: 0 Date: Sat, 11 Aug 2018 01:54:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-11 01:54:21,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/072a8d65-6e00-4671-a076-67cbe68052dd.json used request id req-5d49d8b2-069c-44d4-a8ff-14879e475bec 2018-08-11 01:54:21,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.42518901825s 2018-08-11 01:54:21,175 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/floatingips/072a8d65-6e00-4671-a076-67cbe68052dd.json used request id req-5d49d8b2-069c-44d4-a8ff-14879e475bec 2018-08-11 01:54:21,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-11 01:54:21,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:21,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a3310ed0-5968-4e63-ad54-3649bc0ef332 Date: Sat, 11 Aug 2018 01:54:21 GMT RESP BODY: {"floatingips": []} 2018-08-11 01:54:21,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-a3310ed0-5968-4e63-ad54-3649bc0ef332 2018-08-11 01:54:21,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.326146841049s 2018-08-11 01:54:21,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/floatingips.json used request id req-a3310ed0-5968-4e63-ad54-3649bc0ef332 2018-08-11 01:54:21,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-11 01:54:21,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:22,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19d705bc-b72a-4e0a-9db9-883cde8fef0e Date: Sat, 11 Aug 2018 01:54: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-11 01:54:22,673 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f used request id req-19d705bc-b72a-4e0a-9db9-883cde8fef0e 2018-08-11 01:54:22,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.16446089745s 2018-08-11 01:54:22,674 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/ec450059-27ef-4558-b561-1be4c167615f used request id req-19d705bc-b72a-4e0a-9db9-883cde8fef0e 2018-08-11 01:54:22,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-11 01:54:22,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.31:5000/v3/auth/tokens 2018-08-11 01:54:23,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5027167615e045a6b597ac40cb744000", "name": "admin"}, {"id": "740829ed47d44511bcb22d86735f9050", "name": "member"}, {"id": "1966793a662245359ab02202d3a5f8cf", "name": "reader"}], "expires_at": "2018-08-11T02:54:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://12.0.0.38:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0b043b597304451c9a26a358a2ad3653"}, {"url": "http://172.30.9.31:8080/v1/AUTH_bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c6b83e3331234983b119a2330dc49fef"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb4a5427c7044b43b532388dd62a63aa"}], "type": "object-store", "id": "020cea633cbf484c96b965fddb626bd6", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e6e5db7536b4df096c26f540fe5c7c7"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "756ab81ae2354e76b850263c7ad1928b"}, {"url": "http://172.30.9.31:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "949dbe751fe44a0ab3ed91ad90f5c38d"}], "type": "alarming", "id": "23c98df744de4639bf763f9998ca1f5c", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "09d78a8b03c745208c6b4d248e924613"}, {"url": "http://172.30.9.31:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "56c8ec901b134bbbbee94eb07c62626d"}, {"url": "http://192.30.9.7:8776/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba0ae1f9398a4ba1907ddefde8fda4f6"}], "type": "volume", "id": "377ea5e11f4f453dbe549769d5ec5568", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3864ec671f804ee9b3652a7d2efd4cf0"}, {"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c75605b15148198d15e0bec7eae13a"}, {"url": "http://172.30.9.31:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f586fda38d2b44e3989355d8a10e41cb"}], "type": "cloudformation", "id": "379bbec3f8454e03bccf11984cc051a9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9f60c0ddbd084643ac2ff5a189e67c51"}, {"url": "http://172.30.9.31:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f637fabd6f240cfb27c81018b1869f4"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e631f024b00943fa81813a3f35691b7d"}], "type": "image", "id": "381da078b5e64e279c7ce27a3688b12e", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "826e871703074137bf7564f526c9410f"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c851e811e042baa4a2f5292d631e91"}, {"url": "http://172.30.9.31:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c677d005ec0d48529d8677ab43da8e01"}], "type": "event", "id": "5882d33b62544118845eacd2e65e6eff", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.31:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86ecb4bd2a87409b86dc69de26cf319f"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b26fd92ce52c4ddf996e3cac71b38aba"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b96adcd9537c40c4821c71118341ba65"}], "type": "compute", "id": "6e3e81c57b9f4629afcecb9c280507d9", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.31:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "055d8040bbf54666800b3166d7aac7e4"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4942f1c94cc743ca8efdfa75725e7c88"}, {"url": "http://192.30.9.7:8776/v3/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97ed0361957642b884dee4c4ded23020"}], "type": "volumev3", "id": "7c13131fb2ab4b0d875979e1963f6931", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86955c07d0d74cdc897f604654fce087"}, {"url": "http://192.30.9.7:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da5a888bcd5842268f7b335f16387e86"}, {"url": "http://172.30.9.31:8776/v2/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df74eacc9789494bb174567db053b392"}], "type": "volumev2", "id": "8ab374cc157a4922b6ecf31c9f88ba7a", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f12c4d283da74b1c870b4690563b5135"}, {"url": "http://192.30.9.7:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f705d5aaac524bacbf823b0f2f4c2d9f"}, {"url": "http://172.30.9.31:8004/v1/bd3ffce622a240f8bc7cc73cb3eb81b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fd2f2314fe3f4b42ad70269b5f2a594f"}], "type": "orchestration", "id": "9c4a0fcfeee44ef39073280073e93ab0", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.31:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03a0db4e74be4752b33e290fccc40da5"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "37054d8f3c534abab774cca19cb18454"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ae799f851f4b8ba7944a94f60a3b7a"}], "type": "metric", "id": "ab218b58848a49298baf5fa5813de915", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45dad8d6ffe34ee9b0ed6810e01507d1"}, {"url": "http://172.30.9.31:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548573ef770744ed8a5a43cd5d6a9b96"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5b3757321c7d4c56af84d26cc927cc46"}], "type": "network", "id": "bd6bbc0a37fa491f8acd55005d871da4", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "04da0dfb4e014e0d8a1f9e5568df02c6"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fa794ff9a984f82a1e61a213e760c6a"}, {"url": "http://172.30.9.31:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c1f67dd4bab548c89564606ac20e87c0"}], "type": "placement", "id": "d48b2b083b6843bb9c99051107fa4626", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a517ec97a4743a4b3f995a6a79e769b"}, {"url": "http://172.30.9.31:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3bcd7a5fd3584e72a30b824120fbd664"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "810e61e0819844b1ab5d4e67911d38b5"}], "type": "identity", "id": "d6ffd2f50a9a44da98da93b598243c8c", "name": "keystone"}, {"endpoints": [], "type": "metering", "id": "dc44d2758b3241f7b86aa6af574b740f", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "673bc285b5e94045b28de543ddd6504c"}, "audit_ids": ["8OjPBK5LSZ6f-Nlqji59Vw"], "issued_at": "2018-08-11T01:54:23.000000Z"}} 2018-08-11 01:54:23,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:23,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 11 Aug 2018 01: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-90d101e8-284c-4234-9311-a91b32e9f422 x-compute-request-id: req-90d101e8-284c-4234-9311-a91b32e9f422 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}, {"name": "juju_epc-flavor_alt_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/97bc4053-6b4e-463c-a854-951ff48baf54", "rel": "bookmark"}], "ram": 4096, "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": "97bc4053-6b4e-463c-a854-951ff48baf54"}, {"name": "juju_epc-flavor_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537", "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": 10, "id": "cca69b48-4190-41f6-90ac-e5f6a3b3d537"}]} 2018-08-11 01:54:23,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-90d101e8-284c-4234-9311-a91b32e9f422 2018-08-11 01:54:23,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.791878938675s 2018-08-11 01:54:23,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-90d101e8-284c-4234-9311-a91b32e9f422 2018-08-11 01:54:23,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-11 01:54:23,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:23,510 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 11 Aug 2018 01: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 x-openstack-request-id: req-84f4ec28-4ea5-4fd4-b568-9958bcf3068d x-compute-request-id: req-84f4ec28-4ea5-4fd4-b568-9958bcf3068d Content-Length: 0 Content-Type: application/json 2018-08-11 01:54:23,511 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54 used request id req-84f4ec28-4ea5-4fd4-b568-9958bcf3068d 2018-08-11 01:54:23,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412759780884s 2018-08-11 01:54:23,511 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/97bc4053-6b4e-463c-a854-951ff48baf54 used request id req-84f4ec28-4ea5-4fd4-b568-9958bcf3068d 2018-08-11 01:54:23,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-11 01:54:23,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2/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}6c168f348ec1332e9ae7cbae618843f6d715ae66" -d '{"subnet_id": "88df7330-bf81-4069-81cc-bffc5da3d04b"}' 2018-08-11 01:54:25,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-231cbeb0-597b-411b-bbde-589541d926e4 Date: Sat, 11 Aug 2018 01:54:25 GMT RESP BODY: {"network_id": "ba46a4d1-959e-482c-9cb6-d5de4ca62a67", "tenant_id": "a5620d1d2d8940a28323c55e738704a4", "subnet_id": "88df7330-bf81-4069-81cc-bffc5da3d04b", "subnet_ids": ["88df7330-bf81-4069-81cc-bffc5da3d04b"], "port_id": "b09eb342-3cd5-446b-83fb-fb6791586cee", "id": "0d204f0c-ac32-4e67-9d5f-507e8fc075d2"} 2018-08-11 01:54:25,380 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2/remove_router_interface.json used request id req-231cbeb0-597b-411b-bbde-589541d926e4 2018-08-11 01:54:25,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86835813522s 2018-08-11 01:54:25,380 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2/remove_router_interface.json used request id req-231cbeb0-597b-411b-bbde-589541d926e4 returning object 0d204f0c-ac32-4e67-9d5f-507e8fc075d2 2018-08-11 01:54:25,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-11 01:54:25,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:25,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-dad0ad9a-0d3d-4488-8020-7c616080e61f Date: Sat, 11 Aug 2018 01:54:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4cff450-4dd4-4f2b-accf-a61abfcd160f", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "bc76e4ce-2e96-4dd1-bf3b-90b82fc2109c", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a5620d1d2d8940a28323c55e738704a4", "created_at": "2018-08-10T21:39:25Z", "admin_state_up": true, "updated_at": "2018-08-11T01:54:24Z", "revision_number": 4, "routes": [], "project_id": "a5620d1d2d8940a28323c55e738704a4", "id": "0d204f0c-ac32-4e67-9d5f-507e8fc075d2", "name": "juju_epc-router_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}]} 2018-08-11 01:54:25,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-dad0ad9a-0d3d-4488-8020-7c616080e61f 2018-08-11 01:54:25,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.412135124207s 2018-08-11 01:54:25,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/routers.json used request id req-dad0ad9a-0d3d-4488-8020-7c616080e61f 2018-08-11 01:54:25,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-11 01:54:25,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:27,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d70e84da-89b8-4737-b717-52dfa2b7c4f1 Content-Length: 0 Date: Sat, 11 Aug 2018 01:54:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-11 01:54:27,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2.json used request id req-d70e84da-89b8-4737-b717-52dfa2b7c4f1 2018-08-11 01:54:27,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.88995695114s 2018-08-11 01:54:27,685 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/routers/0d204f0c-ac32-4e67-9d5f-507e8fc075d2.json used request id req-d70e84da-89b8-4737-b717-52dfa2b7c4f1 2018-08-11 01:54:27,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-11 01:54:27,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:27,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7fd94567-2c3c-4ff1-a8da-e5ee53f24f3f Date: Sat, 11 Aug 2018 01:54:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ba46a4d1-959e-482c-9cb6-d5de4ca62a67","tenant_id":"a5620d1d2d8940a28323c55e738704a4","created_at":"2018-08-10T21:39:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-10T21:39:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.121.2","end":"192.168.121.254"}],"gateway_ip":"192.168.121.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.121.0/24","project_id":"a5620d1d2d8940a28323c55e738704a4","id":"88df7330-bf81-4069-81cc-bffc5da3d04b","subnetpool_id":null,"name":"juju_epc-subnet_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}]} 2018-08-11 01:54:27,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-7fd94567-2c3c-4ff1-a8da-e5ee53f24f3f 2018-08-11 01:54:27,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.310881137848s 2018-08-11 01:54:27,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.31:9696/v2.0/subnets.json used request id req-7fd94567-2c3c-4ff1-a8da-e5ee53f24f3f 2018-08-11 01:54:27,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-11 01:54:27,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9696/v2.0/subnets/88df7330-bf81-4069-81cc-bffc5da3d04b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:28,462 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-ae667665-d66c-4e8c-ad0a-348b9849e62b Date: Sat, 11 Aug 2018 01:54:28 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 88df7330-bf81-4069-81cc-bffc5da3d04b: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-11 01:54:28,463 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.31:9696/v2.0/subnets/88df7330-bf81-4069-81cc-bffc5da3d04b.json used request id req-ae667665-d66c-4e8c-ad0a-348b9849e62b 2018-08-11 01:54:28,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.464527845383s 2018-08-11 01:54:28,463 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 252, in clean self.cloud.delete_subnet(self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 7896, in delete_subnet "/subnets/{subnet_id}.json".format(subnet_id=subnet['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.31:9696/v2.0/subnets/88df7330-bf81-4069-81cc-bffc5da3d04b.json Unable to complete operation on subnet 88df7330-bf81-4069-81cc-bffc5da3d04b: One or more ports have an IP allocation from this subnet. 2018-08-11 01:54:28,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-11 01:54:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:29,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-2be124c7-637c-48f9-b25c-ec32493324b0 Date: Sat, 11 Aug 2018 01:54:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-10T21:39:36Z", "file": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277/file", "owner": "a5620d1d2d8940a28323c55e738704a4", "id": "b7e33465-18e4-4e45-95b8-236efb2ce277", "size": 296747008, "self": "/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "64ba49d3c46833e7514a1b488f504fa539abba9b93372cd767b91375597343bc", "locations": [{"url": "rbd://70f7dc98-9376-482c-aab2-bd3d466e319a/images/b7e33465-18e4-4e45-95b8-236efb2ce277/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "940d6fd4ad5901e2c60bd1f92cec7e5f", "name": "juju_epc-img_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "checksum": "940d6fd4ad5901e2c60bd1f92cec7e5f", "created_at": "2018-08-10T21:39:31Z", "os_hidden": false, "protected": false, "os_hash_value": "28bd4b3c17ee57ef144b191f9f4d71069256dd0d91bbf659ecf148ffe854e31a8a45444492a87025d2c297d9a4c78536298a37a9629a1942501857faa42ddd21"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-11 01:54:29,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-2be124c7-637c-48f9-b25c-ec32493324b0 2018-08-11 01:54:29,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.791265010834s 2018-08-11 01:54:29,260 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.31:9292/v2/images used request id req-2be124c7-637c-48f9-b25c-ec32493324b0 2018-08-11 01:54:29,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-11 01:54:29,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6c168f348ec1332e9ae7cbae618843f6d715ae66" 2018-08-11 01:54:30,650 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c117aa5-1f7e-487e-826c-f79691a2c51c Date: Sat, 11 Aug 2018 01:54: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-11 01:54:30,650 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277 used request id req-7c117aa5-1f7e-487e-826c-f79691a2c51c 2018-08-11 01:54:30,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.38801312447s 2018-08-11 01:54:30,650 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.31:9292/v2/images/b7e33465-18e4-4e45-95b8-236efb2ce277 used request id req-7c117aa5-1f7e-487e-826c-f79691a2c51c 2018-08-11 01:54:30,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-11 01:54:30,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.31: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}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:30,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 11 Aug 2018 01:54: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-bf99c4a1-5918-4ee1-a12f-7f0f54892bb7 x-compute-request-id: req-bf99c4a1-5918-4ee1-a12f-7f0f54892bb7 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_441a75db-1e37-47e4-92ec-776df28ecd69", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/0f39179a-da46-43e6-896a-2222df3c7e5d", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": "0f39179a-da46-43e6-896a-2222df3c7e5d"}, {"name": "juju_epc-flavor_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": [{"href": "http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537", "rel": "self"}, {"href": "http://172.30.9.31:8774/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537", "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": 10, "id": "cca69b48-4190-41f6-90ac-e5f6a3b3d537"}]} 2018-08-11 01:54:30,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-bf99c4a1-5918-4ee1-a12f-7f0f54892bb7 2018-08-11 01:54:30,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262298583984s 2018-08-11 01:54:30,678 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.31:8774/v2.1/flavors/detail?is_public=None used request id req-bf99c4a1-5918-4ee1-a12f-7f0f54892bb7 2018-08-11 01:54:30,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-11 01:54:30,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:30,714 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 11 Aug 2018 01:54: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-89a7087a-fd02-4188-8f16-90ddef17a169 x-compute-request-id: req-89a7087a-fd02-4188-8f16-90ddef17a169 Content-Length: 0 Content-Type: application/json 2018-08-11 01:54:30,714 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537 used request id req-89a7087a-fd02-4188-8f16-90ddef17a169 2018-08-11 01:54:30,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.034038066864s 2018-08-11 01:54:30,714 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.31:8774/v2.1/flavors/cca69b48-4190-41f6-90ac-e5f6a3b3d537 used request id req-89a7087a-fd02-4188-8f16-90ddef17a169 2018-08-11 01:54:30,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-11 01:54:30,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:30,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 11 Aug 2018 01:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7715a451-a515-4620-a7ff-d22344ac53e2 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.31:5000/v3/users/061022dde94d41abaaa112c0db0d822a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "061022dde94d41abaaa112c0db0d822a", "email": "glance@localhost", "password_expires_at": null}, {"name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": {"self": "http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1a16c8965c534ddebdab36166d7e203b", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.31:5000/v3/users/29f06ac5e99c4b64872c2c1a6c9ae3ae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29f06ac5e99c4b64872c2c1a6c9ae3ae", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.31:5000/v3/users/35901f6ba63644edba0c37bf64628aae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35901f6ba63644edba0c37bf64628aae", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.31:5000/v3/users/4eb8fdb8d7614f4a8fd7410f4c6d350d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4eb8fdb8d7614f4a8fd7410f4c6d350d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.31:5000/v3/users/50c97ea4807c417394d06c9f68c98e81"}, "domain_id": "default", "enabled": true, "options": {}, "id": "50c97ea4807c417394d06c9f68c98e81", "email": "nova@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.31:5000/v3/users/558c3162bf6342ec866a867427e0ec94"}, "domain_id": "default", "enabled": true, "options": {}, "id": "558c3162bf6342ec866a867427e0ec94", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.31:5000/v3/users/673bc285b5e94045b28de543ddd6504c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "673bc285b5e94045b28de543ddd6504c", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.31:5000/v3/users/71f4f870a4fb40ee808a41b8eb6ae464"}, "domain_id": "default", "enabled": true, "options": {}, "id": "71f4f870a4fb40ee808a41b8eb6ae464", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.31:5000/v3/users/8d75a0dd875046eaaeebf80ce59de1ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8d75a0dd875046eaaeebf80ce59de1ab", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.31:5000/v3/users/a4b5356ed48f4e8b8fc1c345fe339d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a4b5356ed48f4e8b8fc1c345fe339d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.31:5000/v3/users/b6071cfb716c47c29cdade5c37e81484"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6071cfb716c47c29cdade5c37e81484", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.31:5000/v3/users/cb84182a2c0d4853bd56dab6d6396cbd"}, "domain_id": "178282afa6554083a759d7dcbb42face", "enabled": true, "options": {}, "id": "cb84182a2c0d4853bd56dab6d6396cbd", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.31:5000/v3/users/dc7fec3d495e43a79f938a577a0e4033"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc7fec3d495e43a79f938a577a0e4033", "email": "swift@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.31:5000/v3/users/fd534cd0d0384b1c8334029b045e061f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd534cd0d0384b1c8334029b045e061f", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.31:5000/v3/users", "previous": null, "next": null}} 2018-08-11 01:54:30,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-7715a451-a515-4620-a7ff-d22344ac53e2 2018-08-11 01:54:30,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.241847038269s 2018-08-11 01:54:30,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users used request id req-7715a451-a515-4620-a7ff-d22344ac53e2 2018-08-11 01:54:30,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-11 01:54:30,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:31,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 11 Aug 2018 01:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b05e286e-c106-4c87-8cad-bd2a95e12bcc Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_4eb4fc6a-066b-45f2-9859-0042ba3c8152", "links": {"self": "http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1a16c8965c534ddebdab36166d7e203b", "description": null}} 2018-08-11 01:54:31,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b used request id req-b05e286e-c106-4c87-8cad-bd2a95e12bcc 2018-08-11 01:54:31,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.227612018585s 2018-08-11 01:54:31,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b used request id req-b05e286e-c106-4c87-8cad-bd2a95e12bcc 2018-08-11 01:54:31,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-11 01:54:31,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:31,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 11 Aug 2018 01:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26ca1200-2391-44f0-916a-a67be4691b82 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-11 01:54:31,557 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b used request id req-26ca1200-2391-44f0-916a-a67be4691b82 2018-08-11 01:54:31,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.366010904312s 2018-08-11 01:54:31,558 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/users/1a16c8965c534ddebdab36166d7e203b used request id req-26ca1200-2391-44f0-916a-a67be4691b82 2018-08-11 01:54:31,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-11 01:54:31,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.31: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}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:31,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 11 Aug 2018 01:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5f88a0f-f086-4b9f-9c66-3845f7da929e Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.31:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.31:5000/v3/projects/3c8b33adff4046d19594c388d2eae0f8"}, "tags": [], "enabled": true, "id": "3c8b33adff4046d19594c388d2eae0f8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4"}, "tags": [], "enabled": true, "id": "a5620d1d2d8940a28323c55e738704a4", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_4eb4fc6a-066b-45f2-9859-0042ba3c8152"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.31:5000/v3/projects/bd3ffce622a240f8bc7cc73cb3eb81b6"}, "tags": [], "enabled": true, "id": "bd3ffce622a240f8bc7cc73cb3eb81b6", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-11 01:54:31,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-a5f88a0f-f086-4b9f-9c66-3845f7da929e 2018-08-11 01:54:31,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.208343029022s 2018-08-11 01:54:31,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.31:5000/v3/projects used request id req-a5f88a0f-f086-4b9f-9c66-3845f7da929e 2018-08-11 01:54:31,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-11 01:54:31,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5f32c61b9837756de0d7116f763c558fc503ecac" 2018-08-11 01:54:32,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 11 Aug 2018 01:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3f85aae-f8d8-4a50-96ce-80ad2afa9488 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-11 01:54:32,023 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4 used request id req-b3f85aae-f8d8-4a50-96ce-80ad2afa9488 2018-08-11 01:54:32,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.246131181717s 2018-08-11 01:54:32,023 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.31:5000/v3/projects/a5620d1d2d8940a28323c55e738704a4 used request id req-b3f85aae-f8d8-4a50-96ce-80ad2afa9488 2018-08-11 01:54:32,024 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-11 01:54:32,025 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 05:11 | PASS | | cloudify_ims | functest | vnf | 05:43 | FAIL | | heat_ims | functest | vnf | 31:42 | FAIL | | vyos_vrouter | functest | vnf | 05:45 | FAIL | | juju_epc | functest | vnf | 254:56 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-11 01:54:32,032 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-11 01:54:32,039 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-11 01:54:32,102 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-11 01:54:32,135 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-11 01:54:32,225 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-11 01:54:32,342 - paramiko.transport - DEBUG - EOF in transport thread